@-ms-viewport {width:device-width;}
@viewport {width:device-width;}

@media screen {
html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {opacity:0; transition-property:opacity, transform;}
html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {opacity:1; transform:none;}
html:not(.no-js) [data-aos="fade-up"] {transform:translate3d(0, 100px, 0);}
html:not(.no-js) [data-aos="fade-down"] {transform:translate3d(0, -100px, 0);}
html:not(.no-js) [data-aos="fade-right"] {transform:translate3d(-100px, 0, 0);}
html:not(.no-js) [data-aos="fade-left"] {transform:translate3d(100px, 0, 0);}
html:not(.no-js) [data-aos="fade-up-right"] {transform:translate3d(-100px, 100px, 0);}
html:not(.no-js) [data-aos="fade-up-left"] {transform:translate3d(100px, 100px, 0);}
html:not(.no-js) [data-aos="fade-down-right"] {transform:translate3d(-100px, -100px, 0);}
html:not(.no-js) [data-aos="fade-down-left"] {transform:translate3d(100px, -100px, 0);}
html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {opacity:0; transition-property:opacity, transform;}
html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {opacity:1; transform:translate3d(0, 0, 0) scale(1);}
html:not(.no-js) [data-aos="zoom-in"] {transform:scale(0.6);}
html:not(.no-js) [data-aos="zoom-in-up"] {transform:translate3d(0, 100px, 0) scale(0.6);}
html:not(.no-js) [data-aos="zoom-in-down"] {transform:translate3d(0, -100px, 0) scale(0.6);}
html:not(.no-js) [data-aos="zoom-in-right"] {transform:translate3d(-100px, 0, 0) scale(0.6);}
html:not(.no-js) [data-aos="zoom-in-left"] {transform:translate3d(100px, 0, 0) scale(0.6);}
html:not(.no-js) [data-aos="zoom-out"] {transform:scale(1.2);}
html:not(.no-js) [data-aos="zoom-out-up"] {transform:translate3d(0, 100px, 0) scale(1.2);}
html:not(.no-js) [data-aos="zoom-out-down"] {transform:translate3d(0, -100px, 0) scale(1.2);}
html:not(.no-js) [data-aos="zoom-out-right"] {transform:translate3d(-100px, 0, 0) scale(1.2);}
html:not(.no-js) [data-aos="zoom-out-left"] {transform:translate3d(100px, 0, 0) scale(1.2);}
html:not(.no-js) [data-aos^="slide"][data-aos^="slide"] {transition-property:transform; visibility:hidden;}
html:not(.no-js) [data-aos^="slide"][data-aos^="slide"].aos-animate {visibility:visible; transform:translate3d(0, 0, 0);}
html:not(.no-js) [data-aos="slide-up"] {transform:translate3d(0, 100%, 0);}
html:not(.no-js) [data-aos="slide-down"] {transform:translate3d(0, -100%, 0);}
html:not(.no-js) [data-aos="slide-right"] {transform:translate3d(-100%, 0, 0);}
html:not(.no-js) [data-aos="slide-left"] {transform:translate3d(100%, 0, 0);}
html:not(.no-js) [data-aos^="flip"][data-aos^="flip"] {backface-visibility:hidden; transition-property:transform;}
html:not(.no-js) [data-aos="flip-left"] {transform:perspective(2500px) rotateY(-100deg);}
html:not(.no-js) [data-aos="flip-left"].aos-animate {transform:perspective(2500px) rotateY(0);}
html:not(.no-js) [data-aos="flip-right"] {transform:perspective(2500px) rotateY(100deg);}
html:not(.no-js) [data-aos="flip-right"].aos-animate {transform:perspective(2500px) rotateY(0);}
html:not(.no-js) [data-aos="flip-up"] {transform:perspective(2500px) rotateX(-100deg);}
html:not(.no-js) [data-aos="flip-up"].aos-animate {transform:perspective(2500px) rotateX(0);}
html:not(.no-js) [data-aos="flip-down"] {transform:perspective(2500px) rotateX(100deg);}
html:not(.no-js) [data-aos="flip-down"].aos-animate {transform:perspective(2500px) rotateX(0);}
}

@media (min-width: 576px) {
.container-sm, .container {max-width:540px;}
.col-sm {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-sm-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-sm-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-sm-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-sm-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-sm-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-sm-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-sm-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-sm-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-sm-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-sm-3 {flex:0 0 25%; max-width:25%;}
.col-sm-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-sm-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-sm-6 {flex:0 0 50%; max-width:50%;}
.col-sm-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-sm-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-sm-9 {flex:0 0 75%; max-width:75%;}
.col-sm-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-sm-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-sm-12 {flex:0 0 100%; max-width:100%;}
.order-sm-first {order:-1;}
.order-sm-last {order:13;}
.order-sm-0 {order:0;}
.order-sm-1 {order:1;}
.order-sm-2 {order:2;}
.order-sm-3 {order:3;}
.order-sm-4 {order:4;}
.order-sm-5 {order:5;}
.order-sm-6 {order:6;}
.order-sm-7 {order:7;}
.order-sm-8 {order:8;}
.order-sm-9 {order:9;}
.order-sm-10 {order:10;}
.order-sm-11 {order:11;}
.order-sm-12 {order:12;}
.offset-sm-0 {margin-left:0;}
.offset-sm-1 {margin-left:8.3333333333%;}
.offset-sm-2 {margin-left:16.6666666667%;}
.offset-sm-3 {margin-left:25%;}
.offset-sm-4 {margin-left:33.3333333333%;}
.offset-sm-5 {margin-left:41.6666666667%;}
.offset-sm-6 {margin-left:50%;}
.offset-sm-7 {margin-left:58.3333333333%;}
.offset-sm-8 {margin-left:66.6666666667%;}
.offset-sm-9 {margin-left:75%;}
.offset-sm-10 {margin-left:83.3333333333%;}
.offset-sm-11 {margin-left:91.6666666667%;}
}

@media (min-width: 768px) {
.container-md, .container-sm, .container {max-width:720px;}
.col-md {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-md-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-md-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-md-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-md-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-md-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-md-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-md-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-md-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-md-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-md-3 {flex:0 0 25%; max-width:25%;}
.col-md-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-md-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-md-6 {flex:0 0 50%; max-width:50%;}
.col-md-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-md-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-md-9 {flex:0 0 75%; max-width:75%;}
.col-md-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-md-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-md-12 {flex:0 0 100%; max-width:100%;}
.order-md-first {order:-1;}
.order-md-last {order:13;}
.order-md-0 {order:0;}
.order-md-1 {order:1;}
.order-md-2 {order:2;}
.order-md-3 {order:3;}
.order-md-4 {order:4;}
.order-md-5 {order:5;}
.order-md-6 {order:6;}
.order-md-7 {order:7;}
.order-md-8 {order:8;}
.order-md-9 {order:9;}
.order-md-10 {order:10;}
.order-md-11 {order:11;}
.order-md-12 {order:12;}
.offset-md-0 {margin-left:0;}
.offset-md-1 {margin-left:8.3333333333%;}
.offset-md-2 {margin-left:16.6666666667%;}
.offset-md-3 {margin-left:25%;}
.offset-md-4 {margin-left:33.3333333333%;}
.offset-md-5 {margin-left:41.6666666667%;}
.offset-md-6 {margin-left:50%;}
.offset-md-7 {margin-left:58.3333333333%;}
.offset-md-8 {margin-left:66.6666666667%;}
.offset-md-9 {margin-left:75%;}
.offset-md-10 {margin-left:83.3333333333%;}
.offset-md-11 {margin-left:91.6666666667%;}
}

@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {max-width:960px;}
.col-lg {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-lg-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-lg-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-lg-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-lg-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-lg-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-lg-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-lg-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-lg-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-lg-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-lg-3 {flex:0 0 25%; max-width:25%;}
.col-lg-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-lg-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-lg-6 {flex:0 0 50%; max-width:50%;}
.col-lg-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-lg-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-lg-9 {flex:0 0 75%; max-width:75%;}
.col-lg-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-lg-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-lg-12 {flex:0 0 100%; max-width:100%;}
.order-lg-first {order:-1;}
.order-lg-last {order:13;}
.order-lg-0 {order:0;}
.order-lg-1 {order:1;}
.order-lg-2 {order:2;}
.order-lg-3 {order:3;}
.order-lg-4 {order:4;}
.order-lg-5 {order:5;}
.order-lg-6 {order:6;}
.order-lg-7 {order:7;}
.order-lg-8 {order:8;}
.order-lg-9 {order:9;}
.order-lg-10 {order:10;}
.order-lg-11 {order:11;}
.order-lg-12 {order:12;}
.offset-lg-0 {margin-left:0;}
.offset-lg-1 {margin-left:8.3333333333%;}
.offset-lg-2 {margin-left:16.6666666667%;}
.offset-lg-3 {margin-left:25%;}
.offset-lg-4 {margin-left:33.3333333333%;}
.offset-lg-5 {margin-left:41.6666666667%;}
.offset-lg-6 {margin-left:50%;}
.offset-lg-7 {margin-left:58.3333333333%;}
.offset-lg-8 {margin-left:66.6666666667%;}
.offset-lg-9 {margin-left:75%;}
.offset-lg-10 {margin-left:83.3333333333%;}
.offset-lg-11 {margin-left:91.6666666667%;}
}

@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {max-width:1140px;}
.col-xl {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-xl-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-xl-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-xl-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-xl-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-xl-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-xl-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xl-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-xl-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-xl-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xl-3 {flex:0 0 25%; max-width:25%;}
.col-xl-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-xl-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-xl-6 {flex:0 0 50%; max-width:50%;}
.col-xl-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-xl-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-xl-9 {flex:0 0 75%; max-width:75%;}
.col-xl-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-xl-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-xl-12 {flex:0 0 100%; max-width:100%;}
.order-xl-first {order:-1;}
.order-xl-last {order:13;}
.order-xl-0 {order:0;}
.order-xl-1 {order:1;}
.order-xl-2 {order:2;}
.order-xl-3 {order:3;}
.order-xl-4 {order:4;}
.order-xl-5 {order:5;}
.order-xl-6 {order:6;}
.order-xl-7 {order:7;}
.order-xl-8 {order:8;}
.order-xl-9 {order:9;}
.order-xl-10 {order:10;}
.order-xl-11 {order:11;}
.order-xl-12 {order:12;}
.offset-xl-0 {margin-left:0;}
.offset-xl-1 {margin-left:8.3333333333%;}
.offset-xl-2 {margin-left:16.6666666667%;}
.offset-xl-3 {margin-left:25%;}
.offset-xl-4 {margin-left:33.3333333333%;}
.offset-xl-5 {margin-left:41.6666666667%;}
.offset-xl-6 {margin-left:50%;}
.offset-xl-7 {margin-left:58.3333333333%;}
.offset-xl-8 {margin-left:66.6666666667%;}
.offset-xl-9 {margin-left:75%;}
.offset-xl-10 {margin-left:83.3333333333%;}
.offset-xl-11 {margin-left:91.6666666667%;}
}

@media (min-width: 1400px) {
.col-xxl {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-xxl-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-xxl-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-xxl-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-xxl-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-xxl-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-xxl-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xxl-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-xxl-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-xxl-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xxl-3 {flex:0 0 25%; max-width:25%;}
.col-xxl-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-xxl-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-xxl-6 {flex:0 0 50%; max-width:50%;}
.col-xxl-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-xxl-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-xxl-9 {flex:0 0 75%; max-width:75%;}
.col-xxl-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-xxl-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-xxl-12 {flex:0 0 100%; max-width:100%;}
.order-xxl-first {order:-1;}
.order-xxl-last {order:13;}
.order-xxl-0 {order:0;}
.order-xxl-1 {order:1;}
.order-xxl-2 {order:2;}
.order-xxl-3 {order:3;}
.order-xxl-4 {order:4;}
.order-xxl-5 {order:5;}
.order-xxl-6 {order:6;}
.order-xxl-7 {order:7;}
.order-xxl-8 {order:8;}
.order-xxl-9 {order:9;}
.order-xxl-10 {order:10;}
.order-xxl-11 {order:11;}
.order-xxl-12 {order:12;}
.offset-xxl-0 {margin-left:0;}
.offset-xxl-1 {margin-left:8.3333333333%;}
.offset-xxl-2 {margin-left:16.6666666667%;}
.offset-xxl-3 {margin-left:25%;}
.offset-xxl-4 {margin-left:33.3333333333%;}
.offset-xxl-5 {margin-left:41.6666666667%;}
.offset-xxl-6 {margin-left:50%;}
.offset-xxl-7 {margin-left:58.3333333333%;}
.offset-xxl-8 {margin-left:66.6666666667%;}
.offset-xxl-9 {margin-left:75%;}
.offset-xxl-10 {margin-left:83.3333333333%;}
.offset-xxl-11 {margin-left:91.6666666667%;}
}

@media (min-width: 1600px) {
.col-xxxl {flex-basis:0; flex-grow:1; max-width:100%;}
.row-cols-xxxl-1>* {flex:0 0 100%; max-width:100%;}
.row-cols-xxxl-2>* {flex:0 0 50%; max-width:50%;}
.row-cols-xxxl-3>* {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.row-cols-xxxl-4>* {flex:0 0 25%; max-width:25%;}
.row-cols-xxxl-5>* {flex:0 0 20%; max-width:20%;}
.row-cols-xxxl-6>* {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xxxl-auto {flex:0 0 auto; width:auto; max-width:100%;}
.col-xxxl-1 {flex:0 0 8.3333333333%; max-width:8.3333333333%;}
.col-xxxl-2 {flex:0 0 16.6666666667%; max-width:16.6666666667%;}
.col-xxxl-3 {flex:0 0 25%; max-width:25%;}
.col-xxxl-4 {flex:0 0 33.3333333333%; max-width:33.3333333333%;}
.col-xxxl-5 {flex:0 0 41.6666666667%; max-width:41.6666666667%;}
.col-xxxl-6 {flex:0 0 50%; max-width:50%;}
.col-xxxl-7 {flex:0 0 58.3333333333%; max-width:58.3333333333%;}
.col-xxxl-8 {flex:0 0 66.6666666667%; max-width:66.6666666667%;}
.col-xxxl-9 {flex:0 0 75%; max-width:75%;}
.col-xxxl-10 {flex:0 0 83.3333333333%; max-width:83.3333333333%;}
.col-xxxl-11 {flex:0 0 91.6666666667%; max-width:91.6666666667%;}
.col-xxxl-12 {flex:0 0 100%; max-width:100%;}
.order-xxxl-first {order:-1;}
.order-xxxl-last {order:13;}
.order-xxxl-0 {order:0;}
.order-xxxl-1 {order:1;}
.order-xxxl-2 {order:2;}
.order-xxxl-3 {order:3;}
.order-xxxl-4 {order:4;}
.order-xxxl-5 {order:5;}
.order-xxxl-6 {order:6;}
.order-xxxl-7 {order:7;}
.order-xxxl-8 {order:8;}
.order-xxxl-9 {order:9;}
.order-xxxl-10 {order:10;}
.order-xxxl-11 {order:11;}
.order-xxxl-12 {order:12;}
.offset-xxxl-0 {margin-left:0;}
.offset-xxxl-1 {margin-left:8.3333333333%;}
.offset-xxxl-2 {margin-left:16.6666666667%;}
.offset-xxxl-3 {margin-left:25%;}
.offset-xxxl-4 {margin-left:33.3333333333%;}
.offset-xxxl-5 {margin-left:41.6666666667%;}
.offset-xxxl-6 {margin-left:50%;}
.offset-xxxl-7 {margin-left:58.3333333333%;}
.offset-xxxl-8 {margin-left:66.6666666667%;}
.offset-xxxl-9 {margin-left:75%;}
.offset-xxxl-10 {margin-left:83.3333333333%;}
.offset-xxxl-11 {margin-left:91.6666666667%;}
}

@media (max-width: 575.98px) {
.table-responsive-sm {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-sm>.table-bordered {border:0;}
}

@media (max-width: 767.98px) {
.table-responsive-md {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-md>.table-bordered {border:0;}
}

@media (max-width: 991.98px) {
.table-responsive-lg {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-lg>.table-bordered {border:0;}
}

@media (max-width: 1199.98px) {
.table-responsive-xl {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-xl>.table-bordered {border:0;}
}

@media (max-width: 1399.98px) {
.table-responsive-xxl {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-xxl>.table-bordered {border:0;}
.updte-masters .section-header {max-width:57% !important;}
}

@media (max-width: 1599.98px) {
.table-responsive-xxxl {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table-responsive-xxxl>.table-bordered {border:0;}
}

@media (prefers-reduced-motion: reduce) {
.form-control {transition:none;}
}

@media (min-width: 576px) {
.form-inline label {display:flex; align-items:center; justify-content:center; margin-bottom:0;}
.form-inline .form-group {display:flex; flex:0 0 auto; flex-flow:row wrap; align-items:center; margin-bottom:0;}
.form-inline .form-control {display:inline-block; width:auto; vertical-align:middle;}
.form-inline .form-control-plaintext {display:inline-block;}
.form-inline .input-group, .form-inline .custom-select {width:auto;}
.form-inline .form-check {display:flex; align-items:center; justify-content:center; width:auto; padding-left:0;}
.form-inline .form-check-input {position:relative; flex-shrink:0; margin-top:0; margin-right:0.25rem; margin-left:0;}
.form-inline .custom-control {align-items:center; justify-content:center;}
.form-inline .custom-control-label {margin-bottom:0;}
}

@media (prefers-reduced-motion: reduce) {
.btn {transition:none;}
.fade {transition:none;}
.collapsing {transition:none;}
}

@media (min-width: 576px) {
.dropdown-menu-sm-left {right:auto; left:0;}
.dropdown-menu-sm-right {right:0; left:auto;}
}

@media (min-width: 768px) {
.dropdown-menu-md-left {right:auto; left:0;}
.dropdown-menu-md-right {right:0; left:auto;}
}

@media (min-width: 992px) {
.dropdown-menu-lg-left {right:auto; left:0;}
.dropdown-menu-lg-right {right:0; left:auto;}
}

@media (min-width: 1200px) {
.dropdown-menu-xl-left {right:auto; left:0;}
.dropdown-menu-xl-right {right:0; left:auto;}
}

@media (min-width: 1400px) {
.dropdown-menu-xxl-left {right:auto; left:0;}
.dropdown-menu-xxl-right {right:0; left:auto;}
}

@media (min-width: 1600px) {
.dropdown-menu-xxxl-left {right:auto; left:0;}
.dropdown-menu-xxxl-right {right:0; left:auto;}
}

@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {transition:none;}
.custom-range::-webkit-slider-thumb {transition:none;}
.custom-range::-moz-range-thumb {transition:none;}
.custom-range::-ms-thumb {transition:none;}
.custom-control-label::before, .custom-file-label, .custom-select {transition:none;}
}

@media (max-width: 575.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 576px) {
.navbar-expand-sm {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-sm .navbar-nav {flex-direction:row;}
.navbar-expand-sm .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-sm .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {flex-wrap:nowrap;}
.navbar-expand-sm .navbar-nav-scroll {overflow:visible;}
.navbar-expand-sm .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-sm .navbar-toggler {display:none;}
}

@media (max-width: 767.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 768px) {
.navbar-expand-md {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-md .navbar-nav {flex-direction:row;}
.navbar-expand-md .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-md .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {flex-wrap:nowrap;}
.navbar-expand-md .navbar-nav-scroll {overflow:visible;}
.navbar-expand-md .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-md .navbar-toggler {display:none;}
}

@media (max-width: 991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 992px) {
.navbar-expand-lg {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-lg .navbar-nav {flex-direction:row;}
.navbar-expand-lg .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-lg .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {flex-wrap:nowrap;}
.navbar-expand-lg .navbar-nav-scroll {overflow:visible;}
.navbar-expand-lg .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-lg .navbar-toggler {display:none;}
}

@media (max-width: 1199.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 1200px) {
.navbar-expand-xl {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-xl .navbar-nav {flex-direction:row;}
.navbar-expand-xl .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-xl .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {flex-wrap:nowrap;}
.navbar-expand-xl .navbar-nav-scroll {overflow:visible;}
.navbar-expand-xl .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-xl .navbar-toggler {display:none;}
}

@media (max-width: 1399.98px) {
.navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid, .navbar-expand-xxl>.container-sm, .navbar-expand-xxl>.container-md, .navbar-expand-xxl>.container-lg, .navbar-expand-xxl>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 1400px) {
.navbar-expand-xxl {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-xxl .navbar-nav {flex-direction:row;}
.navbar-expand-xxl .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-xxl .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid, .navbar-expand-xxl>.container-sm, .navbar-expand-xxl>.container-md, .navbar-expand-xxl>.container-lg, .navbar-expand-xxl>.container-xl {flex-wrap:nowrap;}
.navbar-expand-xxl .navbar-nav-scroll {overflow:visible;}
.navbar-expand-xxl .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-xxl .navbar-toggler {display:none;}
}

@media (max-width: 1599.98px) {
.navbar-expand-xxxl>.container, .navbar-expand-xxxl>.container-fluid, .navbar-expand-xxxl>.container-sm, .navbar-expand-xxxl>.container-md, .navbar-expand-xxxl>.container-lg, .navbar-expand-xxxl>.container-xl {padding-right:0; padding-left:0;}
}

@media (min-width: 1600px) {
.navbar-expand-xxxl {flex-flow:row nowrap; justify-content:flex-start;}
.navbar-expand-xxxl .navbar-nav {flex-direction:row;}
.navbar-expand-xxxl .navbar-nav .dropdown-menu {position:absolute;}
.navbar-expand-xxxl .navbar-nav .nav-link {padding-right:0.5rem; padding-left:0.5rem;}
.navbar-expand-xxxl>.container, .navbar-expand-xxxl>.container-fluid, .navbar-expand-xxxl>.container-sm, .navbar-expand-xxxl>.container-md, .navbar-expand-xxxl>.container-lg, .navbar-expand-xxxl>.container-xl {flex-wrap:nowrap;}
.navbar-expand-xxxl .navbar-nav-scroll {overflow:visible;}
.navbar-expand-xxxl .navbar-collapse {display:flex !important; flex-basis:auto;}
.navbar-expand-xxxl .navbar-toggler {display:none;}
}

@media (min-width: 576px) {
.card-deck {display:flex; flex-flow:row wrap; margin-right:-15px; margin-left:-15px;}
.card-deck .card {flex:1 0 0%; margin-right:15px; margin-bottom:0; margin-left:15px;}
}

@media (min-width: 576px) {
.card-group {display:flex; flex-flow:row wrap;}
.card-group>.card {flex:1 0 0%; margin-bottom:0;}
.card-group>.card+.card {margin-left:0; border-left:0;}
.card-group>.card:not(:last-child) {border-top-right-radius:0; border-bottom-right-radius:0;}
.card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {border-top-right-radius:0;}
.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {border-bottom-right-radius:0;}
.card-group>.card:not(:first-child) {border-top-left-radius:0; border-bottom-left-radius:0;}
.card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {border-top-left-radius:0;}
.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {border-bottom-left-radius:0;}
.card-columns {column-count:3; column-gap:1.25rem; orphans:1; widows:1;}
.card-columns .card {display:inline-block; width:100%;}
.jumbotron {padding:4rem 2rem;}
}

@media (prefers-reduced-motion: reduce) {
.badge {transition:none;}
.progress-bar {transition:none;}
.progress-bar-animated {animation:none;}
}

@media (min-width: 576px) {
.list-group-horizontal-sm {flex-direction:row;}
.list-group-horizontal-sm>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-sm>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-sm>.list-group-item.active {margin-top:0;}
.list-group-horizontal-sm>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (min-width: 768px) {
.list-group-horizontal-md {flex-direction:row;}
.list-group-horizontal-md>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-md>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-md>.list-group-item.active {margin-top:0;}
.list-group-horizontal-md>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (min-width: 992px) {
.list-group-horizontal-lg {flex-direction:row;}
.list-group-horizontal-lg>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-lg>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-lg>.list-group-item.active {margin-top:0;}
.list-group-horizontal-lg>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (min-width: 1200px) {
.list-group-horizontal-xl {flex-direction:row;}
.list-group-horizontal-xl>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-xl>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-xl>.list-group-item.active {margin-top:0;}
.list-group-horizontal-xl>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (min-width: 1400px) {
.list-group-horizontal-xxl {flex-direction:row;}
.list-group-horizontal-xxl>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-xxl>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-xxl>.list-group-item.active {margin-top:0;}
.list-group-horizontal-xxl>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (min-width: 1600px) {
.list-group-horizontal-xxxl {flex-direction:row;}
.list-group-horizontal-xxxl>.list-group-item:first-child {border-bottom-left-radius:0.25rem; border-top-right-radius:0;}
.list-group-horizontal-xxxl>.list-group-item:last-child {border-top-right-radius:0.25rem; border-bottom-left-radius:0;}
.list-group-horizontal-xxxl>.list-group-item.active {margin-top:0;}
.list-group-horizontal-xxxl>.list-group-item+.list-group-item {border-top-width:1px; border-left-width:0;}
.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active {margin-left:-1px; border-left-width:1px;}
}

@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {transition:none;}
}

@media (min-width: 576px) {
.modal-dialog {max-width:500px; margin:1.75rem auto;}
.modal-dialog-scrollable {max-height:calc(100% - 3.5rem);}
.modal-dialog-scrollable .modal-content {max-height:calc(100vh - 3.5rem);}
.modal-dialog-centered {min-height:calc(100% - 3.5rem);}
.modal-dialog-centered::before {height:calc(100vh - 3.5rem); height:min-content;}
.modal-sm {max-width:300px;}
#display-asklicensenumber .modal-dialog.modal-dialog-centered {max-width:556px;}
.modal.update-license-pop .modal-dialog.modal-dialog-centered {max-width:413px !important;}
.update-pro-poppup .modal-dialog.modal-dialog-centered {max-width:413px !important;}
}

@media (min-width: 992px) {
.modal-lg, .modal-xl {max-width:800px;}
}

@media (min-width: 1200px) {
.modal-xl {max-width:1140px;}
}

@media (prefers-reduced-motion: reduce) {
.carousel-item {transition:none;}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {transition:none;}
.carousel-control-prev, .carousel-control-next {transition:none;}
.carousel-indicators li {transition:none;}
.spinner-border, .spinner-grow {animation-duration:1.5s;}
}

@media (min-width: 576px) {
.d-sm-none {display:none !important;}
.d-sm-inline {display:inline !important;}
.d-sm-inline-block {display:inline-block !important;}
.d-sm-block {display:block !important;}
.d-sm-table {display:table !important;}
.d-sm-table-row {display:table-row !important;}
.d-sm-table-cell {display:table-cell !important;}
.d-sm-flex {display:flex !important;}
.d-sm-inline-flex {display:inline-flex !important;}
.flex-sm-row {flex-direction:row !important;}
.flex-sm-column {flex-direction:column !important;}
.flex-sm-row-reverse {flex-direction:row-reverse !important;}
.flex-sm-column-reverse {flex-direction:column-reverse !important;}
.flex-sm-wrap {flex-wrap:wrap !important;}
.flex-sm-nowrap {flex-wrap:nowrap !important;}
.flex-sm-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-sm-fill {flex:1 1 auto !important;}
.flex-sm-grow-0 {flex-grow:0 !important;}
.flex-sm-grow-1 {flex-grow:1 !important;}
.flex-sm-shrink-0 {flex-shrink:0 !important;}
.flex-sm-shrink-1 {flex-shrink:1 !important;}
.justify-content-sm-start {justify-content:flex-start !important;}
.justify-content-sm-end {justify-content:flex-end !important;}
.justify-content-sm-center {justify-content:center !important;}
.justify-content-sm-between {justify-content:space-between !important;}
.justify-content-sm-around {justify-content:space-around !important;}
.align-items-sm-start {align-items:flex-start !important;}
.align-items-sm-end {align-items:flex-end !important;}
.align-items-sm-center {align-items:center !important;}
.align-items-sm-baseline {align-items:baseline !important;}
.align-items-sm-stretch {align-items:stretch !important;}
.align-content-sm-start {align-content:flex-start !important;}
.align-content-sm-end {align-content:flex-end !important;}
.align-content-sm-center {align-content:center !important;}
.align-content-sm-between {align-content:space-between !important;}
.align-content-sm-around {align-content:space-around !important;}
.align-content-sm-stretch {align-content:stretch !important;}
.align-self-sm-auto {align-self:auto !important;}
.align-self-sm-start {align-self:flex-start !important;}
.align-self-sm-end {align-self:flex-end !important;}
.align-self-sm-center {align-self:center !important;}
.align-self-sm-baseline {align-self:baseline !important;}
.align-self-sm-stretch {align-self:stretch !important;}
.float-sm-left {float:left !important;}
.float-sm-right {float:right !important;}
.float-sm-none {float:none !important;}
}

@media (min-width: 768px) {
.d-md-none {display:none !important;}
.d-md-inline {display:inline !important;}
.d-md-inline-block {display:inline-block !important;}
.d-md-block {display:block !important;}
.d-md-table {display:table !important;}
.d-md-table-row {display:table-row !important;}
.d-md-table-cell {display:table-cell !important;}
.d-md-flex {display:flex !important;}
.d-md-inline-flex {display:inline-flex !important;}
.flex-md-row {flex-direction:row !important;}
.flex-md-column {flex-direction:column !important;}
.flex-md-row-reverse {flex-direction:row-reverse !important;}
.flex-md-column-reverse {flex-direction:column-reverse !important;}
.flex-md-wrap {flex-wrap:wrap !important;}
.flex-md-nowrap {flex-wrap:nowrap !important;}
.flex-md-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-md-fill {flex:1 1 auto !important;}
.flex-md-grow-0 {flex-grow:0 !important;}
.flex-md-grow-1 {flex-grow:1 !important;}
.flex-md-shrink-0 {flex-shrink:0 !important;}
.flex-md-shrink-1 {flex-shrink:1 !important;}
.justify-content-md-start {justify-content:flex-start !important;}
.justify-content-md-end {justify-content:flex-end !important;}
.justify-content-md-center {justify-content:center !important;}
.justify-content-md-between {justify-content:space-between !important;}
.justify-content-md-around {justify-content:space-around !important;}
.align-items-md-start {align-items:flex-start !important;}
.align-items-md-end {align-items:flex-end !important;}
.align-items-md-center {align-items:center !important;}
.align-items-md-baseline {align-items:baseline !important;}
.align-items-md-stretch {align-items:stretch !important;}
.align-content-md-start {align-content:flex-start !important;}
.align-content-md-end {align-content:flex-end !important;}
.align-content-md-center {align-content:center !important;}
.align-content-md-between {align-content:space-between !important;}
.align-content-md-around {align-content:space-around !important;}
.align-content-md-stretch {align-content:stretch !important;}
.align-self-md-auto {align-self:auto !important;}
.align-self-md-start {align-self:flex-start !important;}
.align-self-md-end {align-self:flex-end !important;}
.align-self-md-center {align-self:center !important;}
.align-self-md-baseline {align-self:baseline !important;}
.align-self-md-stretch {align-self:stretch !important;}
.float-md-left {float:left !important;}
.float-md-right {float:right !important;}
.float-md-none {float:none !important;}
}

@media (min-width: 992px) {
.d-lg-none {display:none !important;}
.d-lg-inline {display:inline !important;}
.d-lg-inline-block {display:inline-block !important;}
.d-lg-block {display:block !important;}
.d-lg-table {display:table !important;}
.d-lg-table-row {display:table-row !important;}
.d-lg-table-cell {display:table-cell !important;}
.d-lg-flex {display:flex !important;}
.d-lg-inline-flex {display:inline-flex !important;}
.flex-lg-row {flex-direction:row !important;}
.flex-lg-column {flex-direction:column !important;}
.flex-lg-row-reverse {flex-direction:row-reverse !important;}
.flex-lg-column-reverse {flex-direction:column-reverse !important;}
.flex-lg-wrap {flex-wrap:wrap !important;}
.flex-lg-nowrap {flex-wrap:nowrap !important;}
.flex-lg-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-lg-fill {flex:1 1 auto !important;}
.flex-lg-grow-0 {flex-grow:0 !important;}
.flex-lg-grow-1 {flex-grow:1 !important;}
.flex-lg-shrink-0 {flex-shrink:0 !important;}
.flex-lg-shrink-1 {flex-shrink:1 !important;}
.justify-content-lg-start {justify-content:flex-start !important;}
.justify-content-lg-end {justify-content:flex-end !important;}
.justify-content-lg-center {justify-content:center !important;}
.justify-content-lg-between {justify-content:space-between !important;}
.justify-content-lg-around {justify-content:space-around !important;}
.align-items-lg-start {align-items:flex-start !important;}
.align-items-lg-end {align-items:flex-end !important;}
.align-items-lg-center {align-items:center !important;}
.align-items-lg-baseline {align-items:baseline !important;}
.align-items-lg-stretch {align-items:stretch !important;}
.align-content-lg-start {align-content:flex-start !important;}
.align-content-lg-end {align-content:flex-end !important;}
.align-content-lg-center {align-content:center !important;}
.align-content-lg-between {align-content:space-between !important;}
.align-content-lg-around {align-content:space-around !important;}
.align-content-lg-stretch {align-content:stretch !important;}
.align-self-lg-auto {align-self:auto !important;}
.align-self-lg-start {align-self:flex-start !important;}
.align-self-lg-end {align-self:flex-end !important;}
.align-self-lg-center {align-self:center !important;}
.align-self-lg-baseline {align-self:baseline !important;}
.align-self-lg-stretch {align-self:stretch !important;}
.float-lg-left {float:left !important;}
.float-lg-right {float:right !important;}
.float-lg-none {float:none !important;}
}

@media (min-width: 1200px) {
.d-xl-none {display:none !important;}
.d-xl-inline {display:inline !important;}
.d-xl-inline-block {display:inline-block !important;}
.d-xl-block {display:block !important;}
.d-xl-table {display:table !important;}
.d-xl-table-row {display:table-row !important;}
.d-xl-table-cell {display:table-cell !important;}
.d-xl-flex {display:flex !important;}
.d-xl-inline-flex {display:inline-flex !important;}
.flex-xl-row {flex-direction:row !important;}
.flex-xl-column {flex-direction:column !important;}
.flex-xl-row-reverse {flex-direction:row-reverse !important;}
.flex-xl-column-reverse {flex-direction:column-reverse !important;}
.flex-xl-wrap {flex-wrap:wrap !important;}
.flex-xl-nowrap {flex-wrap:nowrap !important;}
.flex-xl-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-xl-fill {flex:1 1 auto !important;}
.flex-xl-grow-0 {flex-grow:0 !important;}
.flex-xl-grow-1 {flex-grow:1 !important;}
.flex-xl-shrink-0 {flex-shrink:0 !important;}
.flex-xl-shrink-1 {flex-shrink:1 !important;}
.justify-content-xl-start {justify-content:flex-start !important;}
.justify-content-xl-end {justify-content:flex-end !important;}
.justify-content-xl-center {justify-content:center !important;}
.justify-content-xl-between {justify-content:space-between !important;}
.justify-content-xl-around {justify-content:space-around !important;}
.align-items-xl-start {align-items:flex-start !important;}
.align-items-xl-end {align-items:flex-end !important;}
.align-items-xl-center {align-items:center !important;}
.align-items-xl-baseline {align-items:baseline !important;}
.align-items-xl-stretch {align-items:stretch !important;}
.align-content-xl-start {align-content:flex-start !important;}
.align-content-xl-end {align-content:flex-end !important;}
.align-content-xl-center {align-content:center !important;}
.align-content-xl-between {align-content:space-between !important;}
.align-content-xl-around {align-content:space-around !important;}
.align-content-xl-stretch {align-content:stretch !important;}
.align-self-xl-auto {align-self:auto !important;}
.align-self-xl-start {align-self:flex-start !important;}
.align-self-xl-end {align-self:flex-end !important;}
.align-self-xl-center {align-self:center !important;}
.align-self-xl-baseline {align-self:baseline !important;}
.align-self-xl-stretch {align-self:stretch !important;}
.float-xl-left {float:left !important;}
.float-xl-right {float:right !important;}
.float-xl-none {float:none !important;}
}

@media (min-width: 1400px) {
.d-xxl-none {display:none !important;}
.d-xxl-inline {display:inline !important;}
.d-xxl-inline-block {display:inline-block !important;}
.d-xxl-block {display:block !important;}
.d-xxl-table {display:table !important;}
.d-xxl-table-row {display:table-row !important;}
.d-xxl-table-cell {display:table-cell !important;}
.d-xxl-flex {display:flex !important;}
.d-xxl-inline-flex {display:inline-flex !important;}
.flex-xxl-row {flex-direction:row !important;}
.flex-xxl-column {flex-direction:column !important;}
.flex-xxl-row-reverse {flex-direction:row-reverse !important;}
.flex-xxl-column-reverse {flex-direction:column-reverse !important;}
.flex-xxl-wrap {flex-wrap:wrap !important;}
.flex-xxl-nowrap {flex-wrap:nowrap !important;}
.flex-xxl-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-xxl-fill {flex:1 1 auto !important;}
.flex-xxl-grow-0 {flex-grow:0 !important;}
.flex-xxl-grow-1 {flex-grow:1 !important;}
.flex-xxl-shrink-0 {flex-shrink:0 !important;}
.flex-xxl-shrink-1 {flex-shrink:1 !important;}
.justify-content-xxl-start {justify-content:flex-start !important;}
.justify-content-xxl-end {justify-content:flex-end !important;}
.justify-content-xxl-center {justify-content:center !important;}
.justify-content-xxl-between {justify-content:space-between !important;}
.justify-content-xxl-around {justify-content:space-around !important;}
.align-items-xxl-start {align-items:flex-start !important;}
.align-items-xxl-end {align-items:flex-end !important;}
.align-items-xxl-center {align-items:center !important;}
.align-items-xxl-baseline {align-items:baseline !important;}
.align-items-xxl-stretch {align-items:stretch !important;}
.align-content-xxl-start {align-content:flex-start !important;}
.align-content-xxl-end {align-content:flex-end !important;}
.align-content-xxl-center {align-content:center !important;}
.align-content-xxl-between {align-content:space-between !important;}
.align-content-xxl-around {align-content:space-around !important;}
.align-content-xxl-stretch {align-content:stretch !important;}
.align-self-xxl-auto {align-self:auto !important;}
.align-self-xxl-start {align-self:flex-start !important;}
.align-self-xxl-end {align-self:flex-end !important;}
.align-self-xxl-center {align-self:center !important;}
.align-self-xxl-baseline {align-self:baseline !important;}
.align-self-xxl-stretch {align-self:stretch !important;}
.float-xxl-left {float:left !important;}
.float-xxl-right {float:right !important;}
.float-xxl-none {float:none !important;}
}

@media (min-width: 1600px) {
.d-xxxl-none {display:none !important;}
.d-xxxl-inline {display:inline !important;}
.d-xxxl-inline-block {display:inline-block !important;}
.d-xxxl-block {display:block !important;}
.d-xxxl-table {display:table !important;}
.d-xxxl-table-row {display:table-row !important;}
.d-xxxl-table-cell {display:table-cell !important;}
.d-xxxl-flex {display:flex !important;}
.d-xxxl-inline-flex {display:inline-flex !important;}
.flex-xxxl-row {flex-direction:row !important;}
.flex-xxxl-column {flex-direction:column !important;}
.flex-xxxl-row-reverse {flex-direction:row-reverse !important;}
.flex-xxxl-column-reverse {flex-direction:column-reverse !important;}
.flex-xxxl-wrap {flex-wrap:wrap !important;}
.flex-xxxl-nowrap {flex-wrap:nowrap !important;}
.flex-xxxl-wrap-reverse {flex-wrap:wrap-reverse !important;}
.flex-xxxl-fill {flex:1 1 auto !important;}
.flex-xxxl-grow-0 {flex-grow:0 !important;}
.flex-xxxl-grow-1 {flex-grow:1 !important;}
.flex-xxxl-shrink-0 {flex-shrink:0 !important;}
.flex-xxxl-shrink-1 {flex-shrink:1 !important;}
.justify-content-xxxl-start {justify-content:flex-start !important;}
.justify-content-xxxl-end {justify-content:flex-end !important;}
.justify-content-xxxl-center {justify-content:center !important;}
.justify-content-xxxl-between {justify-content:space-between !important;}
.justify-content-xxxl-around {justify-content:space-around !important;}
.align-items-xxxl-start {align-items:flex-start !important;}
.align-items-xxxl-end {align-items:flex-end !important;}
.align-items-xxxl-center {align-items:center !important;}
.align-items-xxxl-baseline {align-items:baseline !important;}
.align-items-xxxl-stretch {align-items:stretch !important;}
.align-content-xxxl-start {align-content:flex-start !important;}
.align-content-xxxl-end {align-content:flex-end !important;}
.align-content-xxxl-center {align-content:center !important;}
.align-content-xxxl-between {align-content:space-between !important;}
.align-content-xxxl-around {align-content:space-around !important;}
.align-content-xxxl-stretch {align-content:stretch !important;}
.align-self-xxxl-auto {align-self:auto !important;}
.align-self-xxxl-start {align-self:flex-start !important;}
.align-self-xxxl-end {align-self:flex-end !important;}
.align-self-xxxl-center {align-self:center !important;}
.align-self-xxxl-baseline {align-self:baseline !important;}
.align-self-xxxl-stretch {align-self:stretch !important;}
.float-xxxl-left {float:left !important;}
.float-xxxl-right {float:right !important;}
.float-xxxl-none {float:none !important;}
}

@media print {
.d-print-none {display:none !important;}
.d-print-inline {display:inline !important;}
.d-print-inline-block {display:inline-block !important;}
.d-print-block {display:block !important;}
.d-print-table {display:table !important;}
.d-print-table-row {display:table-row !important;}
.d-print-table-cell {display:table-cell !important;}
.d-print-flex {display:flex !important;}
.d-print-inline-flex {display:inline-flex !important;}
}

@media (min-width: 576px) {
.m-sm-0 {margin:0 !important;}
.mt-sm-0, .my-sm-0 {margin-top:0 !important;}
.mr-sm-0, .mx-sm-0 {margin-right:0 !important;}
.mb-sm-0, .my-sm-0 {margin-bottom:0 !important;}
.ml-sm-0, .mx-sm-0 {margin-left:0 !important;}
.m-sm-1 {margin:0.25rem !important;}
.mt-sm-1, .my-sm-1 {margin-top:0.25rem !important;}
.mr-sm-1, .mx-sm-1 {margin-right:0.25rem !important;}
.mb-sm-1, .my-sm-1 {margin-bottom:0.25rem !important;}
.ml-sm-1, .mx-sm-1 {margin-left:0.25rem !important;}
.m-sm-2 {margin:0.5rem !important;}
.mt-sm-2, .my-sm-2 {margin-top:0.5rem !important;}
.mr-sm-2, .mx-sm-2 {margin-right:0.5rem !important;}
.mb-sm-2, .my-sm-2 {margin-bottom:0.5rem !important;}
.ml-sm-2, .mx-sm-2 {margin-left:0.5rem !important;}
.m-sm-3 {margin:0.75rem !important;}
.mt-sm-3, .my-sm-3 {margin-top:0.75rem !important;}
.mr-sm-3, .mx-sm-3 {margin-right:0.75rem !important;}
.mb-sm-3, .my-sm-3 {margin-bottom:0.75rem !important;}
.ml-sm-3, .mx-sm-3 {margin-left:0.75rem !important;}
.m-sm-4 {margin:1rem !important;}
.mt-sm-4, .my-sm-4 {margin-top:1rem !important;}
.mr-sm-4, .mx-sm-4 {margin-right:1rem !important;}
.mb-sm-4, .my-sm-4 {margin-bottom:1rem !important;}
.ml-sm-4, .mx-sm-4 {margin-left:1rem !important;}
.m-sm-5 {margin:1.25rem !important;}
.mt-sm-5, .my-sm-5 {margin-top:1.25rem !important;}
.mr-sm-5, .mx-sm-5 {margin-right:1.25rem !important;}
.mb-sm-5, .my-sm-5 {margin-bottom:1.25rem !important;}
.ml-sm-5, .mx-sm-5 {margin-left:1.25rem !important;}
.m-sm-6 {margin:1.5rem !important;}
.mt-sm-6, .my-sm-6 {margin-top:1.5rem !important;}
.mr-sm-6, .mx-sm-6 {margin-right:1.5rem !important;}
.mb-sm-6, .my-sm-6 {margin-bottom:1.5rem !important;}
.ml-sm-6, .mx-sm-6 {margin-left:1.5rem !important;}
.m-sm-7 {margin:1.75rem !important;}
.mt-sm-7, .my-sm-7 {margin-top:1.75rem !important;}
.mr-sm-7, .mx-sm-7 {margin-right:1.75rem !important;}
.mb-sm-7, .my-sm-7 {margin-bottom:1.75rem !important;}
.ml-sm-7, .mx-sm-7 {margin-left:1.75rem !important;}
.m-sm-8 {margin:2rem !important;}
.mt-sm-8, .my-sm-8 {margin-top:2rem !important;}
.mr-sm-8, .mx-sm-8 {margin-right:2rem !important;}
.mb-sm-8, .my-sm-8 {margin-bottom:2rem !important;}
.ml-sm-8, .mx-sm-8 {margin-left:2rem !important;}
.m-sm-9 {margin:2.25rem !important;}
.mt-sm-9, .my-sm-9 {margin-top:2.25rem !important;}
.mr-sm-9, .mx-sm-9 {margin-right:2.25rem !important;}
.mb-sm-9, .my-sm-9 {margin-bottom:2.25rem !important;}
.ml-sm-9, .mx-sm-9 {margin-left:2.25rem !important;}
.m-sm-10 {margin:2.5rem !important;}
.mt-sm-10, .my-sm-10 {margin-top:2.5rem !important;}
.mr-sm-10, .mx-sm-10 {margin-right:2.5rem !important;}
.mb-sm-10, .my-sm-10 {margin-bottom:2.5rem !important;}
.ml-sm-10, .mx-sm-10 {margin-left:2.5rem !important;}
.m-sm-11 {margin:2.75rem !important;}
.mt-sm-11, .my-sm-11 {margin-top:2.75rem !important;}
.mr-sm-11, .mx-sm-11 {margin-right:2.75rem !important;}
.mb-sm-11, .my-sm-11 {margin-bottom:2.75rem !important;}
.ml-sm-11, .mx-sm-11 {margin-left:2.75rem !important;}
.m-sm-12 {margin:3rem !important;}
.mt-sm-12, .my-sm-12 {margin-top:3rem !important;}
.mr-sm-12, .mx-sm-12 {margin-right:3rem !important;}
.mb-sm-12, .my-sm-12 {margin-bottom:3rem !important;}
.ml-sm-12, .mx-sm-12 {margin-left:3rem !important;}
.m-sm-13 {margin:3.25rem !important;}
.mt-sm-13, .my-sm-13 {margin-top:3.25rem !important;}
.mr-sm-13, .mx-sm-13 {margin-right:3.25rem !important;}
.mb-sm-13, .my-sm-13 {margin-bottom:3.25rem !important;}
.ml-sm-13, .mx-sm-13 {margin-left:3.25rem !important;}
.m-sm-14 {margin:3.5rem !important;}
.mt-sm-14, .my-sm-14 {margin-top:3.5rem !important;}
.mr-sm-14, .mx-sm-14 {margin-right:3.5rem !important;}
.mb-sm-14, .my-sm-14 {margin-bottom:3.5rem !important;}
.ml-sm-14, .mx-sm-14 {margin-left:3.5rem !important;}
.m-sm-15 {margin:3.75rem !important;}
.mt-sm-15, .my-sm-15 {margin-top:3.75rem !important;}
.mr-sm-15, .mx-sm-15 {margin-right:3.75rem !important;}
.mb-sm-15, .my-sm-15 {margin-bottom:3.75rem !important;}
.ml-sm-15, .mx-sm-15 {margin-left:3.75rem !important;}
.m-sm-16 {margin:4rem !important;}
.mt-sm-16, .my-sm-16 {margin-top:4rem !important;}
.mr-sm-16, .mx-sm-16 {margin-right:4rem !important;}
.mb-sm-16, .my-sm-16 {margin-bottom:4rem !important;}
.ml-sm-16, .mx-sm-16 {margin-left:4rem !important;}
.m-sm-17 {margin:4.25rem !important;}
.mt-sm-17, .my-sm-17 {margin-top:4.25rem !important;}
.mr-sm-17, .mx-sm-17 {margin-right:4.25rem !important;}
.mb-sm-17, .my-sm-17 {margin-bottom:4.25rem !important;}
.ml-sm-17, .mx-sm-17 {margin-left:4.25rem !important;}
.m-sm-18 {margin:4.5rem !important;}
.mt-sm-18, .my-sm-18 {margin-top:4.5rem !important;}
.mr-sm-18, .mx-sm-18 {margin-right:4.5rem !important;}
.mb-sm-18, .my-sm-18 {margin-bottom:4.5rem !important;}
.ml-sm-18, .mx-sm-18 {margin-left:4.5rem !important;}
.m-sm-19 {margin:4.75rem !important;}
.mt-sm-19, .my-sm-19 {margin-top:4.75rem !important;}
.mr-sm-19, .mx-sm-19 {margin-right:4.75rem !important;}
.mb-sm-19, .my-sm-19 {margin-bottom:4.75rem !important;}
.ml-sm-19, .mx-sm-19 {margin-left:4.75rem !important;}
.m-sm-20 {margin:5rem !important;}
.mt-sm-20, .my-sm-20 {margin-top:5rem !important;}
.mr-sm-20, .mx-sm-20 {margin-right:5rem !important;}
.mb-sm-20, .my-sm-20 {margin-bottom:5rem !important;}
.ml-sm-20, .mx-sm-20 {margin-left:5rem !important;}
.m-sm-21 {margin:5.25rem !important;}
.mt-sm-21, .my-sm-21 {margin-top:5.25rem !important;}
.mr-sm-21, .mx-sm-21 {margin-right:5.25rem !important;}
.mb-sm-21, .my-sm-21 {margin-bottom:5.25rem !important;}
.ml-sm-21, .mx-sm-21 {margin-left:5.25rem !important;}
.m-sm-22 {margin:5.5rem !important;}
.mt-sm-22, .my-sm-22 {margin-top:5.5rem !important;}
.mr-sm-22, .mx-sm-22 {margin-right:5.5rem !important;}
.mb-sm-22, .my-sm-22 {margin-bottom:5.5rem !important;}
.ml-sm-22, .mx-sm-22 {margin-left:5.5rem !important;}
.m-sm-23 {margin:5.75rem !important;}
.mt-sm-23, .my-sm-23 {margin-top:5.75rem !important;}
.mr-sm-23, .mx-sm-23 {margin-right:5.75rem !important;}
.mb-sm-23, .my-sm-23 {margin-bottom:5.75rem !important;}
.ml-sm-23, .mx-sm-23 {margin-left:5.75rem !important;}
.m-sm-24 {margin:6rem !important;}
.mt-sm-24, .my-sm-24 {margin-top:6rem !important;}
.mr-sm-24, .mx-sm-24 {margin-right:6rem !important;}
.mb-sm-24, .my-sm-24 {margin-bottom:6rem !important;}
.ml-sm-24, .mx-sm-24 {margin-left:6rem !important;}
.m-sm-25 {margin:6.25rem !important;}
.mt-sm-25, .my-sm-25 {margin-top:6.25rem !important;}
.mr-sm-25, .mx-sm-25 {margin-right:6.25rem !important;}
.mb-sm-25, .my-sm-25 {margin-bottom:6.25rem !important;}
.ml-sm-25, .mx-sm-25 {margin-left:6.25rem !important;}
.m-sm-26 {margin:6.5rem !important;}
.mt-sm-26, .my-sm-26 {margin-top:6.5rem !important;}
.mr-sm-26, .mx-sm-26 {margin-right:6.5rem !important;}
.mb-sm-26, .my-sm-26 {margin-bottom:6.5rem !important;}
.ml-sm-26, .mx-sm-26 {margin-left:6.5rem !important;}
.m-sm-27 {margin:6.75rem !important;}
.mt-sm-27, .my-sm-27 {margin-top:6.75rem !important;}
.mr-sm-27, .mx-sm-27 {margin-right:6.75rem !important;}
.mb-sm-27, .my-sm-27 {margin-bottom:6.75rem !important;}
.ml-sm-27, .mx-sm-27 {margin-left:6.75rem !important;}
.m-sm-28 {margin:7rem !important;}
.mt-sm-28, .my-sm-28 {margin-top:7rem !important;}
.mr-sm-28, .mx-sm-28 {margin-right:7rem !important;}
.mb-sm-28, .my-sm-28 {margin-bottom:7rem !important;}
.ml-sm-28, .mx-sm-28 {margin-left:7rem !important;}
.m-sm-29 {margin:7.25rem !important;}
.mt-sm-29, .my-sm-29 {margin-top:7.25rem !important;}
.mr-sm-29, .mx-sm-29 {margin-right:7.25rem !important;}
.mb-sm-29, .my-sm-29 {margin-bottom:7.25rem !important;}
.ml-sm-29, .mx-sm-29 {margin-left:7.25rem !important;}
.m-sm-30 {margin:7.5rem !important;}
.mt-sm-30, .my-sm-30 {margin-top:7.5rem !important;}
.mr-sm-30, .mx-sm-30 {margin-right:7.5rem !important;}
.mb-sm-30, .my-sm-30 {margin-bottom:7.5rem !important;}
.ml-sm-30, .mx-sm-30 {margin-left:7.5rem !important;}
.m-sm-31 {margin:7.75rem !important;}
.mt-sm-31, .my-sm-31 {margin-top:7.75rem !important;}
.mr-sm-31, .mx-sm-31 {margin-right:7.75rem !important;}
.mb-sm-31, .my-sm-31 {margin-bottom:7.75rem !important;}
.ml-sm-31, .mx-sm-31 {margin-left:7.75rem !important;}
.m-sm-32 {margin:8rem !important;}
.mt-sm-32, .my-sm-32 {margin-top:8rem !important;}
.mr-sm-32, .mx-sm-32 {margin-right:8rem !important;}
.mb-sm-32, .my-sm-32 {margin-bottom:8rem !important;}
.ml-sm-32, .mx-sm-32 {margin-left:8rem !important;}
.m-sm-33 {margin:8.25rem !important;}
.mt-sm-33, .my-sm-33 {margin-top:8.25rem !important;}
.mr-sm-33, .mx-sm-33 {margin-right:8.25rem !important;}
.mb-sm-33, .my-sm-33 {margin-bottom:8.25rem !important;}
.ml-sm-33, .mx-sm-33 {margin-left:8.25rem !important;}
.m-sm-34 {margin:8.5rem !important;}
.mt-sm-34, .my-sm-34 {margin-top:8.5rem !important;}
.mr-sm-34, .mx-sm-34 {margin-right:8.5rem !important;}
.mb-sm-34, .my-sm-34 {margin-bottom:8.5rem !important;}
.ml-sm-34, .mx-sm-34 {margin-left:8.5rem !important;}
.m-sm-35 {margin:8.75rem !important;}
.mt-sm-35, .my-sm-35 {margin-top:8.75rem !important;}
.mr-sm-35, .mx-sm-35 {margin-right:8.75rem !important;}
.mb-sm-35, .my-sm-35 {margin-bottom:8.75rem !important;}
.ml-sm-35, .mx-sm-35 {margin-left:8.75rem !important;}
.m-sm-36 {margin:9rem !important;}
.mt-sm-36, .my-sm-36 {margin-top:9rem !important;}
.mr-sm-36, .mx-sm-36 {margin-right:9rem !important;}
.mb-sm-36, .my-sm-36 {margin-bottom:9rem !important;}
.ml-sm-36, .mx-sm-36 {margin-left:9rem !important;}
.m-sm-37 {margin:9.25rem !important;}
.mt-sm-37, .my-sm-37 {margin-top:9.25rem !important;}
.mr-sm-37, .mx-sm-37 {margin-right:9.25rem !important;}
.mb-sm-37, .my-sm-37 {margin-bottom:9.25rem !important;}
.ml-sm-37, .mx-sm-37 {margin-left:9.25rem !important;}
.m-sm-38 {margin:9.5rem !important;}
.mt-sm-38, .my-sm-38 {margin-top:9.5rem !important;}
.mr-sm-38, .mx-sm-38 {margin-right:9.5rem !important;}
.mb-sm-38, .my-sm-38 {margin-bottom:9.5rem !important;}
.ml-sm-38, .mx-sm-38 {margin-left:9.5rem !important;}
.m-sm-39 {margin:9.75rem !important;}
.mt-sm-39, .my-sm-39 {margin-top:9.75rem !important;}
.mr-sm-39, .mx-sm-39 {margin-right:9.75rem !important;}
.mb-sm-39, .my-sm-39 {margin-bottom:9.75rem !important;}
.ml-sm-39, .mx-sm-39 {margin-left:9.75rem !important;}
.m-sm-40 {margin:10rem !important;}
.mt-sm-40, .my-sm-40 {margin-top:10rem !important;}
.mr-sm-40, .mx-sm-40 {margin-right:10rem !important;}
.mb-sm-40, .my-sm-40 {margin-bottom:10rem !important;}
.ml-sm-40, .mx-sm-40 {margin-left:10rem !important;}
.m-sm-45 {margin:11rem !important;}
.mt-sm-45, .my-sm-45 {margin-top:11rem !important;}
.mr-sm-45, .mx-sm-45 {margin-right:11rem !important;}
.mb-sm-45, .my-sm-45 {margin-bottom:11rem !important;}
.ml-sm-45, .mx-sm-45 {margin-left:11rem !important;}
.m-sm-50 {margin:12rem !important;}
.mt-sm-50, .my-sm-50 {margin-top:12rem !important;}
.mr-sm-50, .mx-sm-50 {margin-right:12rem !important;}
.mb-sm-50, .my-sm-50 {margin-bottom:12rem !important;}
.ml-sm-50, .mx-sm-50 {margin-left:12rem !important;}
.m-sm-55 {margin:13rem !important;}
.mt-sm-55, .my-sm-55 {margin-top:13rem !important;}
.mr-sm-55, .mx-sm-55 {margin-right:13rem !important;}
.mb-sm-55, .my-sm-55 {margin-bottom:13rem !important;}
.ml-sm-55, .mx-sm-55 {margin-left:13rem !important;}
.m-sm-60 {margin:14rem !important;}
.mt-sm-60, .my-sm-60 {margin-top:14rem !important;}
.mr-sm-60, .mx-sm-60 {margin-right:14rem !important;}
.mb-sm-60, .my-sm-60 {margin-bottom:14rem !important;}
.ml-sm-60, .mx-sm-60 {margin-left:14rem !important;}
.p-sm-0 {padding:0 !important;}
.pt-sm-0, .py-sm-0 {padding-top:0 !important;}
.pr-sm-0, .px-sm-0 {padding-right:0 !important;}
.pb-sm-0, .py-sm-0 {padding-bottom:0 !important;}
.pl-sm-0, .px-sm-0 {padding-left:0 !important;}
.p-sm-1 {padding:0.25rem !important;}
.pt-sm-1, .py-sm-1 {padding-top:0.25rem !important;}
.pr-sm-1, .px-sm-1 {padding-right:0.25rem !important;}
.pb-sm-1, .py-sm-1 {padding-bottom:0.25rem !important;}
.pl-sm-1, .px-sm-1 {padding-left:0.25rem !important;}
.p-sm-2 {padding:0.5rem !important;}
.pt-sm-2, .py-sm-2 {padding-top:0.5rem !important;}
.pr-sm-2, .px-sm-2 {padding-right:0.5rem !important;}
.pb-sm-2, .py-sm-2 {padding-bottom:0.5rem !important;}
.pl-sm-2, .px-sm-2 {padding-left:0.5rem !important;}
.p-sm-3 {padding:0.75rem !important;}
.pt-sm-3, .py-sm-3 {padding-top:0.75rem !important;}
.pr-sm-3, .px-sm-3 {padding-right:0.75rem !important;}
.pb-sm-3, .py-sm-3 {padding-bottom:0.75rem !important;}
.pl-sm-3, .px-sm-3 {padding-left:0.75rem !important;}
.p-sm-4 {padding:1rem !important;}
.pt-sm-4, .py-sm-4 {padding-top:1rem !important;}
.pr-sm-4, .px-sm-4 {padding-right:1rem !important;}
.pb-sm-4, .py-sm-4 {padding-bottom:1rem !important;}
.pl-sm-4, .px-sm-4 {padding-left:1rem !important;}
.p-sm-5 {padding:1.25rem !important;}
.pt-sm-5, .py-sm-5 {padding-top:1.25rem !important;}
.pr-sm-5, .px-sm-5 {padding-right:1.25rem !important;}
.pb-sm-5, .py-sm-5 {padding-bottom:1.25rem !important;}
.pl-sm-5, .px-sm-5 {padding-left:1.25rem !important;}
.p-sm-6 {padding:1.5rem !important;}
.pt-sm-6, .py-sm-6 {padding-top:1.5rem !important;}
.pr-sm-6, .px-sm-6 {padding-right:1.5rem !important;}
.pb-sm-6, .py-sm-6 {padding-bottom:1.5rem !important;}
.pl-sm-6, .px-sm-6 {padding-left:1.5rem !important;}
.p-sm-7 {padding:1.75rem !important;}
.pt-sm-7, .py-sm-7 {padding-top:1.75rem !important;}
.pr-sm-7, .px-sm-7 {padding-right:1.75rem !important;}
.pb-sm-7, .py-sm-7 {padding-bottom:1.75rem !important;}
.pl-sm-7, .px-sm-7 {padding-left:1.75rem !important;}
.p-sm-8 {padding:2rem !important;}
.pt-sm-8, .py-sm-8 {padding-top:2rem !important;}
.pr-sm-8, .px-sm-8 {padding-right:2rem !important;}
.pb-sm-8, .py-sm-8 {padding-bottom:2rem !important;}
.pl-sm-8, .px-sm-8 {padding-left:2rem !important;}
.p-sm-9 {padding:2.25rem !important;}
.pt-sm-9, .py-sm-9 {padding-top:2.25rem !important;}
.pr-sm-9, .px-sm-9 {padding-right:2.25rem !important;}
.pb-sm-9, .py-sm-9 {padding-bottom:2.25rem !important;}
.pl-sm-9, .px-sm-9 {padding-left:2.25rem !important;}
.p-sm-10 {padding:2.5rem !important;}
.pt-sm-10, .py-sm-10 {padding-top:2.5rem !important;}
.pr-sm-10, .px-sm-10 {padding-right:2.5rem !important;}
.pb-sm-10, .py-sm-10 {padding-bottom:2.5rem !important;}
.pl-sm-10, .px-sm-10 {padding-left:2.5rem !important;}
.p-sm-11 {padding:2.75rem !important;}
.pt-sm-11, .py-sm-11 {padding-top:2.75rem !important;}
.pr-sm-11, .px-sm-11 {padding-right:2.75rem !important;}
.pb-sm-11, .py-sm-11 {padding-bottom:2.75rem !important;}
.pl-sm-11, .px-sm-11 {padding-left:2.75rem !important;}
.p-sm-12 {padding:3rem !important;}
.pt-sm-12, .py-sm-12 {padding-top:3rem !important;}
.pr-sm-12, .px-sm-12 {padding-right:3rem !important;}
.pb-sm-12, .py-sm-12 {padding-bottom:3rem !important;}
.pl-sm-12, .px-sm-12 {padding-left:3rem !important;}
.p-sm-13 {padding:3.25rem !important;}
.pt-sm-13, .py-sm-13 {padding-top:3.25rem !important;}
.pr-sm-13, .px-sm-13 {padding-right:3.25rem !important;}
.pb-sm-13, .py-sm-13 {padding-bottom:3.25rem !important;}
.pl-sm-13, .px-sm-13 {padding-left:3.25rem !important;}
.p-sm-14 {padding:3.5rem !important;}
.pt-sm-14, .py-sm-14 {padding-top:3.5rem !important;}
.pr-sm-14, .px-sm-14 {padding-right:3.5rem !important;}
.pb-sm-14, .py-sm-14 {padding-bottom:3.5rem !important;}
.pl-sm-14, .px-sm-14 {padding-left:3.5rem !important;}
.p-sm-15 {padding:3.75rem !important;}
.pt-sm-15, .py-sm-15 {padding-top:3.75rem !important;}
.pr-sm-15, .px-sm-15 {padding-right:3.75rem !important;}
.pb-sm-15, .py-sm-15 {padding-bottom:3.75rem !important;}
.pl-sm-15, .px-sm-15 {padding-left:3.75rem !important;}
.p-sm-16 {padding:4rem !important;}
.pt-sm-16, .py-sm-16 {padding-top:4rem !important;}
.pr-sm-16, .px-sm-16 {padding-right:4rem !important;}
.pb-sm-16, .py-sm-16 {padding-bottom:4rem !important;}
.pl-sm-16, .px-sm-16 {padding-left:4rem !important;}
.p-sm-17 {padding:4.25rem !important;}
.pt-sm-17, .py-sm-17 {padding-top:4.25rem !important;}
.pr-sm-17, .px-sm-17 {padding-right:4.25rem !important;}
.pb-sm-17, .py-sm-17 {padding-bottom:4.25rem !important;}
.pl-sm-17, .px-sm-17 {padding-left:4.25rem !important;}
.p-sm-18 {padding:4.5rem !important;}
.pt-sm-18, .py-sm-18 {padding-top:4.5rem !important;}
.pr-sm-18, .px-sm-18 {padding-right:4.5rem !important;}
.pb-sm-18, .py-sm-18 {padding-bottom:4.5rem !important;}
.pl-sm-18, .px-sm-18 {padding-left:4.5rem !important;}
.p-sm-19 {padding:4.75rem !important;}
.pt-sm-19, .py-sm-19 {padding-top:4.75rem !important;}
.pr-sm-19, .px-sm-19 {padding-right:4.75rem !important;}
.pb-sm-19, .py-sm-19 {padding-bottom:4.75rem !important;}
.pl-sm-19, .px-sm-19 {padding-left:4.75rem !important;}
.p-sm-20 {padding:5rem !important;}
.pt-sm-20, .py-sm-20 {padding-top:5rem !important;}
.pr-sm-20, .px-sm-20 {padding-right:5rem !important;}
.pb-sm-20, .py-sm-20 {padding-bottom:5rem !important;}
.pl-sm-20, .px-sm-20 {padding-left:5rem !important;}
.p-sm-21 {padding:5.25rem !important;}
.pt-sm-21, .py-sm-21 {padding-top:5.25rem !important;}
.pr-sm-21, .px-sm-21 {padding-right:5.25rem !important;}
.pb-sm-21, .py-sm-21 {padding-bottom:5.25rem !important;}
.pl-sm-21, .px-sm-21 {padding-left:5.25rem !important;}
.p-sm-22 {padding:5.5rem !important;}
.pt-sm-22, .py-sm-22 {padding-top:5.5rem !important;}
.pr-sm-22, .px-sm-22 {padding-right:5.5rem !important;}
.pb-sm-22, .py-sm-22 {padding-bottom:5.5rem !important;}
.pl-sm-22, .px-sm-22 {padding-left:5.5rem !important;}
.p-sm-23 {padding:5.75rem !important;}
.pt-sm-23, .py-sm-23 {padding-top:5.75rem !important;}
.pr-sm-23, .px-sm-23 {padding-right:5.75rem !important;}
.pb-sm-23, .py-sm-23 {padding-bottom:5.75rem !important;}
.pl-sm-23, .px-sm-23 {padding-left:5.75rem !important;}
.p-sm-24 {padding:6rem !important;}
.pt-sm-24, .py-sm-24 {padding-top:6rem !important;}
.pr-sm-24, .px-sm-24 {padding-right:6rem !important;}
.pb-sm-24, .py-sm-24 {padding-bottom:6rem !important;}
.pl-sm-24, .px-sm-24 {padding-left:6rem !important;}
.p-sm-25 {padding:6.25rem !important;}
.pt-sm-25, .py-sm-25 {padding-top:6.25rem !important;}
.pr-sm-25, .px-sm-25 {padding-right:6.25rem !important;}
.pb-sm-25, .py-sm-25 {padding-bottom:6.25rem !important;}
.pl-sm-25, .px-sm-25 {padding-left:6.25rem !important;}
.p-sm-26 {padding:6.5rem !important;}
.pt-sm-26, .py-sm-26 {padding-top:6.5rem !important;}
.pr-sm-26, .px-sm-26 {padding-right:6.5rem !important;}
.pb-sm-26, .py-sm-26 {padding-bottom:6.5rem !important;}
.pl-sm-26, .px-sm-26 {padding-left:6.5rem !important;}
.p-sm-27 {padding:6.75rem !important;}
.pt-sm-27, .py-sm-27 {padding-top:6.75rem !important;}
.pr-sm-27, .px-sm-27 {padding-right:6.75rem !important;}
.pb-sm-27, .py-sm-27 {padding-bottom:6.75rem !important;}
.pl-sm-27, .px-sm-27 {padding-left:6.75rem !important;}
.p-sm-28 {padding:7rem !important;}
.pt-sm-28, .py-sm-28 {padding-top:7rem !important;}
.pr-sm-28, .px-sm-28 {padding-right:7rem !important;}
.pb-sm-28, .py-sm-28 {padding-bottom:7rem !important;}
.pl-sm-28, .px-sm-28 {padding-left:7rem !important;}
.p-sm-29 {padding:7.25rem !important;}
.pt-sm-29, .py-sm-29 {padding-top:7.25rem !important;}
.pr-sm-29, .px-sm-29 {padding-right:7.25rem !important;}
.pb-sm-29, .py-sm-29 {padding-bottom:7.25rem !important;}
.pl-sm-29, .px-sm-29 {padding-left:7.25rem !important;}
.p-sm-30 {padding:7.5rem !important;}
.pt-sm-30, .py-sm-30 {padding-top:7.5rem !important;}
.pr-sm-30, .px-sm-30 {padding-right:7.5rem !important;}
.pb-sm-30, .py-sm-30 {padding-bottom:7.5rem !important;}
.pl-sm-30, .px-sm-30 {padding-left:7.5rem !important;}
.p-sm-31 {padding:7.75rem !important;}
.pt-sm-31, .py-sm-31 {padding-top:7.75rem !important;}
.pr-sm-31, .px-sm-31 {padding-right:7.75rem !important;}
.pb-sm-31, .py-sm-31 {padding-bottom:7.75rem !important;}
.pl-sm-31, .px-sm-31 {padding-left:7.75rem !important;}
.p-sm-32 {padding:8rem !important;}
.pt-sm-32, .py-sm-32 {padding-top:8rem !important;}
.pr-sm-32, .px-sm-32 {padding-right:8rem !important;}
.pb-sm-32, .py-sm-32 {padding-bottom:8rem !important;}
.pl-sm-32, .px-sm-32 {padding-left:8rem !important;}
.p-sm-33 {padding:8.25rem !important;}
.pt-sm-33, .py-sm-33 {padding-top:8.25rem !important;}
.pr-sm-33, .px-sm-33 {padding-right:8.25rem !important;}
.pb-sm-33, .py-sm-33 {padding-bottom:8.25rem !important;}
.pl-sm-33, .px-sm-33 {padding-left:8.25rem !important;}
.p-sm-34 {padding:8.5rem !important;}
.pt-sm-34, .py-sm-34 {padding-top:8.5rem !important;}
.pr-sm-34, .px-sm-34 {padding-right:8.5rem !important;}
.pb-sm-34, .py-sm-34 {padding-bottom:8.5rem !important;}
.pl-sm-34, .px-sm-34 {padding-left:8.5rem !important;}
.p-sm-35 {padding:8.75rem !important;}
.pt-sm-35, .py-sm-35 {padding-top:8.75rem !important;}
.pr-sm-35, .px-sm-35 {padding-right:8.75rem !important;}
.pb-sm-35, .py-sm-35 {padding-bottom:8.75rem !important;}
.pl-sm-35, .px-sm-35 {padding-left:8.75rem !important;}
.p-sm-36 {padding:9rem !important;}
.pt-sm-36, .py-sm-36 {padding-top:9rem !important;}
.pr-sm-36, .px-sm-36 {padding-right:9rem !important;}
.pb-sm-36, .py-sm-36 {padding-bottom:9rem !important;}
.pl-sm-36, .px-sm-36 {padding-left:9rem !important;}
.p-sm-37 {padding:9.25rem !important;}
.pt-sm-37, .py-sm-37 {padding-top:9.25rem !important;}
.pr-sm-37, .px-sm-37 {padding-right:9.25rem !important;}
.pb-sm-37, .py-sm-37 {padding-bottom:9.25rem !important;}
.pl-sm-37, .px-sm-37 {padding-left:9.25rem !important;}
.p-sm-38 {padding:9.5rem !important;}
.pt-sm-38, .py-sm-38 {padding-top:9.5rem !important;}
.pr-sm-38, .px-sm-38 {padding-right:9.5rem !important;}
.pb-sm-38, .py-sm-38 {padding-bottom:9.5rem !important;}
.pl-sm-38, .px-sm-38 {padding-left:9.5rem !important;}
.p-sm-39 {padding:9.75rem !important;}
.pt-sm-39, .py-sm-39 {padding-top:9.75rem !important;}
.pr-sm-39, .px-sm-39 {padding-right:9.75rem !important;}
.pb-sm-39, .py-sm-39 {padding-bottom:9.75rem !important;}
.pl-sm-39, .px-sm-39 {padding-left:9.75rem !important;}
.p-sm-40 {padding:10rem !important;}
.pt-sm-40, .py-sm-40 {padding-top:10rem !important;}
.pr-sm-40, .px-sm-40 {padding-right:10rem !important;}
.pb-sm-40, .py-sm-40 {padding-bottom:10rem !important;}
.pl-sm-40, .px-sm-40 {padding-left:10rem !important;}
.p-sm-45 {padding:11rem !important;}
.pt-sm-45, .py-sm-45 {padding-top:11rem !important;}
.pr-sm-45, .px-sm-45 {padding-right:11rem !important;}
.pb-sm-45, .py-sm-45 {padding-bottom:11rem !important;}
.pl-sm-45, .px-sm-45 {padding-left:11rem !important;}
.p-sm-50 {padding:12rem !important;}
.pt-sm-50, .py-sm-50 {padding-top:12rem !important;}
.pr-sm-50, .px-sm-50 {padding-right:12rem !important;}
.pb-sm-50, .py-sm-50 {padding-bottom:12rem !important;}
.pl-sm-50, .px-sm-50 {padding-left:12rem !important;}
.p-sm-55 {padding:13rem !important;}
.pt-sm-55, .py-sm-55 {padding-top:13rem !important;}
.pr-sm-55, .px-sm-55 {padding-right:13rem !important;}
.pb-sm-55, .py-sm-55 {padding-bottom:13rem !important;}
.pl-sm-55, .px-sm-55 {padding-left:13rem !important;}
.p-sm-60 {padding:14rem !important;}
.pt-sm-60, .py-sm-60 {padding-top:14rem !important;}
.pr-sm-60, .px-sm-60 {padding-right:14rem !important;}
.pb-sm-60, .py-sm-60 {padding-bottom:14rem !important;}
.pl-sm-60, .px-sm-60 {padding-left:14rem !important;}
.m-sm-n1 {margin:-0.25rem !important;}
.mt-sm-n1, .my-sm-n1 {margin-top:-0.25rem !important;}
.mr-sm-n1, .mx-sm-n1 {margin-right:-0.25rem !important;}
.mb-sm-n1, .my-sm-n1 {margin-bottom:-0.25rem !important;}
.ml-sm-n1, .mx-sm-n1 {margin-left:-0.25rem !important;}
.m-sm-n2 {margin:-0.5rem !important;}
.mt-sm-n2, .my-sm-n2 {margin-top:-0.5rem !important;}
.mr-sm-n2, .mx-sm-n2 {margin-right:-0.5rem !important;}
.mb-sm-n2, .my-sm-n2 {margin-bottom:-0.5rem !important;}
.ml-sm-n2, .mx-sm-n2 {margin-left:-0.5rem !important;}
.m-sm-n3 {margin:-0.75rem !important;}
.mt-sm-n3, .my-sm-n3 {margin-top:-0.75rem !important;}
.mr-sm-n3, .mx-sm-n3 {margin-right:-0.75rem !important;}
.mb-sm-n3, .my-sm-n3 {margin-bottom:-0.75rem !important;}
.ml-sm-n3, .mx-sm-n3 {margin-left:-0.75rem !important;}
.m-sm-n4 {margin:-1rem !important;}
.mt-sm-n4, .my-sm-n4 {margin-top:-1rem !important;}
.mr-sm-n4, .mx-sm-n4 {margin-right:-1rem !important;}
.mb-sm-n4, .my-sm-n4 {margin-bottom:-1rem !important;}
.ml-sm-n4, .mx-sm-n4 {margin-left:-1rem !important;}
.m-sm-n5 {margin:-1.25rem !important;}
.mt-sm-n5, .my-sm-n5 {margin-top:-1.25rem !important;}
.mr-sm-n5, .mx-sm-n5 {margin-right:-1.25rem !important;}
.mb-sm-n5, .my-sm-n5 {margin-bottom:-1.25rem !important;}
.ml-sm-n5, .mx-sm-n5 {margin-left:-1.25rem !important;}
.m-sm-n6 {margin:-1.5rem !important;}
.mt-sm-n6, .my-sm-n6 {margin-top:-1.5rem !important;}
.mr-sm-n6, .mx-sm-n6 {margin-right:-1.5rem !important;}
.mb-sm-n6, .my-sm-n6 {margin-bottom:-1.5rem !important;}
.ml-sm-n6, .mx-sm-n6 {margin-left:-1.5rem !important;}
.m-sm-n7 {margin:-1.75rem !important;}
.mt-sm-n7, .my-sm-n7 {margin-top:-1.75rem !important;}
.mr-sm-n7, .mx-sm-n7 {margin-right:-1.75rem !important;}
.mb-sm-n7, .my-sm-n7 {margin-bottom:-1.75rem !important;}
.ml-sm-n7, .mx-sm-n7 {margin-left:-1.75rem !important;}
.m-sm-n8 {margin:-2rem !important;}
.mt-sm-n8, .my-sm-n8 {margin-top:-2rem !important;}
.mr-sm-n8, .mx-sm-n8 {margin-right:-2rem !important;}
.mb-sm-n8, .my-sm-n8 {margin-bottom:-2rem !important;}
.ml-sm-n8, .mx-sm-n8 {margin-left:-2rem !important;}
.m-sm-n9 {margin:-2.25rem !important;}
.mt-sm-n9, .my-sm-n9 {margin-top:-2.25rem !important;}
.mr-sm-n9, .mx-sm-n9 {margin-right:-2.25rem !important;}
.mb-sm-n9, .my-sm-n9 {margin-bottom:-2.25rem !important;}
.ml-sm-n9, .mx-sm-n9 {margin-left:-2.25rem !important;}
.m-sm-n10 {margin:-2.5rem !important;}
.mt-sm-n10, .my-sm-n10 {margin-top:-2.5rem !important;}
.mr-sm-n10, .mx-sm-n10 {margin-right:-2.5rem !important;}
.mb-sm-n10, .my-sm-n10 {margin-bottom:-2.5rem !important;}
.ml-sm-n10, .mx-sm-n10 {margin-left:-2.5rem !important;}
.m-sm-n11 {margin:-2.75rem !important;}
.mt-sm-n11, .my-sm-n11 {margin-top:-2.75rem !important;}
.mr-sm-n11, .mx-sm-n11 {margin-right:-2.75rem !important;}
.mb-sm-n11, .my-sm-n11 {margin-bottom:-2.75rem !important;}
.ml-sm-n11, .mx-sm-n11 {margin-left:-2.75rem !important;}
.m-sm-n12 {margin:-3rem !important;}
.mt-sm-n12, .my-sm-n12 {margin-top:-3rem !important;}
.mr-sm-n12, .mx-sm-n12 {margin-right:-3rem !important;}
.mb-sm-n12, .my-sm-n12 {margin-bottom:-3rem !important;}
.ml-sm-n12, .mx-sm-n12 {margin-left:-3rem !important;}
.m-sm-n13 {margin:-3.25rem !important;}
.mt-sm-n13, .my-sm-n13 {margin-top:-3.25rem !important;}
.mr-sm-n13, .mx-sm-n13 {margin-right:-3.25rem !important;}
.mb-sm-n13, .my-sm-n13 {margin-bottom:-3.25rem !important;}
.ml-sm-n13, .mx-sm-n13 {margin-left:-3.25rem !important;}
.m-sm-n14 {margin:-3.5rem !important;}
.mt-sm-n14, .my-sm-n14 {margin-top:-3.5rem !important;}
.mr-sm-n14, .mx-sm-n14 {margin-right:-3.5rem !important;}
.mb-sm-n14, .my-sm-n14 {margin-bottom:-3.5rem !important;}
.ml-sm-n14, .mx-sm-n14 {margin-left:-3.5rem !important;}
.m-sm-n15 {margin:-3.75rem !important;}
.mt-sm-n15, .my-sm-n15 {margin-top:-3.75rem !important;}
.mr-sm-n15, .mx-sm-n15 {margin-right:-3.75rem !important;}
.mb-sm-n15, .my-sm-n15 {margin-bottom:-3.75rem !important;}
.ml-sm-n15, .mx-sm-n15 {margin-left:-3.75rem !important;}
.m-sm-n16 {margin:-4rem !important;}
.mt-sm-n16, .my-sm-n16 {margin-top:-4rem !important;}
.mr-sm-n16, .mx-sm-n16 {margin-right:-4rem !important;}
.mb-sm-n16, .my-sm-n16 {margin-bottom:-4rem !important;}
.ml-sm-n16, .mx-sm-n16 {margin-left:-4rem !important;}
.m-sm-n17 {margin:-4.25rem !important;}
.mt-sm-n17, .my-sm-n17 {margin-top:-4.25rem !important;}
.mr-sm-n17, .mx-sm-n17 {margin-right:-4.25rem !important;}
.mb-sm-n17, .my-sm-n17 {margin-bottom:-4.25rem !important;}
.ml-sm-n17, .mx-sm-n17 {margin-left:-4.25rem !important;}
.m-sm-n18 {margin:-4.5rem !important;}
.mt-sm-n18, .my-sm-n18 {margin-top:-4.5rem !important;}
.mr-sm-n18, .mx-sm-n18 {margin-right:-4.5rem !important;}
.mb-sm-n18, .my-sm-n18 {margin-bottom:-4.5rem !important;}
.ml-sm-n18, .mx-sm-n18 {margin-left:-4.5rem !important;}
.m-sm-n19 {margin:-4.75rem !important;}
.mt-sm-n19, .my-sm-n19 {margin-top:-4.75rem !important;}
.mr-sm-n19, .mx-sm-n19 {margin-right:-4.75rem !important;}
.mb-sm-n19, .my-sm-n19 {margin-bottom:-4.75rem !important;}
.ml-sm-n19, .mx-sm-n19 {margin-left:-4.75rem !important;}
.m-sm-n20 {margin:-5rem !important;}
.mt-sm-n20, .my-sm-n20 {margin-top:-5rem !important;}
.mr-sm-n20, .mx-sm-n20 {margin-right:-5rem !important;}
.mb-sm-n20, .my-sm-n20 {margin-bottom:-5rem !important;}
.ml-sm-n20, .mx-sm-n20 {margin-left:-5rem !important;}
.m-sm-n21 {margin:-5.25rem !important;}
.mt-sm-n21, .my-sm-n21 {margin-top:-5.25rem !important;}
.mr-sm-n21, .mx-sm-n21 {margin-right:-5.25rem !important;}
.mb-sm-n21, .my-sm-n21 {margin-bottom:-5.25rem !important;}
.ml-sm-n21, .mx-sm-n21 {margin-left:-5.25rem !important;}
.m-sm-n22 {margin:-5.5rem !important;}
.mt-sm-n22, .my-sm-n22 {margin-top:-5.5rem !important;}
.mr-sm-n22, .mx-sm-n22 {margin-right:-5.5rem !important;}
.mb-sm-n22, .my-sm-n22 {margin-bottom:-5.5rem !important;}
.ml-sm-n22, .mx-sm-n22 {margin-left:-5.5rem !important;}
.m-sm-n23 {margin:-5.75rem !important;}
.mt-sm-n23, .my-sm-n23 {margin-top:-5.75rem !important;}
.mr-sm-n23, .mx-sm-n23 {margin-right:-5.75rem !important;}
.mb-sm-n23, .my-sm-n23 {margin-bottom:-5.75rem !important;}
.ml-sm-n23, .mx-sm-n23 {margin-left:-5.75rem !important;}
.m-sm-n24 {margin:-6rem !important;}
.mt-sm-n24, .my-sm-n24 {margin-top:-6rem !important;}
.mr-sm-n24, .mx-sm-n24 {margin-right:-6rem !important;}
.mb-sm-n24, .my-sm-n24 {margin-bottom:-6rem !important;}
.ml-sm-n24, .mx-sm-n24 {margin-left:-6rem !important;}
.m-sm-n25 {margin:-6.25rem !important;}
.mt-sm-n25, .my-sm-n25 {margin-top:-6.25rem !important;}
.mr-sm-n25, .mx-sm-n25 {margin-right:-6.25rem !important;}
.mb-sm-n25, .my-sm-n25 {margin-bottom:-6.25rem !important;}
.ml-sm-n25, .mx-sm-n25 {margin-left:-6.25rem !important;}
.m-sm-n26 {margin:-6.5rem !important;}
.mt-sm-n26, .my-sm-n26 {margin-top:-6.5rem !important;}
.mr-sm-n26, .mx-sm-n26 {margin-right:-6.5rem !important;}
.mb-sm-n26, .my-sm-n26 {margin-bottom:-6.5rem !important;}
.ml-sm-n26, .mx-sm-n26 {margin-left:-6.5rem !important;}
.m-sm-n27 {margin:-6.75rem !important;}
.mt-sm-n27, .my-sm-n27 {margin-top:-6.75rem !important;}
.mr-sm-n27, .mx-sm-n27 {margin-right:-6.75rem !important;}
.mb-sm-n27, .my-sm-n27 {margin-bottom:-6.75rem !important;}
.ml-sm-n27, .mx-sm-n27 {margin-left:-6.75rem !important;}
.m-sm-n28 {margin:-7rem !important;}
.mt-sm-n28, .my-sm-n28 {margin-top:-7rem !important;}
.mr-sm-n28, .mx-sm-n28 {margin-right:-7rem !important;}
.mb-sm-n28, .my-sm-n28 {margin-bottom:-7rem !important;}
.ml-sm-n28, .mx-sm-n28 {margin-left:-7rem !important;}
.m-sm-n29 {margin:-7.25rem !important;}
.mt-sm-n29, .my-sm-n29 {margin-top:-7.25rem !important;}
.mr-sm-n29, .mx-sm-n29 {margin-right:-7.25rem !important;}
.mb-sm-n29, .my-sm-n29 {margin-bottom:-7.25rem !important;}
.ml-sm-n29, .mx-sm-n29 {margin-left:-7.25rem !important;}
.m-sm-n30 {margin:-7.5rem !important;}
.mt-sm-n30, .my-sm-n30 {margin-top:-7.5rem !important;}
.mr-sm-n30, .mx-sm-n30 {margin-right:-7.5rem !important;}
.mb-sm-n30, .my-sm-n30 {margin-bottom:-7.5rem !important;}
.ml-sm-n30, .mx-sm-n30 {margin-left:-7.5rem !important;}
.m-sm-n31 {margin:-7.75rem !important;}
.mt-sm-n31, .my-sm-n31 {margin-top:-7.75rem !important;}
.mr-sm-n31, .mx-sm-n31 {margin-right:-7.75rem !important;}
.mb-sm-n31, .my-sm-n31 {margin-bottom:-7.75rem !important;}
.ml-sm-n31, .mx-sm-n31 {margin-left:-7.75rem !important;}
.m-sm-n32 {margin:-8rem !important;}
.mt-sm-n32, .my-sm-n32 {margin-top:-8rem !important;}
.mr-sm-n32, .mx-sm-n32 {margin-right:-8rem !important;}
.mb-sm-n32, .my-sm-n32 {margin-bottom:-8rem !important;}
.ml-sm-n32, .mx-sm-n32 {margin-left:-8rem !important;}
.m-sm-n33 {margin:-8.25rem !important;}
.mt-sm-n33, .my-sm-n33 {margin-top:-8.25rem !important;}
.mr-sm-n33, .mx-sm-n33 {margin-right:-8.25rem !important;}
.mb-sm-n33, .my-sm-n33 {margin-bottom:-8.25rem !important;}
.ml-sm-n33, .mx-sm-n33 {margin-left:-8.25rem !important;}
.m-sm-n34 {margin:-8.5rem !important;}
.mt-sm-n34, .my-sm-n34 {margin-top:-8.5rem !important;}
.mr-sm-n34, .mx-sm-n34 {margin-right:-8.5rem !important;}
.mb-sm-n34, .my-sm-n34 {margin-bottom:-8.5rem !important;}
.ml-sm-n34, .mx-sm-n34 {margin-left:-8.5rem !important;}
.m-sm-n35 {margin:-8.75rem !important;}
.mt-sm-n35, .my-sm-n35 {margin-top:-8.75rem !important;}
.mr-sm-n35, .mx-sm-n35 {margin-right:-8.75rem !important;}
.mb-sm-n35, .my-sm-n35 {margin-bottom:-8.75rem !important;}
.ml-sm-n35, .mx-sm-n35 {margin-left:-8.75rem !important;}
.m-sm-n36 {margin:-9rem !important;}
.mt-sm-n36, .my-sm-n36 {margin-top:-9rem !important;}
.mr-sm-n36, .mx-sm-n36 {margin-right:-9rem !important;}
.mb-sm-n36, .my-sm-n36 {margin-bottom:-9rem !important;}
.ml-sm-n36, .mx-sm-n36 {margin-left:-9rem !important;}
.m-sm-n37 {margin:-9.25rem !important;}
.mt-sm-n37, .my-sm-n37 {margin-top:-9.25rem !important;}
.mr-sm-n37, .mx-sm-n37 {margin-right:-9.25rem !important;}
.mb-sm-n37, .my-sm-n37 {margin-bottom:-9.25rem !important;}
.ml-sm-n37, .mx-sm-n37 {margin-left:-9.25rem !important;}
.m-sm-n38 {margin:-9.5rem !important;}
.mt-sm-n38, .my-sm-n38 {margin-top:-9.5rem !important;}
.mr-sm-n38, .mx-sm-n38 {margin-right:-9.5rem !important;}
.mb-sm-n38, .my-sm-n38 {margin-bottom:-9.5rem !important;}
.ml-sm-n38, .mx-sm-n38 {margin-left:-9.5rem !important;}
.m-sm-n39 {margin:-9.75rem !important;}
.mt-sm-n39, .my-sm-n39 {margin-top:-9.75rem !important;}
.mr-sm-n39, .mx-sm-n39 {margin-right:-9.75rem !important;}
.mb-sm-n39, .my-sm-n39 {margin-bottom:-9.75rem !important;}
.ml-sm-n39, .mx-sm-n39 {margin-left:-9.75rem !important;}
.m-sm-n40 {margin:-10rem !important;}
.mt-sm-n40, .my-sm-n40 {margin-top:-10rem !important;}
.mr-sm-n40, .mx-sm-n40 {margin-right:-10rem !important;}
.mb-sm-n40, .my-sm-n40 {margin-bottom:-10rem !important;}
.ml-sm-n40, .mx-sm-n40 {margin-left:-10rem !important;}
.m-sm-n45 {margin:-11rem !important;}
.mt-sm-n45, .my-sm-n45 {margin-top:-11rem !important;}
.mr-sm-n45, .mx-sm-n45 {margin-right:-11rem !important;}
.mb-sm-n45, .my-sm-n45 {margin-bottom:-11rem !important;}
.ml-sm-n45, .mx-sm-n45 {margin-left:-11rem !important;}
.m-sm-n50 {margin:-12rem !important;}
.mt-sm-n50, .my-sm-n50 {margin-top:-12rem !important;}
.mr-sm-n50, .mx-sm-n50 {margin-right:-12rem !important;}
.mb-sm-n50, .my-sm-n50 {margin-bottom:-12rem !important;}
.ml-sm-n50, .mx-sm-n50 {margin-left:-12rem !important;}
.m-sm-n55 {margin:-13rem !important;}
.mt-sm-n55, .my-sm-n55 {margin-top:-13rem !important;}
.mr-sm-n55, .mx-sm-n55 {margin-right:-13rem !important;}
.mb-sm-n55, .my-sm-n55 {margin-bottom:-13rem !important;}
.ml-sm-n55, .mx-sm-n55 {margin-left:-13rem !important;}
.m-sm-n60 {margin:-14rem !important;}
.mt-sm-n60, .my-sm-n60 {margin-top:-14rem !important;}
.mr-sm-n60, .mx-sm-n60 {margin-right:-14rem !important;}
.mb-sm-n60, .my-sm-n60 {margin-bottom:-14rem !important;}
.ml-sm-n60, .mx-sm-n60 {margin-left:-14rem !important;}
.m-sm-auto {margin:auto !important;}
.mt-sm-auto, .my-sm-auto {margin-top:auto !important;}
.mr-sm-auto, .mx-sm-auto {margin-right:auto !important;}
.mb-sm-auto, .my-sm-auto {margin-bottom:auto !important;}
.ml-sm-auto, .mx-sm-auto {margin-left:auto !important;}
.text-sm-left {text-align:left !important;}
.text-sm-right {text-align:right !important;}
.text-sm-center {text-align:center !important;}
}

@media (min-width: 768px) {
.m-md-0 {margin:0 !important;}
.mt-md-0, .my-md-0 {margin-top:0 !important;}
.mr-md-0, .mx-md-0 {margin-right:0 !important;}
.mb-md-0, .my-md-0 {margin-bottom:0 !important;}
.ml-md-0, .mx-md-0 {margin-left:0 !important;}
.m-md-1 {margin:0.25rem !important;}
.mt-md-1, .my-md-1 {margin-top:0.25rem !important;}
.mr-md-1, .mx-md-1 {margin-right:0.25rem !important;}
.mb-md-1, .my-md-1 {margin-bottom:0.25rem !important;}
.ml-md-1, .mx-md-1 {margin-left:0.25rem !important;}
.m-md-2 {margin:0.5rem !important;}
.mt-md-2, .my-md-2 {margin-top:0.5rem !important;}
.mr-md-2, .mx-md-2 {margin-right:0.5rem !important;}
.mb-md-2, .my-md-2 {margin-bottom:0.5rem !important;}
.ml-md-2, .mx-md-2 {margin-left:0.5rem !important;}
.m-md-3 {margin:0.75rem !important;}
.mt-md-3, .my-md-3 {margin-top:0.75rem !important;}
.mr-md-3, .mx-md-3 {margin-right:0.75rem !important;}
.mb-md-3, .my-md-3 {margin-bottom:0.75rem !important;}
.ml-md-3, .mx-md-3 {margin-left:0.75rem !important;}
.m-md-4 {margin:1rem !important;}
.mt-md-4, .my-md-4 {margin-top:1rem !important;}
.mr-md-4, .mx-md-4 {margin-right:1rem !important;}
.mb-md-4, .my-md-4 {margin-bottom:1rem !important;}
.ml-md-4, .mx-md-4 {margin-left:1rem !important;}
.m-md-5 {margin:1.25rem !important;}
.mt-md-5, .my-md-5 {margin-top:1.25rem !important;}
.mr-md-5, .mx-md-5 {margin-right:1.25rem !important;}
.mb-md-5, .my-md-5 {margin-bottom:1.25rem !important;}
.ml-md-5, .mx-md-5 {margin-left:1.25rem !important;}
.m-md-6 {margin:1.5rem !important;}
.mt-md-6, .my-md-6 {margin-top:1.5rem !important;}
.mr-md-6, .mx-md-6 {margin-right:1.5rem !important;}
.mb-md-6, .my-md-6 {margin-bottom:1.5rem !important;}
.ml-md-6, .mx-md-6 {margin-left:1.5rem !important;}
.m-md-7 {margin:1.75rem !important;}
.mt-md-7, .my-md-7 {margin-top:1.75rem !important;}
.mr-md-7, .mx-md-7 {margin-right:1.75rem !important;}
.mb-md-7, .my-md-7 {margin-bottom:1.75rem !important;}
.ml-md-7, .mx-md-7 {margin-left:1.75rem !important;}
.m-md-8 {margin:2rem !important;}
.mt-md-8, .my-md-8 {margin-top:2rem !important;}
.mr-md-8, .mx-md-8 {margin-right:2rem !important;}
.mb-md-8, .my-md-8 {margin-bottom:2rem !important;}
.ml-md-8, .mx-md-8 {margin-left:2rem !important;}
.m-md-9 {margin:2.25rem !important;}
.mt-md-9, .my-md-9 {margin-top:2.25rem !important;}
.mr-md-9, .mx-md-9 {margin-right:2.25rem !important;}
.mb-md-9, .my-md-9 {margin-bottom:2.25rem !important;}
.ml-md-9, .mx-md-9 {margin-left:2.25rem !important;}
.m-md-10 {margin:2.5rem !important;}
.mt-md-10, .my-md-10 {margin-top:2.5rem !important;}
.mr-md-10, .mx-md-10 {margin-right:2.5rem !important;}
.mb-md-10, .my-md-10 {margin-bottom:2.5rem !important;}
.ml-md-10, .mx-md-10 {margin-left:2.5rem !important;}
.m-md-11 {margin:2.75rem !important;}
.mt-md-11, .my-md-11 {margin-top:2.75rem !important;}
.mr-md-11, .mx-md-11 {margin-right:2.75rem !important;}
.mb-md-11, .my-md-11 {margin-bottom:2.75rem !important;}
.ml-md-11, .mx-md-11 {margin-left:2.75rem !important;}
.m-md-12 {margin:3rem !important;}
.mt-md-12, .my-md-12 {margin-top:3rem !important;}
.mr-md-12, .mx-md-12 {margin-right:3rem !important;}
.mb-md-12, .my-md-12 {margin-bottom:3rem !important;}
.ml-md-12, .mx-md-12 {margin-left:3rem !important;}
.m-md-13 {margin:3.25rem !important;}
.mt-md-13, .my-md-13 {margin-top:3.25rem !important;}
.mr-md-13, .mx-md-13 {margin-right:3.25rem !important;}
.mb-md-13, .my-md-13 {margin-bottom:3.25rem !important;}
.ml-md-13, .mx-md-13 {margin-left:3.25rem !important;}
.m-md-14 {margin:3.5rem !important;}
.mt-md-14, .my-md-14 {margin-top:3.5rem !important;}
.mr-md-14, .mx-md-14 {margin-right:3.5rem !important;}
.mb-md-14, .my-md-14 {margin-bottom:3.5rem !important;}
.ml-md-14, .mx-md-14 {margin-left:3.5rem !important;}
.m-md-15 {margin:3.75rem !important;}
.mt-md-15, .my-md-15 {margin-top:3.75rem !important;}
.mr-md-15, .mx-md-15 {margin-right:3.75rem !important;}
.mb-md-15, .my-md-15 {margin-bottom:3.75rem !important;}
.ml-md-15, .mx-md-15 {margin-left:3.75rem !important;}
.m-md-16 {margin:4rem !important;}
.mt-md-16, .my-md-16 {margin-top:4rem !important;}
.mr-md-16, .mx-md-16 {margin-right:4rem !important;}
.mb-md-16, .my-md-16 {margin-bottom:4rem !important;}
.ml-md-16, .mx-md-16 {margin-left:4rem !important;}
.m-md-17 {margin:4.25rem !important;}
.mt-md-17, .my-md-17 {margin-top:4.25rem !important;}
.mr-md-17, .mx-md-17 {margin-right:4.25rem !important;}
.mb-md-17, .my-md-17 {margin-bottom:4.25rem !important;}
.ml-md-17, .mx-md-17 {margin-left:4.25rem !important;}
.m-md-18 {margin:4.5rem !important;}
.mt-md-18, .my-md-18 {margin-top:4.5rem !important;}
.mr-md-18, .mx-md-18 {margin-right:4.5rem !important;}
.mb-md-18, .my-md-18 {margin-bottom:4.5rem !important;}
.ml-md-18, .mx-md-18 {margin-left:4.5rem !important;}
.m-md-19 {margin:4.75rem !important;}
.mt-md-19, .my-md-19 {margin-top:4.75rem !important;}
.mr-md-19, .mx-md-19 {margin-right:4.75rem !important;}
.mb-md-19, .my-md-19 {margin-bottom:4.75rem !important;}
.ml-md-19, .mx-md-19 {margin-left:4.75rem !important;}
.m-md-20 {margin:5rem !important;}
.mt-md-20, .my-md-20 {margin-top:5rem !important;}
.mr-md-20, .mx-md-20 {margin-right:5rem !important;}
.mb-md-20, .my-md-20 {margin-bottom:5rem !important;}
.ml-md-20, .mx-md-20 {margin-left:5rem !important;}
.m-md-21 {margin:5.25rem !important;}
.mt-md-21, .my-md-21 {margin-top:5.25rem !important;}
.mr-md-21, .mx-md-21 {margin-right:5.25rem !important;}
.mb-md-21, .my-md-21 {margin-bottom:5.25rem !important;}
.ml-md-21, .mx-md-21 {margin-left:5.25rem !important;}
.m-md-22 {margin:5.5rem !important;}
.mt-md-22, .my-md-22 {margin-top:5.5rem !important;}
.mr-md-22, .mx-md-22 {margin-right:5.5rem !important;}
.mb-md-22, .my-md-22 {margin-bottom:5.5rem !important;}
.ml-md-22, .mx-md-22 {margin-left:5.5rem !important;}
.m-md-23 {margin:5.75rem !important;}
.mt-md-23, .my-md-23 {margin-top:5.75rem !important;}
.mr-md-23, .mx-md-23 {margin-right:5.75rem !important;}
.mb-md-23, .my-md-23 {margin-bottom:5.75rem !important;}
.ml-md-23, .mx-md-23 {margin-left:5.75rem !important;}
.m-md-24 {margin:6rem !important;}
.mt-md-24, .my-md-24 {margin-top:6rem !important;}
.mr-md-24, .mx-md-24 {margin-right:6rem !important;}
.mb-md-24, .my-md-24 {margin-bottom:6rem !important;}
.ml-md-24, .mx-md-24 {margin-left:6rem !important;}
.m-md-25 {margin:6.25rem !important;}
.mt-md-25, .my-md-25 {margin-top:6.25rem !important;}
.mr-md-25, .mx-md-25 {margin-right:6.25rem !important;}
.mb-md-25, .my-md-25 {margin-bottom:6.25rem !important;}
.ml-md-25, .mx-md-25 {margin-left:6.25rem !important;}
.m-md-26 {margin:6.5rem !important;}
.mt-md-26, .my-md-26 {margin-top:6.5rem !important;}
.mr-md-26, .mx-md-26 {margin-right:6.5rem !important;}
.mb-md-26, .my-md-26 {margin-bottom:6.5rem !important;}
.ml-md-26, .mx-md-26 {margin-left:6.5rem !important;}
.m-md-27 {margin:6.75rem !important;}
.mt-md-27, .my-md-27 {margin-top:6.75rem !important;}
.mr-md-27, .mx-md-27 {margin-right:6.75rem !important;}
.mb-md-27, .my-md-27 {margin-bottom:6.75rem !important;}
.ml-md-27, .mx-md-27 {margin-left:6.75rem !important;}
.m-md-28 {margin:7rem !important;}
.mt-md-28, .my-md-28 {margin-top:7rem !important;}
.mr-md-28, .mx-md-28 {margin-right:7rem !important;}
.mb-md-28, .my-md-28 {margin-bottom:7rem !important;}
.ml-md-28, .mx-md-28 {margin-left:7rem !important;}
.m-md-29 {margin:7.25rem !important;}
.mt-md-29, .my-md-29 {margin-top:7.25rem !important;}
.mr-md-29, .mx-md-29 {margin-right:7.25rem !important;}
.mb-md-29, .my-md-29 {margin-bottom:7.25rem !important;}
.ml-md-29, .mx-md-29 {margin-left:7.25rem !important;}
.m-md-30 {margin:7.5rem !important;}
.mt-md-30, .my-md-30 {margin-top:7.5rem !important;}
.mr-md-30, .mx-md-30 {margin-right:7.5rem !important;}
.mb-md-30, .my-md-30 {margin-bottom:7.5rem !important;}
.ml-md-30, .mx-md-30 {margin-left:7.5rem !important;}
.m-md-31 {margin:7.75rem !important;}
.mt-md-31, .my-md-31 {margin-top:7.75rem !important;}
.mr-md-31, .mx-md-31 {margin-right:7.75rem !important;}
.mb-md-31, .my-md-31 {margin-bottom:7.75rem !important;}
.ml-md-31, .mx-md-31 {margin-left:7.75rem !important;}
.m-md-32 {margin:8rem !important;}
.mt-md-32, .my-md-32 {margin-top:8rem !important;}
.mr-md-32, .mx-md-32 {margin-right:8rem !important;}
.mb-md-32, .my-md-32 {margin-bottom:8rem !important;}
.ml-md-32, .mx-md-32 {margin-left:8rem !important;}
.m-md-33 {margin:8.25rem !important;}
.mt-md-33, .my-md-33 {margin-top:8.25rem !important;}
.mr-md-33, .mx-md-33 {margin-right:8.25rem !important;}
.mb-md-33, .my-md-33 {margin-bottom:8.25rem !important;}
.ml-md-33, .mx-md-33 {margin-left:8.25rem !important;}
.m-md-34 {margin:8.5rem !important;}
.mt-md-34, .my-md-34 {margin-top:8.5rem !important;}
.mr-md-34, .mx-md-34 {margin-right:8.5rem !important;}
.mb-md-34, .my-md-34 {margin-bottom:8.5rem !important;}
.ml-md-34, .mx-md-34 {margin-left:8.5rem !important;}
.m-md-35 {margin:8.75rem !important;}
.mt-md-35, .my-md-35 {margin-top:8.75rem !important;}
.mr-md-35, .mx-md-35 {margin-right:8.75rem !important;}
.mb-md-35, .my-md-35 {margin-bottom:8.75rem !important;}
.ml-md-35, .mx-md-35 {margin-left:8.75rem !important;}
.m-md-36 {margin:9rem !important;}
.mt-md-36, .my-md-36 {margin-top:9rem !important;}
.mr-md-36, .mx-md-36 {margin-right:9rem !important;}
.mb-md-36, .my-md-36 {margin-bottom:9rem !important;}
.ml-md-36, .mx-md-36 {margin-left:9rem !important;}
.m-md-37 {margin:9.25rem !important;}
.mt-md-37, .my-md-37 {margin-top:9.25rem !important;}
.mr-md-37, .mx-md-37 {margin-right:9.25rem !important;}
.mb-md-37, .my-md-37 {margin-bottom:9.25rem !important;}
.ml-md-37, .mx-md-37 {margin-left:9.25rem !important;}
.m-md-38 {margin:9.5rem !important;}
.mt-md-38, .my-md-38 {margin-top:9.5rem !important;}
.mr-md-38, .mx-md-38 {margin-right:9.5rem !important;}
.mb-md-38, .my-md-38 {margin-bottom:9.5rem !important;}
.ml-md-38, .mx-md-38 {margin-left:9.5rem !important;}
.m-md-39 {margin:9.75rem !important;}
.mt-md-39, .my-md-39 {margin-top:9.75rem !important;}
.mr-md-39, .mx-md-39 {margin-right:9.75rem !important;}
.mb-md-39, .my-md-39 {margin-bottom:9.75rem !important;}
.ml-md-39, .mx-md-39 {margin-left:9.75rem !important;}
.m-md-40 {margin:10rem !important;}
.mt-md-40, .my-md-40 {margin-top:10rem !important;}
.mr-md-40, .mx-md-40 {margin-right:10rem !important;}
.mb-md-40, .my-md-40 {margin-bottom:10rem !important;}
.ml-md-40, .mx-md-40 {margin-left:10rem !important;}
.m-md-45 {margin:11rem !important;}
.mt-md-45, .my-md-45 {margin-top:11rem !important;}
.mr-md-45, .mx-md-45 {margin-right:11rem !important;}
.mb-md-45, .my-md-45 {margin-bottom:11rem !important;}
.ml-md-45, .mx-md-45 {margin-left:11rem !important;}
.m-md-50 {margin:12rem !important;}
.mt-md-50, .my-md-50 {margin-top:12rem !important;}
.mr-md-50, .mx-md-50 {margin-right:12rem !important;}
.mb-md-50, .my-md-50 {margin-bottom:12rem !important;}
.ml-md-50, .mx-md-50 {margin-left:12rem !important;}
.m-md-55 {margin:13rem !important;}
.mt-md-55, .my-md-55 {margin-top:13rem !important;}
.mr-md-55, .mx-md-55 {margin-right:13rem !important;}
.mb-md-55, .my-md-55 {margin-bottom:13rem !important;}
.ml-md-55, .mx-md-55 {margin-left:13rem !important;}
.m-md-60 {margin:14rem !important;}
.mt-md-60, .my-md-60 {margin-top:14rem !important;}
.mr-md-60, .mx-md-60 {margin-right:14rem !important;}
.mb-md-60, .my-md-60 {margin-bottom:14rem !important;}
.ml-md-60, .mx-md-60 {margin-left:14rem !important;}
.p-md-0 {padding:0 !important;}
.pt-md-0, .py-md-0 {padding-top:0 !important;}
.pr-md-0, .px-md-0 {padding-right:0 !important;}
.pb-md-0, .py-md-0 {padding-bottom:0 !important;}
.pl-md-0, .px-md-0 {padding-left:0 !important;}
.p-md-1 {padding:0.25rem !important;}
.pt-md-1, .py-md-1 {padding-top:0.25rem !important;}
.pr-md-1, .px-md-1 {padding-right:0.25rem !important;}
.pb-md-1, .py-md-1 {padding-bottom:0.25rem !important;}
.pl-md-1, .px-md-1 {padding-left:0.25rem !important;}
.p-md-2 {padding:0.5rem !important;}
.pt-md-2, .py-md-2 {padding-top:0.5rem !important;}
.pr-md-2, .px-md-2 {padding-right:0.5rem !important;}
.pb-md-2, .py-md-2 {padding-bottom:0.5rem !important;}
.pl-md-2, .px-md-2 {padding-left:0.5rem !important;}
.p-md-3 {padding:0.75rem !important;}
.pt-md-3, .py-md-3 {padding-top:0.75rem !important;}
.pr-md-3, .px-md-3 {padding-right:0.75rem !important;}
.pb-md-3, .py-md-3 {padding-bottom:0.75rem !important;}
.pl-md-3, .px-md-3 {padding-left:0.75rem !important;}
.p-md-4 {padding:1rem !important;}
.pt-md-4, .py-md-4 {padding-top:1rem !important;}
.pr-md-4, .px-md-4 {padding-right:1rem !important;}
.pb-md-4, .py-md-4 {padding-bottom:1rem !important;}
.pl-md-4, .px-md-4 {padding-left:1rem !important;}
.p-md-5 {padding:1.25rem !important;}
.pt-md-5, .py-md-5 {padding-top:1.25rem !important;}
.pr-md-5, .px-md-5 {padding-right:1.25rem !important;}
.pb-md-5, .py-md-5 {padding-bottom:1.25rem !important;}
.pl-md-5, .px-md-5 {padding-left:1.25rem !important;}
.p-md-6 {padding:1.5rem !important;}
.pt-md-6, .py-md-6 {padding-top:1.5rem !important;}
.pr-md-6, .px-md-6 {padding-right:1.5rem !important;}
.pb-md-6, .py-md-6 {padding-bottom:1.5rem !important;}
.pl-md-6, .px-md-6 {padding-left:1.5rem !important;}
.p-md-7 {padding:1.75rem !important;}
.pt-md-7, .py-md-7 {padding-top:1.75rem !important;}
.pr-md-7, .px-md-7 {padding-right:1.75rem !important;}
.pb-md-7, .py-md-7 {padding-bottom:1.75rem !important;}
.pl-md-7, .px-md-7 {padding-left:1.75rem !important;}
.p-md-8 {padding:2rem !important;}
.pt-md-8, .py-md-8 {padding-top:2rem !important;}
.pr-md-8, .px-md-8 {padding-right:2rem !important;}
.pb-md-8, .py-md-8 {padding-bottom:2rem !important;}
.pl-md-8, .px-md-8 {padding-left:2rem !important;}
.p-md-9 {padding:2.25rem !important;}
.pt-md-9, .py-md-9 {padding-top:2.25rem !important;}
.pr-md-9, .px-md-9 {padding-right:2.25rem !important;}
.pb-md-9, .py-md-9 {padding-bottom:2.25rem !important;}
.pl-md-9, .px-md-9 {padding-left:2.25rem !important;}
.p-md-10 {padding:2.5rem !important;}
.pt-md-10, .py-md-10 {padding-top:2.5rem !important;}
.pr-md-10, .px-md-10 {padding-right:2.5rem !important;}
.pb-md-10, .py-md-10 {padding-bottom:2.5rem !important;}
.pl-md-10, .px-md-10 {padding-left:2.5rem !important;}
.p-md-11 {padding:2.75rem !important;}
.pt-md-11, .py-md-11 {padding-top:2.75rem !important;}
.pr-md-11, .px-md-11 {padding-right:2.75rem !important;}
.pb-md-11, .py-md-11 {padding-bottom:2.75rem !important;}
.pl-md-11, .px-md-11 {padding-left:2.75rem !important;}
.p-md-12 {padding:3rem !important;}
.pt-md-12, .py-md-12 {padding-top:3rem !important;}
.pr-md-12, .px-md-12 {padding-right:3rem !important;}
.pb-md-12, .py-md-12 {padding-bottom:3rem !important;}
.pl-md-12, .px-md-12 {padding-left:3rem !important;}
.p-md-13 {padding:3.25rem !important;}
.pt-md-13, .py-md-13 {padding-top:3.25rem !important;}
.pr-md-13, .px-md-13 {padding-right:3.25rem !important;}
.pb-md-13, .py-md-13 {padding-bottom:3.25rem !important;}
.pl-md-13, .px-md-13 {padding-left:3.25rem !important;}
.p-md-14 {padding:3.5rem !important;}
.pt-md-14, .py-md-14 {padding-top:3.5rem !important;}
.pr-md-14, .px-md-14 {padding-right:3.5rem !important;}
.pb-md-14, .py-md-14 {padding-bottom:3.5rem !important;}
.pl-md-14, .px-md-14 {padding-left:3.5rem !important;}
.p-md-15 {padding:3.75rem !important;}
.pt-md-15, .py-md-15 {padding-top:3.75rem !important;}
.pr-md-15, .px-md-15 {padding-right:3.75rem !important;}
.pb-md-15, .py-md-15 {padding-bottom:3.75rem !important;}
.pl-md-15, .px-md-15 {padding-left:3.75rem !important;}
.p-md-16 {padding:4rem !important;}
.pt-md-16, .py-md-16 {padding-top:4rem !important;}
.pr-md-16, .px-md-16 {padding-right:4rem !important;}
.pb-md-16, .py-md-16 {padding-bottom:4rem !important;}
.pl-md-16, .px-md-16 {padding-left:4rem !important;}
.p-md-17 {padding:4.25rem !important;}
.pt-md-17, .py-md-17 {padding-top:4.25rem !important;}
.pr-md-17, .px-md-17 {padding-right:4.25rem !important;}
.pb-md-17, .py-md-17 {padding-bottom:4.25rem !important;}
.pl-md-17, .px-md-17 {padding-left:4.25rem !important;}
.p-md-18 {padding:4.5rem !important;}
.pt-md-18, .py-md-18 {padding-top:4.5rem !important;}
.pr-md-18, .px-md-18 {padding-right:4.5rem !important;}
.pb-md-18, .py-md-18 {padding-bottom:4.5rem !important;}
.pl-md-18, .px-md-18 {padding-left:4.5rem !important;}
.p-md-19 {padding:4.75rem !important;}
.pt-md-19, .py-md-19 {padding-top:4.75rem !important;}
.pr-md-19, .px-md-19 {padding-right:4.75rem !important;}
.pb-md-19, .py-md-19 {padding-bottom:4.75rem !important;}
.pl-md-19, .px-md-19 {padding-left:4.75rem !important;}
.p-md-20 {padding:5rem !important;}
.pt-md-20, .py-md-20 {padding-top:5rem !important;}
.pr-md-20, .px-md-20 {padding-right:5rem !important;}
.pb-md-20, .py-md-20 {padding-bottom:5rem !important;}
.pl-md-20, .px-md-20 {padding-left:5rem !important;}
.p-md-21 {padding:5.25rem !important;}
.pt-md-21, .py-md-21 {padding-top:5.25rem !important;}
.pr-md-21, .px-md-21 {padding-right:5.25rem !important;}
.pb-md-21, .py-md-21 {padding-bottom:5.25rem !important;}
.pl-md-21, .px-md-21 {padding-left:5.25rem !important;}
.p-md-22 {padding:5.5rem !important;}
.pt-md-22, .py-md-22 {padding-top:5.5rem !important;}
.pr-md-22, .px-md-22 {padding-right:5.5rem !important;}
.pb-md-22, .py-md-22 {padding-bottom:5.5rem !important;}
.pl-md-22, .px-md-22 {padding-left:5.5rem !important;}
.p-md-23 {padding:5.75rem !important;}
.pt-md-23, .py-md-23 {padding-top:5.75rem !important;}
.pr-md-23, .px-md-23 {padding-right:5.75rem !important;}
.pb-md-23, .py-md-23 {padding-bottom:5.75rem !important;}
.pl-md-23, .px-md-23 {padding-left:5.75rem !important;}
.p-md-24 {padding:6rem !important;}
.pt-md-24, .py-md-24 {padding-top:6rem !important;}
.pr-md-24, .px-md-24 {padding-right:6rem !important;}
.pb-md-24, .py-md-24 {padding-bottom:6rem !important;}
.pl-md-24, .px-md-24 {padding-left:6rem !important;}
.p-md-25 {padding:6.25rem !important;}
.pt-md-25, .py-md-25 {padding-top:6.25rem !important;}
.pr-md-25, .px-md-25 {padding-right:6.25rem !important;}
.pb-md-25, .py-md-25 {padding-bottom:6.25rem !important;}
.pl-md-25, .px-md-25 {padding-left:6.25rem !important;}
.p-md-26 {padding:6.5rem !important;}
.pt-md-26, .py-md-26 {padding-top:6.5rem !important;}
.pr-md-26, .px-md-26 {padding-right:6.5rem !important;}
.pb-md-26, .py-md-26 {padding-bottom:6.5rem !important;}
.pl-md-26, .px-md-26 {padding-left:6.5rem !important;}
.p-md-27 {padding:6.75rem !important;}
.pt-md-27, .py-md-27 {padding-top:6.75rem !important;}
.pr-md-27, .px-md-27 {padding-right:6.75rem !important;}
.pb-md-27, .py-md-27 {padding-bottom:6.75rem !important;}
.pl-md-27, .px-md-27 {padding-left:6.75rem !important;}
.p-md-28 {padding:7rem !important;}
.pt-md-28, .py-md-28 {padding-top:7rem !important;}
.pr-md-28, .px-md-28 {padding-right:7rem !important;}
.pb-md-28, .py-md-28 {padding-bottom:7rem !important;}
.pl-md-28, .px-md-28 {padding-left:7rem !important;}
.p-md-29 {padding:7.25rem !important;}
.pt-md-29, .py-md-29 {padding-top:7.25rem !important;}
.pr-md-29, .px-md-29 {padding-right:7.25rem !important;}
.pb-md-29, .py-md-29 {padding-bottom:7.25rem !important;}
.pl-md-29, .px-md-29 {padding-left:7.25rem !important;}
.p-md-30 {padding:7.5rem !important;}
.pt-md-30, .py-md-30 {padding-top:7.5rem !important;}
.pr-md-30, .px-md-30 {padding-right:7.5rem !important;}
.pb-md-30, .py-md-30 {padding-bottom:7.5rem !important;}
.pl-md-30, .px-md-30 {padding-left:7.5rem !important;}
.p-md-31 {padding:7.75rem !important;}
.pt-md-31, .py-md-31 {padding-top:7.75rem !important;}
.pr-md-31, .px-md-31 {padding-right:7.75rem !important;}
.pb-md-31, .py-md-31 {padding-bottom:7.75rem !important;}
.pl-md-31, .px-md-31 {padding-left:7.75rem !important;}
.p-md-32 {padding:8rem !important;}
.pt-md-32, .py-md-32 {padding-top:8rem !important;}
.pr-md-32, .px-md-32 {padding-right:8rem !important;}
.pb-md-32, .py-md-32 {padding-bottom:8rem !important;}
.pl-md-32, .px-md-32 {padding-left:8rem !important;}
.p-md-33 {padding:8.25rem !important;}
.pt-md-33, .py-md-33 {padding-top:8.25rem !important;}
.pr-md-33, .px-md-33 {padding-right:8.25rem !important;}
.pb-md-33, .py-md-33 {padding-bottom:8.25rem !important;}
.pl-md-33, .px-md-33 {padding-left:8.25rem !important;}
.p-md-34 {padding:8.5rem !important;}
.pt-md-34, .py-md-34 {padding-top:8.5rem !important;}
.pr-md-34, .px-md-34 {padding-right:8.5rem !important;}
.pb-md-34, .py-md-34 {padding-bottom:8.5rem !important;}
.pl-md-34, .px-md-34 {padding-left:8.5rem !important;}
.p-md-35 {padding:8.75rem !important;}
.pt-md-35, .py-md-35 {padding-top:8.75rem !important;}
.pr-md-35, .px-md-35 {padding-right:8.75rem !important;}
.pb-md-35, .py-md-35 {padding-bottom:8.75rem !important;}
.pl-md-35, .px-md-35 {padding-left:8.75rem !important;}
.p-md-36 {padding:9rem !important;}
.pt-md-36, .py-md-36 {padding-top:9rem !important;}
.pr-md-36, .px-md-36 {padding-right:9rem !important;}
.pb-md-36, .py-md-36 {padding-bottom:9rem !important;}
.pl-md-36, .px-md-36 {padding-left:9rem !important;}
.p-md-37 {padding:9.25rem !important;}
.pt-md-37, .py-md-37 {padding-top:9.25rem !important;}
.pr-md-37, .px-md-37 {padding-right:9.25rem !important;}
.pb-md-37, .py-md-37 {padding-bottom:9.25rem !important;}
.pl-md-37, .px-md-37 {padding-left:9.25rem !important;}
.p-md-38 {padding:9.5rem !important;}
.pt-md-38, .py-md-38 {padding-top:9.5rem !important;}
.pr-md-38, .px-md-38 {padding-right:9.5rem !important;}
.pb-md-38, .py-md-38 {padding-bottom:9.5rem !important;}
.pl-md-38, .px-md-38 {padding-left:9.5rem !important;}
.p-md-39 {padding:9.75rem !important;}
.pt-md-39, .py-md-39 {padding-top:9.75rem !important;}
.pr-md-39, .px-md-39 {padding-right:9.75rem !important;}
.pb-md-39, .py-md-39 {padding-bottom:9.75rem !important;}
.pl-md-39, .px-md-39 {padding-left:9.75rem !important;}
.p-md-40 {padding:10rem !important;}
.pt-md-40, .py-md-40 {padding-top:10rem !important;}
.pr-md-40, .px-md-40 {padding-right:10rem !important;}
.pb-md-40, .py-md-40 {padding-bottom:10rem !important;}
.pl-md-40, .px-md-40 {padding-left:10rem !important;}
.p-md-45 {padding:11rem !important;}
.pt-md-45, .py-md-45 {padding-top:11rem !important;}
.pr-md-45, .px-md-45 {padding-right:11rem !important;}
.pb-md-45, .py-md-45 {padding-bottom:11rem !important;}
.pl-md-45, .px-md-45 {padding-left:11rem !important;}
.p-md-50 {padding:12rem !important;}
.pt-md-50, .py-md-50 {padding-top:12rem !important;}
.pr-md-50, .px-md-50 {padding-right:12rem !important;}
.pb-md-50, .py-md-50 {padding-bottom:12rem !important;}
.pl-md-50, .px-md-50 {padding-left:12rem !important;}
.p-md-55 {padding:13rem !important;}
.pt-md-55, .py-md-55 {padding-top:13rem !important;}
.pr-md-55, .px-md-55 {padding-right:13rem !important;}
.pb-md-55, .py-md-55 {padding-bottom:13rem !important;}
.pl-md-55, .px-md-55 {padding-left:13rem !important;}
.p-md-60 {padding:14rem !important;}
.pt-md-60, .py-md-60 {padding-top:14rem !important;}
.pr-md-60, .px-md-60 {padding-right:14rem !important;}
.pb-md-60, .py-md-60 {padding-bottom:14rem !important;}
.pl-md-60, .px-md-60 {padding-left:14rem !important;}
.m-md-n1 {margin:-0.25rem !important;}
.mt-md-n1, .my-md-n1 {margin-top:-0.25rem !important;}
.mr-md-n1, .mx-md-n1 {margin-right:-0.25rem !important;}
.mb-md-n1, .my-md-n1 {margin-bottom:-0.25rem !important;}
.ml-md-n1, .mx-md-n1 {margin-left:-0.25rem !important;}
.m-md-n2 {margin:-0.5rem !important;}
.mt-md-n2, .my-md-n2 {margin-top:-0.5rem !important;}
.mr-md-n2, .mx-md-n2 {margin-right:-0.5rem !important;}
.mb-md-n2, .my-md-n2 {margin-bottom:-0.5rem !important;}
.ml-md-n2, .mx-md-n2 {margin-left:-0.5rem !important;}
.m-md-n3 {margin:-0.75rem !important;}
.mt-md-n3, .my-md-n3 {margin-top:-0.75rem !important;}
.mr-md-n3, .mx-md-n3 {margin-right:-0.75rem !important;}
.mb-md-n3, .my-md-n3 {margin-bottom:-0.75rem !important;}
.ml-md-n3, .mx-md-n3 {margin-left:-0.75rem !important;}
.m-md-n4 {margin:-1rem !important;}
.mt-md-n4, .my-md-n4 {margin-top:-1rem !important;}
.mr-md-n4, .mx-md-n4 {margin-right:-1rem !important;}
.mb-md-n4, .my-md-n4 {margin-bottom:-1rem !important;}
.ml-md-n4, .mx-md-n4 {margin-left:-1rem !important;}
.m-md-n5 {margin:-1.25rem !important;}
.mt-md-n5, .my-md-n5 {margin-top:-1.25rem !important;}
.mr-md-n5, .mx-md-n5 {margin-right:-1.25rem !important;}
.mb-md-n5, .my-md-n5 {margin-bottom:-1.25rem !important;}
.ml-md-n5, .mx-md-n5 {margin-left:-1.25rem !important;}
.m-md-n6 {margin:-1.5rem !important;}
.mt-md-n6, .my-md-n6 {margin-top:-1.5rem !important;}
.mr-md-n6, .mx-md-n6 {margin-right:-1.5rem !important;}
.mb-md-n6, .my-md-n6 {margin-bottom:-1.5rem !important;}
.ml-md-n6, .mx-md-n6 {margin-left:-1.5rem !important;}
.m-md-n7 {margin:-1.75rem !important;}
.mt-md-n7, .my-md-n7 {margin-top:-1.75rem !important;}
.mr-md-n7, .mx-md-n7 {margin-right:-1.75rem !important;}
.mb-md-n7, .my-md-n7 {margin-bottom:-1.75rem !important;}
.ml-md-n7, .mx-md-n7 {margin-left:-1.75rem !important;}
.m-md-n8 {margin:-2rem !important;}
.mt-md-n8, .my-md-n8 {margin-top:-2rem !important;}
.mr-md-n8, .mx-md-n8 {margin-right:-2rem !important;}
.mb-md-n8, .my-md-n8 {margin-bottom:-2rem !important;}
.ml-md-n8, .mx-md-n8 {margin-left:-2rem !important;}
.m-md-n9 {margin:-2.25rem !important;}
.mt-md-n9, .my-md-n9 {margin-top:-2.25rem !important;}
.mr-md-n9, .mx-md-n9 {margin-right:-2.25rem !important;}
.mb-md-n9, .my-md-n9 {margin-bottom:-2.25rem !important;}
.ml-md-n9, .mx-md-n9 {margin-left:-2.25rem !important;}
.m-md-n10 {margin:-2.5rem !important;}
.mt-md-n10, .my-md-n10 {margin-top:-2.5rem !important;}
.mr-md-n10, .mx-md-n10 {margin-right:-2.5rem !important;}
.mb-md-n10, .my-md-n10 {margin-bottom:-2.5rem !important;}
.ml-md-n10, .mx-md-n10 {margin-left:-2.5rem !important;}
.m-md-n11 {margin:-2.75rem !important;}
.mt-md-n11, .my-md-n11 {margin-top:-2.75rem !important;}
.mr-md-n11, .mx-md-n11 {margin-right:-2.75rem !important;}
.mb-md-n11, .my-md-n11 {margin-bottom:-2.75rem !important;}
.ml-md-n11, .mx-md-n11 {margin-left:-2.75rem !important;}
.m-md-n12 {margin:-3rem !important;}
.mt-md-n12, .my-md-n12 {margin-top:-3rem !important;}
.mr-md-n12, .mx-md-n12 {margin-right:-3rem !important;}
.mb-md-n12, .my-md-n12 {margin-bottom:-3rem !important;}
.ml-md-n12, .mx-md-n12 {margin-left:-3rem !important;}
.m-md-n13 {margin:-3.25rem !important;}
.mt-md-n13, .my-md-n13 {margin-top:-3.25rem !important;}
.mr-md-n13, .mx-md-n13 {margin-right:-3.25rem !important;}
.mb-md-n13, .my-md-n13 {margin-bottom:-3.25rem !important;}
.ml-md-n13, .mx-md-n13 {margin-left:-3.25rem !important;}
.m-md-n14 {margin:-3.5rem !important;}
.mt-md-n14, .my-md-n14 {margin-top:-3.5rem !important;}
.mr-md-n14, .mx-md-n14 {margin-right:-3.5rem !important;}
.mb-md-n14, .my-md-n14 {margin-bottom:-3.5rem !important;}
.ml-md-n14, .mx-md-n14 {margin-left:-3.5rem !important;}
.m-md-n15 {margin:-3.75rem !important;}
.mt-md-n15, .my-md-n15 {margin-top:-3.75rem !important;}
.mr-md-n15, .mx-md-n15 {margin-right:-3.75rem !important;}
.mb-md-n15, .my-md-n15 {margin-bottom:-3.75rem !important;}
.ml-md-n15, .mx-md-n15 {margin-left:-3.75rem !important;}
.m-md-n16 {margin:-4rem !important;}
.mt-md-n16, .my-md-n16 {margin-top:-4rem !important;}
.mr-md-n16, .mx-md-n16 {margin-right:-4rem !important;}
.mb-md-n16, .my-md-n16 {margin-bottom:-4rem !important;}
.ml-md-n16, .mx-md-n16 {margin-left:-4rem !important;}
.m-md-n17 {margin:-4.25rem !important;}
.mt-md-n17, .my-md-n17 {margin-top:-4.25rem !important;}
.mr-md-n17, .mx-md-n17 {margin-right:-4.25rem !important;}
.mb-md-n17, .my-md-n17 {margin-bottom:-4.25rem !important;}
.ml-md-n17, .mx-md-n17 {margin-left:-4.25rem !important;}
.m-md-n18 {margin:-4.5rem !important;}
.mt-md-n18, .my-md-n18 {margin-top:-4.5rem !important;}
.mr-md-n18, .mx-md-n18 {margin-right:-4.5rem !important;}
.mb-md-n18, .my-md-n18 {margin-bottom:-4.5rem !important;}
.ml-md-n18, .mx-md-n18 {margin-left:-4.5rem !important;}
.m-md-n19 {margin:-4.75rem !important;}
.mt-md-n19, .my-md-n19 {margin-top:-4.75rem !important;}
.mr-md-n19, .mx-md-n19 {margin-right:-4.75rem !important;}
.mb-md-n19, .my-md-n19 {margin-bottom:-4.75rem !important;}
.ml-md-n19, .mx-md-n19 {margin-left:-4.75rem !important;}
.m-md-n20 {margin:-5rem !important;}
.mt-md-n20, .my-md-n20 {margin-top:-5rem !important;}
.mr-md-n20, .mx-md-n20 {margin-right:-5rem !important;}
.mb-md-n20, .my-md-n20 {margin-bottom:-5rem !important;}
.ml-md-n20, .mx-md-n20 {margin-left:-5rem !important;}
.m-md-n21 {margin:-5.25rem !important;}
.mt-md-n21, .my-md-n21 {margin-top:-5.25rem !important;}
.mr-md-n21, .mx-md-n21 {margin-right:-5.25rem !important;}
.mb-md-n21, .my-md-n21 {margin-bottom:-5.25rem !important;}
.ml-md-n21, .mx-md-n21 {margin-left:-5.25rem !important;}
.m-md-n22 {margin:-5.5rem !important;}
.mt-md-n22, .my-md-n22 {margin-top:-5.5rem !important;}
.mr-md-n22, .mx-md-n22 {margin-right:-5.5rem !important;}
.mb-md-n22, .my-md-n22 {margin-bottom:-5.5rem !important;}
.ml-md-n22, .mx-md-n22 {margin-left:-5.5rem !important;}
.m-md-n23 {margin:-5.75rem !important;}
.mt-md-n23, .my-md-n23 {margin-top:-5.75rem !important;}
.mr-md-n23, .mx-md-n23 {margin-right:-5.75rem !important;}
.mb-md-n23, .my-md-n23 {margin-bottom:-5.75rem !important;}
.ml-md-n23, .mx-md-n23 {margin-left:-5.75rem !important;}
.m-md-n24 {margin:-6rem !important;}
.mt-md-n24, .my-md-n24 {margin-top:-6rem !important;}
.mr-md-n24, .mx-md-n24 {margin-right:-6rem !important;}
.mb-md-n24, .my-md-n24 {margin-bottom:-6rem !important;}
.ml-md-n24, .mx-md-n24 {margin-left:-6rem !important;}
.m-md-n25 {margin:-6.25rem !important;}
.mt-md-n25, .my-md-n25 {margin-top:-6.25rem !important;}
.mr-md-n25, .mx-md-n25 {margin-right:-6.25rem !important;}
.mb-md-n25, .my-md-n25 {margin-bottom:-6.25rem !important;}
.ml-md-n25, .mx-md-n25 {margin-left:-6.25rem !important;}
.m-md-n26 {margin:-6.5rem !important;}
.mt-md-n26, .my-md-n26 {margin-top:-6.5rem !important;}
.mr-md-n26, .mx-md-n26 {margin-right:-6.5rem !important;}
.mb-md-n26, .my-md-n26 {margin-bottom:-6.5rem !important;}
.ml-md-n26, .mx-md-n26 {margin-left:-6.5rem !important;}
.m-md-n27 {margin:-6.75rem !important;}
.mt-md-n27, .my-md-n27 {margin-top:-6.75rem !important;}
.mr-md-n27, .mx-md-n27 {margin-right:-6.75rem !important;}
.mb-md-n27, .my-md-n27 {margin-bottom:-6.75rem !important;}
.ml-md-n27, .mx-md-n27 {margin-left:-6.75rem !important;}
.m-md-n28 {margin:-7rem !important;}
.mt-md-n28, .my-md-n28 {margin-top:-7rem !important;}
.mr-md-n28, .mx-md-n28 {margin-right:-7rem !important;}
.mb-md-n28, .my-md-n28 {margin-bottom:-7rem !important;}
.ml-md-n28, .mx-md-n28 {margin-left:-7rem !important;}
.m-md-n29 {margin:-7.25rem !important;}
.mt-md-n29, .my-md-n29 {margin-top:-7.25rem !important;}
.mr-md-n29, .mx-md-n29 {margin-right:-7.25rem !important;}
.mb-md-n29, .my-md-n29 {margin-bottom:-7.25rem !important;}
.ml-md-n29, .mx-md-n29 {margin-left:-7.25rem !important;}
.m-md-n30 {margin:-7.5rem !important;}
.mt-md-n30, .my-md-n30 {margin-top:-7.5rem !important;}
.mr-md-n30, .mx-md-n30 {margin-right:-7.5rem !important;}
.mb-md-n30, .my-md-n30 {margin-bottom:-7.5rem !important;}
.ml-md-n30, .mx-md-n30 {margin-left:-7.5rem !important;}
.m-md-n31 {margin:-7.75rem !important;}
.mt-md-n31, .my-md-n31 {margin-top:-7.75rem !important;}
.mr-md-n31, .mx-md-n31 {margin-right:-7.75rem !important;}
.mb-md-n31, .my-md-n31 {margin-bottom:-7.75rem !important;}
.ml-md-n31, .mx-md-n31 {margin-left:-7.75rem !important;}
.m-md-n32 {margin:-8rem !important;}
.mt-md-n32, .my-md-n32 {margin-top:-8rem !important;}
.mr-md-n32, .mx-md-n32 {margin-right:-8rem !important;}
.mb-md-n32, .my-md-n32 {margin-bottom:-8rem !important;}
.ml-md-n32, .mx-md-n32 {margin-left:-8rem !important;}
.m-md-n33 {margin:-8.25rem !important;}
.mt-md-n33, .my-md-n33 {margin-top:-8.25rem !important;}
.mr-md-n33, .mx-md-n33 {margin-right:-8.25rem !important;}
.mb-md-n33, .my-md-n33 {margin-bottom:-8.25rem !important;}
.ml-md-n33, .mx-md-n33 {margin-left:-8.25rem !important;}
.m-md-n34 {margin:-8.5rem !important;}
.mt-md-n34, .my-md-n34 {margin-top:-8.5rem !important;}
.mr-md-n34, .mx-md-n34 {margin-right:-8.5rem !important;}
.mb-md-n34, .my-md-n34 {margin-bottom:-8.5rem !important;}
.ml-md-n34, .mx-md-n34 {margin-left:-8.5rem !important;}
.m-md-n35 {margin:-8.75rem !important;}
.mt-md-n35, .my-md-n35 {margin-top:-8.75rem !important;}
.mr-md-n35, .mx-md-n35 {margin-right:-8.75rem !important;}
.mb-md-n35, .my-md-n35 {margin-bottom:-8.75rem !important;}
.ml-md-n35, .mx-md-n35 {margin-left:-8.75rem !important;}
.m-md-n36 {margin:-9rem !important;}
.mt-md-n36, .my-md-n36 {margin-top:-9rem !important;}
.mr-md-n36, .mx-md-n36 {margin-right:-9rem !important;}
.mb-md-n36, .my-md-n36 {margin-bottom:-9rem !important;}
.ml-md-n36, .mx-md-n36 {margin-left:-9rem !important;}
.m-md-n37 {margin:-9.25rem !important;}
.mt-md-n37, .my-md-n37 {margin-top:-9.25rem !important;}
.mr-md-n37, .mx-md-n37 {margin-right:-9.25rem !important;}
.mb-md-n37, .my-md-n37 {margin-bottom:-9.25rem !important;}
.ml-md-n37, .mx-md-n37 {margin-left:-9.25rem !important;}
.m-md-n38 {margin:-9.5rem !important;}
.mt-md-n38, .my-md-n38 {margin-top:-9.5rem !important;}
.mr-md-n38, .mx-md-n38 {margin-right:-9.5rem !important;}
.mb-md-n38, .my-md-n38 {margin-bottom:-9.5rem !important;}
.ml-md-n38, .mx-md-n38 {margin-left:-9.5rem !important;}
.m-md-n39 {margin:-9.75rem !important;}
.mt-md-n39, .my-md-n39 {margin-top:-9.75rem !important;}
.mr-md-n39, .mx-md-n39 {margin-right:-9.75rem !important;}
.mb-md-n39, .my-md-n39 {margin-bottom:-9.75rem !important;}
.ml-md-n39, .mx-md-n39 {margin-left:-9.75rem !important;}
.m-md-n40 {margin:-10rem !important;}
.mt-md-n40, .my-md-n40 {margin-top:-10rem !important;}
.mr-md-n40, .mx-md-n40 {margin-right:-10rem !important;}
.mb-md-n40, .my-md-n40 {margin-bottom:-10rem !important;}
.ml-md-n40, .mx-md-n40 {margin-left:-10rem !important;}
.m-md-n45 {margin:-11rem !important;}
.mt-md-n45, .my-md-n45 {margin-top:-11rem !important;}
.mr-md-n45, .mx-md-n45 {margin-right:-11rem !important;}
.mb-md-n45, .my-md-n45 {margin-bottom:-11rem !important;}
.ml-md-n45, .mx-md-n45 {margin-left:-11rem !important;}
.m-md-n50 {margin:-12rem !important;}
.mt-md-n50, .my-md-n50 {margin-top:-12rem !important;}
.mr-md-n50, .mx-md-n50 {margin-right:-12rem !important;}
.mb-md-n50, .my-md-n50 {margin-bottom:-12rem !important;}
.ml-md-n50, .mx-md-n50 {margin-left:-12rem !important;}
.m-md-n55 {margin:-13rem !important;}
.mt-md-n55, .my-md-n55 {margin-top:-13rem !important;}
.mr-md-n55, .mx-md-n55 {margin-right:-13rem !important;}
.mb-md-n55, .my-md-n55 {margin-bottom:-13rem !important;}
.ml-md-n55, .mx-md-n55 {margin-left:-13rem !important;}
.m-md-n60 {margin:-14rem !important;}
.mt-md-n60, .my-md-n60 {margin-top:-14rem !important;}
.mr-md-n60, .mx-md-n60 {margin-right:-14rem !important;}
.mb-md-n60, .my-md-n60 {margin-bottom:-14rem !important;}
.ml-md-n60, .mx-md-n60 {margin-left:-14rem !important;}
.m-md-auto {margin:auto !important;}
.mt-md-auto, .my-md-auto {margin-top:auto !important;}
.mr-md-auto, .mx-md-auto {margin-right:auto !important;}
.mb-md-auto, .my-md-auto {margin-bottom:auto !important;}
.ml-md-auto, .mx-md-auto {margin-left:auto !important;}
.text-md-left {text-align:left !important;}
.text-md-right {text-align:right !important;}
.text-md-center {text-align:center !important;}
}

@media (min-width: 992px) {
.m-lg-0 {margin:0 !important;}
.mt-lg-0, .my-lg-0 {margin-top:0 !important;}
.mr-lg-0, .mx-lg-0 {margin-right:0 !important;}
.mb-lg-0, .my-lg-0 {margin-bottom:0 !important;}
.ml-lg-0, .mx-lg-0 {margin-left:0 !important;}
.m-lg-1 {margin:0.25rem !important;}
.mt-lg-1, .my-lg-1 {margin-top:0.25rem !important;}
.mr-lg-1, .mx-lg-1 {margin-right:0.25rem !important;}
.mb-lg-1, .my-lg-1 {margin-bottom:0.25rem !important;}
.ml-lg-1, .mx-lg-1 {margin-left:0.25rem !important;}
.m-lg-2 {margin:0.5rem !important;}
.mt-lg-2, .my-lg-2 {margin-top:0.5rem !important;}
.mr-lg-2, .mx-lg-2 {margin-right:0.5rem !important;}
.mb-lg-2, .my-lg-2 {margin-bottom:0.5rem !important;}
.ml-lg-2, .mx-lg-2 {margin-left:0.5rem !important;}
.m-lg-3 {margin:0.75rem !important;}
.mt-lg-3, .my-lg-3 {margin-top:0.75rem !important;}
.mr-lg-3, .mx-lg-3 {margin-right:0.75rem !important;}
.mb-lg-3, .my-lg-3 {margin-bottom:0.75rem !important;}
.ml-lg-3, .mx-lg-3 {margin-left:0.75rem !important;}
.m-lg-4 {margin:1rem !important;}
.mt-lg-4, .my-lg-4 {margin-top:1rem !important;}
.mr-lg-4, .mx-lg-4 {margin-right:1rem !important;}
.mb-lg-4, .my-lg-4 {margin-bottom:1rem !important;}
.ml-lg-4, .mx-lg-4 {margin-left:1rem !important;}
.m-lg-5 {margin:1.25rem !important;}
.mt-lg-5, .my-lg-5 {margin-top:1.25rem !important;}
.mr-lg-5, .mx-lg-5 {margin-right:1.25rem !important;}
.mb-lg-5, .my-lg-5 {margin-bottom:1.25rem !important;}
.ml-lg-5, .mx-lg-5 {margin-left:1.25rem !important;}
.m-lg-6 {margin:1.5rem !important;}
.mt-lg-6, .my-lg-6 {margin-top:1.5rem !important;}
.mr-lg-6, .mx-lg-6 {margin-right:1.5rem !important;}
.mb-lg-6, .my-lg-6 {margin-bottom:1.5rem !important;}
.ml-lg-6, .mx-lg-6 {margin-left:1.5rem !important;}
.m-lg-7 {margin:1.75rem !important;}
.mt-lg-7, .my-lg-7 {margin-top:1.75rem !important;}
.mr-lg-7, .mx-lg-7 {margin-right:1.75rem !important;}
.mb-lg-7, .my-lg-7 {margin-bottom:1.75rem !important;}
.ml-lg-7, .mx-lg-7 {margin-left:1.75rem !important;}
.m-lg-8 {margin:2rem !important;}
.mt-lg-8, .my-lg-8 {margin-top:2rem !important;}
.mr-lg-8, .mx-lg-8 {margin-right:2rem !important;}
.mb-lg-8, .my-lg-8 {margin-bottom:2rem !important;}
.ml-lg-8, .mx-lg-8 {margin-left:2rem !important;}
.m-lg-9 {margin:2.25rem !important;}
.mt-lg-9, .my-lg-9 {margin-top:2.25rem !important;}
.mr-lg-9, .mx-lg-9 {margin-right:2.25rem !important;}
.mb-lg-9, .my-lg-9 {margin-bottom:2.25rem !important;}
.ml-lg-9, .mx-lg-9 {margin-left:2.25rem !important;}
.m-lg-10 {margin:2.5rem !important;}
.mt-lg-10, .my-lg-10 {margin-top:2.5rem !important;}
.mr-lg-10, .mx-lg-10 {margin-right:2.5rem !important;}
.mb-lg-10, .my-lg-10 {margin-bottom:2.5rem !important;}
.ml-lg-10, .mx-lg-10 {margin-left:2.5rem !important;}
.m-lg-11 {margin:2.75rem !important;}
.mt-lg-11, .my-lg-11 {margin-top:2.75rem !important;}
.mr-lg-11, .mx-lg-11 {margin-right:2.75rem !important;}
.mb-lg-11, .my-lg-11 {margin-bottom:2.75rem !important;}
.ml-lg-11, .mx-lg-11 {margin-left:2.75rem !important;}
.m-lg-12 {margin:3rem !important;}
.mt-lg-12, .my-lg-12 {margin-top:3rem !important;}
.mr-lg-12, .mx-lg-12 {margin-right:3rem !important;}
.mb-lg-12, .my-lg-12 {margin-bottom:3rem !important;}
.ml-lg-12, .mx-lg-12 {margin-left:3rem !important;}
.m-lg-13 {margin:3.25rem !important;}
.mt-lg-13, .my-lg-13 {margin-top:3.25rem !important;}
.mr-lg-13, .mx-lg-13 {margin-right:3.25rem !important;}
.mb-lg-13, .my-lg-13 {margin-bottom:3.25rem !important;}
.ml-lg-13, .mx-lg-13 {margin-left:3.25rem !important;}
.m-lg-14 {margin:3.5rem !important;}
.mt-lg-14, .my-lg-14 {margin-top:3.5rem !important;}
.mr-lg-14, .mx-lg-14 {margin-right:3.5rem !important;}
.mb-lg-14, .my-lg-14 {margin-bottom:3.5rem !important;}
.ml-lg-14, .mx-lg-14 {margin-left:3.5rem !important;}
.m-lg-15 {margin:3.75rem !important;}
.mt-lg-15, .my-lg-15 {margin-top:3.75rem !important;}
.mr-lg-15, .mx-lg-15 {margin-right:3.75rem !important;}
.mb-lg-15, .my-lg-15 {margin-bottom:3.75rem !important;}
.ml-lg-15, .mx-lg-15 {margin-left:3.75rem !important;}
.m-lg-16 {margin:4rem !important;}
.mt-lg-16, .my-lg-16 {margin-top:4rem !important;}
.mr-lg-16, .mx-lg-16 {margin-right:4rem !important;}
.mb-lg-16, .my-lg-16 {margin-bottom:4rem !important;}
.ml-lg-16, .mx-lg-16 {margin-left:4rem !important;}
.m-lg-17 {margin:4.25rem !important;}
.mt-lg-17, .my-lg-17 {margin-top:4.25rem !important;}
.mr-lg-17, .mx-lg-17 {margin-right:4.25rem !important;}
.mb-lg-17, .my-lg-17 {margin-bottom:4.25rem !important;}
.ml-lg-17, .mx-lg-17 {margin-left:4.25rem !important;}
.m-lg-18 {margin:4.5rem !important;}
.mt-lg-18, .my-lg-18 {margin-top:4.5rem !important;}
.mr-lg-18, .mx-lg-18 {margin-right:4.5rem !important;}
.mb-lg-18, .my-lg-18 {margin-bottom:4.5rem !important;}
.ml-lg-18, .mx-lg-18 {margin-left:4.5rem !important;}
.m-lg-19 {margin:4.75rem !important;}
.mt-lg-19, .my-lg-19 {margin-top:4.75rem !important;}
.mr-lg-19, .mx-lg-19 {margin-right:4.75rem !important;}
.mb-lg-19, .my-lg-19 {margin-bottom:4.75rem !important;}
.ml-lg-19, .mx-lg-19 {margin-left:4.75rem !important;}
.m-lg-20 {margin:5rem !important;}
.mt-lg-20, .my-lg-20 {margin-top:5rem !important;}
.mr-lg-20, .mx-lg-20 {margin-right:5rem !important;}
.mb-lg-20, .my-lg-20 {margin-bottom:5rem !important;}
.ml-lg-20, .mx-lg-20 {margin-left:5rem !important;}
.m-lg-21 {margin:5.25rem !important;}
.mt-lg-21, .my-lg-21 {margin-top:5.25rem !important;}
.mr-lg-21, .mx-lg-21 {margin-right:5.25rem !important;}
.mb-lg-21, .my-lg-21 {margin-bottom:5.25rem !important;}
.ml-lg-21, .mx-lg-21 {margin-left:5.25rem !important;}
.m-lg-22 {margin:5.5rem !important;}
.mt-lg-22, .my-lg-22 {margin-top:5.5rem !important;}
.mr-lg-22, .mx-lg-22 {margin-right:5.5rem !important;}
.mb-lg-22, .my-lg-22 {margin-bottom:5.5rem !important;}
.ml-lg-22, .mx-lg-22 {margin-left:5.5rem !important;}
.m-lg-23 {margin:5.75rem !important;}
.mt-lg-23, .my-lg-23 {margin-top:5.75rem !important;}
.mr-lg-23, .mx-lg-23 {margin-right:5.75rem !important;}
.mb-lg-23, .my-lg-23 {margin-bottom:5.75rem !important;}
.ml-lg-23, .mx-lg-23 {margin-left:5.75rem !important;}
.m-lg-24 {margin:6rem !important;}
.mt-lg-24, .my-lg-24 {margin-top:6rem !important;}
.mr-lg-24, .mx-lg-24 {margin-right:6rem !important;}
.mb-lg-24, .my-lg-24 {margin-bottom:6rem !important;}
.ml-lg-24, .mx-lg-24 {margin-left:6rem !important;}
.m-lg-25 {margin:6.25rem !important;}
.mt-lg-25, .my-lg-25 {margin-top:6.25rem !important;}
.mr-lg-25, .mx-lg-25 {margin-right:6.25rem !important;}
.mb-lg-25, .my-lg-25 {margin-bottom:6.25rem !important;}
.ml-lg-25, .mx-lg-25 {margin-left:6.25rem !important;}
.m-lg-26 {margin:6.5rem !important;}
.mt-lg-26, .my-lg-26 {margin-top:6.5rem !important;}
.mr-lg-26, .mx-lg-26 {margin-right:6.5rem !important;}
.mb-lg-26, .my-lg-26 {margin-bottom:6.5rem !important;}
.ml-lg-26, .mx-lg-26 {margin-left:6.5rem !important;}
.m-lg-27 {margin:6.75rem !important;}
.mt-lg-27, .my-lg-27 {margin-top:6.75rem !important;}
.mr-lg-27, .mx-lg-27 {margin-right:6.75rem !important;}
.mb-lg-27, .my-lg-27 {margin-bottom:6.75rem !important;}
.ml-lg-27, .mx-lg-27 {margin-left:6.75rem !important;}
.m-lg-28 {margin:7rem !important;}
.mt-lg-28, .my-lg-28 {margin-top:7rem !important;}
.mr-lg-28, .mx-lg-28 {margin-right:7rem !important;}
.mb-lg-28, .my-lg-28 {margin-bottom:7rem !important;}
.ml-lg-28, .mx-lg-28 {margin-left:7rem !important;}
.m-lg-29 {margin:7.25rem !important;}
.mt-lg-29, .my-lg-29 {margin-top:7.25rem !important;}
.mr-lg-29, .mx-lg-29 {margin-right:7.25rem !important;}
.mb-lg-29, .my-lg-29 {margin-bottom:7.25rem !important;}
.ml-lg-29, .mx-lg-29 {margin-left:7.25rem !important;}
.m-lg-30 {margin:7.5rem !important;}
.mt-lg-30, .my-lg-30 {margin-top:7.5rem !important;}
.mr-lg-30, .mx-lg-30 {margin-right:7.5rem !important;}
.mb-lg-30, .my-lg-30 {margin-bottom:7.5rem !important;}
.ml-lg-30, .mx-lg-30 {margin-left:7.5rem !important;}
.m-lg-31 {margin:7.75rem !important;}
.mt-lg-31, .my-lg-31 {margin-top:7.75rem !important;}
.mr-lg-31, .mx-lg-31 {margin-right:7.75rem !important;}
.mb-lg-31, .my-lg-31 {margin-bottom:7.75rem !important;}
.ml-lg-31, .mx-lg-31 {margin-left:7.75rem !important;}
.m-lg-32 {margin:8rem !important;}
.mt-lg-32, .my-lg-32 {margin-top:8rem !important;}
.mr-lg-32, .mx-lg-32 {margin-right:8rem !important;}
.mb-lg-32, .my-lg-32 {margin-bottom:8rem !important;}
.ml-lg-32, .mx-lg-32 {margin-left:8rem !important;}
.m-lg-33 {margin:8.25rem !important;}
.mt-lg-33, .my-lg-33 {margin-top:8.25rem !important;}
.mr-lg-33, .mx-lg-33 {margin-right:8.25rem !important;}
.mb-lg-33, .my-lg-33 {margin-bottom:8.25rem !important;}
.ml-lg-33, .mx-lg-33 {margin-left:8.25rem !important;}
.m-lg-34 {margin:8.5rem !important;}
.mt-lg-34, .my-lg-34 {margin-top:8.5rem !important;}
.mr-lg-34, .mx-lg-34 {margin-right:8.5rem !important;}
.mb-lg-34, .my-lg-34 {margin-bottom:8.5rem !important;}
.ml-lg-34, .mx-lg-34 {margin-left:8.5rem !important;}
.m-lg-35 {margin:8.75rem !important;}
.mt-lg-35, .my-lg-35 {margin-top:8.75rem !important;}
.mr-lg-35, .mx-lg-35 {margin-right:8.75rem !important;}
.mb-lg-35, .my-lg-35 {margin-bottom:8.75rem !important;}
.ml-lg-35, .mx-lg-35 {margin-left:8.75rem !important;}
.m-lg-36 {margin:9rem !important;}
.mt-lg-36, .my-lg-36 {margin-top:9rem !important;}
.mr-lg-36, .mx-lg-36 {margin-right:9rem !important;}
.mb-lg-36, .my-lg-36 {margin-bottom:9rem !important;}
.ml-lg-36, .mx-lg-36 {margin-left:9rem !important;}
.m-lg-37 {margin:9.25rem !important;}
.mt-lg-37, .my-lg-37 {margin-top:9.25rem !important;}
.mr-lg-37, .mx-lg-37 {margin-right:9.25rem !important;}
.mb-lg-37, .my-lg-37 {margin-bottom:9.25rem !important;}
.ml-lg-37, .mx-lg-37 {margin-left:9.25rem !important;}
.m-lg-38 {margin:9.5rem !important;}
.mt-lg-38, .my-lg-38 {margin-top:9.5rem !important;}
.mr-lg-38, .mx-lg-38 {margin-right:9.5rem !important;}
.mb-lg-38, .my-lg-38 {margin-bottom:9.5rem !important;}
.ml-lg-38, .mx-lg-38 {margin-left:9.5rem !important;}
.m-lg-39 {margin:9.75rem !important;}
.mt-lg-39, .my-lg-39 {margin-top:9.75rem !important;}
.mr-lg-39, .mx-lg-39 {margin-right:9.75rem !important;}
.mb-lg-39, .my-lg-39 {margin-bottom:9.75rem !important;}
.ml-lg-39, .mx-lg-39 {margin-left:9.75rem !important;}
.m-lg-40 {margin:10rem !important;}
.mt-lg-40, .my-lg-40 {margin-top:10rem !important;}
.mr-lg-40, .mx-lg-40 {margin-right:10rem !important;}
.mb-lg-40, .my-lg-40 {margin-bottom:10rem !important;}
.ml-lg-40, .mx-lg-40 {margin-left:10rem !important;}
.m-lg-45 {margin:11rem !important;}
.mt-lg-45, .my-lg-45 {margin-top:11rem !important;}
.mr-lg-45, .mx-lg-45 {margin-right:11rem !important;}
.mb-lg-45, .my-lg-45 {margin-bottom:11rem !important;}
.ml-lg-45, .mx-lg-45 {margin-left:11rem !important;}
.m-lg-50 {margin:12rem !important;}
.mt-lg-50, .my-lg-50 {margin-top:12rem !important;}
.mr-lg-50, .mx-lg-50 {margin-right:12rem !important;}
.mb-lg-50, .my-lg-50 {margin-bottom:12rem !important;}
.ml-lg-50, .mx-lg-50 {margin-left:12rem !important;}
.m-lg-55 {margin:13rem !important;}
.mt-lg-55, .my-lg-55 {margin-top:13rem !important;}
.mr-lg-55, .mx-lg-55 {margin-right:13rem !important;}
.mb-lg-55, .my-lg-55 {margin-bottom:13rem !important;}
.ml-lg-55, .mx-lg-55 {margin-left:13rem !important;}
.m-lg-60 {margin:14rem !important;}
.mt-lg-60, .my-lg-60 {margin-top:14rem !important;}
.mr-lg-60, .mx-lg-60 {margin-right:14rem !important;}
.mb-lg-60, .my-lg-60 {margin-bottom:14rem !important;}
.ml-lg-60, .mx-lg-60 {margin-left:14rem !important;}
.p-lg-0 {padding:0 !important;}
.pt-lg-0, .py-lg-0 {padding-top:0 !important;}
.pr-lg-0, .px-lg-0 {padding-right:0 !important;}
.pb-lg-0, .py-lg-0 {padding-bottom:0 !important;}
.pl-lg-0, .px-lg-0 {padding-left:0 !important;}
.p-lg-1 {padding:0.25rem !important;}
.pt-lg-1, .py-lg-1 {padding-top:0.25rem !important;}
.pr-lg-1, .px-lg-1 {padding-right:0.25rem !important;}
.pb-lg-1, .py-lg-1 {padding-bottom:0.25rem !important;}
.pl-lg-1, .px-lg-1 {padding-left:0.25rem !important;}
.p-lg-2 {padding:0.5rem !important;}
.pt-lg-2, .py-lg-2 {padding-top:0.5rem !important;}
.pr-lg-2, .px-lg-2 {padding-right:0.5rem !important;}
.pb-lg-2, .py-lg-2 {padding-bottom:0.5rem !important;}
.pl-lg-2, .px-lg-2 {padding-left:0.5rem !important;}
.p-lg-3 {padding:0.75rem !important;}
.pt-lg-3, .py-lg-3 {padding-top:0.75rem !important;}
.pr-lg-3, .px-lg-3 {padding-right:0.75rem !important;}
.pb-lg-3, .py-lg-3 {padding-bottom:0.75rem !important;}
.pl-lg-3, .px-lg-3 {padding-left:0.75rem !important;}
.p-lg-4 {padding:1rem !important;}
.pt-lg-4, .py-lg-4 {padding-top:1rem !important;}
.pr-lg-4, .px-lg-4 {padding-right:1rem !important;}
.pb-lg-4, .py-lg-4 {padding-bottom:1rem !important;}
.pl-lg-4, .px-lg-4 {padding-left:1rem !important;}
.p-lg-5 {padding:1.25rem !important;}
.pt-lg-5, .py-lg-5 {padding-top:1.25rem !important;}
.pr-lg-5, .px-lg-5 {padding-right:1.25rem !important;}
.pb-lg-5, .py-lg-5 {padding-bottom:1.25rem !important;}
.pl-lg-5, .px-lg-5 {padding-left:1.25rem !important;}
.p-lg-6 {padding:1.5rem !important;}
.pt-lg-6, .py-lg-6 {padding-top:1.5rem !important;}
.pr-lg-6, .px-lg-6 {padding-right:1.5rem !important;}
.pb-lg-6, .py-lg-6 {padding-bottom:1.5rem !important;}
.pl-lg-6, .px-lg-6 {padding-left:1.5rem !important;}
.p-lg-7 {padding:1.75rem !important;}
.pt-lg-7, .py-lg-7 {padding-top:1.75rem !important;}
.pr-lg-7, .px-lg-7 {padding-right:1.75rem !important;}
.pb-lg-7, .py-lg-7 {padding-bottom:1.75rem !important;}
.pl-lg-7, .px-lg-7 {padding-left:1.75rem !important;}
.p-lg-8 {padding:2rem !important;}
.pt-lg-8, .py-lg-8 {padding-top:2rem !important;}
.pr-lg-8, .px-lg-8 {padding-right:2rem !important;}
.pb-lg-8, .py-lg-8 {padding-bottom:2rem !important;}
.pl-lg-8, .px-lg-8 {padding-left:2rem !important;}
.p-lg-9 {padding:2.25rem !important;}
.pt-lg-9, .py-lg-9 {padding-top:2.25rem !important;}
.pr-lg-9, .px-lg-9 {padding-right:2.25rem !important;}
.pb-lg-9, .py-lg-9 {padding-bottom:2.25rem !important;}
.pl-lg-9, .px-lg-9 {padding-left:2.25rem !important;}
.p-lg-10 {padding:2.5rem !important;}
.pt-lg-10, .py-lg-10 {padding-top:2.5rem !important;}
.pr-lg-10, .px-lg-10 {padding-right:2.5rem !important;}
.pb-lg-10, .py-lg-10 {padding-bottom:2.5rem !important;}
.pl-lg-10, .px-lg-10 {padding-left:2.5rem !important;}
.p-lg-11 {padding:2.75rem !important;}
.pt-lg-11, .py-lg-11 {padding-top:2.75rem !important;}
.pr-lg-11, .px-lg-11 {padding-right:2.75rem !important;}
.pb-lg-11, .py-lg-11 {padding-bottom:2.75rem !important;}
.pl-lg-11, .px-lg-11 {padding-left:2.75rem !important;}
.p-lg-12 {padding:3rem !important;}
.pt-lg-12, .py-lg-12 {padding-top:3rem !important;}
.pr-lg-12, .px-lg-12 {padding-right:3rem !important;}
.pb-lg-12, .py-lg-12 {padding-bottom:3rem !important;}
.pl-lg-12, .px-lg-12 {padding-left:3rem !important;}
.p-lg-13 {padding:3.25rem !important;}
.pt-lg-13, .py-lg-13 {padding-top:3.25rem !important;}
.pr-lg-13, .px-lg-13 {padding-right:3.25rem !important;}
.pb-lg-13, .py-lg-13 {padding-bottom:3.25rem !important;}
.pl-lg-13, .px-lg-13 {padding-left:3.25rem !important;}
.p-lg-14 {padding:3.5rem !important;}
.pt-lg-14, .py-lg-14 {padding-top:3.5rem !important;}
.pr-lg-14, .px-lg-14 {padding-right:3.5rem !important;}
.pb-lg-14, .py-lg-14 {padding-bottom:3.5rem !important;}
.pl-lg-14, .px-lg-14 {padding-left:3.5rem !important;}
.p-lg-15 {padding:3.75rem !important;}
.pt-lg-15, .py-lg-15 {padding-top:3.75rem !important;}
.pr-lg-15, .px-lg-15 {padding-right:3.75rem !important;}
.pb-lg-15, .py-lg-15 {padding-bottom:3.75rem !important;}
.pl-lg-15, .px-lg-15 {padding-left:3.75rem !important;}
.p-lg-16 {padding:4rem !important;}
.pt-lg-16, .py-lg-16 {padding-top:4rem !important;}
.pr-lg-16, .px-lg-16 {padding-right:4rem !important;}
.pb-lg-16, .py-lg-16 {padding-bottom:4rem !important;}
.pl-lg-16, .px-lg-16 {padding-left:4rem !important;}
.p-lg-17 {padding:4.25rem !important;}
.pt-lg-17, .py-lg-17 {padding-top:4.25rem !important;}
.pr-lg-17, .px-lg-17 {padding-right:4.25rem !important;}
.pb-lg-17, .py-lg-17 {padding-bottom:4.25rem !important;}
.pl-lg-17, .px-lg-17 {padding-left:4.25rem !important;}
.p-lg-18 {padding:4.5rem !important;}
.pt-lg-18, .py-lg-18 {padding-top:4.5rem !important;}
.pr-lg-18, .px-lg-18 {padding-right:4.5rem !important;}
.pb-lg-18, .py-lg-18 {padding-bottom:4.5rem !important;}
.pl-lg-18, .px-lg-18 {padding-left:4.5rem !important;}
.p-lg-19 {padding:4.75rem !important;}
.pt-lg-19, .py-lg-19 {padding-top:4.75rem !important;}
.pr-lg-19, .px-lg-19 {padding-right:4.75rem !important;}
.pb-lg-19, .py-lg-19 {padding-bottom:4.75rem !important;}
.pl-lg-19, .px-lg-19 {padding-left:4.75rem !important;}
.p-lg-20 {padding:5rem !important;}
.pt-lg-20, .py-lg-20 {padding-top:5rem !important;}
.pr-lg-20, .px-lg-20 {padding-right:5rem !important;}
.pb-lg-20, .py-lg-20 {padding-bottom:5rem !important;}
.pl-lg-20, .px-lg-20 {padding-left:5rem !important;}
.p-lg-21 {padding:5.25rem !important;}
.pt-lg-21, .py-lg-21 {padding-top:5.25rem !important;}
.pr-lg-21, .px-lg-21 {padding-right:5.25rem !important;}
.pb-lg-21, .py-lg-21 {padding-bottom:5.25rem !important;}
.pl-lg-21, .px-lg-21 {padding-left:5.25rem !important;}
.p-lg-22 {padding:5.5rem !important;}
.pt-lg-22, .py-lg-22 {padding-top:5.5rem !important;}
.pr-lg-22, .px-lg-22 {padding-right:5.5rem !important;}
.pb-lg-22, .py-lg-22 {padding-bottom:5.5rem !important;}
.pl-lg-22, .px-lg-22 {padding-left:5.5rem !important;}
.p-lg-23 {padding:5.75rem !important;}
.pt-lg-23, .py-lg-23 {padding-top:5.75rem !important;}
.pr-lg-23, .px-lg-23 {padding-right:5.75rem !important;}
.pb-lg-23, .py-lg-23 {padding-bottom:5.75rem !important;}
.pl-lg-23, .px-lg-23 {padding-left:5.75rem !important;}
.p-lg-24 {padding:6rem !important;}
.pt-lg-24, .py-lg-24 {padding-top:6rem !important;}
.pr-lg-24, .px-lg-24 {padding-right:6rem !important;}
.pb-lg-24, .py-lg-24 {padding-bottom:6rem !important;}
.pl-lg-24, .px-lg-24 {padding-left:6rem !important;}
.p-lg-25 {padding:6.25rem !important;}
.pt-lg-25, .py-lg-25 {padding-top:6.25rem !important;}
.pr-lg-25, .px-lg-25 {padding-right:6.25rem !important;}
.pb-lg-25, .py-lg-25 {padding-bottom:6.25rem !important;}
.pl-lg-25, .px-lg-25 {padding-left:6.25rem !important;}
.p-lg-26 {padding:6.5rem !important;}
.pt-lg-26, .py-lg-26 {padding-top:6.5rem !important;}
.pr-lg-26, .px-lg-26 {padding-right:6.5rem !important;}
.pb-lg-26, .py-lg-26 {padding-bottom:6.5rem !important;}
.pl-lg-26, .px-lg-26 {padding-left:6.5rem !important;}
.p-lg-27 {padding:6.75rem !important;}
.pt-lg-27, .py-lg-27 {padding-top:6.75rem !important;}
.pr-lg-27, .px-lg-27 {padding-right:6.75rem !important;}
.pb-lg-27, .py-lg-27 {padding-bottom:6.75rem !important;}
.pl-lg-27, .px-lg-27 {padding-left:6.75rem !important;}
.p-lg-28 {padding:7rem !important;}
.pt-lg-28, .py-lg-28 {padding-top:7rem !important;}
.pr-lg-28, .px-lg-28 {padding-right:7rem !important;}
.pb-lg-28, .py-lg-28 {padding-bottom:7rem !important;}
.pl-lg-28, .px-lg-28 {padding-left:7rem !important;}
.p-lg-29 {padding:7.25rem !important;}
.pt-lg-29, .py-lg-29 {padding-top:7.25rem !important;}
.pr-lg-29, .px-lg-29 {padding-right:7.25rem !important;}
.pb-lg-29, .py-lg-29 {padding-bottom:7.25rem !important;}
.pl-lg-29, .px-lg-29 {padding-left:7.25rem !important;}
.p-lg-30 {padding:7.5rem !important;}
.pt-lg-30, .py-lg-30 {padding-top:7.5rem !important;}
.pr-lg-30, .px-lg-30 {padding-right:7.5rem !important;}
.pb-lg-30, .py-lg-30 {padding-bottom:7.5rem !important;}
.pl-lg-30, .px-lg-30 {padding-left:7.5rem !important;}
.p-lg-31 {padding:7.75rem !important;}
.pt-lg-31, .py-lg-31 {padding-top:7.75rem !important;}
.pr-lg-31, .px-lg-31 {padding-right:7.75rem !important;}
.pb-lg-31, .py-lg-31 {padding-bottom:7.75rem !important;}
.pl-lg-31, .px-lg-31 {padding-left:7.75rem !important;}
.p-lg-32 {padding:8rem !important;}
.pt-lg-32, .py-lg-32 {padding-top:8rem !important;}
.pr-lg-32, .px-lg-32 {padding-right:8rem !important;}
.pb-lg-32, .py-lg-32 {padding-bottom:8rem !important;}
.pl-lg-32, .px-lg-32 {padding-left:8rem !important;}
.p-lg-33 {padding:8.25rem !important;}
.pt-lg-33, .py-lg-33 {padding-top:8.25rem !important;}
.pr-lg-33, .px-lg-33 {padding-right:8.25rem !important;}
.pb-lg-33, .py-lg-33 {padding-bottom:8.25rem !important;}
.pl-lg-33, .px-lg-33 {padding-left:8.25rem !important;}
.p-lg-34 {padding:8.5rem !important;}
.pt-lg-34, .py-lg-34 {padding-top:8.5rem !important;}
.pr-lg-34, .px-lg-34 {padding-right:8.5rem !important;}
.pb-lg-34, .py-lg-34 {padding-bottom:8.5rem !important;}
.pl-lg-34, .px-lg-34 {padding-left:8.5rem !important;}
.p-lg-35 {padding:8.75rem !important;}
.pt-lg-35, .py-lg-35 {padding-top:8.75rem !important;}
.pr-lg-35, .px-lg-35 {padding-right:8.75rem !important;}
.pb-lg-35, .py-lg-35 {padding-bottom:8.75rem !important;}
.pl-lg-35, .px-lg-35 {padding-left:8.75rem !important;}
.p-lg-36 {padding:9rem !important;}
.pt-lg-36, .py-lg-36 {padding-top:9rem !important;}
.pr-lg-36, .px-lg-36 {padding-right:9rem !important;}
.pb-lg-36, .py-lg-36 {padding-bottom:9rem !important;}
.pl-lg-36, .px-lg-36 {padding-left:9rem !important;}
.p-lg-37 {padding:9.25rem !important;}
.pt-lg-37, .py-lg-37 {padding-top:9.25rem !important;}
.pr-lg-37, .px-lg-37 {padding-right:9.25rem !important;}
.pb-lg-37, .py-lg-37 {padding-bottom:9.25rem !important;}
.pl-lg-37, .px-lg-37 {padding-left:9.25rem !important;}
.p-lg-38 {padding:9.5rem !important;}
.pt-lg-38, .py-lg-38 {padding-top:9.5rem !important;}
.pr-lg-38, .px-lg-38 {padding-right:9.5rem !important;}
.pb-lg-38, .py-lg-38 {padding-bottom:9.5rem !important;}
.pl-lg-38, .px-lg-38 {padding-left:9.5rem !important;}
.p-lg-39 {padding:9.75rem !important;}
.pt-lg-39, .py-lg-39 {padding-top:9.75rem !important;}
.pr-lg-39, .px-lg-39 {padding-right:9.75rem !important;}
.pb-lg-39, .py-lg-39 {padding-bottom:9.75rem !important;}
.pl-lg-39, .px-lg-39 {padding-left:9.75rem !important;}
.p-lg-40 {padding:10rem !important;}
.pt-lg-40, .py-lg-40 {padding-top:10rem !important;}
.pr-lg-40, .px-lg-40 {padding-right:10rem !important;}
.pb-lg-40, .py-lg-40 {padding-bottom:10rem !important;}
.pl-lg-40, .px-lg-40 {padding-left:10rem !important;}
.p-lg-45 {padding:11rem !important;}
.pt-lg-45, .py-lg-45 {padding-top:11rem !important;}
.pr-lg-45, .px-lg-45 {padding-right:11rem !important;}
.pb-lg-45, .py-lg-45 {padding-bottom:11rem !important;}
.pl-lg-45, .px-lg-45 {padding-left:11rem !important;}
.p-lg-50 {padding:12rem !important;}
.pt-lg-50, .py-lg-50 {padding-top:12rem !important;}
.pr-lg-50, .px-lg-50 {padding-right:12rem !important;}
.pb-lg-50, .py-lg-50 {padding-bottom:12rem !important;}
.pl-lg-50, .px-lg-50 {padding-left:12rem !important;}
.p-lg-55 {padding:13rem !important;}
.pt-lg-55, .py-lg-55 {padding-top:13rem !important;}
.pr-lg-55, .px-lg-55 {padding-right:13rem !important;}
.pb-lg-55, .py-lg-55 {padding-bottom:13rem !important;}
.pl-lg-55, .px-lg-55 {padding-left:13rem !important;}
.p-lg-60 {padding:14rem !important;}
.pt-lg-60, .py-lg-60 {padding-top:14rem !important;}
.pr-lg-60, .px-lg-60 {padding-right:14rem !important;}
.pb-lg-60, .py-lg-60 {padding-bottom:14rem !important;}
.pl-lg-60, .px-lg-60 {padding-left:14rem !important;}
.m-lg-n1 {margin:-0.25rem !important;}
.mt-lg-n1, .my-lg-n1 {margin-top:-0.25rem !important;}
.mr-lg-n1, .mx-lg-n1 {margin-right:-0.25rem !important;}
.mb-lg-n1, .my-lg-n1 {margin-bottom:-0.25rem !important;}
.ml-lg-n1, .mx-lg-n1 {margin-left:-0.25rem !important;}
.m-lg-n2 {margin:-0.5rem !important;}
.mt-lg-n2, .my-lg-n2 {margin-top:-0.5rem !important;}
.mr-lg-n2, .mx-lg-n2 {margin-right:-0.5rem !important;}
.mb-lg-n2, .my-lg-n2 {margin-bottom:-0.5rem !important;}
.ml-lg-n2, .mx-lg-n2 {margin-left:-0.5rem !important;}
.m-lg-n3 {margin:-0.75rem !important;}
.mt-lg-n3, .my-lg-n3 {margin-top:-0.75rem !important;}
.mr-lg-n3, .mx-lg-n3 {margin-right:-0.75rem !important;}
.mb-lg-n3, .my-lg-n3 {margin-bottom:-0.75rem !important;}
.ml-lg-n3, .mx-lg-n3 {margin-left:-0.75rem !important;}
.m-lg-n4 {margin:-1rem !important;}
.mt-lg-n4, .my-lg-n4 {margin-top:-1rem !important;}
.mr-lg-n4, .mx-lg-n4 {margin-right:-1rem !important;}
.mb-lg-n4, .my-lg-n4 {margin-bottom:-1rem !important;}
.ml-lg-n4, .mx-lg-n4 {margin-left:-1rem !important;}
.m-lg-n5 {margin:-1.25rem !important;}
.mt-lg-n5, .my-lg-n5 {margin-top:-1.25rem !important;}
.mr-lg-n5, .mx-lg-n5 {margin-right:-1.25rem !important;}
.mb-lg-n5, .my-lg-n5 {margin-bottom:-1.25rem !important;}
.ml-lg-n5, .mx-lg-n5 {margin-left:-1.25rem !important;}
.m-lg-n6 {margin:-1.5rem !important;}
.mt-lg-n6, .my-lg-n6 {margin-top:-1.5rem !important;}
.mr-lg-n6, .mx-lg-n6 {margin-right:-1.5rem !important;}
.mb-lg-n6, .my-lg-n6 {margin-bottom:-1.5rem !important;}
.ml-lg-n6, .mx-lg-n6 {margin-left:-1.5rem !important;}
.m-lg-n7 {margin:-1.75rem !important;}
.mt-lg-n7, .my-lg-n7 {margin-top:-1.75rem !important;}
.mr-lg-n7, .mx-lg-n7 {margin-right:-1.75rem !important;}
.mb-lg-n7, .my-lg-n7 {margin-bottom:-1.75rem !important;}
.ml-lg-n7, .mx-lg-n7 {margin-left:-1.75rem !important;}
.m-lg-n8 {margin:-2rem !important;}
.mt-lg-n8, .my-lg-n8 {margin-top:-2rem !important;}
.mr-lg-n8, .mx-lg-n8 {margin-right:-2rem !important;}
.mb-lg-n8, .my-lg-n8 {margin-bottom:-2rem !important;}
.ml-lg-n8, .mx-lg-n8 {margin-left:-2rem !important;}
.m-lg-n9 {margin:-2.25rem !important;}
.mt-lg-n9, .my-lg-n9 {margin-top:-2.25rem !important;}
.mr-lg-n9, .mx-lg-n9 {margin-right:-2.25rem !important;}
.mb-lg-n9, .my-lg-n9 {margin-bottom:-2.25rem !important;}
.ml-lg-n9, .mx-lg-n9 {margin-left:-2.25rem !important;}
.m-lg-n10 {margin:-2.5rem !important;}
.mt-lg-n10, .my-lg-n10 {margin-top:-2.5rem !important;}
.mr-lg-n10, .mx-lg-n10 {margin-right:-2.5rem !important;}
.mb-lg-n10, .my-lg-n10 {margin-bottom:-2.5rem !important;}
.ml-lg-n10, .mx-lg-n10 {margin-left:-2.5rem !important;}
.m-lg-n11 {margin:-2.75rem !important;}
.mt-lg-n11, .my-lg-n11 {margin-top:-2.75rem !important;}
.mr-lg-n11, .mx-lg-n11 {margin-right:-2.75rem !important;}
.mb-lg-n11, .my-lg-n11 {margin-bottom:-2.75rem !important;}
.ml-lg-n11, .mx-lg-n11 {margin-left:-2.75rem !important;}
.m-lg-n12 {margin:-3rem !important;}
.mt-lg-n12, .my-lg-n12 {margin-top:-3rem !important;}
.mr-lg-n12, .mx-lg-n12 {margin-right:-3rem !important;}
.mb-lg-n12, .my-lg-n12 {margin-bottom:-3rem !important;}
.ml-lg-n12, .mx-lg-n12 {margin-left:-3rem !important;}
.m-lg-n13 {margin:-3.25rem !important;}
.mt-lg-n13, .my-lg-n13 {margin-top:-3.25rem !important;}
.mr-lg-n13, .mx-lg-n13 {margin-right:-3.25rem !important;}
.mb-lg-n13, .my-lg-n13 {margin-bottom:-3.25rem !important;}
.ml-lg-n13, .mx-lg-n13 {margin-left:-3.25rem !important;}
.m-lg-n14 {margin:-3.5rem !important;}
.mt-lg-n14, .my-lg-n14 {margin-top:-3.5rem !important;}
.mr-lg-n14, .mx-lg-n14 {margin-right:-3.5rem !important;}
.mb-lg-n14, .my-lg-n14 {margin-bottom:-3.5rem !important;}
.ml-lg-n14, .mx-lg-n14 {margin-left:-3.5rem !important;}
.m-lg-n15 {margin:-3.75rem !important;}
.mt-lg-n15, .my-lg-n15 {margin-top:-3.75rem !important;}
.mr-lg-n15, .mx-lg-n15 {margin-right:-3.75rem !important;}
.mb-lg-n15, .my-lg-n15 {margin-bottom:-3.75rem !important;}
.ml-lg-n15, .mx-lg-n15 {margin-left:-3.75rem !important;}
.m-lg-n16 {margin:-4rem !important;}
.mt-lg-n16, .my-lg-n16 {margin-top:-4rem !important;}
.mr-lg-n16, .mx-lg-n16 {margin-right:-4rem !important;}
.mb-lg-n16, .my-lg-n16 {margin-bottom:-4rem !important;}
.ml-lg-n16, .mx-lg-n16 {margin-left:-4rem !important;}
.m-lg-n17 {margin:-4.25rem !important;}
.mt-lg-n17, .my-lg-n17 {margin-top:-4.25rem !important;}
.mr-lg-n17, .mx-lg-n17 {margin-right:-4.25rem !important;}
.mb-lg-n17, .my-lg-n17 {margin-bottom:-4.25rem !important;}
.ml-lg-n17, .mx-lg-n17 {margin-left:-4.25rem !important;}
.m-lg-n18 {margin:-4.5rem !important;}
.mt-lg-n18, .my-lg-n18 {margin-top:-4.5rem !important;}
.mr-lg-n18, .mx-lg-n18 {margin-right:-4.5rem !important;}
.mb-lg-n18, .my-lg-n18 {margin-bottom:-4.5rem !important;}
.ml-lg-n18, .mx-lg-n18 {margin-left:-4.5rem !important;}
.m-lg-n19 {margin:-4.75rem !important;}
.mt-lg-n19, .my-lg-n19 {margin-top:-4.75rem !important;}
.mr-lg-n19, .mx-lg-n19 {margin-right:-4.75rem !important;}
.mb-lg-n19, .my-lg-n19 {margin-bottom:-4.75rem !important;}
.ml-lg-n19, .mx-lg-n19 {margin-left:-4.75rem !important;}
.m-lg-n20 {margin:-5rem !important;}
.mt-lg-n20, .my-lg-n20 {margin-top:-5rem !important;}
.mr-lg-n20, .mx-lg-n20 {margin-right:-5rem !important;}
.mb-lg-n20, .my-lg-n20 {margin-bottom:-5rem !important;}
.ml-lg-n20, .mx-lg-n20 {margin-left:-5rem !important;}
.m-lg-n21 {margin:-5.25rem !important;}
.mt-lg-n21, .my-lg-n21 {margin-top:-5.25rem !important;}
.mr-lg-n21, .mx-lg-n21 {margin-right:-5.25rem !important;}
.mb-lg-n21, .my-lg-n21 {margin-bottom:-5.25rem !important;}
.ml-lg-n21, .mx-lg-n21 {margin-left:-5.25rem !important;}
.m-lg-n22 {margin:-5.5rem !important;}
.mt-lg-n22, .my-lg-n22 {margin-top:-5.5rem !important;}
.mr-lg-n22, .mx-lg-n22 {margin-right:-5.5rem !important;}
.mb-lg-n22, .my-lg-n22 {margin-bottom:-5.5rem !important;}
.ml-lg-n22, .mx-lg-n22 {margin-left:-5.5rem !important;}
.m-lg-n23 {margin:-5.75rem !important;}
.mt-lg-n23, .my-lg-n23 {margin-top:-5.75rem !important;}
.mr-lg-n23, .mx-lg-n23 {margin-right:-5.75rem !important;}
.mb-lg-n23, .my-lg-n23 {margin-bottom:-5.75rem !important;}
.ml-lg-n23, .mx-lg-n23 {margin-left:-5.75rem !important;}
.m-lg-n24 {margin:-6rem !important;}
.mt-lg-n24, .my-lg-n24 {margin-top:-6rem !important;}
.mr-lg-n24, .mx-lg-n24 {margin-right:-6rem !important;}
.mb-lg-n24, .my-lg-n24 {margin-bottom:-6rem !important;}
.ml-lg-n24, .mx-lg-n24 {margin-left:-6rem !important;}
.m-lg-n25 {margin:-6.25rem !important;}
.mt-lg-n25, .my-lg-n25 {margin-top:-6.25rem !important;}
.mr-lg-n25, .mx-lg-n25 {margin-right:-6.25rem !important;}
.mb-lg-n25, .my-lg-n25 {margin-bottom:-6.25rem !important;}
.ml-lg-n25, .mx-lg-n25 {margin-left:-6.25rem !important;}
.m-lg-n26 {margin:-6.5rem !important;}
.mt-lg-n26, .my-lg-n26 {margin-top:-6.5rem !important;}
.mr-lg-n26, .mx-lg-n26 {margin-right:-6.5rem !important;}
.mb-lg-n26, .my-lg-n26 {margin-bottom:-6.5rem !important;}
.ml-lg-n26, .mx-lg-n26 {margin-left:-6.5rem !important;}
.m-lg-n27 {margin:-6.75rem !important;}
.mt-lg-n27, .my-lg-n27 {margin-top:-6.75rem !important;}
.mr-lg-n27, .mx-lg-n27 {margin-right:-6.75rem !important;}
.mb-lg-n27, .my-lg-n27 {margin-bottom:-6.75rem !important;}
.ml-lg-n27, .mx-lg-n27 {margin-left:-6.75rem !important;}
.m-lg-n28 {margin:-7rem !important;}
.mt-lg-n28, .my-lg-n28 {margin-top:-7rem !important;}
.mr-lg-n28, .mx-lg-n28 {margin-right:-7rem !important;}
.mb-lg-n28, .my-lg-n28 {margin-bottom:-7rem !important;}
.ml-lg-n28, .mx-lg-n28 {margin-left:-7rem !important;}
.m-lg-n29 {margin:-7.25rem !important;}
.mt-lg-n29, .my-lg-n29 {margin-top:-7.25rem !important;}
.mr-lg-n29, .mx-lg-n29 {margin-right:-7.25rem !important;}
.mb-lg-n29, .my-lg-n29 {margin-bottom:-7.25rem !important;}
.ml-lg-n29, .mx-lg-n29 {margin-left:-7.25rem !important;}
.m-lg-n30 {margin:-7.5rem !important;}
.mt-lg-n30, .my-lg-n30 {margin-top:-7.5rem !important;}
.mr-lg-n30, .mx-lg-n30 {margin-right:-7.5rem !important;}
.mb-lg-n30, .my-lg-n30 {margin-bottom:-7.5rem !important;}
.ml-lg-n30, .mx-lg-n30 {margin-left:-7.5rem !important;}
.m-lg-n31 {margin:-7.75rem !important;}
.mt-lg-n31, .my-lg-n31 {margin-top:-7.75rem !important;}
.mr-lg-n31, .mx-lg-n31 {margin-right:-7.75rem !important;}
.mb-lg-n31, .my-lg-n31 {margin-bottom:-7.75rem !important;}
.ml-lg-n31, .mx-lg-n31 {margin-left:-7.75rem !important;}
.m-lg-n32 {margin:-8rem !important;}
.mt-lg-n32, .my-lg-n32 {margin-top:-8rem !important;}
.mr-lg-n32, .mx-lg-n32 {margin-right:-8rem !important;}
.mb-lg-n32, .my-lg-n32 {margin-bottom:-8rem !important;}
.ml-lg-n32, .mx-lg-n32 {margin-left:-8rem !important;}
.m-lg-n33 {margin:-8.25rem !important;}
.mt-lg-n33, .my-lg-n33 {margin-top:-8.25rem !important;}
.mr-lg-n33, .mx-lg-n33 {margin-right:-8.25rem !important;}
.mb-lg-n33, .my-lg-n33 {margin-bottom:-8.25rem !important;}
.ml-lg-n33, .mx-lg-n33 {margin-left:-8.25rem !important;}
.m-lg-n34 {margin:-8.5rem !important;}
.mt-lg-n34, .my-lg-n34 {margin-top:-8.5rem !important;}
.mr-lg-n34, .mx-lg-n34 {margin-right:-8.5rem !important;}
.mb-lg-n34, .my-lg-n34 {margin-bottom:-8.5rem !important;}
.ml-lg-n34, .mx-lg-n34 {margin-left:-8.5rem !important;}
.m-lg-n35 {margin:-8.75rem !important;}
.mt-lg-n35, .my-lg-n35 {margin-top:-8.75rem !important;}
.mr-lg-n35, .mx-lg-n35 {margin-right:-8.75rem !important;}
.mb-lg-n35, .my-lg-n35 {margin-bottom:-8.75rem !important;}
.ml-lg-n35, .mx-lg-n35 {margin-left:-8.75rem !important;}
.m-lg-n36 {margin:-9rem !important;}
.mt-lg-n36, .my-lg-n36 {margin-top:-9rem !important;}
.mr-lg-n36, .mx-lg-n36 {margin-right:-9rem !important;}
.mb-lg-n36, .my-lg-n36 {margin-bottom:-9rem !important;}
.ml-lg-n36, .mx-lg-n36 {margin-left:-9rem !important;}
.m-lg-n37 {margin:-9.25rem !important;}
.mt-lg-n37, .my-lg-n37 {margin-top:-9.25rem !important;}
.mr-lg-n37, .mx-lg-n37 {margin-right:-9.25rem !important;}
.mb-lg-n37, .my-lg-n37 {margin-bottom:-9.25rem !important;}
.ml-lg-n37, .mx-lg-n37 {margin-left:-9.25rem !important;}
.m-lg-n38 {margin:-9.5rem !important;}
.mt-lg-n38, .my-lg-n38 {margin-top:-9.5rem !important;}
.mr-lg-n38, .mx-lg-n38 {margin-right:-9.5rem !important;}
.mb-lg-n38, .my-lg-n38 {margin-bottom:-9.5rem !important;}
.ml-lg-n38, .mx-lg-n38 {margin-left:-9.5rem !important;}
.m-lg-n39 {margin:-9.75rem !important;}
.mt-lg-n39, .my-lg-n39 {margin-top:-9.75rem !important;}
.mr-lg-n39, .mx-lg-n39 {margin-right:-9.75rem !important;}
.mb-lg-n39, .my-lg-n39 {margin-bottom:-9.75rem !important;}
.ml-lg-n39, .mx-lg-n39 {margin-left:-9.75rem !important;}
.m-lg-n40 {margin:-10rem !important;}
.mt-lg-n40, .my-lg-n40 {margin-top:-10rem !important;}
.mr-lg-n40, .mx-lg-n40 {margin-right:-10rem !important;}
.mb-lg-n40, .my-lg-n40 {margin-bottom:-10rem !important;}
.ml-lg-n40, .mx-lg-n40 {margin-left:-10rem !important;}
.m-lg-n45 {margin:-11rem !important;}
.mt-lg-n45, .my-lg-n45 {margin-top:-11rem !important;}
.mr-lg-n45, .mx-lg-n45 {margin-right:-11rem !important;}
.mb-lg-n45, .my-lg-n45 {margin-bottom:-11rem !important;}
.ml-lg-n45, .mx-lg-n45 {margin-left:-11rem !important;}
.m-lg-n50 {margin:-12rem !important;}
.mt-lg-n50, .my-lg-n50 {margin-top:-12rem !important;}
.mr-lg-n50, .mx-lg-n50 {margin-right:-12rem !important;}
.mb-lg-n50, .my-lg-n50 {margin-bottom:-12rem !important;}
.ml-lg-n50, .mx-lg-n50 {margin-left:-12rem !important;}
.m-lg-n55 {margin:-13rem !important;}
.mt-lg-n55, .my-lg-n55 {margin-top:-13rem !important;}
.mr-lg-n55, .mx-lg-n55 {margin-right:-13rem !important;}
.mb-lg-n55, .my-lg-n55 {margin-bottom:-13rem !important;}
.ml-lg-n55, .mx-lg-n55 {margin-left:-13rem !important;}
.m-lg-n60 {margin:-14rem !important;}
.mt-lg-n60, .my-lg-n60 {margin-top:-14rem !important;}
.mr-lg-n60, .mx-lg-n60 {margin-right:-14rem !important;}
.mb-lg-n60, .my-lg-n60 {margin-bottom:-14rem !important;}
.ml-lg-n60, .mx-lg-n60 {margin-left:-14rem !important;}
.m-lg-auto {margin:auto !important;}
.mt-lg-auto, .my-lg-auto {margin-top:auto !important;}
.mr-lg-auto, .mx-lg-auto {margin-right:auto !important;}
.mb-lg-auto, .my-lg-auto {margin-bottom:auto !important;}
.ml-lg-auto, .mx-lg-auto {margin-left:auto !important;}
.text-lg-left {text-align:left !important;}
.text-lg-right {text-align:right !important;}
.text-lg-center {text-align:center !important;}
}

@media (min-width: 1200px) {
.m-xl-0 {margin:0 !important;}
.mt-xl-0, .my-xl-0 {margin-top:0 !important;}
.mr-xl-0, .mx-xl-0 {margin-right:0 !important;}
.mb-xl-0, .my-xl-0 {margin-bottom:0 !important;}
.ml-xl-0, .mx-xl-0 {margin-left:0 !important;}
.m-xl-1 {margin:0.25rem !important;}
.mt-xl-1, .my-xl-1 {margin-top:0.25rem !important;}
.mr-xl-1, .mx-xl-1 {margin-right:0.25rem !important;}
.mb-xl-1, .my-xl-1 {margin-bottom:0.25rem !important;}
.ml-xl-1, .mx-xl-1 {margin-left:0.25rem !important;}
.m-xl-2 {margin:0.5rem !important;}
.mt-xl-2, .my-xl-2 {margin-top:0.5rem !important;}
.mr-xl-2, .mx-xl-2 {margin-right:0.5rem !important;}
.mb-xl-2, .my-xl-2 {margin-bottom:0.5rem !important;}
.ml-xl-2, .mx-xl-2 {margin-left:0.5rem !important;}
.m-xl-3 {margin:0.75rem !important;}
.mt-xl-3, .my-xl-3 {margin-top:0.75rem !important;}
.mr-xl-3, .mx-xl-3 {margin-right:0.75rem !important;}
.mb-xl-3, .my-xl-3 {margin-bottom:0.75rem !important;}
.ml-xl-3, .mx-xl-3 {margin-left:0.75rem !important;}
.m-xl-4 {margin:1rem !important;}
.mt-xl-4, .my-xl-4 {margin-top:1rem !important;}
.mr-xl-4, .mx-xl-4 {margin-right:1rem !important;}
.mb-xl-4, .my-xl-4 {margin-bottom:1rem !important;}
.ml-xl-4, .mx-xl-4 {margin-left:1rem !important;}
.m-xl-5 {margin:1.25rem !important;}
.mt-xl-5, .my-xl-5 {margin-top:1.25rem !important;}
.mr-xl-5, .mx-xl-5 {margin-right:1.25rem !important;}
.mb-xl-5, .my-xl-5 {margin-bottom:1.25rem !important;}
.ml-xl-5, .mx-xl-5 {margin-left:1.25rem !important;}
.m-xl-6 {margin:1.5rem !important;}
.mt-xl-6, .my-xl-6 {margin-top:1.5rem !important;}
.mr-xl-6, .mx-xl-6 {margin-right:1.5rem !important;}
.mb-xl-6, .my-xl-6 {margin-bottom:1.5rem !important;}
.ml-xl-6, .mx-xl-6 {margin-left:1.5rem !important;}
.m-xl-7 {margin:1.75rem !important;}
.mt-xl-7, .my-xl-7 {margin-top:1.75rem !important;}
.mr-xl-7, .mx-xl-7 {margin-right:1.75rem !important;}
.mb-xl-7, .my-xl-7 {margin-bottom:1.75rem !important;}
.ml-xl-7, .mx-xl-7 {margin-left:1.75rem !important;}
.m-xl-8 {margin:2rem !important;}
.mt-xl-8, .my-xl-8 {margin-top:2rem !important;}
.mr-xl-8, .mx-xl-8 {margin-right:2rem !important;}
.mb-xl-8, .my-xl-8 {margin-bottom:2rem !important;}
.ml-xl-8, .mx-xl-8 {margin-left:2rem !important;}
.m-xl-9 {margin:2.25rem !important;}
.mt-xl-9, .my-xl-9 {margin-top:2.25rem !important;}
.mr-xl-9, .mx-xl-9 {margin-right:2.25rem !important;}
.mb-xl-9, .my-xl-9 {margin-bottom:2.25rem !important;}
.ml-xl-9, .mx-xl-9 {margin-left:2.25rem !important;}
.m-xl-10 {margin:2.5rem !important;}
.mt-xl-10, .my-xl-10 {margin-top:2.5rem !important;}
.mr-xl-10, .mx-xl-10 {margin-right:2.5rem !important;}
.mb-xl-10, .my-xl-10 {margin-bottom:2.5rem !important;}
.ml-xl-10, .mx-xl-10 {margin-left:2.5rem !important;}
.m-xl-11 {margin:2.75rem !important;}
.mt-xl-11, .my-xl-11 {margin-top:2.75rem !important;}
.mr-xl-11, .mx-xl-11 {margin-right:2.75rem !important;}
.mb-xl-11, .my-xl-11 {margin-bottom:2.75rem !important;}
.ml-xl-11, .mx-xl-11 {margin-left:2.75rem !important;}
.m-xl-12 {margin:3rem !important;}
.mt-xl-12, .my-xl-12 {margin-top:3rem !important;}
.mr-xl-12, .mx-xl-12 {margin-right:3rem !important;}
.mb-xl-12, .my-xl-12 {margin-bottom:3rem !important;}
.ml-xl-12, .mx-xl-12 {margin-left:3rem !important;}
.m-xl-13 {margin:3.25rem !important;}
.mt-xl-13, .my-xl-13 {margin-top:3.25rem !important;}
.mr-xl-13, .mx-xl-13 {margin-right:3.25rem !important;}
.mb-xl-13, .my-xl-13 {margin-bottom:3.25rem !important;}
.ml-xl-13, .mx-xl-13 {margin-left:3.25rem !important;}
.m-xl-14 {margin:3.5rem !important;}
.mt-xl-14, .my-xl-14 {margin-top:3.5rem !important;}
.mr-xl-14, .mx-xl-14 {margin-right:3.5rem !important;}
.mb-xl-14, .my-xl-14 {margin-bottom:3.5rem !important;}
.ml-xl-14, .mx-xl-14 {margin-left:3.5rem !important;}
.m-xl-15 {margin:3.75rem !important;}
.mt-xl-15, .my-xl-15 {margin-top:3.75rem !important;}
.mr-xl-15, .mx-xl-15 {margin-right:3.75rem !important;}
.mb-xl-15, .my-xl-15 {margin-bottom:3.75rem !important;}
.ml-xl-15, .mx-xl-15 {margin-left:3.75rem !important;}
.m-xl-16 {margin:4rem !important;}
.mt-xl-16, .my-xl-16 {margin-top:4rem !important;}
.mr-xl-16, .mx-xl-16 {margin-right:4rem !important;}
.mb-xl-16, .my-xl-16 {margin-bottom:4rem !important;}
.ml-xl-16, .mx-xl-16 {margin-left:4rem !important;}
.m-xl-17 {margin:4.25rem !important;}
.mt-xl-17, .my-xl-17 {margin-top:4.25rem !important;}
.mr-xl-17, .mx-xl-17 {margin-right:4.25rem !important;}
.mb-xl-17, .my-xl-17 {margin-bottom:4.25rem !important;}
.ml-xl-17, .mx-xl-17 {margin-left:4.25rem !important;}
.m-xl-18 {margin:4.5rem !important;}
.mt-xl-18, .my-xl-18 {margin-top:4.5rem !important;}
.mr-xl-18, .mx-xl-18 {margin-right:4.5rem !important;}
.mb-xl-18, .my-xl-18 {margin-bottom:4.5rem !important;}
.ml-xl-18, .mx-xl-18 {margin-left:4.5rem !important;}
.m-xl-19 {margin:4.75rem !important;}
.mt-xl-19, .my-xl-19 {margin-top:4.75rem !important;}
.mr-xl-19, .mx-xl-19 {margin-right:4.75rem !important;}
.mb-xl-19, .my-xl-19 {margin-bottom:4.75rem !important;}
.ml-xl-19, .mx-xl-19 {margin-left:4.75rem !important;}
.m-xl-20 {margin:5rem !important;}
.mt-xl-20, .my-xl-20 {margin-top:5rem !important;}
.mr-xl-20, .mx-xl-20 {margin-right:5rem !important;}
.mb-xl-20, .my-xl-20 {margin-bottom:5rem !important;}
.ml-xl-20, .mx-xl-20 {margin-left:5rem !important;}
.m-xl-21 {margin:5.25rem !important;}
.mt-xl-21, .my-xl-21 {margin-top:5.25rem !important;}
.mr-xl-21, .mx-xl-21 {margin-right:5.25rem !important;}
.mb-xl-21, .my-xl-21 {margin-bottom:5.25rem !important;}
.ml-xl-21, .mx-xl-21 {margin-left:5.25rem !important;}
.m-xl-22 {margin:5.5rem !important;}
.mt-xl-22, .my-xl-22 {margin-top:5.5rem !important;}
.mr-xl-22, .mx-xl-22 {margin-right:5.5rem !important;}
.mb-xl-22, .my-xl-22 {margin-bottom:5.5rem !important;}
.ml-xl-22, .mx-xl-22 {margin-left:5.5rem !important;}
.m-xl-23 {margin:5.75rem !important;}
.mt-xl-23, .my-xl-23 {margin-top:5.75rem !important;}
.mr-xl-23, .mx-xl-23 {margin-right:5.75rem !important;}
.mb-xl-23, .my-xl-23 {margin-bottom:5.75rem !important;}
.ml-xl-23, .mx-xl-23 {margin-left:5.75rem !important;}
.m-xl-24 {margin:6rem !important;}
.mt-xl-24, .my-xl-24 {margin-top:6rem !important;}
.mr-xl-24, .mx-xl-24 {margin-right:6rem !important;}
.mb-xl-24, .my-xl-24 {margin-bottom:6rem !important;}
.ml-xl-24, .mx-xl-24 {margin-left:6rem !important;}
.m-xl-25 {margin:6.25rem !important;}
.mt-xl-25, .my-xl-25 {margin-top:6.25rem !important;}
.mr-xl-25, .mx-xl-25 {margin-right:6.25rem !important;}
.mb-xl-25, .my-xl-25 {margin-bottom:6.25rem !important;}
.ml-xl-25, .mx-xl-25 {margin-left:6.25rem !important;}
.m-xl-26 {margin:6.5rem !important;}
.mt-xl-26, .my-xl-26 {margin-top:6.5rem !important;}
.mr-xl-26, .mx-xl-26 {margin-right:6.5rem !important;}
.mb-xl-26, .my-xl-26 {margin-bottom:6.5rem !important;}
.ml-xl-26, .mx-xl-26 {margin-left:6.5rem !important;}
.m-xl-27 {margin:6.75rem !important;}
.mt-xl-27, .my-xl-27 {margin-top:6.75rem !important;}
.mr-xl-27, .mx-xl-27 {margin-right:6.75rem !important;}
.mb-xl-27, .my-xl-27 {margin-bottom:6.75rem !important;}
.ml-xl-27, .mx-xl-27 {margin-left:6.75rem !important;}
.m-xl-28 {margin:7rem !important;}
.mt-xl-28, .my-xl-28 {margin-top:7rem !important;}
.mr-xl-28, .mx-xl-28 {margin-right:7rem !important;}
.mb-xl-28, .my-xl-28 {margin-bottom:7rem !important;}
.ml-xl-28, .mx-xl-28 {margin-left:7rem !important;}
.m-xl-29 {margin:7.25rem !important;}
.mt-xl-29, .my-xl-29 {margin-top:7.25rem !important;}
.mr-xl-29, .mx-xl-29 {margin-right:7.25rem !important;}
.mb-xl-29, .my-xl-29 {margin-bottom:7.25rem !important;}
.ml-xl-29, .mx-xl-29 {margin-left:7.25rem !important;}
.m-xl-30 {margin:7.5rem !important;}
.mt-xl-30, .my-xl-30 {margin-top:7.5rem !important;}
.mr-xl-30, .mx-xl-30 {margin-right:7.5rem !important;}
.mb-xl-30, .my-xl-30 {margin-bottom:7.5rem !important;}
.ml-xl-30, .mx-xl-30 {margin-left:7.5rem !important;}
.m-xl-31 {margin:7.75rem !important;}
.mt-xl-31, .my-xl-31 {margin-top:7.75rem !important;}
.mr-xl-31, .mx-xl-31 {margin-right:7.75rem !important;}
.mb-xl-31, .my-xl-31 {margin-bottom:7.75rem !important;}
.ml-xl-31, .mx-xl-31 {margin-left:7.75rem !important;}
.m-xl-32 {margin:8rem !important;}
.mt-xl-32, .my-xl-32 {margin-top:8rem !important;}
.mr-xl-32, .mx-xl-32 {margin-right:8rem !important;}
.mb-xl-32, .my-xl-32 {margin-bottom:8rem !important;}
.ml-xl-32, .mx-xl-32 {margin-left:8rem !important;}
.m-xl-33 {margin:8.25rem !important;}
.mt-xl-33, .my-xl-33 {margin-top:8.25rem !important;}
.mr-xl-33, .mx-xl-33 {margin-right:8.25rem !important;}
.mb-xl-33, .my-xl-33 {margin-bottom:8.25rem !important;}
.ml-xl-33, .mx-xl-33 {margin-left:8.25rem !important;}
.m-xl-34 {margin:8.5rem !important;}
.mt-xl-34, .my-xl-34 {margin-top:8.5rem !important;}
.mr-xl-34, .mx-xl-34 {margin-right:8.5rem !important;}
.mb-xl-34, .my-xl-34 {margin-bottom:8.5rem !important;}
.ml-xl-34, .mx-xl-34 {margin-left:8.5rem !important;}
.m-xl-35 {margin:8.75rem !important;}
.mt-xl-35, .my-xl-35 {margin-top:8.75rem !important;}
.mr-xl-35, .mx-xl-35 {margin-right:8.75rem !important;}
.mb-xl-35, .my-xl-35 {margin-bottom:8.75rem !important;}
.ml-xl-35, .mx-xl-35 {margin-left:8.75rem !important;}
.m-xl-36 {margin:9rem !important;}
.mt-xl-36, .my-xl-36 {margin-top:9rem !important;}
.mr-xl-36, .mx-xl-36 {margin-right:9rem !important;}
.mb-xl-36, .my-xl-36 {margin-bottom:9rem !important;}
.ml-xl-36, .mx-xl-36 {margin-left:9rem !important;}
.m-xl-37 {margin:9.25rem !important;}
.mt-xl-37, .my-xl-37 {margin-top:9.25rem !important;}
.mr-xl-37, .mx-xl-37 {margin-right:9.25rem !important;}
.mb-xl-37, .my-xl-37 {margin-bottom:9.25rem !important;}
.ml-xl-37, .mx-xl-37 {margin-left:9.25rem !important;}
.m-xl-38 {margin:9.5rem !important;}
.mt-xl-38, .my-xl-38 {margin-top:9.5rem !important;}
.mr-xl-38, .mx-xl-38 {margin-right:9.5rem !important;}
.mb-xl-38, .my-xl-38 {margin-bottom:9.5rem !important;}
.ml-xl-38, .mx-xl-38 {margin-left:9.5rem !important;}
.m-xl-39 {margin:9.75rem !important;}
.mt-xl-39, .my-xl-39 {margin-top:9.75rem !important;}
.mr-xl-39, .mx-xl-39 {margin-right:9.75rem !important;}
.mb-xl-39, .my-xl-39 {margin-bottom:9.75rem !important;}
.ml-xl-39, .mx-xl-39 {margin-left:9.75rem !important;}
.m-xl-40 {margin:10rem !important;}
.mt-xl-40, .my-xl-40 {margin-top:10rem !important;}
.mr-xl-40, .mx-xl-40 {margin-right:10rem !important;}
.mb-xl-40, .my-xl-40 {margin-bottom:10rem !important;}
.ml-xl-40, .mx-xl-40 {margin-left:10rem !important;}
.m-xl-45 {margin:11rem !important;}
.mt-xl-45, .my-xl-45 {margin-top:11rem !important;}
.mr-xl-45, .mx-xl-45 {margin-right:11rem !important;}
.mb-xl-45, .my-xl-45 {margin-bottom:11rem !important;}
.ml-xl-45, .mx-xl-45 {margin-left:11rem !important;}
.m-xl-50 {margin:12rem !important;}
.mt-xl-50, .my-xl-50 {margin-top:12rem !important;}
.mr-xl-50, .mx-xl-50 {margin-right:12rem !important;}
.mb-xl-50, .my-xl-50 {margin-bottom:12rem !important;}
.ml-xl-50, .mx-xl-50 {margin-left:12rem !important;}
.m-xl-55 {margin:13rem !important;}
.mt-xl-55, .my-xl-55 {margin-top:13rem !important;}
.mr-xl-55, .mx-xl-55 {margin-right:13rem !important;}
.mb-xl-55, .my-xl-55 {margin-bottom:13rem !important;}
.ml-xl-55, .mx-xl-55 {margin-left:13rem !important;}
.m-xl-60 {margin:14rem !important;}
.mt-xl-60, .my-xl-60 {margin-top:14rem !important;}
.mr-xl-60, .mx-xl-60 {margin-right:14rem !important;}
.mb-xl-60, .my-xl-60 {margin-bottom:14rem !important;}
.ml-xl-60, .mx-xl-60 {margin-left:14rem !important;}
.p-xl-0 {padding:0 !important;}
.pt-xl-0, .py-xl-0 {padding-top:0 !important;}
.pr-xl-0, .px-xl-0 {padding-right:0 !important;}
.pb-xl-0, .py-xl-0 {padding-bottom:0 !important;}
.pl-xl-0, .px-xl-0 {padding-left:0 !important;}
.p-xl-1 {padding:0.25rem !important;}
.pt-xl-1, .py-xl-1 {padding-top:0.25rem !important;}
.pr-xl-1, .px-xl-1 {padding-right:0.25rem !important;}
.pb-xl-1, .py-xl-1 {padding-bottom:0.25rem !important;}
.pl-xl-1, .px-xl-1 {padding-left:0.25rem !important;}
.p-xl-2 {padding:0.5rem !important;}
.pt-xl-2, .py-xl-2 {padding-top:0.5rem !important;}
.pr-xl-2, .px-xl-2 {padding-right:0.5rem !important;}
.pb-xl-2, .py-xl-2 {padding-bottom:0.5rem !important;}
.pl-xl-2, .px-xl-2 {padding-left:0.5rem !important;}
.p-xl-3 {padding:0.75rem !important;}
.pt-xl-3, .py-xl-3 {padding-top:0.75rem !important;}
.pr-xl-3, .px-xl-3 {padding-right:0.75rem !important;}
.pb-xl-3, .py-xl-3 {padding-bottom:0.75rem !important;}
.pl-xl-3, .px-xl-3 {padding-left:0.75rem !important;}
.p-xl-4 {padding:1rem !important;}
.pt-xl-4, .py-xl-4 {padding-top:1rem !important;}
.pr-xl-4, .px-xl-4 {padding-right:1rem !important;}
.pb-xl-4, .py-xl-4 {padding-bottom:1rem !important;}
.pl-xl-4, .px-xl-4 {padding-left:1rem !important;}
.p-xl-5 {padding:1.25rem !important;}
.pt-xl-5, .py-xl-5 {padding-top:1.25rem !important;}
.pr-xl-5, .px-xl-5 {padding-right:1.25rem !important;}
.pb-xl-5, .py-xl-5 {padding-bottom:1.25rem !important;}
.pl-xl-5, .px-xl-5 {padding-left:1.25rem !important;}
.p-xl-6 {padding:1.5rem !important;}
.pt-xl-6, .py-xl-6 {padding-top:1.5rem !important;}
.pr-xl-6, .px-xl-6 {padding-right:1.5rem !important;}
.pb-xl-6, .py-xl-6 {padding-bottom:1.5rem !important;}
.pl-xl-6, .px-xl-6 {padding-left:1.5rem !important;}
.p-xl-7 {padding:1.75rem !important;}
.pt-xl-7, .py-xl-7 {padding-top:1.75rem !important;}
.pr-xl-7, .px-xl-7 {padding-right:1.75rem !important;}
.pb-xl-7, .py-xl-7 {padding-bottom:1.75rem !important;}
.pl-xl-7, .px-xl-7 {padding-left:1.75rem !important;}
.p-xl-8 {padding:2rem !important;}
.pt-xl-8, .py-xl-8 {padding-top:2rem !important;}
.pr-xl-8, .px-xl-8 {padding-right:2rem !important;}
.pb-xl-8, .py-xl-8 {padding-bottom:2rem !important;}
.pl-xl-8, .px-xl-8 {padding-left:2rem !important;}
.p-xl-9 {padding:2.25rem !important;}
.pt-xl-9, .py-xl-9 {padding-top:2.25rem !important;}
.pr-xl-9, .px-xl-9 {padding-right:2.25rem !important;}
.pb-xl-9, .py-xl-9 {padding-bottom:2.25rem !important;}
.pl-xl-9, .px-xl-9 {padding-left:2.25rem !important;}
.p-xl-10 {padding:2.5rem !important;}
.pt-xl-10, .py-xl-10 {padding-top:2.5rem !important;}
.pr-xl-10, .px-xl-10 {padding-right:2.5rem !important;}
.pb-xl-10, .py-xl-10 {padding-bottom:2.5rem !important;}
.pl-xl-10, .px-xl-10 {padding-left:2.5rem !important;}
.p-xl-11 {padding:2.75rem !important;}
.pt-xl-11, .py-xl-11 {padding-top:2.75rem !important;}
.pr-xl-11, .px-xl-11 {padding-right:2.75rem !important;}
.pb-xl-11, .py-xl-11 {padding-bottom:2.75rem !important;}
.pl-xl-11, .px-xl-11 {padding-left:2.75rem !important;}
.p-xl-12 {padding:3rem !important;}
.pt-xl-12, .py-xl-12 {padding-top:3rem !important;}
.pr-xl-12, .px-xl-12 {padding-right:3rem !important;}
.pb-xl-12, .py-xl-12 {padding-bottom:3rem !important;}
.pl-xl-12, .px-xl-12 {padding-left:3rem !important;}
.p-xl-13 {padding:3.25rem !important;}
.pt-xl-13, .py-xl-13 {padding-top:3.25rem !important;}
.pr-xl-13, .px-xl-13 {padding-right:3.25rem !important;}
.pb-xl-13, .py-xl-13 {padding-bottom:3.25rem !important;}
.pl-xl-13, .px-xl-13 {padding-left:3.25rem !important;}
.p-xl-14 {padding:3.5rem !important;}
.pt-xl-14, .py-xl-14 {padding-top:3.5rem !important;}
.pr-xl-14, .px-xl-14 {padding-right:3.5rem !important;}
.pb-xl-14, .py-xl-14 {padding-bottom:3.5rem !important;}
.pl-xl-14, .px-xl-14 {padding-left:3.5rem !important;}
.p-xl-15 {padding:3.75rem !important;}
.pt-xl-15, .py-xl-15 {padding-top:3.75rem !important;}
.pr-xl-15, .px-xl-15 {padding-right:3.75rem !important;}
.pb-xl-15, .py-xl-15 {padding-bottom:3.75rem !important;}
.pl-xl-15, .px-xl-15 {padding-left:3.75rem !important;}
.p-xl-16 {padding:4rem !important;}
.pt-xl-16, .py-xl-16 {padding-top:4rem !important;}
.pr-xl-16, .px-xl-16 {padding-right:4rem !important;}
.pb-xl-16, .py-xl-16 {padding-bottom:4rem !important;}
.pl-xl-16, .px-xl-16 {padding-left:4rem !important;}
.p-xl-17 {padding:4.25rem !important;}
.pt-xl-17, .py-xl-17 {padding-top:4.25rem !important;}
.pr-xl-17, .px-xl-17 {padding-right:4.25rem !important;}
.pb-xl-17, .py-xl-17 {padding-bottom:4.25rem !important;}
.pl-xl-17, .px-xl-17 {padding-left:4.25rem !important;}
.p-xl-18 {padding:4.5rem !important;}
.pt-xl-18, .py-xl-18 {padding-top:4.5rem !important;}
.pr-xl-18, .px-xl-18 {padding-right:4.5rem !important;}
.pb-xl-18, .py-xl-18 {padding-bottom:4.5rem !important;}
.pl-xl-18, .px-xl-18 {padding-left:4.5rem !important;}
.p-xl-19 {padding:4.75rem !important;}
.pt-xl-19, .py-xl-19 {padding-top:4.75rem !important;}
.pr-xl-19, .px-xl-19 {padding-right:4.75rem !important;}
.pb-xl-19, .py-xl-19 {padding-bottom:4.75rem !important;}
.pl-xl-19, .px-xl-19 {padding-left:4.75rem !important;}
.p-xl-20 {padding:5rem !important;}
.pt-xl-20, .py-xl-20 {padding-top:5rem !important;}
.pr-xl-20, .px-xl-20 {padding-right:5rem !important;}
.pb-xl-20, .py-xl-20 {padding-bottom:5rem !important;}
.pl-xl-20, .px-xl-20 {padding-left:5rem !important;}
.p-xl-21 {padding:5.25rem !important;}
.pt-xl-21, .py-xl-21 {padding-top:5.25rem !important;}
.pr-xl-21, .px-xl-21 {padding-right:5.25rem !important;}
.pb-xl-21, .py-xl-21 {padding-bottom:5.25rem !important;}
.pl-xl-21, .px-xl-21 {padding-left:5.25rem !important;}
.p-xl-22 {padding:5.5rem !important;}
.pt-xl-22, .py-xl-22 {padding-top:5.5rem !important;}
.pr-xl-22, .px-xl-22 {padding-right:5.5rem !important;}
.pb-xl-22, .py-xl-22 {padding-bottom:5.5rem !important;}
.pl-xl-22, .px-xl-22 {padding-left:5.5rem !important;}
.p-xl-23 {padding:5.75rem !important;}
.pt-xl-23, .py-xl-23 {padding-top:5.75rem !important;}
.pr-xl-23, .px-xl-23 {padding-right:5.75rem !important;}
.pb-xl-23, .py-xl-23 {padding-bottom:5.75rem !important;}
.pl-xl-23, .px-xl-23 {padding-left:5.75rem !important;}
.p-xl-24 {padding:6rem !important;}
.pt-xl-24, .py-xl-24 {padding-top:6rem !important;}
.pr-xl-24, .px-xl-24 {padding-right:6rem !important;}
.pb-xl-24, .py-xl-24 {padding-bottom:6rem !important;}
.pl-xl-24, .px-xl-24 {padding-left:6rem !important;}
.p-xl-25 {padding:6.25rem !important;}
.pt-xl-25, .py-xl-25 {padding-top:6.25rem !important;}
.pr-xl-25, .px-xl-25 {padding-right:6.25rem !important;}
.pb-xl-25, .py-xl-25 {padding-bottom:6.25rem !important;}
.pl-xl-25, .px-xl-25 {padding-left:6.25rem !important;}
.p-xl-26 {padding:6.5rem !important;}
.pt-xl-26, .py-xl-26 {padding-top:6.5rem !important;}
.pr-xl-26, .px-xl-26 {padding-right:6.5rem !important;}
.pb-xl-26, .py-xl-26 {padding-bottom:6.5rem !important;}
.pl-xl-26, .px-xl-26 {padding-left:6.5rem !important;}
.p-xl-27 {padding:6.75rem !important;}
.pt-xl-27, .py-xl-27 {padding-top:6.75rem !important;}
.pr-xl-27, .px-xl-27 {padding-right:6.75rem !important;}
.pb-xl-27, .py-xl-27 {padding-bottom:6.75rem !important;}
.pl-xl-27, .px-xl-27 {padding-left:6.75rem !important;}
.p-xl-28 {padding:7rem !important;}
.pt-xl-28, .py-xl-28 {padding-top:7rem !important;}
.pr-xl-28, .px-xl-28 {padding-right:7rem !important;}
.pb-xl-28, .py-xl-28 {padding-bottom:7rem !important;}
.pl-xl-28, .px-xl-28 {padding-left:7rem !important;}
.p-xl-29 {padding:7.25rem !important;}
.pt-xl-29, .py-xl-29 {padding-top:7.25rem !important;}
.pr-xl-29, .px-xl-29 {padding-right:7.25rem !important;}
.pb-xl-29, .py-xl-29 {padding-bottom:7.25rem !important;}
.pl-xl-29, .px-xl-29 {padding-left:7.25rem !important;}
.p-xl-30 {padding:7.5rem !important;}
.pt-xl-30, .py-xl-30 {padding-top:7.5rem !important;}
.pr-xl-30, .px-xl-30 {padding-right:7.5rem !important;}
.pb-xl-30, .py-xl-30 {padding-bottom:7.5rem !important;}
.pl-xl-30, .px-xl-30 {padding-left:7.5rem !important;}
.p-xl-31 {padding:7.75rem !important;}
.pt-xl-31, .py-xl-31 {padding-top:7.75rem !important;}
.pr-xl-31, .px-xl-31 {padding-right:7.75rem !important;}
.pb-xl-31, .py-xl-31 {padding-bottom:7.75rem !important;}
.pl-xl-31, .px-xl-31 {padding-left:7.75rem !important;}
.p-xl-32 {padding:8rem !important;}
.pt-xl-32, .py-xl-32 {padding-top:8rem !important;}
.pr-xl-32, .px-xl-32 {padding-right:8rem !important;}
.pb-xl-32, .py-xl-32 {padding-bottom:8rem !important;}
.pl-xl-32, .px-xl-32 {padding-left:8rem !important;}
.p-xl-33 {padding:8.25rem !important;}
.pt-xl-33, .py-xl-33 {padding-top:8.25rem !important;}
.pr-xl-33, .px-xl-33 {padding-right:8.25rem !important;}
.pb-xl-33, .py-xl-33 {padding-bottom:8.25rem !important;}
.pl-xl-33, .px-xl-33 {padding-left:8.25rem !important;}
.p-xl-34 {padding:8.5rem !important;}
.pt-xl-34, .py-xl-34 {padding-top:8.5rem !important;}
.pr-xl-34, .px-xl-34 {padding-right:8.5rem !important;}
.pb-xl-34, .py-xl-34 {padding-bottom:8.5rem !important;}
.pl-xl-34, .px-xl-34 {padding-left:8.5rem !important;}
.p-xl-35 {padding:8.75rem !important;}
.pt-xl-35, .py-xl-35 {padding-top:8.75rem !important;}
.pr-xl-35, .px-xl-35 {padding-right:8.75rem !important;}
.pb-xl-35, .py-xl-35 {padding-bottom:8.75rem !important;}
.pl-xl-35, .px-xl-35 {padding-left:8.75rem !important;}
.p-xl-36 {padding:9rem !important;}
.pt-xl-36, .py-xl-36 {padding-top:9rem !important;}
.pr-xl-36, .px-xl-36 {padding-right:9rem !important;}
.pb-xl-36, .py-xl-36 {padding-bottom:9rem !important;}
.pl-xl-36, .px-xl-36 {padding-left:9rem !important;}
.p-xl-37 {padding:9.25rem !important;}
.pt-xl-37, .py-xl-37 {padding-top:9.25rem !important;}
.pr-xl-37, .px-xl-37 {padding-right:9.25rem !important;}
.pb-xl-37, .py-xl-37 {padding-bottom:9.25rem !important;}
.pl-xl-37, .px-xl-37 {padding-left:9.25rem !important;}
.p-xl-38 {padding:9.5rem !important;}
.pt-xl-38, .py-xl-38 {padding-top:9.5rem !important;}
.pr-xl-38, .px-xl-38 {padding-right:9.5rem !important;}
.pb-xl-38, .py-xl-38 {padding-bottom:9.5rem !important;}
.pl-xl-38, .px-xl-38 {padding-left:9.5rem !important;}
.p-xl-39 {padding:9.75rem !important;}
.pt-xl-39, .py-xl-39 {padding-top:9.75rem !important;}
.pr-xl-39, .px-xl-39 {padding-right:9.75rem !important;}
.pb-xl-39, .py-xl-39 {padding-bottom:9.75rem !important;}
.pl-xl-39, .px-xl-39 {padding-left:9.75rem !important;}
.p-xl-40 {padding:10rem !important;}
.pt-xl-40, .py-xl-40 {padding-top:10rem !important;}
.pr-xl-40, .px-xl-40 {padding-right:10rem !important;}
.pb-xl-40, .py-xl-40 {padding-bottom:10rem !important;}
.pl-xl-40, .px-xl-40 {padding-left:10rem !important;}
.p-xl-45 {padding:11rem !important;}
.pt-xl-45, .py-xl-45 {padding-top:11rem !important;}
.pr-xl-45, .px-xl-45 {padding-right:11rem !important;}
.pb-xl-45, .py-xl-45 {padding-bottom:11rem !important;}
.pl-xl-45, .px-xl-45 {padding-left:11rem !important;}
.p-xl-50 {padding:12rem !important;}
.pt-xl-50, .py-xl-50 {padding-top:12rem !important;}
.pr-xl-50, .px-xl-50 {padding-right:12rem !important;}
.pb-xl-50, .py-xl-50 {padding-bottom:12rem !important;}
.pl-xl-50, .px-xl-50 {padding-left:12rem !important;}
.p-xl-55 {padding:13rem !important;}
.pt-xl-55, .py-xl-55 {padding-top:13rem !important;}
.pr-xl-55, .px-xl-55 {padding-right:13rem !important;}
.pb-xl-55, .py-xl-55 {padding-bottom:13rem !important;}
.pl-xl-55, .px-xl-55 {padding-left:13rem !important;}
.p-xl-60 {padding:14rem !important;}
.pt-xl-60, .py-xl-60 {padding-top:14rem !important;}
.pr-xl-60, .px-xl-60 {padding-right:14rem !important;}
.pb-xl-60, .py-xl-60 {padding-bottom:14rem !important;}
.pl-xl-60, .px-xl-60 {padding-left:14rem !important;}
.m-xl-n1 {margin:-0.25rem !important;}
.mt-xl-n1, .my-xl-n1 {margin-top:-0.25rem !important;}
.mr-xl-n1, .mx-xl-n1 {margin-right:-0.25rem !important;}
.mb-xl-n1, .my-xl-n1 {margin-bottom:-0.25rem !important;}
.ml-xl-n1, .mx-xl-n1 {margin-left:-0.25rem !important;}
.m-xl-n2 {margin:-0.5rem !important;}
.mt-xl-n2, .my-xl-n2 {margin-top:-0.5rem !important;}
.mr-xl-n2, .mx-xl-n2 {margin-right:-0.5rem !important;}
.mb-xl-n2, .my-xl-n2 {margin-bottom:-0.5rem !important;}
.ml-xl-n2, .mx-xl-n2 {margin-left:-0.5rem !important;}
.m-xl-n3 {margin:-0.75rem !important;}
.mt-xl-n3, .my-xl-n3 {margin-top:-0.75rem !important;}
.mr-xl-n3, .mx-xl-n3 {margin-right:-0.75rem !important;}
.mb-xl-n3, .my-xl-n3 {margin-bottom:-0.75rem !important;}
.ml-xl-n3, .mx-xl-n3 {margin-left:-0.75rem !important;}
.m-xl-n4 {margin:-1rem !important;}
.mt-xl-n4, .my-xl-n4 {margin-top:-1rem !important;}
.mr-xl-n4, .mx-xl-n4 {margin-right:-1rem !important;}
.mb-xl-n4, .my-xl-n4 {margin-bottom:-1rem !important;}
.ml-xl-n4, .mx-xl-n4 {margin-left:-1rem !important;}
.m-xl-n5 {margin:-1.25rem !important;}
.mt-xl-n5, .my-xl-n5 {margin-top:-1.25rem !important;}
.mr-xl-n5, .mx-xl-n5 {margin-right:-1.25rem !important;}
.mb-xl-n5, .my-xl-n5 {margin-bottom:-1.25rem !important;}
.ml-xl-n5, .mx-xl-n5 {margin-left:-1.25rem !important;}
.m-xl-n6 {margin:-1.5rem !important;}
.mt-xl-n6, .my-xl-n6 {margin-top:-1.5rem !important;}
.mr-xl-n6, .mx-xl-n6 {margin-right:-1.5rem !important;}
.mb-xl-n6, .my-xl-n6 {margin-bottom:-1.5rem !important;}
.ml-xl-n6, .mx-xl-n6 {margin-left:-1.5rem !important;}
.m-xl-n7 {margin:-1.75rem !important;}
.mt-xl-n7, .my-xl-n7 {margin-top:-1.75rem !important;}
.mr-xl-n7, .mx-xl-n7 {margin-right:-1.75rem !important;}
.mb-xl-n7, .my-xl-n7 {margin-bottom:-1.75rem !important;}
.ml-xl-n7, .mx-xl-n7 {margin-left:-1.75rem !important;}
.m-xl-n8 {margin:-2rem !important;}
.mt-xl-n8, .my-xl-n8 {margin-top:-2rem !important;}
.mr-xl-n8, .mx-xl-n8 {margin-right:-2rem !important;}
.mb-xl-n8, .my-xl-n8 {margin-bottom:-2rem !important;}
.ml-xl-n8, .mx-xl-n8 {margin-left:-2rem !important;}
.m-xl-n9 {margin:-2.25rem !important;}
.mt-xl-n9, .my-xl-n9 {margin-top:-2.25rem !important;}
.mr-xl-n9, .mx-xl-n9 {margin-right:-2.25rem !important;}
.mb-xl-n9, .my-xl-n9 {margin-bottom:-2.25rem !important;}
.ml-xl-n9, .mx-xl-n9 {margin-left:-2.25rem !important;}
.m-xl-n10 {margin:-2.5rem !important;}
.mt-xl-n10, .my-xl-n10 {margin-top:-2.5rem !important;}
.mr-xl-n10, .mx-xl-n10 {margin-right:-2.5rem !important;}
.mb-xl-n10, .my-xl-n10 {margin-bottom:-2.5rem !important;}
.ml-xl-n10, .mx-xl-n10 {margin-left:-2.5rem !important;}
.m-xl-n11 {margin:-2.75rem !important;}
.mt-xl-n11, .my-xl-n11 {margin-top:-2.75rem !important;}
.mr-xl-n11, .mx-xl-n11 {margin-right:-2.75rem !important;}
.mb-xl-n11, .my-xl-n11 {margin-bottom:-2.75rem !important;}
.ml-xl-n11, .mx-xl-n11 {margin-left:-2.75rem !important;}
.m-xl-n12 {margin:-3rem !important;}
.mt-xl-n12, .my-xl-n12 {margin-top:-3rem !important;}
.mr-xl-n12, .mx-xl-n12 {margin-right:-3rem !important;}
.mb-xl-n12, .my-xl-n12 {margin-bottom:-3rem !important;}
.ml-xl-n12, .mx-xl-n12 {margin-left:-3rem !important;}
.m-xl-n13 {margin:-3.25rem !important;}
.mt-xl-n13, .my-xl-n13 {margin-top:-3.25rem !important;}
.mr-xl-n13, .mx-xl-n13 {margin-right:-3.25rem !important;}
.mb-xl-n13, .my-xl-n13 {margin-bottom:-3.25rem !important;}
.ml-xl-n13, .mx-xl-n13 {margin-left:-3.25rem !important;}
.m-xl-n14 {margin:-3.5rem !important;}
.mt-xl-n14, .my-xl-n14 {margin-top:-3.5rem !important;}
.mr-xl-n14, .mx-xl-n14 {margin-right:-3.5rem !important;}
.mb-xl-n14, .my-xl-n14 {margin-bottom:-3.5rem !important;}
.ml-xl-n14, .mx-xl-n14 {margin-left:-3.5rem !important;}
.m-xl-n15 {margin:-3.75rem !important;}
.mt-xl-n15, .my-xl-n15 {margin-top:-3.75rem !important;}
.mr-xl-n15, .mx-xl-n15 {margin-right:-3.75rem !important;}
.mb-xl-n15, .my-xl-n15 {margin-bottom:-3.75rem !important;}
.ml-xl-n15, .mx-xl-n15 {margin-left:-3.75rem !important;}
.m-xl-n16 {margin:-4rem !important;}
.mt-xl-n16, .my-xl-n16 {margin-top:-4rem !important;}
.mr-xl-n16, .mx-xl-n16 {margin-right:-4rem !important;}
.mb-xl-n16, .my-xl-n16 {margin-bottom:-4rem !important;}
.ml-xl-n16, .mx-xl-n16 {margin-left:-4rem !important;}
.m-xl-n17 {margin:-4.25rem !important;}
.mt-xl-n17, .my-xl-n17 {margin-top:-4.25rem !important;}
.mr-xl-n17, .mx-xl-n17 {margin-right:-4.25rem !important;}
.mb-xl-n17, .my-xl-n17 {margin-bottom:-4.25rem !important;}
.ml-xl-n17, .mx-xl-n17 {margin-left:-4.25rem !important;}
.m-xl-n18 {margin:-4.5rem !important;}
.mt-xl-n18, .my-xl-n18 {margin-top:-4.5rem !important;}
.mr-xl-n18, .mx-xl-n18 {margin-right:-4.5rem !important;}
.mb-xl-n18, .my-xl-n18 {margin-bottom:-4.5rem !important;}
.ml-xl-n18, .mx-xl-n18 {margin-left:-4.5rem !important;}
.m-xl-n19 {margin:-4.75rem !important;}
.mt-xl-n19, .my-xl-n19 {margin-top:-4.75rem !important;}
.mr-xl-n19, .mx-xl-n19 {margin-right:-4.75rem !important;}
.mb-xl-n19, .my-xl-n19 {margin-bottom:-4.75rem !important;}
.ml-xl-n19, .mx-xl-n19 {margin-left:-4.75rem !important;}
.m-xl-n20 {margin:-5rem !important;}
.mt-xl-n20, .my-xl-n20 {margin-top:-5rem !important;}
.mr-xl-n20, .mx-xl-n20 {margin-right:-5rem !important;}
.mb-xl-n20, .my-xl-n20 {margin-bottom:-5rem !important;}
.ml-xl-n20, .mx-xl-n20 {margin-left:-5rem !important;}
.m-xl-n21 {margin:-5.25rem !important;}
.mt-xl-n21, .my-xl-n21 {margin-top:-5.25rem !important;}
.mr-xl-n21, .mx-xl-n21 {margin-right:-5.25rem !important;}
.mb-xl-n21, .my-xl-n21 {margin-bottom:-5.25rem !important;}
.ml-xl-n21, .mx-xl-n21 {margin-left:-5.25rem !important;}
.m-xl-n22 {margin:-5.5rem !important;}
.mt-xl-n22, .my-xl-n22 {margin-top:-5.5rem !important;}
.mr-xl-n22, .mx-xl-n22 {margin-right:-5.5rem !important;}
.mb-xl-n22, .my-xl-n22 {margin-bottom:-5.5rem !important;}
.ml-xl-n22, .mx-xl-n22 {margin-left:-5.5rem !important;}
.m-xl-n23 {margin:-5.75rem !important;}
.mt-xl-n23, .my-xl-n23 {margin-top:-5.75rem !important;}
.mr-xl-n23, .mx-xl-n23 {margin-right:-5.75rem !important;}
.mb-xl-n23, .my-xl-n23 {margin-bottom:-5.75rem !important;}
.ml-xl-n23, .mx-xl-n23 {margin-left:-5.75rem !important;}
.m-xl-n24 {margin:-6rem !important;}
.mt-xl-n24, .my-xl-n24 {margin-top:-6rem !important;}
.mr-xl-n24, .mx-xl-n24 {margin-right:-6rem !important;}
.mb-xl-n24, .my-xl-n24 {margin-bottom:-6rem !important;}
.ml-xl-n24, .mx-xl-n24 {margin-left:-6rem !important;}
.m-xl-n25 {margin:-6.25rem !important;}
.mt-xl-n25, .my-xl-n25 {margin-top:-6.25rem !important;}
.mr-xl-n25, .mx-xl-n25 {margin-right:-6.25rem !important;}
.mb-xl-n25, .my-xl-n25 {margin-bottom:-6.25rem !important;}
.ml-xl-n25, .mx-xl-n25 {margin-left:-6.25rem !important;}
.m-xl-n26 {margin:-6.5rem !important;}
.mt-xl-n26, .my-xl-n26 {margin-top:-6.5rem !important;}
.mr-xl-n26, .mx-xl-n26 {margin-right:-6.5rem !important;}
.mb-xl-n26, .my-xl-n26 {margin-bottom:-6.5rem !important;}
.ml-xl-n26, .mx-xl-n26 {margin-left:-6.5rem !important;}
.m-xl-n27 {margin:-6.75rem !important;}
.mt-xl-n27, .my-xl-n27 {margin-top:-6.75rem !important;}
.mr-xl-n27, .mx-xl-n27 {margin-right:-6.75rem !important;}
.mb-xl-n27, .my-xl-n27 {margin-bottom:-6.75rem !important;}
.ml-xl-n27, .mx-xl-n27 {margin-left:-6.75rem !important;}
.m-xl-n28 {margin:-7rem !important;}
.mt-xl-n28, .my-xl-n28 {margin-top:-7rem !important;}
.mr-xl-n28, .mx-xl-n28 {margin-right:-7rem !important;}
.mb-xl-n28, .my-xl-n28 {margin-bottom:-7rem !important;}
.ml-xl-n28, .mx-xl-n28 {margin-left:-7rem !important;}
.m-xl-n29 {margin:-7.25rem !important;}
.mt-xl-n29, .my-xl-n29 {margin-top:-7.25rem !important;}
.mr-xl-n29, .mx-xl-n29 {margin-right:-7.25rem !important;}
.mb-xl-n29, .my-xl-n29 {margin-bottom:-7.25rem !important;}
.ml-xl-n29, .mx-xl-n29 {margin-left:-7.25rem !important;}
.m-xl-n30 {margin:-7.5rem !important;}
.mt-xl-n30, .my-xl-n30 {margin-top:-7.5rem !important;}
.mr-xl-n30, .mx-xl-n30 {margin-right:-7.5rem !important;}
.mb-xl-n30, .my-xl-n30 {margin-bottom:-7.5rem !important;}
.ml-xl-n30, .mx-xl-n30 {margin-left:-7.5rem !important;}
.m-xl-n31 {margin:-7.75rem !important;}
.mt-xl-n31, .my-xl-n31 {margin-top:-7.75rem !important;}
.mr-xl-n31, .mx-xl-n31 {margin-right:-7.75rem !important;}
.mb-xl-n31, .my-xl-n31 {margin-bottom:-7.75rem !important;}
.ml-xl-n31, .mx-xl-n31 {margin-left:-7.75rem !important;}
.m-xl-n32 {margin:-8rem !important;}
.mt-xl-n32, .my-xl-n32 {margin-top:-8rem !important;}
.mr-xl-n32, .mx-xl-n32 {margin-right:-8rem !important;}
.mb-xl-n32, .my-xl-n32 {margin-bottom:-8rem !important;}
.ml-xl-n32, .mx-xl-n32 {margin-left:-8rem !important;}
.m-xl-n33 {margin:-8.25rem !important;}
.mt-xl-n33, .my-xl-n33 {margin-top:-8.25rem !important;}
.mr-xl-n33, .mx-xl-n33 {margin-right:-8.25rem !important;}
.mb-xl-n33, .my-xl-n33 {margin-bottom:-8.25rem !important;}
.ml-xl-n33, .mx-xl-n33 {margin-left:-8.25rem !important;}
.m-xl-n34 {margin:-8.5rem !important;}
.mt-xl-n34, .my-xl-n34 {margin-top:-8.5rem !important;}
.mr-xl-n34, .mx-xl-n34 {margin-right:-8.5rem !important;}
.mb-xl-n34, .my-xl-n34 {margin-bottom:-8.5rem !important;}
.ml-xl-n34, .mx-xl-n34 {margin-left:-8.5rem !important;}
.m-xl-n35 {margin:-8.75rem !important;}
.mt-xl-n35, .my-xl-n35 {margin-top:-8.75rem !important;}
.mr-xl-n35, .mx-xl-n35 {margin-right:-8.75rem !important;}
.mb-xl-n35, .my-xl-n35 {margin-bottom:-8.75rem !important;}
.ml-xl-n35, .mx-xl-n35 {margin-left:-8.75rem !important;}
.m-xl-n36 {margin:-9rem !important;}
.mt-xl-n36, .my-xl-n36 {margin-top:-9rem !important;}
.mr-xl-n36, .mx-xl-n36 {margin-right:-9rem !important;}
.mb-xl-n36, .my-xl-n36 {margin-bottom:-9rem !important;}
.ml-xl-n36, .mx-xl-n36 {margin-left:-9rem !important;}
.m-xl-n37 {margin:-9.25rem !important;}
.mt-xl-n37, .my-xl-n37 {margin-top:-9.25rem !important;}
.mr-xl-n37, .mx-xl-n37 {margin-right:-9.25rem !important;}
.mb-xl-n37, .my-xl-n37 {margin-bottom:-9.25rem !important;}
.ml-xl-n37, .mx-xl-n37 {margin-left:-9.25rem !important;}
.m-xl-n38 {margin:-9.5rem !important;}
.mt-xl-n38, .my-xl-n38 {margin-top:-9.5rem !important;}
.mr-xl-n38, .mx-xl-n38 {margin-right:-9.5rem !important;}
.mb-xl-n38, .my-xl-n38 {margin-bottom:-9.5rem !important;}
.ml-xl-n38, .mx-xl-n38 {margin-left:-9.5rem !important;}
.m-xl-n39 {margin:-9.75rem !important;}
.mt-xl-n39, .my-xl-n39 {margin-top:-9.75rem !important;}
.mr-xl-n39, .mx-xl-n39 {margin-right:-9.75rem !important;}
.mb-xl-n39, .my-xl-n39 {margin-bottom:-9.75rem !important;}
.ml-xl-n39, .mx-xl-n39 {margin-left:-9.75rem !important;}
.m-xl-n40 {margin:-10rem !important;}
.mt-xl-n40, .my-xl-n40 {margin-top:-10rem !important;}
.mr-xl-n40, .mx-xl-n40 {margin-right:-10rem !important;}
.mb-xl-n40, .my-xl-n40 {margin-bottom:-10rem !important;}
.ml-xl-n40, .mx-xl-n40 {margin-left:-10rem !important;}
.m-xl-n45 {margin:-11rem !important;}
.mt-xl-n45, .my-xl-n45 {margin-top:-11rem !important;}
.mr-xl-n45, .mx-xl-n45 {margin-right:-11rem !important;}
.mb-xl-n45, .my-xl-n45 {margin-bottom:-11rem !important;}
.ml-xl-n45, .mx-xl-n45 {margin-left:-11rem !important;}
.m-xl-n50 {margin:-12rem !important;}
.mt-xl-n50, .my-xl-n50 {margin-top:-12rem !important;}
.mr-xl-n50, .mx-xl-n50 {margin-right:-12rem !important;}
.mb-xl-n50, .my-xl-n50 {margin-bottom:-12rem !important;}
.ml-xl-n50, .mx-xl-n50 {margin-left:-12rem !important;}
.m-xl-n55 {margin:-13rem !important;}
.mt-xl-n55, .my-xl-n55 {margin-top:-13rem !important;}
.mr-xl-n55, .mx-xl-n55 {margin-right:-13rem !important;}
.mb-xl-n55, .my-xl-n55 {margin-bottom:-13rem !important;}
.ml-xl-n55, .mx-xl-n55 {margin-left:-13rem !important;}
.m-xl-n60 {margin:-14rem !important;}
.mt-xl-n60, .my-xl-n60 {margin-top:-14rem !important;}
.mr-xl-n60, .mx-xl-n60 {margin-right:-14rem !important;}
.mb-xl-n60, .my-xl-n60 {margin-bottom:-14rem !important;}
.ml-xl-n60, .mx-xl-n60 {margin-left:-14rem !important;}
.m-xl-auto {margin:auto !important;}
.mt-xl-auto, .my-xl-auto {margin-top:auto !important;}
.mr-xl-auto, .mx-xl-auto {margin-right:auto !important;}
.mb-xl-auto, .my-xl-auto {margin-bottom:auto !important;}
.ml-xl-auto, .mx-xl-auto {margin-left:auto !important;}
.text-xl-left {text-align:left !important;}
.text-xl-right {text-align:right !important;}
.text-xl-center {text-align:center !important;}
}

@media (min-width: 1400px) {
.m-xxl-0 {margin:0 !important;}
.mt-xxl-0, .my-xxl-0 {margin-top:0 !important;}
.mr-xxl-0, .mx-xxl-0 {margin-right:0 !important;}
.mb-xxl-0, .my-xxl-0 {margin-bottom:0 !important;}
.ml-xxl-0, .mx-xxl-0 {margin-left:0 !important;}
.m-xxl-1 {margin:0.25rem !important;}
.mt-xxl-1, .my-xxl-1 {margin-top:0.25rem !important;}
.mr-xxl-1, .mx-xxl-1 {margin-right:0.25rem !important;}
.mb-xxl-1, .my-xxl-1 {margin-bottom:0.25rem !important;}
.ml-xxl-1, .mx-xxl-1 {margin-left:0.25rem !important;}
.m-xxl-2 {margin:0.5rem !important;}
.mt-xxl-2, .my-xxl-2 {margin-top:0.5rem !important;}
.mr-xxl-2, .mx-xxl-2 {margin-right:0.5rem !important;}
.mb-xxl-2, .my-xxl-2 {margin-bottom:0.5rem !important;}
.ml-xxl-2, .mx-xxl-2 {margin-left:0.5rem !important;}
.m-xxl-3 {margin:0.75rem !important;}
.mt-xxl-3, .my-xxl-3 {margin-top:0.75rem !important;}
.mr-xxl-3, .mx-xxl-3 {margin-right:0.75rem !important;}
.mb-xxl-3, .my-xxl-3 {margin-bottom:0.75rem !important;}
.ml-xxl-3, .mx-xxl-3 {margin-left:0.75rem !important;}
.m-xxl-4 {margin:1rem !important;}
.mt-xxl-4, .my-xxl-4 {margin-top:1rem !important;}
.mr-xxl-4, .mx-xxl-4 {margin-right:1rem !important;}
.mb-xxl-4, .my-xxl-4 {margin-bottom:1rem !important;}
.ml-xxl-4, .mx-xxl-4 {margin-left:1rem !important;}
.m-xxl-5 {margin:1.25rem !important;}
.mt-xxl-5, .my-xxl-5 {margin-top:1.25rem !important;}
.mr-xxl-5, .mx-xxl-5 {margin-right:1.25rem !important;}
.mb-xxl-5, .my-xxl-5 {margin-bottom:1.25rem !important;}
.ml-xxl-5, .mx-xxl-5 {margin-left:1.25rem !important;}
.m-xxl-6 {margin:1.5rem !important;}
.mt-xxl-6, .my-xxl-6 {margin-top:1.5rem !important;}
.mr-xxl-6, .mx-xxl-6 {margin-right:1.5rem !important;}
.mb-xxl-6, .my-xxl-6 {margin-bottom:1.5rem !important;}
.ml-xxl-6, .mx-xxl-6 {margin-left:1.5rem !important;}
.m-xxl-7 {margin:1.75rem !important;}
.mt-xxl-7, .my-xxl-7 {margin-top:1.75rem !important;}
.mr-xxl-7, .mx-xxl-7 {margin-right:1.75rem !important;}
.mb-xxl-7, .my-xxl-7 {margin-bottom:1.75rem !important;}
.ml-xxl-7, .mx-xxl-7 {margin-left:1.75rem !important;}
.m-xxl-8 {margin:2rem !important;}
.mt-xxl-8, .my-xxl-8 {margin-top:2rem !important;}
.mr-xxl-8, .mx-xxl-8 {margin-right:2rem !important;}
.mb-xxl-8, .my-xxl-8 {margin-bottom:2rem !important;}
.ml-xxl-8, .mx-xxl-8 {margin-left:2rem !important;}
.m-xxl-9 {margin:2.25rem !important;}
.mt-xxl-9, .my-xxl-9 {margin-top:2.25rem !important;}
.mr-xxl-9, .mx-xxl-9 {margin-right:2.25rem !important;}
.mb-xxl-9, .my-xxl-9 {margin-bottom:2.25rem !important;}
.ml-xxl-9, .mx-xxl-9 {margin-left:2.25rem !important;}
.m-xxl-10 {margin:2.5rem !important;}
.mt-xxl-10, .my-xxl-10 {margin-top:2.5rem !important;}
.mr-xxl-10, .mx-xxl-10 {margin-right:2.5rem !important;}
.mb-xxl-10, .my-xxl-10 {margin-bottom:2.5rem !important;}
.ml-xxl-10, .mx-xxl-10 {margin-left:2.5rem !important;}
.m-xxl-11 {margin:2.75rem !important;}
.mt-xxl-11, .my-xxl-11 {margin-top:2.75rem !important;}
.mr-xxl-11, .mx-xxl-11 {margin-right:2.75rem !important;}
.mb-xxl-11, .my-xxl-11 {margin-bottom:2.75rem !important;}
.ml-xxl-11, .mx-xxl-11 {margin-left:2.75rem !important;}
.m-xxl-12 {margin:3rem !important;}
.mt-xxl-12, .my-xxl-12 {margin-top:3rem !important;}
.mr-xxl-12, .mx-xxl-12 {margin-right:3rem !important;}
.mb-xxl-12, .my-xxl-12 {margin-bottom:3rem !important;}
.ml-xxl-12, .mx-xxl-12 {margin-left:3rem !important;}
.m-xxl-13 {margin:3.25rem !important;}
.mt-xxl-13, .my-xxl-13 {margin-top:3.25rem !important;}
.mr-xxl-13, .mx-xxl-13 {margin-right:3.25rem !important;}
.mb-xxl-13, .my-xxl-13 {margin-bottom:3.25rem !important;}
.ml-xxl-13, .mx-xxl-13 {margin-left:3.25rem !important;}
.m-xxl-14 {margin:3.5rem !important;}
.mt-xxl-14, .my-xxl-14 {margin-top:3.5rem !important;}
.mr-xxl-14, .mx-xxl-14 {margin-right:3.5rem !important;}
.mb-xxl-14, .my-xxl-14 {margin-bottom:3.5rem !important;}
.ml-xxl-14, .mx-xxl-14 {margin-left:3.5rem !important;}
.m-xxl-15 {margin:3.75rem !important;}
.mt-xxl-15, .my-xxl-15 {margin-top:3.75rem !important;}
.mr-xxl-15, .mx-xxl-15 {margin-right:3.75rem !important;}
.mb-xxl-15, .my-xxl-15 {margin-bottom:3.75rem !important;}
.ml-xxl-15, .mx-xxl-15 {margin-left:3.75rem !important;}
.m-xxl-16 {margin:4rem !important;}
.mt-xxl-16, .my-xxl-16 {margin-top:4rem !important;}
.mr-xxl-16, .mx-xxl-16 {margin-right:4rem !important;}
.mb-xxl-16, .my-xxl-16 {margin-bottom:4rem !important;}
.ml-xxl-16, .mx-xxl-16 {margin-left:4rem !important;}
.m-xxl-17 {margin:4.25rem !important;}
.mt-xxl-17, .my-xxl-17 {margin-top:4.25rem !important;}
.mr-xxl-17, .mx-xxl-17 {margin-right:4.25rem !important;}
.mb-xxl-17, .my-xxl-17 {margin-bottom:4.25rem !important;}
.ml-xxl-17, .mx-xxl-17 {margin-left:4.25rem !important;}
.m-xxl-18 {margin:4.5rem !important;}
.mt-xxl-18, .my-xxl-18 {margin-top:4.5rem !important;}
.mr-xxl-18, .mx-xxl-18 {margin-right:4.5rem !important;}
.mb-xxl-18, .my-xxl-18 {margin-bottom:4.5rem !important;}
.ml-xxl-18, .mx-xxl-18 {margin-left:4.5rem !important;}
.m-xxl-19 {margin:4.75rem !important;}
.mt-xxl-19, .my-xxl-19 {margin-top:4.75rem !important;}
.mr-xxl-19, .mx-xxl-19 {margin-right:4.75rem !important;}
.mb-xxl-19, .my-xxl-19 {margin-bottom:4.75rem !important;}
.ml-xxl-19, .mx-xxl-19 {margin-left:4.75rem !important;}
.m-xxl-20 {margin:5rem !important;}
.mt-xxl-20, .my-xxl-20 {margin-top:5rem !important;}
.mr-xxl-20, .mx-xxl-20 {margin-right:5rem !important;}
.mb-xxl-20, .my-xxl-20 {margin-bottom:5rem !important;}
.ml-xxl-20, .mx-xxl-20 {margin-left:5rem !important;}
.m-xxl-21 {margin:5.25rem !important;}
.mt-xxl-21, .my-xxl-21 {margin-top:5.25rem !important;}
.mr-xxl-21, .mx-xxl-21 {margin-right:5.25rem !important;}
.mb-xxl-21, .my-xxl-21 {margin-bottom:5.25rem !important;}
.ml-xxl-21, .mx-xxl-21 {margin-left:5.25rem !important;}
.m-xxl-22 {margin:5.5rem !important;}
.mt-xxl-22, .my-xxl-22 {margin-top:5.5rem !important;}
.mr-xxl-22, .mx-xxl-22 {margin-right:5.5rem !important;}
.mb-xxl-22, .my-xxl-22 {margin-bottom:5.5rem !important;}
.ml-xxl-22, .mx-xxl-22 {margin-left:5.5rem !important;}
.m-xxl-23 {margin:5.75rem !important;}
.mt-xxl-23, .my-xxl-23 {margin-top:5.75rem !important;}
.mr-xxl-23, .mx-xxl-23 {margin-right:5.75rem !important;}
.mb-xxl-23, .my-xxl-23 {margin-bottom:5.75rem !important;}
.ml-xxl-23, .mx-xxl-23 {margin-left:5.75rem !important;}
.m-xxl-24 {margin:6rem !important;}
.mt-xxl-24, .my-xxl-24 {margin-top:6rem !important;}
.mr-xxl-24, .mx-xxl-24 {margin-right:6rem !important;}
.mb-xxl-24, .my-xxl-24 {margin-bottom:6rem !important;}
.ml-xxl-24, .mx-xxl-24 {margin-left:6rem !important;}
.m-xxl-25 {margin:6.25rem !important;}
.mt-xxl-25, .my-xxl-25 {margin-top:6.25rem !important;}
.mr-xxl-25, .mx-xxl-25 {margin-right:6.25rem !important;}
.mb-xxl-25, .my-xxl-25 {margin-bottom:6.25rem !important;}
.ml-xxl-25, .mx-xxl-25 {margin-left:6.25rem !important;}
.m-xxl-26 {margin:6.5rem !important;}
.mt-xxl-26, .my-xxl-26 {margin-top:6.5rem !important;}
.mr-xxl-26, .mx-xxl-26 {margin-right:6.5rem !important;}
.mb-xxl-26, .my-xxl-26 {margin-bottom:6.5rem !important;}
.ml-xxl-26, .mx-xxl-26 {margin-left:6.5rem !important;}
.m-xxl-27 {margin:6.75rem !important;}
.mt-xxl-27, .my-xxl-27 {margin-top:6.75rem !important;}
.mr-xxl-27, .mx-xxl-27 {margin-right:6.75rem !important;}
.mb-xxl-27, .my-xxl-27 {margin-bottom:6.75rem !important;}
.ml-xxl-27, .mx-xxl-27 {margin-left:6.75rem !important;}
.m-xxl-28 {margin:7rem !important;}
.mt-xxl-28, .my-xxl-28 {margin-top:7rem !important;}
.mr-xxl-28, .mx-xxl-28 {margin-right:7rem !important;}
.mb-xxl-28, .my-xxl-28 {margin-bottom:7rem !important;}
.ml-xxl-28, .mx-xxl-28 {margin-left:7rem !important;}
.m-xxl-29 {margin:7.25rem !important;}
.mt-xxl-29, .my-xxl-29 {margin-top:7.25rem !important;}
.mr-xxl-29, .mx-xxl-29 {margin-right:7.25rem !important;}
.mb-xxl-29, .my-xxl-29 {margin-bottom:7.25rem !important;}
.ml-xxl-29, .mx-xxl-29 {margin-left:7.25rem !important;}
.m-xxl-30 {margin:7.5rem !important;}
.mt-xxl-30, .my-xxl-30 {margin-top:7.5rem !important;}
.mr-xxl-30, .mx-xxl-30 {margin-right:7.5rem !important;}
.mb-xxl-30, .my-xxl-30 {margin-bottom:7.5rem !important;}
.ml-xxl-30, .mx-xxl-30 {margin-left:7.5rem !important;}
.m-xxl-31 {margin:7.75rem !important;}
.mt-xxl-31, .my-xxl-31 {margin-top:7.75rem !important;}
.mr-xxl-31, .mx-xxl-31 {margin-right:7.75rem !important;}
.mb-xxl-31, .my-xxl-31 {margin-bottom:7.75rem !important;}
.ml-xxl-31, .mx-xxl-31 {margin-left:7.75rem !important;}
.m-xxl-32 {margin:8rem !important;}
.mt-xxl-32, .my-xxl-32 {margin-top:8rem !important;}
.mr-xxl-32, .mx-xxl-32 {margin-right:8rem !important;}
.mb-xxl-32, .my-xxl-32 {margin-bottom:8rem !important;}
.ml-xxl-32, .mx-xxl-32 {margin-left:8rem !important;}
.m-xxl-33 {margin:8.25rem !important;}
.mt-xxl-33, .my-xxl-33 {margin-top:8.25rem !important;}
.mr-xxl-33, .mx-xxl-33 {margin-right:8.25rem !important;}
.mb-xxl-33, .my-xxl-33 {margin-bottom:8.25rem !important;}
.ml-xxl-33, .mx-xxl-33 {margin-left:8.25rem !important;}
.m-xxl-34 {margin:8.5rem !important;}
.mt-xxl-34, .my-xxl-34 {margin-top:8.5rem !important;}
.mr-xxl-34, .mx-xxl-34 {margin-right:8.5rem !important;}
.mb-xxl-34, .my-xxl-34 {margin-bottom:8.5rem !important;}
.ml-xxl-34, .mx-xxl-34 {margin-left:8.5rem !important;}
.m-xxl-35 {margin:8.75rem !important;}
.mt-xxl-35, .my-xxl-35 {margin-top:8.75rem !important;}
.mr-xxl-35, .mx-xxl-35 {margin-right:8.75rem !important;}
.mb-xxl-35, .my-xxl-35 {margin-bottom:8.75rem !important;}
.ml-xxl-35, .mx-xxl-35 {margin-left:8.75rem !important;}
.m-xxl-36 {margin:9rem !important;}
.mt-xxl-36, .my-xxl-36 {margin-top:9rem !important;}
.mr-xxl-36, .mx-xxl-36 {margin-right:9rem !important;}
.mb-xxl-36, .my-xxl-36 {margin-bottom:9rem !important;}
.ml-xxl-36, .mx-xxl-36 {margin-left:9rem !important;}
.m-xxl-37 {margin:9.25rem !important;}
.mt-xxl-37, .my-xxl-37 {margin-top:9.25rem !important;}
.mr-xxl-37, .mx-xxl-37 {margin-right:9.25rem !important;}
.mb-xxl-37, .my-xxl-37 {margin-bottom:9.25rem !important;}
.ml-xxl-37, .mx-xxl-37 {margin-left:9.25rem !important;}
.m-xxl-38 {margin:9.5rem !important;}
.mt-xxl-38, .my-xxl-38 {margin-top:9.5rem !important;}
.mr-xxl-38, .mx-xxl-38 {margin-right:9.5rem !important;}
.mb-xxl-38, .my-xxl-38 {margin-bottom:9.5rem !important;}
.ml-xxl-38, .mx-xxl-38 {margin-left:9.5rem !important;}
.m-xxl-39 {margin:9.75rem !important;}
.mt-xxl-39, .my-xxl-39 {margin-top:9.75rem !important;}
.mr-xxl-39, .mx-xxl-39 {margin-right:9.75rem !important;}
.mb-xxl-39, .my-xxl-39 {margin-bottom:9.75rem !important;}
.ml-xxl-39, .mx-xxl-39 {margin-left:9.75rem !important;}
.m-xxl-40 {margin:10rem !important;}
.mt-xxl-40, .my-xxl-40 {margin-top:10rem !important;}
.mr-xxl-40, .mx-xxl-40 {margin-right:10rem !important;}
.mb-xxl-40, .my-xxl-40 {margin-bottom:10rem !important;}
.ml-xxl-40, .mx-xxl-40 {margin-left:10rem !important;}
.m-xxl-45 {margin:11rem !important;}
.mt-xxl-45, .my-xxl-45 {margin-top:11rem !important;}
.mr-xxl-45, .mx-xxl-45 {margin-right:11rem !important;}
.mb-xxl-45, .my-xxl-45 {margin-bottom:11rem !important;}
.ml-xxl-45, .mx-xxl-45 {margin-left:11rem !important;}
.m-xxl-50 {margin:12rem !important;}
.mt-xxl-50, .my-xxl-50 {margin-top:12rem !important;}
.mr-xxl-50, .mx-xxl-50 {margin-right:12rem !important;}
.mb-xxl-50, .my-xxl-50 {margin-bottom:12rem !important;}
.ml-xxl-50, .mx-xxl-50 {margin-left:12rem !important;}
.m-xxl-55 {margin:13rem !important;}
.mt-xxl-55, .my-xxl-55 {margin-top:13rem !important;}
.mr-xxl-55, .mx-xxl-55 {margin-right:13rem !important;}
.mb-xxl-55, .my-xxl-55 {margin-bottom:13rem !important;}
.ml-xxl-55, .mx-xxl-55 {margin-left:13rem !important;}
.m-xxl-60 {margin:14rem !important;}
.mt-xxl-60, .my-xxl-60 {margin-top:14rem !important;}
.mr-xxl-60, .mx-xxl-60 {margin-right:14rem !important;}
.mb-xxl-60, .my-xxl-60 {margin-bottom:14rem !important;}
.ml-xxl-60, .mx-xxl-60 {margin-left:14rem !important;}
.p-xxl-0 {padding:0 !important;}
.pt-xxl-0, .py-xxl-0 {padding-top:0 !important;}
.pr-xxl-0, .px-xxl-0 {padding-right:0 !important;}
.pb-xxl-0, .py-xxl-0 {padding-bottom:0 !important;}
.pl-xxl-0, .px-xxl-0 {padding-left:0 !important;}
.p-xxl-1 {padding:0.25rem !important;}
.pt-xxl-1, .py-xxl-1 {padding-top:0.25rem !important;}
.pr-xxl-1, .px-xxl-1 {padding-right:0.25rem !important;}
.pb-xxl-1, .py-xxl-1 {padding-bottom:0.25rem !important;}
.pl-xxl-1, .px-xxl-1 {padding-left:0.25rem !important;}
.p-xxl-2 {padding:0.5rem !important;}
.pt-xxl-2, .py-xxl-2 {padding-top:0.5rem !important;}
.pr-xxl-2, .px-xxl-2 {padding-right:0.5rem !important;}
.pb-xxl-2, .py-xxl-2 {padding-bottom:0.5rem !important;}
.pl-xxl-2, .px-xxl-2 {padding-left:0.5rem !important;}
.p-xxl-3 {padding:0.75rem !important;}
.pt-xxl-3, .py-xxl-3 {padding-top:0.75rem !important;}
.pr-xxl-3, .px-xxl-3 {padding-right:0.75rem !important;}
.pb-xxl-3, .py-xxl-3 {padding-bottom:0.75rem !important;}
.pl-xxl-3, .px-xxl-3 {padding-left:0.75rem !important;}
.p-xxl-4 {padding:1rem !important;}
.pt-xxl-4, .py-xxl-4 {padding-top:1rem !important;}
.pr-xxl-4, .px-xxl-4 {padding-right:1rem !important;}
.pb-xxl-4, .py-xxl-4 {padding-bottom:1rem !important;}
.pl-xxl-4, .px-xxl-4 {padding-left:1rem !important;}
.p-xxl-5 {padding:1.25rem !important;}
.pt-xxl-5, .py-xxl-5 {padding-top:1.25rem !important;}
.pr-xxl-5, .px-xxl-5 {padding-right:1.25rem !important;}
.pb-xxl-5, .py-xxl-5 {padding-bottom:1.25rem !important;}
.pl-xxl-5, .px-xxl-5 {padding-left:1.25rem !important;}
.p-xxl-6 {padding:1.5rem !important;}
.pt-xxl-6, .py-xxl-6 {padding-top:1.5rem !important;}
.pr-xxl-6, .px-xxl-6 {padding-right:1.5rem !important;}
.pb-xxl-6, .py-xxl-6 {padding-bottom:1.5rem !important;}
.pl-xxl-6, .px-xxl-6 {padding-left:1.5rem !important;}
.p-xxl-7 {padding:1.75rem !important;}
.pt-xxl-7, .py-xxl-7 {padding-top:1.75rem !important;}
.pr-xxl-7, .px-xxl-7 {padding-right:1.75rem !important;}
.pb-xxl-7, .py-xxl-7 {padding-bottom:1.75rem !important;}
.pl-xxl-7, .px-xxl-7 {padding-left:1.75rem !important;}
.p-xxl-8 {padding:2rem !important;}
.pt-xxl-8, .py-xxl-8 {padding-top:2rem !important;}
.pr-xxl-8, .px-xxl-8 {padding-right:2rem !important;}
.pb-xxl-8, .py-xxl-8 {padding-bottom:2rem !important;}
.pl-xxl-8, .px-xxl-8 {padding-left:2rem !important;}
.p-xxl-9 {padding:2.25rem !important;}
.pt-xxl-9, .py-xxl-9 {padding-top:2.25rem !important;}
.pr-xxl-9, .px-xxl-9 {padding-right:2.25rem !important;}
.pb-xxl-9, .py-xxl-9 {padding-bottom:2.25rem !important;}
.pl-xxl-9, .px-xxl-9 {padding-left:2.25rem !important;}
.p-xxl-10 {padding:2.5rem !important;}
.pt-xxl-10, .py-xxl-10 {padding-top:2.5rem !important;}
.pr-xxl-10, .px-xxl-10 {padding-right:2.5rem !important;}
.pb-xxl-10, .py-xxl-10 {padding-bottom:2.5rem !important;}
.pl-xxl-10, .px-xxl-10 {padding-left:2.5rem !important;}
.p-xxl-11 {padding:2.75rem !important;}
.pt-xxl-11, .py-xxl-11 {padding-top:2.75rem !important;}
.pr-xxl-11, .px-xxl-11 {padding-right:2.75rem !important;}
.pb-xxl-11, .py-xxl-11 {padding-bottom:2.75rem !important;}
.pl-xxl-11, .px-xxl-11 {padding-left:2.75rem !important;}
.p-xxl-12 {padding:3rem !important;}
.pt-xxl-12, .py-xxl-12 {padding-top:3rem !important;}
.pr-xxl-12, .px-xxl-12 {padding-right:3rem !important;}
.pb-xxl-12, .py-xxl-12 {padding-bottom:3rem !important;}
.pl-xxl-12, .px-xxl-12 {padding-left:3rem !important;}
.p-xxl-13 {padding:3.25rem !important;}
.pt-xxl-13, .py-xxl-13 {padding-top:3.25rem !important;}
.pr-xxl-13, .px-xxl-13 {padding-right:3.25rem !important;}
.pb-xxl-13, .py-xxl-13 {padding-bottom:3.25rem !important;}
.pl-xxl-13, .px-xxl-13 {padding-left:3.25rem !important;}
.p-xxl-14 {padding:3.5rem !important;}
.pt-xxl-14, .py-xxl-14 {padding-top:3.5rem !important;}
.pr-xxl-14, .px-xxl-14 {padding-right:3.5rem !important;}
.pb-xxl-14, .py-xxl-14 {padding-bottom:3.5rem !important;}
.pl-xxl-14, .px-xxl-14 {padding-left:3.5rem !important;}
.p-xxl-15 {padding:3.75rem !important;}
.pt-xxl-15, .py-xxl-15 {padding-top:3.75rem !important;}
.pr-xxl-15, .px-xxl-15 {padding-right:3.75rem !important;}
.pb-xxl-15, .py-xxl-15 {padding-bottom:3.75rem !important;}
.pl-xxl-15, .px-xxl-15 {padding-left:3.75rem !important;}
.p-xxl-16 {padding:4rem !important;}
.pt-xxl-16, .py-xxl-16 {padding-top:4rem !important;}
.pr-xxl-16, .px-xxl-16 {padding-right:4rem !important;}
.pb-xxl-16, .py-xxl-16 {padding-bottom:4rem !important;}
.pl-xxl-16, .px-xxl-16 {padding-left:4rem !important;}
.p-xxl-17 {padding:4.25rem !important;}
.pt-xxl-17, .py-xxl-17 {padding-top:4.25rem !important;}
.pr-xxl-17, .px-xxl-17 {padding-right:4.25rem !important;}
.pb-xxl-17, .py-xxl-17 {padding-bottom:4.25rem !important;}
.pl-xxl-17, .px-xxl-17 {padding-left:4.25rem !important;}
.p-xxl-18 {padding:4.5rem !important;}
.pt-xxl-18, .py-xxl-18 {padding-top:4.5rem !important;}
.pr-xxl-18, .px-xxl-18 {padding-right:4.5rem !important;}
.pb-xxl-18, .py-xxl-18 {padding-bottom:4.5rem !important;}
.pl-xxl-18, .px-xxl-18 {padding-left:4.5rem !important;}
.p-xxl-19 {padding:4.75rem !important;}
.pt-xxl-19, .py-xxl-19 {padding-top:4.75rem !important;}
.pr-xxl-19, .px-xxl-19 {padding-right:4.75rem !important;}
.pb-xxl-19, .py-xxl-19 {padding-bottom:4.75rem !important;}
.pl-xxl-19, .px-xxl-19 {padding-left:4.75rem !important;}
.p-xxl-20 {padding:5rem !important;}
.pt-xxl-20, .py-xxl-20 {padding-top:5rem !important;}
.pr-xxl-20, .px-xxl-20 {padding-right:5rem !important;}
.pb-xxl-20, .py-xxl-20 {padding-bottom:5rem !important;}
.pl-xxl-20, .px-xxl-20 {padding-left:5rem !important;}
.p-xxl-21 {padding:5.25rem !important;}
.pt-xxl-21, .py-xxl-21 {padding-top:5.25rem !important;}
.pr-xxl-21, .px-xxl-21 {padding-right:5.25rem !important;}
.pb-xxl-21, .py-xxl-21 {padding-bottom:5.25rem !important;}
.pl-xxl-21, .px-xxl-21 {padding-left:5.25rem !important;}
.p-xxl-22 {padding:5.5rem !important;}
.pt-xxl-22, .py-xxl-22 {padding-top:5.5rem !important;}
.pr-xxl-22, .px-xxl-22 {padding-right:5.5rem !important;}
.pb-xxl-22, .py-xxl-22 {padding-bottom:5.5rem !important;}
.pl-xxl-22, .px-xxl-22 {padding-left:5.5rem !important;}
.p-xxl-23 {padding:5.75rem !important;}
.pt-xxl-23, .py-xxl-23 {padding-top:5.75rem !important;}
.pr-xxl-23, .px-xxl-23 {padding-right:5.75rem !important;}
.pb-xxl-23, .py-xxl-23 {padding-bottom:5.75rem !important;}
.pl-xxl-23, .px-xxl-23 {padding-left:5.75rem !important;}
.p-xxl-24 {padding:6rem !important;}
.pt-xxl-24, .py-xxl-24 {padding-top:6rem !important;}
.pr-xxl-24, .px-xxl-24 {padding-right:6rem !important;}
.pb-xxl-24, .py-xxl-24 {padding-bottom:6rem !important;}
.pl-xxl-24, .px-xxl-24 {padding-left:6rem !important;}
.p-xxl-25 {padding:6.25rem !important;}
.pt-xxl-25, .py-xxl-25 {padding-top:6.25rem !important;}
.pr-xxl-25, .px-xxl-25 {padding-right:6.25rem !important;}
.pb-xxl-25, .py-xxl-25 {padding-bottom:6.25rem !important;}
.pl-xxl-25, .px-xxl-25 {padding-left:6.25rem !important;}
.p-xxl-26 {padding:6.5rem !important;}
.pt-xxl-26, .py-xxl-26 {padding-top:6.5rem !important;}
.pr-xxl-26, .px-xxl-26 {padding-right:6.5rem !important;}
.pb-xxl-26, .py-xxl-26 {padding-bottom:6.5rem !important;}
.pl-xxl-26, .px-xxl-26 {padding-left:6.5rem !important;}
.p-xxl-27 {padding:6.75rem !important;}
.pt-xxl-27, .py-xxl-27 {padding-top:6.75rem !important;}
.pr-xxl-27, .px-xxl-27 {padding-right:6.75rem !important;}
.pb-xxl-27, .py-xxl-27 {padding-bottom:6.75rem !important;}
.pl-xxl-27, .px-xxl-27 {padding-left:6.75rem !important;}
.p-xxl-28 {padding:7rem !important;}
.pt-xxl-28, .py-xxl-28 {padding-top:7rem !important;}
.pr-xxl-28, .px-xxl-28 {padding-right:7rem !important;}
.pb-xxl-28, .py-xxl-28 {padding-bottom:7rem !important;}
.pl-xxl-28, .px-xxl-28 {padding-left:7rem !important;}
.p-xxl-29 {padding:7.25rem !important;}
.pt-xxl-29, .py-xxl-29 {padding-top:7.25rem !important;}
.pr-xxl-29, .px-xxl-29 {padding-right:7.25rem !important;}
.pb-xxl-29, .py-xxl-29 {padding-bottom:7.25rem !important;}
.pl-xxl-29, .px-xxl-29 {padding-left:7.25rem !important;}
.p-xxl-30 {padding:7.5rem !important;}
.pt-xxl-30, .py-xxl-30 {padding-top:7.5rem !important;}
.pr-xxl-30, .px-xxl-30 {padding-right:7.5rem !important;}
.pb-xxl-30, .py-xxl-30 {padding-bottom:7.5rem !important;}
.pl-xxl-30, .px-xxl-30 {padding-left:7.5rem !important;}
.p-xxl-31 {padding:7.75rem !important;}
.pt-xxl-31, .py-xxl-31 {padding-top:7.75rem !important;}
.pr-xxl-31, .px-xxl-31 {padding-right:7.75rem !important;}
.pb-xxl-31, .py-xxl-31 {padding-bottom:7.75rem !important;}
.pl-xxl-31, .px-xxl-31 {padding-left:7.75rem !important;}
.p-xxl-32 {padding:8rem !important;}
.pt-xxl-32, .py-xxl-32 {padding-top:8rem !important;}
.pr-xxl-32, .px-xxl-32 {padding-right:8rem !important;}
.pb-xxl-32, .py-xxl-32 {padding-bottom:8rem !important;}
.pl-xxl-32, .px-xxl-32 {padding-left:8rem !important;}
.p-xxl-33 {padding:8.25rem !important;}
.pt-xxl-33, .py-xxl-33 {padding-top:8.25rem !important;}
.pr-xxl-33, .px-xxl-33 {padding-right:8.25rem !important;}
.pb-xxl-33, .py-xxl-33 {padding-bottom:8.25rem !important;}
.pl-xxl-33, .px-xxl-33 {padding-left:8.25rem !important;}
.p-xxl-34 {padding:8.5rem !important;}
.pt-xxl-34, .py-xxl-34 {padding-top:8.5rem !important;}
.pr-xxl-34, .px-xxl-34 {padding-right:8.5rem !important;}
.pb-xxl-34, .py-xxl-34 {padding-bottom:8.5rem !important;}
.pl-xxl-34, .px-xxl-34 {padding-left:8.5rem !important;}
.p-xxl-35 {padding:8.75rem !important;}
.pt-xxl-35, .py-xxl-35 {padding-top:8.75rem !important;}
.pr-xxl-35, .px-xxl-35 {padding-right:8.75rem !important;}
.pb-xxl-35, .py-xxl-35 {padding-bottom:8.75rem !important;}
.pl-xxl-35, .px-xxl-35 {padding-left:8.75rem !important;}
.p-xxl-36 {padding:9rem !important;}
.pt-xxl-36, .py-xxl-36 {padding-top:9rem !important;}
.pr-xxl-36, .px-xxl-36 {padding-right:9rem !important;}
.pb-xxl-36, .py-xxl-36 {padding-bottom:9rem !important;}
.pl-xxl-36, .px-xxl-36 {padding-left:9rem !important;}
.p-xxl-37 {padding:9.25rem !important;}
.pt-xxl-37, .py-xxl-37 {padding-top:9.25rem !important;}
.pr-xxl-37, .px-xxl-37 {padding-right:9.25rem !important;}
.pb-xxl-37, .py-xxl-37 {padding-bottom:9.25rem !important;}
.pl-xxl-37, .px-xxl-37 {padding-left:9.25rem !important;}
.p-xxl-38 {padding:9.5rem !important;}
.pt-xxl-38, .py-xxl-38 {padding-top:9.5rem !important;}
.pr-xxl-38, .px-xxl-38 {padding-right:9.5rem !important;}
.pb-xxl-38, .py-xxl-38 {padding-bottom:9.5rem !important;}
.pl-xxl-38, .px-xxl-38 {padding-left:9.5rem !important;}
.p-xxl-39 {padding:9.75rem !important;}
.pt-xxl-39, .py-xxl-39 {padding-top:9.75rem !important;}
.pr-xxl-39, .px-xxl-39 {padding-right:9.75rem !important;}
.pb-xxl-39, .py-xxl-39 {padding-bottom:9.75rem !important;}
.pl-xxl-39, .px-xxl-39 {padding-left:9.75rem !important;}
.p-xxl-40 {padding:10rem !important;}
.pt-xxl-40, .py-xxl-40 {padding-top:10rem !important;}
.pr-xxl-40, .px-xxl-40 {padding-right:10rem !important;}
.pb-xxl-40, .py-xxl-40 {padding-bottom:10rem !important;}
.pl-xxl-40, .px-xxl-40 {padding-left:10rem !important;}
.p-xxl-45 {padding:11rem !important;}
.pt-xxl-45, .py-xxl-45 {padding-top:11rem !important;}
.pr-xxl-45, .px-xxl-45 {padding-right:11rem !important;}
.pb-xxl-45, .py-xxl-45 {padding-bottom:11rem !important;}
.pl-xxl-45, .px-xxl-45 {padding-left:11rem !important;}
.p-xxl-50 {padding:12rem !important;}
.pt-xxl-50, .py-xxl-50 {padding-top:12rem !important;}
.pr-xxl-50, .px-xxl-50 {padding-right:12rem !important;}
.pb-xxl-50, .py-xxl-50 {padding-bottom:12rem !important;}
.pl-xxl-50, .px-xxl-50 {padding-left:12rem !important;}
.p-xxl-55 {padding:13rem !important;}
.pt-xxl-55, .py-xxl-55 {padding-top:13rem !important;}
.pr-xxl-55, .px-xxl-55 {padding-right:13rem !important;}
.pb-xxl-55, .py-xxl-55 {padding-bottom:13rem !important;}
.pl-xxl-55, .px-xxl-55 {padding-left:13rem !important;}
.p-xxl-60 {padding:14rem !important;}
.pt-xxl-60, .py-xxl-60 {padding-top:14rem !important;}
.pr-xxl-60, .px-xxl-60 {padding-right:14rem !important;}
.pb-xxl-60, .py-xxl-60 {padding-bottom:14rem !important;}
.pl-xxl-60, .px-xxl-60 {padding-left:14rem !important;}
.m-xxl-n1 {margin:-0.25rem !important;}
.mt-xxl-n1, .my-xxl-n1 {margin-top:-0.25rem !important;}
.mr-xxl-n1, .mx-xxl-n1 {margin-right:-0.25rem !important;}
.mb-xxl-n1, .my-xxl-n1 {margin-bottom:-0.25rem !important;}
.ml-xxl-n1, .mx-xxl-n1 {margin-left:-0.25rem !important;}
.m-xxl-n2 {margin:-0.5rem !important;}
.mt-xxl-n2, .my-xxl-n2 {margin-top:-0.5rem !important;}
.mr-xxl-n2, .mx-xxl-n2 {margin-right:-0.5rem !important;}
.mb-xxl-n2, .my-xxl-n2 {margin-bottom:-0.5rem !important;}
.ml-xxl-n2, .mx-xxl-n2 {margin-left:-0.5rem !important;}
.m-xxl-n3 {margin:-0.75rem !important;}
.mt-xxl-n3, .my-xxl-n3 {margin-top:-0.75rem !important;}
.mr-xxl-n3, .mx-xxl-n3 {margin-right:-0.75rem !important;}
.mb-xxl-n3, .my-xxl-n3 {margin-bottom:-0.75rem !important;}
.ml-xxl-n3, .mx-xxl-n3 {margin-left:-0.75rem !important;}
.m-xxl-n4 {margin:-1rem !important;}
.mt-xxl-n4, .my-xxl-n4 {margin-top:-1rem !important;}
.mr-xxl-n4, .mx-xxl-n4 {margin-right:-1rem !important;}
.mb-xxl-n4, .my-xxl-n4 {margin-bottom:-1rem !important;}
.ml-xxl-n4, .mx-xxl-n4 {margin-left:-1rem !important;}
.m-xxl-n5 {margin:-1.25rem !important;}
.mt-xxl-n5, .my-xxl-n5 {margin-top:-1.25rem !important;}
.mr-xxl-n5, .mx-xxl-n5 {margin-right:-1.25rem !important;}
.mb-xxl-n5, .my-xxl-n5 {margin-bottom:-1.25rem !important;}
.ml-xxl-n5, .mx-xxl-n5 {margin-left:-1.25rem !important;}
.m-xxl-n6 {margin:-1.5rem !important;}
.mt-xxl-n6, .my-xxl-n6 {margin-top:-1.5rem !important;}
.mr-xxl-n6, .mx-xxl-n6 {margin-right:-1.5rem !important;}
.mb-xxl-n6, .my-xxl-n6 {margin-bottom:-1.5rem !important;}
.ml-xxl-n6, .mx-xxl-n6 {margin-left:-1.5rem !important;}
.m-xxl-n7 {margin:-1.75rem !important;}
.mt-xxl-n7, .my-xxl-n7 {margin-top:-1.75rem !important;}
.mr-xxl-n7, .mx-xxl-n7 {margin-right:-1.75rem !important;}
.mb-xxl-n7, .my-xxl-n7 {margin-bottom:-1.75rem !important;}
.ml-xxl-n7, .mx-xxl-n7 {margin-left:-1.75rem !important;}
.m-xxl-n8 {margin:-2rem !important;}
.mt-xxl-n8, .my-xxl-n8 {margin-top:-2rem !important;}
.mr-xxl-n8, .mx-xxl-n8 {margin-right:-2rem !important;}
.mb-xxl-n8, .my-xxl-n8 {margin-bottom:-2rem !important;}
.ml-xxl-n8, .mx-xxl-n8 {margin-left:-2rem !important;}
.m-xxl-n9 {margin:-2.25rem !important;}
.mt-xxl-n9, .my-xxl-n9 {margin-top:-2.25rem !important;}
.mr-xxl-n9, .mx-xxl-n9 {margin-right:-2.25rem !important;}
.mb-xxl-n9, .my-xxl-n9 {margin-bottom:-2.25rem !important;}
.ml-xxl-n9, .mx-xxl-n9 {margin-left:-2.25rem !important;}
.m-xxl-n10 {margin:-2.5rem !important;}
.mt-xxl-n10, .my-xxl-n10 {margin-top:-2.5rem !important;}
.mr-xxl-n10, .mx-xxl-n10 {margin-right:-2.5rem !important;}
.mb-xxl-n10, .my-xxl-n10 {margin-bottom:-2.5rem !important;}
.ml-xxl-n10, .mx-xxl-n10 {margin-left:-2.5rem !important;}
.m-xxl-n11 {margin:-2.75rem !important;}
.mt-xxl-n11, .my-xxl-n11 {margin-top:-2.75rem !important;}
.mr-xxl-n11, .mx-xxl-n11 {margin-right:-2.75rem !important;}
.mb-xxl-n11, .my-xxl-n11 {margin-bottom:-2.75rem !important;}
.ml-xxl-n11, .mx-xxl-n11 {margin-left:-2.75rem !important;}
.m-xxl-n12 {margin:-3rem !important;}
.mt-xxl-n12, .my-xxl-n12 {margin-top:-3rem !important;}
.mr-xxl-n12, .mx-xxl-n12 {margin-right:-3rem !important;}
.mb-xxl-n12, .my-xxl-n12 {margin-bottom:-3rem !important;}
.ml-xxl-n12, .mx-xxl-n12 {margin-left:-3rem !important;}
.m-xxl-n13 {margin:-3.25rem !important;}
.mt-xxl-n13, .my-xxl-n13 {margin-top:-3.25rem !important;}
.mr-xxl-n13, .mx-xxl-n13 {margin-right:-3.25rem !important;}
.mb-xxl-n13, .my-xxl-n13 {margin-bottom:-3.25rem !important;}
.ml-xxl-n13, .mx-xxl-n13 {margin-left:-3.25rem !important;}
.m-xxl-n14 {margin:-3.5rem !important;}
.mt-xxl-n14, .my-xxl-n14 {margin-top:-3.5rem !important;}
.mr-xxl-n14, .mx-xxl-n14 {margin-right:-3.5rem !important;}
.mb-xxl-n14, .my-xxl-n14 {margin-bottom:-3.5rem !important;}
.ml-xxl-n14, .mx-xxl-n14 {margin-left:-3.5rem !important;}
.m-xxl-n15 {margin:-3.75rem !important;}
.mt-xxl-n15, .my-xxl-n15 {margin-top:-3.75rem !important;}
.mr-xxl-n15, .mx-xxl-n15 {margin-right:-3.75rem !important;}
.mb-xxl-n15, .my-xxl-n15 {margin-bottom:-3.75rem !important;}
.ml-xxl-n15, .mx-xxl-n15 {margin-left:-3.75rem !important;}
.m-xxl-n16 {margin:-4rem !important;}
.mt-xxl-n16, .my-xxl-n16 {margin-top:-4rem !important;}
.mr-xxl-n16, .mx-xxl-n16 {margin-right:-4rem !important;}
.mb-xxl-n16, .my-xxl-n16 {margin-bottom:-4rem !important;}
.ml-xxl-n16, .mx-xxl-n16 {margin-left:-4rem !important;}
.m-xxl-n17 {margin:-4.25rem !important;}
.mt-xxl-n17, .my-xxl-n17 {margin-top:-4.25rem !important;}
.mr-xxl-n17, .mx-xxl-n17 {margin-right:-4.25rem !important;}
.mb-xxl-n17, .my-xxl-n17 {margin-bottom:-4.25rem !important;}
.ml-xxl-n17, .mx-xxl-n17 {margin-left:-4.25rem !important;}
.m-xxl-n18 {margin:-4.5rem !important;}
.mt-xxl-n18, .my-xxl-n18 {margin-top:-4.5rem !important;}
.mr-xxl-n18, .mx-xxl-n18 {margin-right:-4.5rem !important;}
.mb-xxl-n18, .my-xxl-n18 {margin-bottom:-4.5rem !important;}
.ml-xxl-n18, .mx-xxl-n18 {margin-left:-4.5rem !important;}
.m-xxl-n19 {margin:-4.75rem !important;}
.mt-xxl-n19, .my-xxl-n19 {margin-top:-4.75rem !important;}
.mr-xxl-n19, .mx-xxl-n19 {margin-right:-4.75rem !important;}
.mb-xxl-n19, .my-xxl-n19 {margin-bottom:-4.75rem !important;}
.ml-xxl-n19, .mx-xxl-n19 {margin-left:-4.75rem !important;}
.m-xxl-n20 {margin:-5rem !important;}
.mt-xxl-n20, .my-xxl-n20 {margin-top:-5rem !important;}
.mr-xxl-n20, .mx-xxl-n20 {margin-right:-5rem !important;}
.mb-xxl-n20, .my-xxl-n20 {margin-bottom:-5rem !important;}
.ml-xxl-n20, .mx-xxl-n20 {margin-left:-5rem !important;}
.m-xxl-n21 {margin:-5.25rem !important;}
.mt-xxl-n21, .my-xxl-n21 {margin-top:-5.25rem !important;}
.mr-xxl-n21, .mx-xxl-n21 {margin-right:-5.25rem !important;}
.mb-xxl-n21, .my-xxl-n21 {margin-bottom:-5.25rem !important;}
.ml-xxl-n21, .mx-xxl-n21 {margin-left:-5.25rem !important;}
.m-xxl-n22 {margin:-5.5rem !important;}
.mt-xxl-n22, .my-xxl-n22 {margin-top:-5.5rem !important;}
.mr-xxl-n22, .mx-xxl-n22 {margin-right:-5.5rem !important;}
.mb-xxl-n22, .my-xxl-n22 {margin-bottom:-5.5rem !important;}
.ml-xxl-n22, .mx-xxl-n22 {margin-left:-5.5rem !important;}
.m-xxl-n23 {margin:-5.75rem !important;}
.mt-xxl-n23, .my-xxl-n23 {margin-top:-5.75rem !important;}
.mr-xxl-n23, .mx-xxl-n23 {margin-right:-5.75rem !important;}
.mb-xxl-n23, .my-xxl-n23 {margin-bottom:-5.75rem !important;}
.ml-xxl-n23, .mx-xxl-n23 {margin-left:-5.75rem !important;}
.m-xxl-n24 {margin:-6rem !important;}
.mt-xxl-n24, .my-xxl-n24 {margin-top:-6rem !important;}
.mr-xxl-n24, .mx-xxl-n24 {margin-right:-6rem !important;}
.mb-xxl-n24, .my-xxl-n24 {margin-bottom:-6rem !important;}
.ml-xxl-n24, .mx-xxl-n24 {margin-left:-6rem !important;}
.m-xxl-n25 {margin:-6.25rem !important;}
.mt-xxl-n25, .my-xxl-n25 {margin-top:-6.25rem !important;}
.mr-xxl-n25, .mx-xxl-n25 {margin-right:-6.25rem !important;}
.mb-xxl-n25, .my-xxl-n25 {margin-bottom:-6.25rem !important;}
.ml-xxl-n25, .mx-xxl-n25 {margin-left:-6.25rem !important;}
.m-xxl-n26 {margin:-6.5rem !important;}
.mt-xxl-n26, .my-xxl-n26 {margin-top:-6.5rem !important;}
.mr-xxl-n26, .mx-xxl-n26 {margin-right:-6.5rem !important;}
.mb-xxl-n26, .my-xxl-n26 {margin-bottom:-6.5rem !important;}
.ml-xxl-n26, .mx-xxl-n26 {margin-left:-6.5rem !important;}
.m-xxl-n27 {margin:-6.75rem !important;}
.mt-xxl-n27, .my-xxl-n27 {margin-top:-6.75rem !important;}
.mr-xxl-n27, .mx-xxl-n27 {margin-right:-6.75rem !important;}
.mb-xxl-n27, .my-xxl-n27 {margin-bottom:-6.75rem !important;}
.ml-xxl-n27, .mx-xxl-n27 {margin-left:-6.75rem !important;}
.m-xxl-n28 {margin:-7rem !important;}
.mt-xxl-n28, .my-xxl-n28 {margin-top:-7rem !important;}
.mr-xxl-n28, .mx-xxl-n28 {margin-right:-7rem !important;}
.mb-xxl-n28, .my-xxl-n28 {margin-bottom:-7rem !important;}
.ml-xxl-n28, .mx-xxl-n28 {margin-left:-7rem !important;}
.m-xxl-n29 {margin:-7.25rem !important;}
.mt-xxl-n29, .my-xxl-n29 {margin-top:-7.25rem !important;}
.mr-xxl-n29, .mx-xxl-n29 {margin-right:-7.25rem !important;}
.mb-xxl-n29, .my-xxl-n29 {margin-bottom:-7.25rem !important;}
.ml-xxl-n29, .mx-xxl-n29 {margin-left:-7.25rem !important;}
.m-xxl-n30 {margin:-7.5rem !important;}
.mt-xxl-n30, .my-xxl-n30 {margin-top:-7.5rem !important;}
.mr-xxl-n30, .mx-xxl-n30 {margin-right:-7.5rem !important;}
.mb-xxl-n30, .my-xxl-n30 {margin-bottom:-7.5rem !important;}
.ml-xxl-n30, .mx-xxl-n30 {margin-left:-7.5rem !important;}
.m-xxl-n31 {margin:-7.75rem !important;}
.mt-xxl-n31, .my-xxl-n31 {margin-top:-7.75rem !important;}
.mr-xxl-n31, .mx-xxl-n31 {margin-right:-7.75rem !important;}
.mb-xxl-n31, .my-xxl-n31 {margin-bottom:-7.75rem !important;}
.ml-xxl-n31, .mx-xxl-n31 {margin-left:-7.75rem !important;}
.m-xxl-n32 {margin:-8rem !important;}
.mt-xxl-n32, .my-xxl-n32 {margin-top:-8rem !important;}
.mr-xxl-n32, .mx-xxl-n32 {margin-right:-8rem !important;}
.mb-xxl-n32, .my-xxl-n32 {margin-bottom:-8rem !important;}
.ml-xxl-n32, .mx-xxl-n32 {margin-left:-8rem !important;}
.m-xxl-n33 {margin:-8.25rem !important;}
.mt-xxl-n33, .my-xxl-n33 {margin-top:-8.25rem !important;}
.mr-xxl-n33, .mx-xxl-n33 {margin-right:-8.25rem !important;}
.mb-xxl-n33, .my-xxl-n33 {margin-bottom:-8.25rem !important;}
.ml-xxl-n33, .mx-xxl-n33 {margin-left:-8.25rem !important;}
.m-xxl-n34 {margin:-8.5rem !important;}
.mt-xxl-n34, .my-xxl-n34 {margin-top:-8.5rem !important;}
.mr-xxl-n34, .mx-xxl-n34 {margin-right:-8.5rem !important;}
.mb-xxl-n34, .my-xxl-n34 {margin-bottom:-8.5rem !important;}
.ml-xxl-n34, .mx-xxl-n34 {margin-left:-8.5rem !important;}
.m-xxl-n35 {margin:-8.75rem !important;}
.mt-xxl-n35, .my-xxl-n35 {margin-top:-8.75rem !important;}
.mr-xxl-n35, .mx-xxl-n35 {margin-right:-8.75rem !important;}
.mb-xxl-n35, .my-xxl-n35 {margin-bottom:-8.75rem !important;}
.ml-xxl-n35, .mx-xxl-n35 {margin-left:-8.75rem !important;}
.m-xxl-n36 {margin:-9rem !important;}
.mt-xxl-n36, .my-xxl-n36 {margin-top:-9rem !important;}
.mr-xxl-n36, .mx-xxl-n36 {margin-right:-9rem !important;}
.mb-xxl-n36, .my-xxl-n36 {margin-bottom:-9rem !important;}
.ml-xxl-n36, .mx-xxl-n36 {margin-left:-9rem !important;}
.m-xxl-n37 {margin:-9.25rem !important;}
.mt-xxl-n37, .my-xxl-n37 {margin-top:-9.25rem !important;}
.mr-xxl-n37, .mx-xxl-n37 {margin-right:-9.25rem !important;}
.mb-xxl-n37, .my-xxl-n37 {margin-bottom:-9.25rem !important;}
.ml-xxl-n37, .mx-xxl-n37 {margin-left:-9.25rem !important;}
.m-xxl-n38 {margin:-9.5rem !important;}
.mt-xxl-n38, .my-xxl-n38 {margin-top:-9.5rem !important;}
.mr-xxl-n38, .mx-xxl-n38 {margin-right:-9.5rem !important;}
.mb-xxl-n38, .my-xxl-n38 {margin-bottom:-9.5rem !important;}
.ml-xxl-n38, .mx-xxl-n38 {margin-left:-9.5rem !important;}
.m-xxl-n39 {margin:-9.75rem !important;}
.mt-xxl-n39, .my-xxl-n39 {margin-top:-9.75rem !important;}
.mr-xxl-n39, .mx-xxl-n39 {margin-right:-9.75rem !important;}
.mb-xxl-n39, .my-xxl-n39 {margin-bottom:-9.75rem !important;}
.ml-xxl-n39, .mx-xxl-n39 {margin-left:-9.75rem !important;}
.m-xxl-n40 {margin:-10rem !important;}
.mt-xxl-n40, .my-xxl-n40 {margin-top:-10rem !important;}
.mr-xxl-n40, .mx-xxl-n40 {margin-right:-10rem !important;}
.mb-xxl-n40, .my-xxl-n40 {margin-bottom:-10rem !important;}
.ml-xxl-n40, .mx-xxl-n40 {margin-left:-10rem !important;}
.m-xxl-n45 {margin:-11rem !important;}
.mt-xxl-n45, .my-xxl-n45 {margin-top:-11rem !important;}
.mr-xxl-n45, .mx-xxl-n45 {margin-right:-11rem !important;}
.mb-xxl-n45, .my-xxl-n45 {margin-bottom:-11rem !important;}
.ml-xxl-n45, .mx-xxl-n45 {margin-left:-11rem !important;}
.m-xxl-n50 {margin:-12rem !important;}
.mt-xxl-n50, .my-xxl-n50 {margin-top:-12rem !important;}
.mr-xxl-n50, .mx-xxl-n50 {margin-right:-12rem !important;}
.mb-xxl-n50, .my-xxl-n50 {margin-bottom:-12rem !important;}
.ml-xxl-n50, .mx-xxl-n50 {margin-left:-12rem !important;}
.m-xxl-n55 {margin:-13rem !important;}
.mt-xxl-n55, .my-xxl-n55 {margin-top:-13rem !important;}
.mr-xxl-n55, .mx-xxl-n55 {margin-right:-13rem !important;}
.mb-xxl-n55, .my-xxl-n55 {margin-bottom:-13rem !important;}
.ml-xxl-n55, .mx-xxl-n55 {margin-left:-13rem !important;}
.m-xxl-n60 {margin:-14rem !important;}
.mt-xxl-n60, .my-xxl-n60 {margin-top:-14rem !important;}
.mr-xxl-n60, .mx-xxl-n60 {margin-right:-14rem !important;}
.mb-xxl-n60, .my-xxl-n60 {margin-bottom:-14rem !important;}
.ml-xxl-n60, .mx-xxl-n60 {margin-left:-14rem !important;}
.m-xxl-auto {margin:auto !important;}
.mt-xxl-auto, .my-xxl-auto {margin-top:auto !important;}
.mr-xxl-auto, .mx-xxl-auto {margin-right:auto !important;}
.mb-xxl-auto, .my-xxl-auto {margin-bottom:auto !important;}
.ml-xxl-auto, .mx-xxl-auto {margin-left:auto !important;}
.text-xxl-left {text-align:left !important;}
.text-xxl-right {text-align:right !important;}
.text-xxl-center {text-align:center !important;}
}

@media (min-width: 1600px) {
.m-xxxl-0 {margin:0 !important;}
.mt-xxxl-0, .my-xxxl-0 {margin-top:0 !important;}
.mr-xxxl-0, .mx-xxxl-0 {margin-right:0 !important;}
.mb-xxxl-0, .my-xxxl-0 {margin-bottom:0 !important;}
.ml-xxxl-0, .mx-xxxl-0 {margin-left:0 !important;}
.m-xxxl-1 {margin:0.25rem !important;}
.mt-xxxl-1, .my-xxxl-1 {margin-top:0.25rem !important;}
.mr-xxxl-1, .mx-xxxl-1 {margin-right:0.25rem !important;}
.mb-xxxl-1, .my-xxxl-1 {margin-bottom:0.25rem !important;}
.ml-xxxl-1, .mx-xxxl-1 {margin-left:0.25rem !important;}
.m-xxxl-2 {margin:0.5rem !important;}
.mt-xxxl-2, .my-xxxl-2 {margin-top:0.5rem !important;}
.mr-xxxl-2, .mx-xxxl-2 {margin-right:0.5rem !important;}
.mb-xxxl-2, .my-xxxl-2 {margin-bottom:0.5rem !important;}
.ml-xxxl-2, .mx-xxxl-2 {margin-left:0.5rem !important;}
.m-xxxl-3 {margin:0.75rem !important;}
.mt-xxxl-3, .my-xxxl-3 {margin-top:0.75rem !important;}
.mr-xxxl-3, .mx-xxxl-3 {margin-right:0.75rem !important;}
.mb-xxxl-3, .my-xxxl-3 {margin-bottom:0.75rem !important;}
.ml-xxxl-3, .mx-xxxl-3 {margin-left:0.75rem !important;}
.m-xxxl-4 {margin:1rem !important;}
.mt-xxxl-4, .my-xxxl-4 {margin-top:1rem !important;}
.mr-xxxl-4, .mx-xxxl-4 {margin-right:1rem !important;}
.mb-xxxl-4, .my-xxxl-4 {margin-bottom:1rem !important;}
.ml-xxxl-4, .mx-xxxl-4 {margin-left:1rem !important;}
.m-xxxl-5 {margin:1.25rem !important;}
.mt-xxxl-5, .my-xxxl-5 {margin-top:1.25rem !important;}
.mr-xxxl-5, .mx-xxxl-5 {margin-right:1.25rem !important;}
.mb-xxxl-5, .my-xxxl-5 {margin-bottom:1.25rem !important;}
.ml-xxxl-5, .mx-xxxl-5 {margin-left:1.25rem !important;}
.m-xxxl-6 {margin:1.5rem !important;}
.mt-xxxl-6, .my-xxxl-6 {margin-top:1.5rem !important;}
.mr-xxxl-6, .mx-xxxl-6 {margin-right:1.5rem !important;}
.mb-xxxl-6, .my-xxxl-6 {margin-bottom:1.5rem !important;}
.ml-xxxl-6, .mx-xxxl-6 {margin-left:1.5rem !important;}
.m-xxxl-7 {margin:1.75rem !important;}
.mt-xxxl-7, .my-xxxl-7 {margin-top:1.75rem !important;}
.mr-xxxl-7, .mx-xxxl-7 {margin-right:1.75rem !important;}
.mb-xxxl-7, .my-xxxl-7 {margin-bottom:1.75rem !important;}
.ml-xxxl-7, .mx-xxxl-7 {margin-left:1.75rem !important;}
.m-xxxl-8 {margin:2rem !important;}
.mt-xxxl-8, .my-xxxl-8 {margin-top:2rem !important;}
.mr-xxxl-8, .mx-xxxl-8 {margin-right:2rem !important;}
.mb-xxxl-8, .my-xxxl-8 {margin-bottom:2rem !important;}
.ml-xxxl-8, .mx-xxxl-8 {margin-left:2rem !important;}
.m-xxxl-9 {margin:2.25rem !important;}
.mt-xxxl-9, .my-xxxl-9 {margin-top:2.25rem !important;}
.mr-xxxl-9, .mx-xxxl-9 {margin-right:2.25rem !important;}
.mb-xxxl-9, .my-xxxl-9 {margin-bottom:2.25rem !important;}
.ml-xxxl-9, .mx-xxxl-9 {margin-left:2.25rem !important;}
.m-xxxl-10 {margin:2.5rem !important;}
.mt-xxxl-10, .my-xxxl-10 {margin-top:2.5rem !important;}
.mr-xxxl-10, .mx-xxxl-10 {margin-right:2.5rem !important;}
.mb-xxxl-10, .my-xxxl-10 {margin-bottom:2.5rem !important;}
.ml-xxxl-10, .mx-xxxl-10 {margin-left:2.5rem !important;}
.m-xxxl-11 {margin:2.75rem !important;}
.mt-xxxl-11, .my-xxxl-11 {margin-top:2.75rem !important;}
.mr-xxxl-11, .mx-xxxl-11 {margin-right:2.75rem !important;}
.mb-xxxl-11, .my-xxxl-11 {margin-bottom:2.75rem !important;}
.ml-xxxl-11, .mx-xxxl-11 {margin-left:2.75rem !important;}
.m-xxxl-12 {margin:3rem !important;}
.mt-xxxl-12, .my-xxxl-12 {margin-top:3rem !important;}
.mr-xxxl-12, .mx-xxxl-12 {margin-right:3rem !important;}
.mb-xxxl-12, .my-xxxl-12 {margin-bottom:3rem !important;}
.ml-xxxl-12, .mx-xxxl-12 {margin-left:3rem !important;}
.m-xxxl-13 {margin:3.25rem !important;}
.mt-xxxl-13, .my-xxxl-13 {margin-top:3.25rem !important;}
.mr-xxxl-13, .mx-xxxl-13 {margin-right:3.25rem !important;}
.mb-xxxl-13, .my-xxxl-13 {margin-bottom:3.25rem !important;}
.ml-xxxl-13, .mx-xxxl-13 {margin-left:3.25rem !important;}
.m-xxxl-14 {margin:3.5rem !important;}
.mt-xxxl-14, .my-xxxl-14 {margin-top:3.5rem !important;}
.mr-xxxl-14, .mx-xxxl-14 {margin-right:3.5rem !important;}
.mb-xxxl-14, .my-xxxl-14 {margin-bottom:3.5rem !important;}
.ml-xxxl-14, .mx-xxxl-14 {margin-left:3.5rem !important;}
.m-xxxl-15 {margin:3.75rem !important;}
.mt-xxxl-15, .my-xxxl-15 {margin-top:3.75rem !important;}
.mr-xxxl-15, .mx-xxxl-15 {margin-right:3.75rem !important;}
.mb-xxxl-15, .my-xxxl-15 {margin-bottom:3.75rem !important;}
.ml-xxxl-15, .mx-xxxl-15 {margin-left:3.75rem !important;}
.m-xxxl-16 {margin:4rem !important;}
.mt-xxxl-16, .my-xxxl-16 {margin-top:4rem !important;}
.mr-xxxl-16, .mx-xxxl-16 {margin-right:4rem !important;}
.mb-xxxl-16, .my-xxxl-16 {margin-bottom:4rem !important;}
.ml-xxxl-16, .mx-xxxl-16 {margin-left:4rem !important;}
.m-xxxl-17 {margin:4.25rem !important;}
.mt-xxxl-17, .my-xxxl-17 {margin-top:4.25rem !important;}
.mr-xxxl-17, .mx-xxxl-17 {margin-right:4.25rem !important;}
.mb-xxxl-17, .my-xxxl-17 {margin-bottom:4.25rem !important;}
.ml-xxxl-17, .mx-xxxl-17 {margin-left:4.25rem !important;}
.m-xxxl-18 {margin:4.5rem !important;}
.mt-xxxl-18, .my-xxxl-18 {margin-top:4.5rem !important;}
.mr-xxxl-18, .mx-xxxl-18 {margin-right:4.5rem !important;}
.mb-xxxl-18, .my-xxxl-18 {margin-bottom:4.5rem !important;}
.ml-xxxl-18, .mx-xxxl-18 {margin-left:4.5rem !important;}
.m-xxxl-19 {margin:4.75rem !important;}
.mt-xxxl-19, .my-xxxl-19 {margin-top:4.75rem !important;}
.mr-xxxl-19, .mx-xxxl-19 {margin-right:4.75rem !important;}
.mb-xxxl-19, .my-xxxl-19 {margin-bottom:4.75rem !important;}
.ml-xxxl-19, .mx-xxxl-19 {margin-left:4.75rem !important;}
.m-xxxl-20 {margin:5rem !important;}
.mt-xxxl-20, .my-xxxl-20 {margin-top:5rem !important;}
.mr-xxxl-20, .mx-xxxl-20 {margin-right:5rem !important;}
.mb-xxxl-20, .my-xxxl-20 {margin-bottom:5rem !important;}
.ml-xxxl-20, .mx-xxxl-20 {margin-left:5rem !important;}
.m-xxxl-21 {margin:5.25rem !important;}
.mt-xxxl-21, .my-xxxl-21 {margin-top:5.25rem !important;}
.mr-xxxl-21, .mx-xxxl-21 {margin-right:5.25rem !important;}
.mb-xxxl-21, .my-xxxl-21 {margin-bottom:5.25rem !important;}
.ml-xxxl-21, .mx-xxxl-21 {margin-left:5.25rem !important;}
.m-xxxl-22 {margin:5.5rem !important;}
.mt-xxxl-22, .my-xxxl-22 {margin-top:5.5rem !important;}
.mr-xxxl-22, .mx-xxxl-22 {margin-right:5.5rem !important;}
.mb-xxxl-22, .my-xxxl-22 {margin-bottom:5.5rem !important;}
.ml-xxxl-22, .mx-xxxl-22 {margin-left:5.5rem !important;}
.m-xxxl-23 {margin:5.75rem !important;}
.mt-xxxl-23, .my-xxxl-23 {margin-top:5.75rem !important;}
.mr-xxxl-23, .mx-xxxl-23 {margin-right:5.75rem !important;}
.mb-xxxl-23, .my-xxxl-23 {margin-bottom:5.75rem !important;}
.ml-xxxl-23, .mx-xxxl-23 {margin-left:5.75rem !important;}
.m-xxxl-24 {margin:6rem !important;}
.mt-xxxl-24, .my-xxxl-24 {margin-top:6rem !important;}
.mr-xxxl-24, .mx-xxxl-24 {margin-right:6rem !important;}
.mb-xxxl-24, .my-xxxl-24 {margin-bottom:6rem !important;}
.ml-xxxl-24, .mx-xxxl-24 {margin-left:6rem !important;}
.m-xxxl-25 {margin:6.25rem !important;}
.mt-xxxl-25, .my-xxxl-25 {margin-top:6.25rem !important;}
.mr-xxxl-25, .mx-xxxl-25 {margin-right:6.25rem !important;}
.mb-xxxl-25, .my-xxxl-25 {margin-bottom:6.25rem !important;}
.ml-xxxl-25, .mx-xxxl-25 {margin-left:6.25rem !important;}
.m-xxxl-26 {margin:6.5rem !important;}
.mt-xxxl-26, .my-xxxl-26 {margin-top:6.5rem !important;}
.mr-xxxl-26, .mx-xxxl-26 {margin-right:6.5rem !important;}
.mb-xxxl-26, .my-xxxl-26 {margin-bottom:6.5rem !important;}
.ml-xxxl-26, .mx-xxxl-26 {margin-left:6.5rem !important;}
.m-xxxl-27 {margin:6.75rem !important;}
.mt-xxxl-27, .my-xxxl-27 {margin-top:6.75rem !important;}
.mr-xxxl-27, .mx-xxxl-27 {margin-right:6.75rem !important;}
.mb-xxxl-27, .my-xxxl-27 {margin-bottom:6.75rem !important;}
.ml-xxxl-27, .mx-xxxl-27 {margin-left:6.75rem !important;}
.m-xxxl-28 {margin:7rem !important;}
.mt-xxxl-28, .my-xxxl-28 {margin-top:7rem !important;}
.mr-xxxl-28, .mx-xxxl-28 {margin-right:7rem !important;}
.mb-xxxl-28, .my-xxxl-28 {margin-bottom:7rem !important;}
.ml-xxxl-28, .mx-xxxl-28 {margin-left:7rem !important;}
.m-xxxl-29 {margin:7.25rem !important;}
.mt-xxxl-29, .my-xxxl-29 {margin-top:7.25rem !important;}
.mr-xxxl-29, .mx-xxxl-29 {margin-right:7.25rem !important;}
.mb-xxxl-29, .my-xxxl-29 {margin-bottom:7.25rem !important;}
.ml-xxxl-29, .mx-xxxl-29 {margin-left:7.25rem !important;}
.m-xxxl-30 {margin:7.5rem !important;}
.mt-xxxl-30, .my-xxxl-30 {margin-top:7.5rem !important;}
.mr-xxxl-30, .mx-xxxl-30 {margin-right:7.5rem !important;}
.mb-xxxl-30, .my-xxxl-30 {margin-bottom:7.5rem !important;}
.ml-xxxl-30, .mx-xxxl-30 {margin-left:7.5rem !important;}
.m-xxxl-31 {margin:7.75rem !important;}
.mt-xxxl-31, .my-xxxl-31 {margin-top:7.75rem !important;}
.mr-xxxl-31, .mx-xxxl-31 {margin-right:7.75rem !important;}
.mb-xxxl-31, .my-xxxl-31 {margin-bottom:7.75rem !important;}
.ml-xxxl-31, .mx-xxxl-31 {margin-left:7.75rem !important;}
.m-xxxl-32 {margin:8rem !important;}
.mt-xxxl-32, .my-xxxl-32 {margin-top:8rem !important;}
.mr-xxxl-32, .mx-xxxl-32 {margin-right:8rem !important;}
.mb-xxxl-32, .my-xxxl-32 {margin-bottom:8rem !important;}
.ml-xxxl-32, .mx-xxxl-32 {margin-left:8rem !important;}
.m-xxxl-33 {margin:8.25rem !important;}
.mt-xxxl-33, .my-xxxl-33 {margin-top:8.25rem !important;}
.mr-xxxl-33, .mx-xxxl-33 {margin-right:8.25rem !important;}
.mb-xxxl-33, .my-xxxl-33 {margin-bottom:8.25rem !important;}
.ml-xxxl-33, .mx-xxxl-33 {margin-left:8.25rem !important;}
.m-xxxl-34 {margin:8.5rem !important;}
.mt-xxxl-34, .my-xxxl-34 {margin-top:8.5rem !important;}
.mr-xxxl-34, .mx-xxxl-34 {margin-right:8.5rem !important;}
.mb-xxxl-34, .my-xxxl-34 {margin-bottom:8.5rem !important;}
.ml-xxxl-34, .mx-xxxl-34 {margin-left:8.5rem !important;}
.m-xxxl-35 {margin:8.75rem !important;}
.mt-xxxl-35, .my-xxxl-35 {margin-top:8.75rem !important;}
.mr-xxxl-35, .mx-xxxl-35 {margin-right:8.75rem !important;}
.mb-xxxl-35, .my-xxxl-35 {margin-bottom:8.75rem !important;}
.ml-xxxl-35, .mx-xxxl-35 {margin-left:8.75rem !important;}
.m-xxxl-36 {margin:9rem !important;}
.mt-xxxl-36, .my-xxxl-36 {margin-top:9rem !important;}
.mr-xxxl-36, .mx-xxxl-36 {margin-right:9rem !important;}
.mb-xxxl-36, .my-xxxl-36 {margin-bottom:9rem !important;}
.ml-xxxl-36, .mx-xxxl-36 {margin-left:9rem !important;}
.m-xxxl-37 {margin:9.25rem !important;}
.mt-xxxl-37, .my-xxxl-37 {margin-top:9.25rem !important;}
.mr-xxxl-37, .mx-xxxl-37 {margin-right:9.25rem !important;}
.mb-xxxl-37, .my-xxxl-37 {margin-bottom:9.25rem !important;}
.ml-xxxl-37, .mx-xxxl-37 {margin-left:9.25rem !important;}
.m-xxxl-38 {margin:9.5rem !important;}
.mt-xxxl-38, .my-xxxl-38 {margin-top:9.5rem !important;}
.mr-xxxl-38, .mx-xxxl-38 {margin-right:9.5rem !important;}
.mb-xxxl-38, .my-xxxl-38 {margin-bottom:9.5rem !important;}
.ml-xxxl-38, .mx-xxxl-38 {margin-left:9.5rem !important;}
.m-xxxl-39 {margin:9.75rem !important;}
.mt-xxxl-39, .my-xxxl-39 {margin-top:9.75rem !important;}
.mr-xxxl-39, .mx-xxxl-39 {margin-right:9.75rem !important;}
.mb-xxxl-39, .my-xxxl-39 {margin-bottom:9.75rem !important;}
.ml-xxxl-39, .mx-xxxl-39 {margin-left:9.75rem !important;}
.m-xxxl-40 {margin:10rem !important;}
.mt-xxxl-40, .my-xxxl-40 {margin-top:10rem !important;}
.mr-xxxl-40, .mx-xxxl-40 {margin-right:10rem !important;}
.mb-xxxl-40, .my-xxxl-40 {margin-bottom:10rem !important;}
.ml-xxxl-40, .mx-xxxl-40 {margin-left:10rem !important;}
.m-xxxl-45 {margin:11rem !important;}
.mt-xxxl-45, .my-xxxl-45 {margin-top:11rem !important;}
.mr-xxxl-45, .mx-xxxl-45 {margin-right:11rem !important;}
.mb-xxxl-45, .my-xxxl-45 {margin-bottom:11rem !important;}
.ml-xxxl-45, .mx-xxxl-45 {margin-left:11rem !important;}
.m-xxxl-50 {margin:12rem !important;}
.mt-xxxl-50, .my-xxxl-50 {margin-top:12rem !important;}
.mr-xxxl-50, .mx-xxxl-50 {margin-right:12rem !important;}
.mb-xxxl-50, .my-xxxl-50 {margin-bottom:12rem !important;}
.ml-xxxl-50, .mx-xxxl-50 {margin-left:12rem !important;}
.m-xxxl-55 {margin:13rem !important;}
.mt-xxxl-55, .my-xxxl-55 {margin-top:13rem !important;}
.mr-xxxl-55, .mx-xxxl-55 {margin-right:13rem !important;}
.mb-xxxl-55, .my-xxxl-55 {margin-bottom:13rem !important;}
.ml-xxxl-55, .mx-xxxl-55 {margin-left:13rem !important;}
.m-xxxl-60 {margin:14rem !important;}
.mt-xxxl-60, .my-xxxl-60 {margin-top:14rem !important;}
.mr-xxxl-60, .mx-xxxl-60 {margin-right:14rem !important;}
.mb-xxxl-60, .my-xxxl-60 {margin-bottom:14rem !important;}
.ml-xxxl-60, .mx-xxxl-60 {margin-left:14rem !important;}
.p-xxxl-0 {padding:0 !important;}
.pt-xxxl-0, .py-xxxl-0 {padding-top:0 !important;}
.pr-xxxl-0, .px-xxxl-0 {padding-right:0 !important;}
.pb-xxxl-0, .py-xxxl-0 {padding-bottom:0 !important;}
.pl-xxxl-0, .px-xxxl-0 {padding-left:0 !important;}
.p-xxxl-1 {padding:0.25rem !important;}
.pt-xxxl-1, .py-xxxl-1 {padding-top:0.25rem !important;}
.pr-xxxl-1, .px-xxxl-1 {padding-right:0.25rem !important;}
.pb-xxxl-1, .py-xxxl-1 {padding-bottom:0.25rem !important;}
.pl-xxxl-1, .px-xxxl-1 {padding-left:0.25rem !important;}
.p-xxxl-2 {padding:0.5rem !important;}
.pt-xxxl-2, .py-xxxl-2 {padding-top:0.5rem !important;}
.pr-xxxl-2, .px-xxxl-2 {padding-right:0.5rem !important;}
.pb-xxxl-2, .py-xxxl-2 {padding-bottom:0.5rem !important;}
.pl-xxxl-2, .px-xxxl-2 {padding-left:0.5rem !important;}
.p-xxxl-3 {padding:0.75rem !important;}
.pt-xxxl-3, .py-xxxl-3 {padding-top:0.75rem !important;}
.pr-xxxl-3, .px-xxxl-3 {padding-right:0.75rem !important;}
.pb-xxxl-3, .py-xxxl-3 {padding-bottom:0.75rem !important;}
.pl-xxxl-3, .px-xxxl-3 {padding-left:0.75rem !important;}
.p-xxxl-4 {padding:1rem !important;}
.pt-xxxl-4, .py-xxxl-4 {padding-top:1rem !important;}
.pr-xxxl-4, .px-xxxl-4 {padding-right:1rem !important;}
.pb-xxxl-4, .py-xxxl-4 {padding-bottom:1rem !important;}
.pl-xxxl-4, .px-xxxl-4 {padding-left:1rem !important;}
.p-xxxl-5 {padding:1.25rem !important;}
.pt-xxxl-5, .py-xxxl-5 {padding-top:1.25rem !important;}
.pr-xxxl-5, .px-xxxl-5 {padding-right:1.25rem !important;}
.pb-xxxl-5, .py-xxxl-5 {padding-bottom:1.25rem !important;}
.pl-xxxl-5, .px-xxxl-5 {padding-left:1.25rem !important;}
.p-xxxl-6 {padding:1.5rem !important;}
.pt-xxxl-6, .py-xxxl-6 {padding-top:1.5rem !important;}
.pr-xxxl-6, .px-xxxl-6 {padding-right:1.5rem !important;}
.pb-xxxl-6, .py-xxxl-6 {padding-bottom:1.5rem !important;}
.pl-xxxl-6, .px-xxxl-6 {padding-left:1.5rem !important;}
.p-xxxl-7 {padding:1.75rem !important;}
.pt-xxxl-7, .py-xxxl-7 {padding-top:1.75rem !important;}
.pr-xxxl-7, .px-xxxl-7 {padding-right:1.75rem !important;}
.pb-xxxl-7, .py-xxxl-7 {padding-bottom:1.75rem !important;}
.pl-xxxl-7, .px-xxxl-7 {padding-left:1.75rem !important;}
.p-xxxl-8 {padding:2rem !important;}
.pt-xxxl-8, .py-xxxl-8 {padding-top:2rem !important;}
.pr-xxxl-8, .px-xxxl-8 {padding-right:2rem !important;}
.pb-xxxl-8, .py-xxxl-8 {padding-bottom:2rem !important;}
.pl-xxxl-8, .px-xxxl-8 {padding-left:2rem !important;}
.p-xxxl-9 {padding:2.25rem !important;}
.pt-xxxl-9, .py-xxxl-9 {padding-top:2.25rem !important;}
.pr-xxxl-9, .px-xxxl-9 {padding-right:2.25rem !important;}
.pb-xxxl-9, .py-xxxl-9 {padding-bottom:2.25rem !important;}
.pl-xxxl-9, .px-xxxl-9 {padding-left:2.25rem !important;}
.p-xxxl-10 {padding:2.5rem !important;}
.pt-xxxl-10, .py-xxxl-10 {padding-top:2.5rem !important;}
.pr-xxxl-10, .px-xxxl-10 {padding-right:2.5rem !important;}
.pb-xxxl-10, .py-xxxl-10 {padding-bottom:2.5rem !important;}
.pl-xxxl-10, .px-xxxl-10 {padding-left:2.5rem !important;}
.p-xxxl-11 {padding:2.75rem !important;}
.pt-xxxl-11, .py-xxxl-11 {padding-top:2.75rem !important;}
.pr-xxxl-11, .px-xxxl-11 {padding-right:2.75rem !important;}
.pb-xxxl-11, .py-xxxl-11 {padding-bottom:2.75rem !important;}
.pl-xxxl-11, .px-xxxl-11 {padding-left:2.75rem !important;}
.p-xxxl-12 {padding:3rem !important;}
.pt-xxxl-12, .py-xxxl-12 {padding-top:3rem !important;}
.pr-xxxl-12, .px-xxxl-12 {padding-right:3rem !important;}
.pb-xxxl-12, .py-xxxl-12 {padding-bottom:3rem !important;}
.pl-xxxl-12, .px-xxxl-12 {padding-left:3rem !important;}
.p-xxxl-13 {padding:3.25rem !important;}
.pt-xxxl-13, .py-xxxl-13 {padding-top:3.25rem !important;}
.pr-xxxl-13, .px-xxxl-13 {padding-right:3.25rem !important;}
.pb-xxxl-13, .py-xxxl-13 {padding-bottom:3.25rem !important;}
.pl-xxxl-13, .px-xxxl-13 {padding-left:3.25rem !important;}
.p-xxxl-14 {padding:3.5rem !important;}
.pt-xxxl-14, .py-xxxl-14 {padding-top:3.5rem !important;}
.pr-xxxl-14, .px-xxxl-14 {padding-right:3.5rem !important;}
.pb-xxxl-14, .py-xxxl-14 {padding-bottom:3.5rem !important;}
.pl-xxxl-14, .px-xxxl-14 {padding-left:3.5rem !important;}
.p-xxxl-15 {padding:3.75rem !important;}
.pt-xxxl-15, .py-xxxl-15 {padding-top:3.75rem !important;}
.pr-xxxl-15, .px-xxxl-15 {padding-right:3.75rem !important;}
.pb-xxxl-15, .py-xxxl-15 {padding-bottom:3.75rem !important;}
.pl-xxxl-15, .px-xxxl-15 {padding-left:3.75rem !important;}
.p-xxxl-16 {padding:4rem !important;}
.pt-xxxl-16, .py-xxxl-16 {padding-top:4rem !important;}
.pr-xxxl-16, .px-xxxl-16 {padding-right:4rem !important;}
.pb-xxxl-16, .py-xxxl-16 {padding-bottom:4rem !important;}
.pl-xxxl-16, .px-xxxl-16 {padding-left:4rem !important;}
.p-xxxl-17 {padding:4.25rem !important;}
.pt-xxxl-17, .py-xxxl-17 {padding-top:4.25rem !important;}
.pr-xxxl-17, .px-xxxl-17 {padding-right:4.25rem !important;}
.pb-xxxl-17, .py-xxxl-17 {padding-bottom:4.25rem !important;}
.pl-xxxl-17, .px-xxxl-17 {padding-left:4.25rem !important;}
.p-xxxl-18 {padding:4.5rem !important;}
.pt-xxxl-18, .py-xxxl-18 {padding-top:4.5rem !important;}
.pr-xxxl-18, .px-xxxl-18 {padding-right:4.5rem !important;}
.pb-xxxl-18, .py-xxxl-18 {padding-bottom:4.5rem !important;}
.pl-xxxl-18, .px-xxxl-18 {padding-left:4.5rem !important;}
.p-xxxl-19 {padding:4.75rem !important;}
.pt-xxxl-19, .py-xxxl-19 {padding-top:4.75rem !important;}
.pr-xxxl-19, .px-xxxl-19 {padding-right:4.75rem !important;}
.pb-xxxl-19, .py-xxxl-19 {padding-bottom:4.75rem !important;}
.pl-xxxl-19, .px-xxxl-19 {padding-left:4.75rem !important;}
.p-xxxl-20 {padding:5rem !important;}
.pt-xxxl-20, .py-xxxl-20 {padding-top:5rem !important;}
.pr-xxxl-20, .px-xxxl-20 {padding-right:5rem !important;}
.pb-xxxl-20, .py-xxxl-20 {padding-bottom:5rem !important;}
.pl-xxxl-20, .px-xxxl-20 {padding-left:5rem !important;}
.p-xxxl-21 {padding:5.25rem !important;}
.pt-xxxl-21, .py-xxxl-21 {padding-top:5.25rem !important;}
.pr-xxxl-21, .px-xxxl-21 {padding-right:5.25rem !important;}
.pb-xxxl-21, .py-xxxl-21 {padding-bottom:5.25rem !important;}
.pl-xxxl-21, .px-xxxl-21 {padding-left:5.25rem !important;}
.p-xxxl-22 {padding:5.5rem !important;}
.pt-xxxl-22, .py-xxxl-22 {padding-top:5.5rem !important;}
.pr-xxxl-22, .px-xxxl-22 {padding-right:5.5rem !important;}
.pb-xxxl-22, .py-xxxl-22 {padding-bottom:5.5rem !important;}
.pl-xxxl-22, .px-xxxl-22 {padding-left:5.5rem !important;}
.p-xxxl-23 {padding:5.75rem !important;}
.pt-xxxl-23, .py-xxxl-23 {padding-top:5.75rem !important;}
.pr-xxxl-23, .px-xxxl-23 {padding-right:5.75rem !important;}
.pb-xxxl-23, .py-xxxl-23 {padding-bottom:5.75rem !important;}
.pl-xxxl-23, .px-xxxl-23 {padding-left:5.75rem !important;}
.p-xxxl-24 {padding:6rem !important;}
.pt-xxxl-24, .py-xxxl-24 {padding-top:6rem !important;}
.pr-xxxl-24, .px-xxxl-24 {padding-right:6rem !important;}
.pb-xxxl-24, .py-xxxl-24 {padding-bottom:6rem !important;}
.pl-xxxl-24, .px-xxxl-24 {padding-left:6rem !important;}
.p-xxxl-25 {padding:6.25rem !important;}
.pt-xxxl-25, .py-xxxl-25 {padding-top:6.25rem !important;}
.pr-xxxl-25, .px-xxxl-25 {padding-right:6.25rem !important;}
.pb-xxxl-25, .py-xxxl-25 {padding-bottom:6.25rem !important;}
.pl-xxxl-25, .px-xxxl-25 {padding-left:6.25rem !important;}
.p-xxxl-26 {padding:6.5rem !important;}
.pt-xxxl-26, .py-xxxl-26 {padding-top:6.5rem !important;}
.pr-xxxl-26, .px-xxxl-26 {padding-right:6.5rem !important;}
.pb-xxxl-26, .py-xxxl-26 {padding-bottom:6.5rem !important;}
.pl-xxxl-26, .px-xxxl-26 {padding-left:6.5rem !important;}
.p-xxxl-27 {padding:6.75rem !important;}
.pt-xxxl-27, .py-xxxl-27 {padding-top:6.75rem !important;}
.pr-xxxl-27, .px-xxxl-27 {padding-right:6.75rem !important;}
.pb-xxxl-27, .py-xxxl-27 {padding-bottom:6.75rem !important;}
.pl-xxxl-27, .px-xxxl-27 {padding-left:6.75rem !important;}
.p-xxxl-28 {padding:7rem !important;}
.pt-xxxl-28, .py-xxxl-28 {padding-top:7rem !important;}
.pr-xxxl-28, .px-xxxl-28 {padding-right:7rem !important;}
.pb-xxxl-28, .py-xxxl-28 {padding-bottom:7rem !important;}
.pl-xxxl-28, .px-xxxl-28 {padding-left:7rem !important;}
.p-xxxl-29 {padding:7.25rem !important;}
.pt-xxxl-29, .py-xxxl-29 {padding-top:7.25rem !important;}
.pr-xxxl-29, .px-xxxl-29 {padding-right:7.25rem !important;}
.pb-xxxl-29, .py-xxxl-29 {padding-bottom:7.25rem !important;}
.pl-xxxl-29, .px-xxxl-29 {padding-left:7.25rem !important;}
.p-xxxl-30 {padding:7.5rem !important;}
.pt-xxxl-30, .py-xxxl-30 {padding-top:7.5rem !important;}
.pr-xxxl-30, .px-xxxl-30 {padding-right:7.5rem !important;}
.pb-xxxl-30, .py-xxxl-30 {padding-bottom:7.5rem !important;}
.pl-xxxl-30, .px-xxxl-30 {padding-left:7.5rem !important;}
.p-xxxl-31 {padding:7.75rem !important;}
.pt-xxxl-31, .py-xxxl-31 {padding-top:7.75rem !important;}
.pr-xxxl-31, .px-xxxl-31 {padding-right:7.75rem !important;}
.pb-xxxl-31, .py-xxxl-31 {padding-bottom:7.75rem !important;}
.pl-xxxl-31, .px-xxxl-31 {padding-left:7.75rem !important;}
.p-xxxl-32 {padding:8rem !important;}
.pt-xxxl-32, .py-xxxl-32 {padding-top:8rem !important;}
.pr-xxxl-32, .px-xxxl-32 {padding-right:8rem !important;}
.pb-xxxl-32, .py-xxxl-32 {padding-bottom:8rem !important;}
.pl-xxxl-32, .px-xxxl-32 {padding-left:8rem !important;}
.p-xxxl-33 {padding:8.25rem !important;}
.pt-xxxl-33, .py-xxxl-33 {padding-top:8.25rem !important;}
.pr-xxxl-33, .px-xxxl-33 {padding-right:8.25rem !important;}
.pb-xxxl-33, .py-xxxl-33 {padding-bottom:8.25rem !important;}
.pl-xxxl-33, .px-xxxl-33 {padding-left:8.25rem !important;}
.p-xxxl-34 {padding:8.5rem !important;}
.pt-xxxl-34, .py-xxxl-34 {padding-top:8.5rem !important;}
.pr-xxxl-34, .px-xxxl-34 {padding-right:8.5rem !important;}
.pb-xxxl-34, .py-xxxl-34 {padding-bottom:8.5rem !important;}
.pl-xxxl-34, .px-xxxl-34 {padding-left:8.5rem !important;}
.p-xxxl-35 {padding:8.75rem !important;}
.pt-xxxl-35, .py-xxxl-35 {padding-top:8.75rem !important;}
.pr-xxxl-35, .px-xxxl-35 {padding-right:8.75rem !important;}
.pb-xxxl-35, .py-xxxl-35 {padding-bottom:8.75rem !important;}
.pl-xxxl-35, .px-xxxl-35 {padding-left:8.75rem !important;}
.p-xxxl-36 {padding:9rem !important;}
.pt-xxxl-36, .py-xxxl-36 {padding-top:9rem !important;}
.pr-xxxl-36, .px-xxxl-36 {padding-right:9rem !important;}
.pb-xxxl-36, .py-xxxl-36 {padding-bottom:9rem !important;}
.pl-xxxl-36, .px-xxxl-36 {padding-left:9rem !important;}
.p-xxxl-37 {padding:9.25rem !important;}
.pt-xxxl-37, .py-xxxl-37 {padding-top:9.25rem !important;}
.pr-xxxl-37, .px-xxxl-37 {padding-right:9.25rem !important;}
.pb-xxxl-37, .py-xxxl-37 {padding-bottom:9.25rem !important;}
.pl-xxxl-37, .px-xxxl-37 {padding-left:9.25rem !important;}
.p-xxxl-38 {padding:9.5rem !important;}
.pt-xxxl-38, .py-xxxl-38 {padding-top:9.5rem !important;}
.pr-xxxl-38, .px-xxxl-38 {padding-right:9.5rem !important;}
.pb-xxxl-38, .py-xxxl-38 {padding-bottom:9.5rem !important;}
.pl-xxxl-38, .px-xxxl-38 {padding-left:9.5rem !important;}
.p-xxxl-39 {padding:9.75rem !important;}
.pt-xxxl-39, .py-xxxl-39 {padding-top:9.75rem !important;}
.pr-xxxl-39, .px-xxxl-39 {padding-right:9.75rem !important;}
.pb-xxxl-39, .py-xxxl-39 {padding-bottom:9.75rem !important;}
.pl-xxxl-39, .px-xxxl-39 {padding-left:9.75rem !important;}
.p-xxxl-40 {padding:10rem !important;}
.pt-xxxl-40, .py-xxxl-40 {padding-top:10rem !important;}
.pr-xxxl-40, .px-xxxl-40 {padding-right:10rem !important;}
.pb-xxxl-40, .py-xxxl-40 {padding-bottom:10rem !important;}
.pl-xxxl-40, .px-xxxl-40 {padding-left:10rem !important;}
.p-xxxl-45 {padding:11rem !important;}
.pt-xxxl-45, .py-xxxl-45 {padding-top:11rem !important;}
.pr-xxxl-45, .px-xxxl-45 {padding-right:11rem !important;}
.pb-xxxl-45, .py-xxxl-45 {padding-bottom:11rem !important;}
.pl-xxxl-45, .px-xxxl-45 {padding-left:11rem !important;}
.p-xxxl-50 {padding:12rem !important;}
.pt-xxxl-50, .py-xxxl-50 {padding-top:12rem !important;}
.pr-xxxl-50, .px-xxxl-50 {padding-right:12rem !important;}
.pb-xxxl-50, .py-xxxl-50 {padding-bottom:12rem !important;}
.pl-xxxl-50, .px-xxxl-50 {padding-left:12rem !important;}
.p-xxxl-55 {padding:13rem !important;}
.pt-xxxl-55, .py-xxxl-55 {padding-top:13rem !important;}
.pr-xxxl-55, .px-xxxl-55 {padding-right:13rem !important;}
.pb-xxxl-55, .py-xxxl-55 {padding-bottom:13rem !important;}
.pl-xxxl-55, .px-xxxl-55 {padding-left:13rem !important;}
.p-xxxl-60 {padding:14rem !important;}
.pt-xxxl-60, .py-xxxl-60 {padding-top:14rem !important;}
.pr-xxxl-60, .px-xxxl-60 {padding-right:14rem !important;}
.pb-xxxl-60, .py-xxxl-60 {padding-bottom:14rem !important;}
.pl-xxxl-60, .px-xxxl-60 {padding-left:14rem !important;}
.m-xxxl-n1 {margin:-0.25rem !important;}
.mt-xxxl-n1, .my-xxxl-n1 {margin-top:-0.25rem !important;}
.mr-xxxl-n1, .mx-xxxl-n1 {margin-right:-0.25rem !important;}
.mb-xxxl-n1, .my-xxxl-n1 {margin-bottom:-0.25rem !important;}
.ml-xxxl-n1, .mx-xxxl-n1 {margin-left:-0.25rem !important;}
.m-xxxl-n2 {margin:-0.5rem !important;}
.mt-xxxl-n2, .my-xxxl-n2 {margin-top:-0.5rem !important;}
.mr-xxxl-n2, .mx-xxxl-n2 {margin-right:-0.5rem !important;}
.mb-xxxl-n2, .my-xxxl-n2 {margin-bottom:-0.5rem !important;}
.ml-xxxl-n2, .mx-xxxl-n2 {margin-left:-0.5rem !important;}
.m-xxxl-n3 {margin:-0.75rem !important;}
.mt-xxxl-n3, .my-xxxl-n3 {margin-top:-0.75rem !important;}
.mr-xxxl-n3, .mx-xxxl-n3 {margin-right:-0.75rem !important;}
.mb-xxxl-n3, .my-xxxl-n3 {margin-bottom:-0.75rem !important;}
.ml-xxxl-n3, .mx-xxxl-n3 {margin-left:-0.75rem !important;}
.m-xxxl-n4 {margin:-1rem !important;}
.mt-xxxl-n4, .my-xxxl-n4 {margin-top:-1rem !important;}
.mr-xxxl-n4, .mx-xxxl-n4 {margin-right:-1rem !important;}
.mb-xxxl-n4, .my-xxxl-n4 {margin-bottom:-1rem !important;}
.ml-xxxl-n4, .mx-xxxl-n4 {margin-left:-1rem !important;}
.m-xxxl-n5 {margin:-1.25rem !important;}
.mt-xxxl-n5, .my-xxxl-n5 {margin-top:-1.25rem !important;}
.mr-xxxl-n5, .mx-xxxl-n5 {margin-right:-1.25rem !important;}
.mb-xxxl-n5, .my-xxxl-n5 {margin-bottom:-1.25rem !important;}
.ml-xxxl-n5, .mx-xxxl-n5 {margin-left:-1.25rem !important;}
.m-xxxl-n6 {margin:-1.5rem !important;}
.mt-xxxl-n6, .my-xxxl-n6 {margin-top:-1.5rem !important;}
.mr-xxxl-n6, .mx-xxxl-n6 {margin-right:-1.5rem !important;}
.mb-xxxl-n6, .my-xxxl-n6 {margin-bottom:-1.5rem !important;}
.ml-xxxl-n6, .mx-xxxl-n6 {margin-left:-1.5rem !important;}
.m-xxxl-n7 {margin:-1.75rem !important;}
.mt-xxxl-n7, .my-xxxl-n7 {margin-top:-1.75rem !important;}
.mr-xxxl-n7, .mx-xxxl-n7 {margin-right:-1.75rem !important;}
.mb-xxxl-n7, .my-xxxl-n7 {margin-bottom:-1.75rem !important;}
.ml-xxxl-n7, .mx-xxxl-n7 {margin-left:-1.75rem !important;}
.m-xxxl-n8 {margin:-2rem !important;}
.mt-xxxl-n8, .my-xxxl-n8 {margin-top:-2rem !important;}
.mr-xxxl-n8, .mx-xxxl-n8 {margin-right:-2rem !important;}
.mb-xxxl-n8, .my-xxxl-n8 {margin-bottom:-2rem !important;}
.ml-xxxl-n8, .mx-xxxl-n8 {margin-left:-2rem !important;}
.m-xxxl-n9 {margin:-2.25rem !important;}
.mt-xxxl-n9, .my-xxxl-n9 {margin-top:-2.25rem !important;}
.mr-xxxl-n9, .mx-xxxl-n9 {margin-right:-2.25rem !important;}
.mb-xxxl-n9, .my-xxxl-n9 {margin-bottom:-2.25rem !important;}
.ml-xxxl-n9, .mx-xxxl-n9 {margin-left:-2.25rem !important;}
.m-xxxl-n10 {margin:-2.5rem !important;}
.mt-xxxl-n10, .my-xxxl-n10 {margin-top:-2.5rem !important;}
.mr-xxxl-n10, .mx-xxxl-n10 {margin-right:-2.5rem !important;}
.mb-xxxl-n10, .my-xxxl-n10 {margin-bottom:-2.5rem !important;}
.ml-xxxl-n10, .mx-xxxl-n10 {margin-left:-2.5rem !important;}
.m-xxxl-n11 {margin:-2.75rem !important;}
.mt-xxxl-n11, .my-xxxl-n11 {margin-top:-2.75rem !important;}
.mr-xxxl-n11, .mx-xxxl-n11 {margin-right:-2.75rem !important;}
.mb-xxxl-n11, .my-xxxl-n11 {margin-bottom:-2.75rem !important;}
.ml-xxxl-n11, .mx-xxxl-n11 {margin-left:-2.75rem !important;}
.m-xxxl-n12 {margin:-3rem !important;}
.mt-xxxl-n12, .my-xxxl-n12 {margin-top:-3rem !important;}
.mr-xxxl-n12, .mx-xxxl-n12 {margin-right:-3rem !important;}
.mb-xxxl-n12, .my-xxxl-n12 {margin-bottom:-3rem !important;}
.ml-xxxl-n12, .mx-xxxl-n12 {margin-left:-3rem !important;}
.m-xxxl-n13 {margin:-3.25rem !important;}
.mt-xxxl-n13, .my-xxxl-n13 {margin-top:-3.25rem !important;}
.mr-xxxl-n13, .mx-xxxl-n13 {margin-right:-3.25rem !important;}
.mb-xxxl-n13, .my-xxxl-n13 {margin-bottom:-3.25rem !important;}
.ml-xxxl-n13, .mx-xxxl-n13 {margin-left:-3.25rem !important;}
.m-xxxl-n14 {margin:-3.5rem !important;}
.mt-xxxl-n14, .my-xxxl-n14 {margin-top:-3.5rem !important;}
.mr-xxxl-n14, .mx-xxxl-n14 {margin-right:-3.5rem !important;}
.mb-xxxl-n14, .my-xxxl-n14 {margin-bottom:-3.5rem !important;}
.ml-xxxl-n14, .mx-xxxl-n14 {margin-left:-3.5rem !important;}
.m-xxxl-n15 {margin:-3.75rem !important;}
.mt-xxxl-n15, .my-xxxl-n15 {margin-top:-3.75rem !important;}
.mr-xxxl-n15, .mx-xxxl-n15 {margin-right:-3.75rem !important;}
.mb-xxxl-n15, .my-xxxl-n15 {margin-bottom:-3.75rem !important;}
.ml-xxxl-n15, .mx-xxxl-n15 {margin-left:-3.75rem !important;}
.m-xxxl-n16 {margin:-4rem !important;}
.mt-xxxl-n16, .my-xxxl-n16 {margin-top:-4rem !important;}
.mr-xxxl-n16, .mx-xxxl-n16 {margin-right:-4rem !important;}
.mb-xxxl-n16, .my-xxxl-n16 {margin-bottom:-4rem !important;}
.ml-xxxl-n16, .mx-xxxl-n16 {margin-left:-4rem !important;}
.m-xxxl-n17 {margin:-4.25rem !important;}
.mt-xxxl-n17, .my-xxxl-n17 {margin-top:-4.25rem !important;}
.mr-xxxl-n17, .mx-xxxl-n17 {margin-right:-4.25rem !important;}
.mb-xxxl-n17, .my-xxxl-n17 {margin-bottom:-4.25rem !important;}
.ml-xxxl-n17, .mx-xxxl-n17 {margin-left:-4.25rem !important;}
.m-xxxl-n18 {margin:-4.5rem !important;}
.mt-xxxl-n18, .my-xxxl-n18 {margin-top:-4.5rem !important;}
.mr-xxxl-n18, .mx-xxxl-n18 {margin-right:-4.5rem !important;}
.mb-xxxl-n18, .my-xxxl-n18 {margin-bottom:-4.5rem !important;}
.ml-xxxl-n18, .mx-xxxl-n18 {margin-left:-4.5rem !important;}
.m-xxxl-n19 {margin:-4.75rem !important;}
.mt-xxxl-n19, .my-xxxl-n19 {margin-top:-4.75rem !important;}
.mr-xxxl-n19, .mx-xxxl-n19 {margin-right:-4.75rem !important;}
.mb-xxxl-n19, .my-xxxl-n19 {margin-bottom:-4.75rem !important;}
.ml-xxxl-n19, .mx-xxxl-n19 {margin-left:-4.75rem !important;}
.m-xxxl-n20 {margin:-5rem !important;}
.mt-xxxl-n20, .my-xxxl-n20 {margin-top:-5rem !important;}
.mr-xxxl-n20, .mx-xxxl-n20 {margin-right:-5rem !important;}
.mb-xxxl-n20, .my-xxxl-n20 {margin-bottom:-5rem !important;}
.ml-xxxl-n20, .mx-xxxl-n20 {margin-left:-5rem !important;}
.m-xxxl-n21 {margin:-5.25rem !important;}
.mt-xxxl-n21, .my-xxxl-n21 {margin-top:-5.25rem !important;}
.mr-xxxl-n21, .mx-xxxl-n21 {margin-right:-5.25rem !important;}
.mb-xxxl-n21, .my-xxxl-n21 {margin-bottom:-5.25rem !important;}
.ml-xxxl-n21, .mx-xxxl-n21 {margin-left:-5.25rem !important;}
.m-xxxl-n22 {margin:-5.5rem !important;}
.mt-xxxl-n22, .my-xxxl-n22 {margin-top:-5.5rem !important;}
.mr-xxxl-n22, .mx-xxxl-n22 {margin-right:-5.5rem !important;}
.mb-xxxl-n22, .my-xxxl-n22 {margin-bottom:-5.5rem !important;}
.ml-xxxl-n22, .mx-xxxl-n22 {margin-left:-5.5rem !important;}
.m-xxxl-n23 {margin:-5.75rem !important;}
.mt-xxxl-n23, .my-xxxl-n23 {margin-top:-5.75rem !important;}
.mr-xxxl-n23, .mx-xxxl-n23 {margin-right:-5.75rem !important;}
.mb-xxxl-n23, .my-xxxl-n23 {margin-bottom:-5.75rem !important;}
.ml-xxxl-n23, .mx-xxxl-n23 {margin-left:-5.75rem !important;}
.m-xxxl-n24 {margin:-6rem !important;}
.mt-xxxl-n24, .my-xxxl-n24 {margin-top:-6rem !important;}
.mr-xxxl-n24, .mx-xxxl-n24 {margin-right:-6rem !important;}
.mb-xxxl-n24, .my-xxxl-n24 {margin-bottom:-6rem !important;}
.ml-xxxl-n24, .mx-xxxl-n24 {margin-left:-6rem !important;}
.m-xxxl-n25 {margin:-6.25rem !important;}
.mt-xxxl-n25, .my-xxxl-n25 {margin-top:-6.25rem !important;}
.mr-xxxl-n25, .mx-xxxl-n25 {margin-right:-6.25rem !important;}
.mb-xxxl-n25, .my-xxxl-n25 {margin-bottom:-6.25rem !important;}
.ml-xxxl-n25, .mx-xxxl-n25 {margin-left:-6.25rem !important;}
.m-xxxl-n26 {margin:-6.5rem !important;}
.mt-xxxl-n26, .my-xxxl-n26 {margin-top:-6.5rem !important;}
.mr-xxxl-n26, .mx-xxxl-n26 {margin-right:-6.5rem !important;}
.mb-xxxl-n26, .my-xxxl-n26 {margin-bottom:-6.5rem !important;}
.ml-xxxl-n26, .mx-xxxl-n26 {margin-left:-6.5rem !important;}
.m-xxxl-n27 {margin:-6.75rem !important;}
.mt-xxxl-n27, .my-xxxl-n27 {margin-top:-6.75rem !important;}
.mr-xxxl-n27, .mx-xxxl-n27 {margin-right:-6.75rem !important;}
.mb-xxxl-n27, .my-xxxl-n27 {margin-bottom:-6.75rem !important;}
.ml-xxxl-n27, .mx-xxxl-n27 {margin-left:-6.75rem !important;}
.m-xxxl-n28 {margin:-7rem !important;}
.mt-xxxl-n28, .my-xxxl-n28 {margin-top:-7rem !important;}
.mr-xxxl-n28, .mx-xxxl-n28 {margin-right:-7rem !important;}
.mb-xxxl-n28, .my-xxxl-n28 {margin-bottom:-7rem !important;}
.ml-xxxl-n28, .mx-xxxl-n28 {margin-left:-7rem !important;}
.m-xxxl-n29 {margin:-7.25rem !important;}
.mt-xxxl-n29, .my-xxxl-n29 {margin-top:-7.25rem !important;}
.mr-xxxl-n29, .mx-xxxl-n29 {margin-right:-7.25rem !important;}
.mb-xxxl-n29, .my-xxxl-n29 {margin-bottom:-7.25rem !important;}
.ml-xxxl-n29, .mx-xxxl-n29 {margin-left:-7.25rem !important;}
.m-xxxl-n30 {margin:-7.5rem !important;}
.mt-xxxl-n30, .my-xxxl-n30 {margin-top:-7.5rem !important;}
.mr-xxxl-n30, .mx-xxxl-n30 {margin-right:-7.5rem !important;}
.mb-xxxl-n30, .my-xxxl-n30 {margin-bottom:-7.5rem !important;}
.ml-xxxl-n30, .mx-xxxl-n30 {margin-left:-7.5rem !important;}
.m-xxxl-n31 {margin:-7.75rem !important;}
.mt-xxxl-n31, .my-xxxl-n31 {margin-top:-7.75rem !important;}
.mr-xxxl-n31, .mx-xxxl-n31 {margin-right:-7.75rem !important;}
.mb-xxxl-n31, .my-xxxl-n31 {margin-bottom:-7.75rem !important;}
.ml-xxxl-n31, .mx-xxxl-n31 {margin-left:-7.75rem !important;}
.m-xxxl-n32 {margin:-8rem !important;}
.mt-xxxl-n32, .my-xxxl-n32 {margin-top:-8rem !important;}
.mr-xxxl-n32, .mx-xxxl-n32 {margin-right:-8rem !important;}
.mb-xxxl-n32, .my-xxxl-n32 {margin-bottom:-8rem !important;}
.ml-xxxl-n32, .mx-xxxl-n32 {margin-left:-8rem !important;}
.m-xxxl-n33 {margin:-8.25rem !important;}
.mt-xxxl-n33, .my-xxxl-n33 {margin-top:-8.25rem !important;}
.mr-xxxl-n33, .mx-xxxl-n33 {margin-right:-8.25rem !important;}
.mb-xxxl-n33, .my-xxxl-n33 {margin-bottom:-8.25rem !important;}
.ml-xxxl-n33, .mx-xxxl-n33 {margin-left:-8.25rem !important;}
.m-xxxl-n34 {margin:-8.5rem !important;}
.mt-xxxl-n34, .my-xxxl-n34 {margin-top:-8.5rem !important;}
.mr-xxxl-n34, .mx-xxxl-n34 {margin-right:-8.5rem !important;}
.mb-xxxl-n34, .my-xxxl-n34 {margin-bottom:-8.5rem !important;}
.ml-xxxl-n34, .mx-xxxl-n34 {margin-left:-8.5rem !important;}
.m-xxxl-n35 {margin:-8.75rem !important;}
.mt-xxxl-n35, .my-xxxl-n35 {margin-top:-8.75rem !important;}
.mr-xxxl-n35, .mx-xxxl-n35 {margin-right:-8.75rem !important;}
.mb-xxxl-n35, .my-xxxl-n35 {margin-bottom:-8.75rem !important;}
.ml-xxxl-n35, .mx-xxxl-n35 {margin-left:-8.75rem !important;}
.m-xxxl-n36 {margin:-9rem !important;}
.mt-xxxl-n36, .my-xxxl-n36 {margin-top:-9rem !important;}
.mr-xxxl-n36, .mx-xxxl-n36 {margin-right:-9rem !important;}
.mb-xxxl-n36, .my-xxxl-n36 {margin-bottom:-9rem !important;}
.ml-xxxl-n36, .mx-xxxl-n36 {margin-left:-9rem !important;}
.m-xxxl-n37 {margin:-9.25rem !important;}
.mt-xxxl-n37, .my-xxxl-n37 {margin-top:-9.25rem !important;}
.mr-xxxl-n37, .mx-xxxl-n37 {margin-right:-9.25rem !important;}
.mb-xxxl-n37, .my-xxxl-n37 {margin-bottom:-9.25rem !important;}
.ml-xxxl-n37, .mx-xxxl-n37 {margin-left:-9.25rem !important;}
.m-xxxl-n38 {margin:-9.5rem !important;}
.mt-xxxl-n38, .my-xxxl-n38 {margin-top:-9.5rem !important;}
.mr-xxxl-n38, .mx-xxxl-n38 {margin-right:-9.5rem !important;}
.mb-xxxl-n38, .my-xxxl-n38 {margin-bottom:-9.5rem !important;}
.ml-xxxl-n38, .mx-xxxl-n38 {margin-left:-9.5rem !important;}
.m-xxxl-n39 {margin:-9.75rem !important;}
.mt-xxxl-n39, .my-xxxl-n39 {margin-top:-9.75rem !important;}
.mr-xxxl-n39, .mx-xxxl-n39 {margin-right:-9.75rem !important;}
.mb-xxxl-n39, .my-xxxl-n39 {margin-bottom:-9.75rem !important;}
.ml-xxxl-n39, .mx-xxxl-n39 {margin-left:-9.75rem !important;}
.m-xxxl-n40 {margin:-10rem !important;}
.mt-xxxl-n40, .my-xxxl-n40 {margin-top:-10rem !important;}
.mr-xxxl-n40, .mx-xxxl-n40 {margin-right:-10rem !important;}
.mb-xxxl-n40, .my-xxxl-n40 {margin-bottom:-10rem !important;}
.ml-xxxl-n40, .mx-xxxl-n40 {margin-left:-10rem !important;}
.m-xxxl-n45 {margin:-11rem !important;}
.mt-xxxl-n45, .my-xxxl-n45 {margin-top:-11rem !important;}
.mr-xxxl-n45, .mx-xxxl-n45 {margin-right:-11rem !important;}
.mb-xxxl-n45, .my-xxxl-n45 {margin-bottom:-11rem !important;}
.ml-xxxl-n45, .mx-xxxl-n45 {margin-left:-11rem !important;}
.m-xxxl-n50 {margin:-12rem !important;}
.mt-xxxl-n50, .my-xxxl-n50 {margin-top:-12rem !important;}
.mr-xxxl-n50, .mx-xxxl-n50 {margin-right:-12rem !important;}
.mb-xxxl-n50, .my-xxxl-n50 {margin-bottom:-12rem !important;}
.ml-xxxl-n50, .mx-xxxl-n50 {margin-left:-12rem !important;}
.m-xxxl-n55 {margin:-13rem !important;}
.mt-xxxl-n55, .my-xxxl-n55 {margin-top:-13rem !important;}
.mr-xxxl-n55, .mx-xxxl-n55 {margin-right:-13rem !important;}
.mb-xxxl-n55, .my-xxxl-n55 {margin-bottom:-13rem !important;}
.ml-xxxl-n55, .mx-xxxl-n55 {margin-left:-13rem !important;}
.m-xxxl-n60 {margin:-14rem !important;}
.mt-xxxl-n60, .my-xxxl-n60 {margin-top:-14rem !important;}
.mr-xxxl-n60, .mx-xxxl-n60 {margin-right:-14rem !important;}
.mb-xxxl-n60, .my-xxxl-n60 {margin-bottom:-14rem !important;}
.ml-xxxl-n60, .mx-xxxl-n60 {margin-left:-14rem !important;}
.m-xxxl-auto {margin:auto !important;}
.mt-xxxl-auto, .my-xxxl-auto {margin-top:auto !important;}
.mr-xxxl-auto, .mx-xxxl-auto {margin-right:auto !important;}
.mb-xxxl-auto, .my-xxxl-auto {margin-bottom:auto !important;}
.ml-xxxl-auto, .mx-xxxl-auto {margin-left:auto !important;}
.text-xxxl-left {text-align:left !important;}
.text-xxxl-right {text-align:right !important;}
.text-xxxl-center {text-align:center !important;}
}

@media (max-width: 640px) {
.fancybox__toolbar__items--center:not(:last-child) {display:none;}
}

@media (min-width: 576px) {
.w-sm-100 {width:100% !important;}
.h-sm-100 {height:100% !important;}
.min-w-sm-100 {min-width:100% !important;}
.min-h-sm-100 {min-height:100% !important;}
.max-h-sm-100 {max-height:100% !important;}
.max-w-sm-100 {max-width:100% !important;}
.w-sm-75 {width:75% !important;}
.h-sm-75 {height:75% !important;}
.min-w-sm-75 {min-width:75% !important;}
.min-h-sm-75 {min-height:75% !important;}
.max-h-sm-75 {max-height:75% !important;}
.max-w-sm-75 {max-width:75% !important;}
.w-sm-50 {width:50% !important;}
.h-sm-50 {height:50% !important;}
.min-w-sm-50 {min-width:50% !important;}
.min-h-sm-50 {min-height:50% !important;}
.max-h-sm-50 {max-height:50% !important;}
.max-w-sm-50 {max-width:50% !important;}
.w-sm-25 {width:25% !important;}
.h-sm-25 {height:25% !important;}
.min-w-sm-25 {min-width:25% !important;}
.min-h-sm-25 {min-height:25% !important;}
.max-h-sm-25 {max-height:25% !important;}
.max-w-sm-25 {max-width:25% !important;}
.w-sm-auto {width:auto !important;}
.h-sm-auto {height:auto !important;}
.min-w-sm-auto {min-width:auto !important;}
.min-h-sm-auto {min-height:auto !important;}
.max-h-sm-auto {max-height:auto !important;}
.max-w-sm-auto {max-width:auto !important;}
.w-sm-1px {width:1px !important;}
.h-sm-1px {height:1px !important;}
.min-w-sm-1px {min-width:1px !important;}
.min-h-sm-1px {min-height:1px !important;}
.max-h-sm-1px {max-height:1px !important;}
.max-w-sm-1px {max-width:1px !important;}
.w-sm-2px {width:2px !important;}
.h-sm-2px {height:2px !important;}
.min-w-sm-2px {min-width:2px !important;}
.min-h-sm-2px {min-height:2px !important;}
.max-h-sm-2px {max-height:2px !important;}
.max-w-sm-2px {max-width:2px !important;}
.w-sm-3px {width:3px !important;}
.h-sm-3px {height:3px !important;}
.min-w-sm-3px {min-width:3px !important;}
.min-h-sm-3px {min-height:3px !important;}
.max-h-sm-3px {max-height:3px !important;}
.max-w-sm-3px {max-width:3px !important;}
.w-sm-4px {width:4px !important;}
.h-sm-4px {height:4px !important;}
.min-w-sm-4px {min-width:4px !important;}
.min-h-sm-4px {min-height:4px !important;}
.max-h-sm-4px {max-height:4px !important;}
.max-w-sm-4px {max-width:4px !important;}
.w-sm-5px {width:5px !important;}
.h-sm-5px {height:5px !important;}
.min-w-sm-5px {min-width:5px !important;}
.min-h-sm-5px {min-height:5px !important;}
.max-h-sm-5px {max-height:5px !important;}
.max-w-sm-5px {max-width:5px !important;}
.w-sm-10px {width:10px !important;}
.h-sm-10px {height:10px !important;}
.min-w-sm-10px {min-width:10px !important;}
.min-h-sm-10px {min-height:10px !important;}
.max-h-sm-10px {max-height:10px !important;}
.max-w-sm-10px {max-width:10px !important;}
.w-sm-15px {width:15px !important;}
.h-sm-15px {height:15px !important;}
.min-w-sm-15px {min-width:15px !important;}
.min-h-sm-15px {min-height:15px !important;}
.max-h-sm-15px {max-height:15px !important;}
.max-w-sm-15px {max-width:15px !important;}
.w-sm-20px {width:20px !important;}
.h-sm-20px {height:20px !important;}
.min-w-sm-20px {min-width:20px !important;}
.min-h-sm-20px {min-height:20px !important;}
.max-h-sm-20px {max-height:20px !important;}
.max-w-sm-20px {max-width:20px !important;}
.w-sm-25px {width:25px !important;}
.h-sm-25px {height:25px !important;}
.min-w-sm-25px {min-width:25px !important;}
.min-h-sm-25px {min-height:25px !important;}
.max-h-sm-25px {max-height:25px !important;}
.max-w-sm-25px {max-width:25px !important;}
.w-sm-30px {width:30px !important;}
.h-sm-30px {height:30px !important;}
.min-w-sm-30px {min-width:30px !important;}
.min-h-sm-30px {min-height:30px !important;}
.max-h-sm-30px {max-height:30px !important;}
.max-w-sm-30px {max-width:30px !important;}
.w-sm-35px {width:35px !important;}
.h-sm-35px {height:35px !important;}
.min-w-sm-35px {min-width:35px !important;}
.min-h-sm-35px {min-height:35px !important;}
.max-h-sm-35px {max-height:35px !important;}
.max-w-sm-35px {max-width:35px !important;}
.w-sm-40px {width:40px !important;}
.h-sm-40px {height:40px !important;}
.min-w-sm-40px {min-width:40px !important;}
.min-h-sm-40px {min-height:40px !important;}
.max-h-sm-40px {max-height:40px !important;}
.max-w-sm-40px {max-width:40px !important;}
.w-sm-45px {width:45px !important;}
.h-sm-45px {height:45px !important;}
.min-w-sm-45px {min-width:45px !important;}
.min-h-sm-45px {min-height:45px !important;}
.max-h-sm-45px {max-height:45px !important;}
.max-w-sm-45px {max-width:45px !important;}
.w-sm-50px {width:50px !important;}
.h-sm-50px {height:50px !important;}
.min-w-sm-50px {min-width:50px !important;}
.min-h-sm-50px {min-height:50px !important;}
.max-h-sm-50px {max-height:50px !important;}
.max-w-sm-50px {max-width:50px !important;}
.w-sm-55px {width:55px !important;}
.h-sm-55px {height:55px !important;}
.min-w-sm-55px {min-width:55px !important;}
.min-h-sm-55px {min-height:55px !important;}
.max-h-sm-55px {max-height:55px !important;}
.max-w-sm-55px {max-width:55px !important;}
.w-sm-60px {width:60px !important;}
.h-sm-60px {height:60px !important;}
.min-w-sm-60px {min-width:60px !important;}
.min-h-sm-60px {min-height:60px !important;}
.max-h-sm-60px {max-height:60px !important;}
.max-w-sm-60px {max-width:60px !important;}
.w-sm-65px {width:65px !important;}
.h-sm-65px {height:65px !important;}
.min-w-sm-65px {min-width:65px !important;}
.min-h-sm-65px {min-height:65px !important;}
.max-h-sm-65px {max-height:65px !important;}
.max-w-sm-65px {max-width:65px !important;}
.w-sm-70px {width:70px !important;}
.h-sm-70px {height:70px !important;}
.min-w-sm-70px {min-width:70px !important;}
.min-h-sm-70px {min-height:70px !important;}
.max-h-sm-70px {max-height:70px !important;}
.max-w-sm-70px {max-width:70px !important;}
.w-sm-75px {width:75px !important;}
.h-sm-75px {height:75px !important;}
.min-w-sm-75px {min-width:75px !important;}
.min-h-sm-75px {min-height:75px !important;}
.max-h-sm-75px {max-height:75px !important;}
.max-w-sm-75px {max-width:75px !important;}
.w-sm-80px {width:80px !important;}
.h-sm-80px {height:80px !important;}
.min-w-sm-80px {min-width:80px !important;}
.min-h-sm-80px {min-height:80px !important;}
.max-h-sm-80px {max-height:80px !important;}
.max-w-sm-80px {max-width:80px !important;}
.w-sm-85px {width:85px !important;}
.h-sm-85px {height:85px !important;}
.min-w-sm-85px {min-width:85px !important;}
.min-h-sm-85px {min-height:85px !important;}
.max-h-sm-85px {max-height:85px !important;}
.max-w-sm-85px {max-width:85px !important;}
.w-sm-90px {width:90px !important;}
.h-sm-90px {height:90px !important;}
.min-w-sm-90px {min-width:90px !important;}
.min-h-sm-90px {min-height:90px !important;}
.max-h-sm-90px {max-height:90px !important;}
.max-w-sm-90px {max-width:90px !important;}
.w-sm-95px {width:95px !important;}
.h-sm-95px {height:95px !important;}
.min-w-sm-95px {min-width:95px !important;}
.min-h-sm-95px {min-height:95px !important;}
.max-h-sm-95px {max-height:95px !important;}
.max-w-sm-95px {max-width:95px !important;}
.w-sm-100px {width:100px !important;}
.h-sm-100px {height:100px !important;}
.min-w-sm-100px {min-width:100px !important;}
.min-h-sm-100px {min-height:100px !important;}
.max-h-sm-100px {max-height:100px !important;}
.max-w-sm-100px {max-width:100px !important;}
.w-sm-105px {width:105px !important;}
.h-sm-105px {height:105px !important;}
.min-w-sm-105px {min-width:105px !important;}
.min-h-sm-105px {min-height:105px !important;}
.max-h-sm-105px {max-height:105px !important;}
.max-w-sm-105px {max-width:105px !important;}
.w-sm-110px {width:110px !important;}
.h-sm-110px {height:110px !important;}
.min-w-sm-110px {min-width:110px !important;}
.min-h-sm-110px {min-height:110px !important;}
.max-h-sm-110px {max-height:110px !important;}
.max-w-sm-110px {max-width:110px !important;}
.w-sm-115px {width:115px !important;}
.h-sm-115px {height:115px !important;}
.min-w-sm-115px {min-width:115px !important;}
.min-h-sm-115px {min-height:115px !important;}
.max-h-sm-115px {max-height:115px !important;}
.max-w-sm-115px {max-width:115px !important;}
.w-sm-120px {width:120px !important;}
.h-sm-120px {height:120px !important;}
.min-w-sm-120px {min-width:120px !important;}
.min-h-sm-120px {min-height:120px !important;}
.max-h-sm-120px {max-height:120px !important;}
.max-w-sm-120px {max-width:120px !important;}
.w-sm-125px {width:125px !important;}
.h-sm-125px {height:125px !important;}
.min-w-sm-125px {min-width:125px !important;}
.min-h-sm-125px {min-height:125px !important;}
.max-h-sm-125px {max-height:125px !important;}
.max-w-sm-125px {max-width:125px !important;}
.w-sm-130px {width:130px !important;}
.h-sm-130px {height:130px !important;}
.min-w-sm-130px {min-width:130px !important;}
.min-h-sm-130px {min-height:130px !important;}
.max-h-sm-130px {max-height:130px !important;}
.max-w-sm-130px {max-width:130px !important;}
.w-sm-135px {width:135px !important;}
.h-sm-135px {height:135px !important;}
.min-w-sm-135px {min-width:135px !important;}
.min-h-sm-135px {min-height:135px !important;}
.max-h-sm-135px {max-height:135px !important;}
.max-w-sm-135px {max-width:135px !important;}
.w-sm-140px {width:140px !important;}
.h-sm-140px {height:140px !important;}
.min-w-sm-140px {min-width:140px !important;}
.min-h-sm-140px {min-height:140px !important;}
.max-h-sm-140px {max-height:140px !important;}
.max-w-sm-140px {max-width:140px !important;}
.w-sm-145px {width:145px !important;}
.h-sm-145px {height:145px !important;}
.min-w-sm-145px {min-width:145px !important;}
.min-h-sm-145px {min-height:145px !important;}
.max-h-sm-145px {max-height:145px !important;}
.max-w-sm-145px {max-width:145px !important;}
.w-sm-150px {width:150px !important;}
.h-sm-150px {height:150px !important;}
.min-w-sm-150px {min-width:150px !important;}
.min-h-sm-150px {min-height:150px !important;}
.max-h-sm-150px {max-height:150px !important;}
.max-w-sm-150px {max-width:150px !important;}
.w-sm-155px {width:155px !important;}
.h-sm-155px {height:155px !important;}
.min-w-sm-155px {min-width:155px !important;}
.min-h-sm-155px {min-height:155px !important;}
.max-h-sm-155px {max-height:155px !important;}
.max-w-sm-155px {max-width:155px !important;}
.w-sm-160px {width:160px !important;}
.h-sm-160px {height:160px !important;}
.min-w-sm-160px {min-width:160px !important;}
.min-h-sm-160px {min-height:160px !important;}
.max-h-sm-160px {max-height:160px !important;}
.max-w-sm-160px {max-width:160px !important;}
.w-sm-165px {width:165px !important;}
.h-sm-165px {height:165px !important;}
.min-w-sm-165px {min-width:165px !important;}
.min-h-sm-165px {min-height:165px !important;}
.max-h-sm-165px {max-height:165px !important;}
.max-w-sm-165px {max-width:165px !important;}
.w-sm-176px {width:170px !important;}
.h-sm-176px {height:170px !important;}
.min-w-sm-176px {min-width:170px !important;}
.min-h-sm-176px {min-height:170px !important;}
.max-h-sm-176px {max-height:170px !important;}
.max-w-sm-176px {max-width:170px !important;}
.w-sm-175px {width:175px !important;}
.h-sm-175px {height:175px !important;}
.min-w-sm-175px {min-width:175px !important;}
.min-h-sm-175px {min-height:175px !important;}
.max-h-sm-175px {max-height:175px !important;}
.max-w-sm-175px {max-width:175px !important;}
.w-sm-180px {width:180px !important;}
.h-sm-180px {height:180px !important;}
.min-w-sm-180px {min-width:180px !important;}
.min-h-sm-180px {min-height:180px !important;}
.max-h-sm-180px {max-height:180px !important;}
.max-w-sm-180px {max-width:180px !important;}
.w-sm-200px {width:200px !important;}
.h-sm-200px {height:200px !important;}
.min-w-sm-200px {min-width:200px !important;}
.min-h-sm-200px {min-height:200px !important;}
.max-h-sm-200px {max-height:200px !important;}
.max-w-sm-200px {max-width:200px !important;}
.w-sm-225px {width:225px !important;}
.h-sm-225px {height:225px !important;}
.min-w-sm-225px {min-width:225px !important;}
.min-h-sm-225px {min-height:225px !important;}
.max-h-sm-225px {max-height:225px !important;}
.max-w-sm-225px {max-width:225px !important;}
.w-sm-235px {width:235px !important;}
.h-sm-235px {height:235px !important;}
.min-w-sm-235px {min-width:235px !important;}
.min-h-sm-235px {min-height:235px !important;}
.max-h-sm-235px {max-height:235px !important;}
.max-w-sm-235px {max-width:235px !important;}
.w-sm-250px {width:250px !important;}
.h-sm-250px {height:250px !important;}
.min-w-sm-250px {min-width:250px !important;}
.min-h-sm-250px {min-height:250px !important;}
.max-h-sm-250px {max-height:250px !important;}
.max-w-sm-250px {max-width:250px !important;}
.w-sm-255px {width:255px !important;}
.h-sm-255px {height:255px !important;}
.min-w-sm-255px {min-width:255px !important;}
.min-h-sm-255px {min-height:255px !important;}
.max-h-sm-255px {max-height:255px !important;}
.max-w-sm-255px {max-width:255px !important;}
.w-sm-260px {width:260px !important;}
.h-sm-260px {height:260px !important;}
.min-w-sm-260px {min-width:260px !important;}
.min-h-sm-260px {min-height:260px !important;}
.max-h-sm-260px {max-height:260px !important;}
.max-w-sm-260px {max-width:260px !important;}
.w-sm-265px {width:265px !important;}
.h-sm-265px {height:265px !important;}
.min-w-sm-265px {min-width:265px !important;}
.min-h-sm-265px {min-height:265px !important;}
.max-h-sm-265px {max-height:265px !important;}
.max-w-sm-265px {max-width:265px !important;}
.w-sm-275px {width:275px !important;}
.h-sm-275px {height:275px !important;}
.min-w-sm-275px {min-width:275px !important;}
.min-h-sm-275px {min-height:275px !important;}
.max-h-sm-275px {max-height:275px !important;}
.max-w-sm-275px {max-width:275px !important;}
.w-sm-295px {width:295px !important;}
.h-sm-295px {height:295px !important;}
.min-w-sm-295px {min-width:295px !important;}
.min-h-sm-295px {min-height:295px !important;}
.max-h-sm-295px {max-height:295px !important;}
.max-w-sm-295px {max-width:295px !important;}
.w-sm-300px {width:300px !important;}
.h-sm-300px {height:300px !important;}
.min-w-sm-300px {min-width:300px !important;}
.min-h-sm-300px {min-height:300px !important;}
.max-h-sm-300px {max-height:300px !important;}
.max-w-sm-300px {max-width:300px !important;}
.w-sm-325px {width:325px !important;}
.h-sm-325px {height:325px !important;}
.min-w-sm-325px {min-width:325px !important;}
.min-h-sm-325px {min-height:325px !important;}
.max-h-sm-325px {max-height:325px !important;}
.max-w-sm-325px {max-width:325px !important;}
.w-sm-350px {width:350px !important;}
.h-sm-350px {height:350px !important;}
.min-w-sm-350px {min-width:350px !important;}
.min-h-sm-350px {min-height:350px !important;}
.max-h-sm-350px {max-height:350px !important;}
.max-w-sm-350px {max-width:350px !important;}
.w-sm-375px {width:375px !important;}
.h-sm-375px {height:375px !important;}
.min-w-sm-375px {min-width:375px !important;}
.min-h-sm-375px {min-height:375px !important;}
.max-h-sm-375px {max-height:375px !important;}
.max-w-sm-375px {max-width:375px !important;}
.w-sm-400px {width:400px !important;}
.h-sm-400px {height:400px !important;}
.min-w-sm-400px {min-width:400px !important;}
.min-h-sm-400px {min-height:400px !important;}
.max-h-sm-400px {max-height:400px !important;}
.max-w-sm-400px {max-width:400px !important;}
.w-sm-425px {width:425px !important;}
.h-sm-425px {height:425px !important;}
.min-w-sm-425px {min-width:425px !important;}
.min-h-sm-425px {min-height:425px !important;}
.max-h-sm-425px {max-height:425px !important;}
.max-w-sm-425px {max-width:425px !important;}
.w-sm-450px {width:450px !important;}
.h-sm-450px {height:450px !important;}
.min-w-sm-450px {min-width:450px !important;}
.min-h-sm-450px {min-height:450px !important;}
.max-h-sm-450px {max-height:450px !important;}
.max-w-sm-450px {max-width:450px !important;}
.w-sm-475px {width:475px !important;}
.h-sm-475px {height:475px !important;}
.min-w-sm-475px {min-width:475px !important;}
.min-h-sm-475px {min-height:475px !important;}
.max-h-sm-475px {max-height:475px !important;}
.max-w-sm-475px {max-width:475px !important;}
.w-sm-500px {width:500px !important;}
.h-sm-500px {height:500px !important;}
.min-w-sm-500px {min-width:500px !important;}
.min-h-sm-500px {min-height:500px !important;}
.max-h-sm-500px {max-height:500px !important;}
.max-w-sm-500px {max-width:500px !important;}
.w-sm-550px {width:550px !important;}
.h-sm-550px {height:550px !important;}
.min-w-sm-550px {min-width:550px !important;}
.min-h-sm-550px {min-height:550px !important;}
.max-h-sm-550px {max-height:550px !important;}
.max-w-sm-550px {max-width:550px !important;}
.w-sm-600px {width:600px !important;}
.h-sm-600px {height:600px !important;}
.min-w-sm-600px {min-width:600px !important;}
.min-h-sm-600px {min-height:600px !important;}
.max-h-sm-600px {max-height:600px !important;}
.max-w-sm-600px {max-width:600px !important;}
.w-sm-650px {width:650px !important;}
.h-sm-650px {height:650px !important;}
.min-w-sm-650px {min-width:650px !important;}
.min-h-sm-650px {min-height:650px !important;}
.max-h-sm-650px {max-height:650px !important;}
.max-w-sm-650px {max-width:650px !important;}
.w-sm-700px {width:700px !important;}
.h-sm-700px {height:700px !important;}
.min-w-sm-700px {min-width:700px !important;}
.min-h-sm-700px {min-height:700px !important;}
.max-h-sm-700px {max-height:700px !important;}
.max-w-sm-700px {max-width:700px !important;}
.w-sm-750px {width:750px !important;}
.h-sm-750px {height:750px !important;}
.min-w-sm-750px {min-width:750px !important;}
.min-h-sm-750px {min-height:750px !important;}
.max-h-sm-750px {max-height:750px !important;}
.max-w-sm-750px {max-width:750px !important;}
.w-sm-800px {width:800px !important;}
.h-sm-800px {height:800px !important;}
.min-w-sm-800px {min-width:800px !important;}
.min-h-sm-800px {min-height:800px !important;}
.max-h-sm-800px {max-height:800px !important;}
.max-w-sm-800px {max-width:800px !important;}
.w-sm-850px {width:850px !important;}
.h-sm-850px {height:850px !important;}
.min-w-sm-850px {min-width:850px !important;}
.min-h-sm-850px {min-height:850px !important;}
.max-h-sm-850px {max-height:850px !important;}
.max-w-sm-850px {max-width:850px !important;}
.w-sm-900px {width:900px !important;}
.h-sm-900px {height:900px !important;}
.min-w-sm-900px {min-width:900px !important;}
.min-h-sm-900px {min-height:900px !important;}
.max-h-sm-900px {max-height:900px !important;}
.max-w-sm-900px {max-width:900px !important;}
.w-sm-950px {width:950px !important;}
.h-sm-950px {height:950px !important;}
.min-w-sm-950px {min-width:950px !important;}
.min-h-sm-950px {min-height:950px !important;}
.max-h-sm-950px {max-height:950px !important;}
.max-w-sm-950px {max-width:950px !important;}
.w-sm-1000px {width:1000px !important;}
.h-sm-1000px {height:1000px !important;}
.min-w-sm-1000px {min-width:1000px !important;}
.min-h-sm-1000px {min-height:1000px !important;}
.max-h-sm-1000px {max-height:1000px !important;}
.max-w-sm-1000px {max-width:1000px !important;}
.w-sm-1200px {width:1200px !important;}
.h-sm-1200px {height:1200px !important;}
.min-w-sm-1200px {min-width:1200px !important;}
.min-h-sm-1200px {min-height:1200px !important;}
.max-h-sm-1200px {max-height:1200px !important;}
.max-w-sm-1200px {max-width:1200px !important;}
.w-sm-1400px {width:1400px !important;}
.h-sm-1400px {height:1400px !important;}
.min-w-sm-1400px {min-width:1400px !important;}
.min-h-sm-1400px {min-height:1400px !important;}
.max-h-sm-1400px {max-height:1400px !important;}
.max-w-sm-1400px {max-width:1400px !important;}
.w-sm-1500px {width:1500px !important;}
.h-sm-1500px {height:1500px !important;}
.min-w-sm-1500px {min-width:1500px !important;}
.min-h-sm-1500px {min-height:1500px !important;}
.max-h-sm-1500px {max-height:1500px !important;}
.max-w-sm-1500px {max-width:1500px !important;}
}

@media (min-width: 768px) {
.w-md-100 {width:100% !important;}
.h-md-100 {height:100% !important;}
.min-w-md-100 {min-width:100% !important;}
.min-h-md-100 {min-height:100% !important;}
.max-h-md-100 {max-height:100% !important;}
.max-w-md-100 {max-width:100% !important;}
.w-md-75 {width:75% !important;}
.h-md-75 {height:75% !important;}
.min-w-md-75 {min-width:75% !important;}
.min-h-md-75 {min-height:75% !important;}
.max-h-md-75 {max-height:75% !important;}
.max-w-md-75 {max-width:75% !important;}
.w-md-50 {width:50% !important;}
.h-md-50 {height:50% !important;}
.min-w-md-50 {min-width:50% !important;}
.min-h-md-50 {min-height:50% !important;}
.max-h-md-50 {max-height:50% !important;}
.max-w-md-50 {max-width:50% !important;}
.w-md-25 {width:25% !important;}
.h-md-25 {height:25% !important;}
.min-w-md-25 {min-width:25% !important;}
.min-h-md-25 {min-height:25% !important;}
.max-h-md-25 {max-height:25% !important;}
.max-w-md-25 {max-width:25% !important;}
.w-md-auto {width:auto !important;}
.h-md-auto {height:auto !important;}
.min-w-md-auto {min-width:auto !important;}
.min-h-md-auto {min-height:auto !important;}
.max-h-md-auto {max-height:auto !important;}
.max-w-md-auto {max-width:auto !important;}
.w-md-1px {width:1px !important;}
.h-md-1px {height:1px !important;}
.min-w-md-1px {min-width:1px !important;}
.min-h-md-1px {min-height:1px !important;}
.max-h-md-1px {max-height:1px !important;}
.max-w-md-1px {max-width:1px !important;}
.w-md-2px {width:2px !important;}
.h-md-2px {height:2px !important;}
.min-w-md-2px {min-width:2px !important;}
.min-h-md-2px {min-height:2px !important;}
.max-h-md-2px {max-height:2px !important;}
.max-w-md-2px {max-width:2px !important;}
.w-md-3px {width:3px !important;}
.h-md-3px {height:3px !important;}
.min-w-md-3px {min-width:3px !important;}
.min-h-md-3px {min-height:3px !important;}
.max-h-md-3px {max-height:3px !important;}
.max-w-md-3px {max-width:3px !important;}
.w-md-4px {width:4px !important;}
.h-md-4px {height:4px !important;}
.min-w-md-4px {min-width:4px !important;}
.min-h-md-4px {min-height:4px !important;}
.max-h-md-4px {max-height:4px !important;}
.max-w-md-4px {max-width:4px !important;}
.w-md-5px {width:5px !important;}
.h-md-5px {height:5px !important;}
.min-w-md-5px {min-width:5px !important;}
.min-h-md-5px {min-height:5px !important;}
.max-h-md-5px {max-height:5px !important;}
.max-w-md-5px {max-width:5px !important;}
.w-md-10px {width:10px !important;}
.h-md-10px {height:10px !important;}
.min-w-md-10px {min-width:10px !important;}
.min-h-md-10px {min-height:10px !important;}
.max-h-md-10px {max-height:10px !important;}
.max-w-md-10px {max-width:10px !important;}
.w-md-15px {width:15px !important;}
.h-md-15px {height:15px !important;}
.min-w-md-15px {min-width:15px !important;}
.min-h-md-15px {min-height:15px !important;}
.max-h-md-15px {max-height:15px !important;}
.max-w-md-15px {max-width:15px !important;}
.w-md-20px {width:20px !important;}
.h-md-20px {height:20px !important;}
.min-w-md-20px {min-width:20px !important;}
.min-h-md-20px {min-height:20px !important;}
.max-h-md-20px {max-height:20px !important;}
.max-w-md-20px {max-width:20px !important;}
.w-md-25px {width:25px !important;}
.h-md-25px {height:25px !important;}
.min-w-md-25px {min-width:25px !important;}
.min-h-md-25px {min-height:25px !important;}
.max-h-md-25px {max-height:25px !important;}
.max-w-md-25px {max-width:25px !important;}
.w-md-30px {width:30px !important;}
.h-md-30px {height:30px !important;}
.min-w-md-30px {min-width:30px !important;}
.min-h-md-30px {min-height:30px !important;}
.max-h-md-30px {max-height:30px !important;}
.max-w-md-30px {max-width:30px !important;}
.w-md-35px {width:35px !important;}
.h-md-35px {height:35px !important;}
.min-w-md-35px {min-width:35px !important;}
.min-h-md-35px {min-height:35px !important;}
.max-h-md-35px {max-height:35px !important;}
.max-w-md-35px {max-width:35px !important;}
.w-md-40px {width:40px !important;}
.h-md-40px {height:40px !important;}
.min-w-md-40px {min-width:40px !important;}
.min-h-md-40px {min-height:40px !important;}
.max-h-md-40px {max-height:40px !important;}
.max-w-md-40px {max-width:40px !important;}
.w-md-45px {width:45px !important;}
.h-md-45px {height:45px !important;}
.min-w-md-45px {min-width:45px !important;}
.min-h-md-45px {min-height:45px !important;}
.max-h-md-45px {max-height:45px !important;}
.max-w-md-45px {max-width:45px !important;}
.w-md-50px {width:50px !important;}
.h-md-50px {height:50px !important;}
.min-w-md-50px {min-width:50px !important;}
.min-h-md-50px {min-height:50px !important;}
.max-h-md-50px {max-height:50px !important;}
.max-w-md-50px {max-width:50px !important;}
.w-md-55px {width:55px !important;}
.h-md-55px {height:55px !important;}
.min-w-md-55px {min-width:55px !important;}
.min-h-md-55px {min-height:55px !important;}
.max-h-md-55px {max-height:55px !important;}
.max-w-md-55px {max-width:55px !important;}
.w-md-60px {width:60px !important;}
.h-md-60px {height:60px !important;}
.min-w-md-60px {min-width:60px !important;}
.min-h-md-60px {min-height:60px !important;}
.max-h-md-60px {max-height:60px !important;}
.max-w-md-60px {max-width:60px !important;}
.w-md-65px {width:65px !important;}
.h-md-65px {height:65px !important;}
.min-w-md-65px {min-width:65px !important;}
.min-h-md-65px {min-height:65px !important;}
.max-h-md-65px {max-height:65px !important;}
.max-w-md-65px {max-width:65px !important;}
.w-md-70px {width:70px !important;}
.h-md-70px {height:70px !important;}
.min-w-md-70px {min-width:70px !important;}
.min-h-md-70px {min-height:70px !important;}
.max-h-md-70px {max-height:70px !important;}
.max-w-md-70px {max-width:70px !important;}
.w-md-75px {width:75px !important;}
.h-md-75px {height:75px !important;}
.min-w-md-75px {min-width:75px !important;}
.min-h-md-75px {min-height:75px !important;}
.max-h-md-75px {max-height:75px !important;}
.max-w-md-75px {max-width:75px !important;}
.w-md-80px {width:80px !important;}
.h-md-80px {height:80px !important;}
.min-w-md-80px {min-width:80px !important;}
.min-h-md-80px {min-height:80px !important;}
.max-h-md-80px {max-height:80px !important;}
.max-w-md-80px {max-width:80px !important;}
.w-md-85px {width:85px !important;}
.h-md-85px {height:85px !important;}
.min-w-md-85px {min-width:85px !important;}
.min-h-md-85px {min-height:85px !important;}
.max-h-md-85px {max-height:85px !important;}
.max-w-md-85px {max-width:85px !important;}
.w-md-90px {width:90px !important;}
.h-md-90px {height:90px !important;}
.min-w-md-90px {min-width:90px !important;}
.min-h-md-90px {min-height:90px !important;}
.max-h-md-90px {max-height:90px !important;}
.max-w-md-90px {max-width:90px !important;}
.w-md-95px {width:95px !important;}
.h-md-95px {height:95px !important;}
.min-w-md-95px {min-width:95px !important;}
.min-h-md-95px {min-height:95px !important;}
.max-h-md-95px {max-height:95px !important;}
.max-w-md-95px {max-width:95px !important;}
.w-md-100px {width:100px !important;}
.h-md-100px {height:100px !important;}
.min-w-md-100px {min-width:100px !important;}
.min-h-md-100px {min-height:100px !important;}
.max-h-md-100px {max-height:100px !important;}
.max-w-md-100px {max-width:100px !important;}
.w-md-105px {width:105px !important;}
.h-md-105px {height:105px !important;}
.min-w-md-105px {min-width:105px !important;}
.min-h-md-105px {min-height:105px !important;}
.max-h-md-105px {max-height:105px !important;}
.max-w-md-105px {max-width:105px !important;}
.w-md-110px {width:110px !important;}
.h-md-110px {height:110px !important;}
.min-w-md-110px {min-width:110px !important;}
.min-h-md-110px {min-height:110px !important;}
.max-h-md-110px {max-height:110px !important;}
.max-w-md-110px {max-width:141px !important;}
.w-md-115px {width:115px !important;}
.h-md-115px {height:115px !important;}
.min-w-md-115px {min-width:115px !important;}
.min-h-md-115px {min-height:115px !important;}
.max-h-md-115px {max-height:115px !important;}
.max-w-md-115px {max-width:115px !important;}
.w-md-120px {width:120px !important;}
.h-md-120px {height:120px !important;}
.min-w-md-120px {min-width:120px !important;}
.min-h-md-120px {min-height:120px !important;}
.max-h-md-120px {max-height:120px !important;}
.max-w-md-120px {max-width:120px !important;}
.w-md-125px {width:125px !important;}
.h-md-125px {height:125px !important;}
.min-w-md-125px {min-width:125px !important;}
.min-h-md-125px {min-height:125px !important;}
.max-h-md-125px {max-height:125px !important;}
.max-w-md-125px {max-width:125px !important;}
.w-md-130px {width:130px !important;}
.h-md-130px {height:130px !important;}
.min-w-md-130px {min-width:130px !important;}
.min-h-md-130px {min-height:130px !important;}
.max-h-md-130px {max-height:130px !important;}
.max-w-md-130px {max-width:130px !important;}
.w-md-135px {width:135px !important;}
.h-md-135px {height:135px !important;}
.min-w-md-135px {min-width:135px !important;}
.min-h-md-135px {min-height:135px !important;}
.max-h-md-135px {max-height:135px !important;}
.max-w-md-135px {max-width:135px !important;}
.w-md-140px {width:140px !important;}
.h-md-140px {height:140px !important;}
.min-w-md-140px {min-width:140px !important;}
.min-h-md-140px {min-height:140px !important;}
.max-h-md-140px {max-height:140px !important;}
.max-w-md-140px {max-width:140px !important;}
.w-md-145px {width:145px !important;}
.h-md-145px {height:145px !important;}
.min-w-md-145px {min-width:145px !important;}
.min-h-md-145px {min-height:145px !important;}
.max-h-md-145px {max-height:145px !important;}
.max-w-md-145px {max-width:145px !important;}
.w-md-150px {width:150px !important;}
.h-md-150px {height:150px !important;}
.min-w-md-150px {min-width:150px !important;}
.min-h-md-150px {min-height:150px !important;}
.max-h-md-150px {max-height:150px !important;}
.max-w-md-150px {max-width:150px !important;}
.w-md-155px {width:155px !important;}
.h-md-155px {height:155px !important;}
.min-w-md-155px {min-width:155px !important;}
.min-h-md-155px {min-height:155px !important;}
.max-h-md-155px {max-height:155px !important;}
.max-w-md-155px {max-width:155px !important;}
.w-md-160px {width:160px !important;}
.h-md-160px {height:160px !important;}
.min-w-md-160px {min-width:160px !important;}
.min-h-md-160px {min-height:160px !important;}
.max-h-md-160px {max-height:160px !important;}
.max-w-md-160px {max-width:160px !important;}
.w-md-165px {width:165px !important;}
.h-md-165px {height:165px !important;}
.min-w-md-165px {min-width:165px !important;}
.min-h-md-165px {min-height:165px !important;}
.max-h-md-165px {max-height:165px !important;}
.max-w-md-165px {max-width:165px !important;}
.w-md-176px {width:170px !important;}
.h-md-176px {height:170px !important;}
.min-w-md-176px {min-width:170px !important;}
.min-h-md-176px {min-height:170px !important;}
.max-h-md-176px {max-height:170px !important;}
.max-w-md-176px {max-width:170px !important;}
.w-md-175px {width:175px !important;}
.h-md-175px {height:175px !important;}
.min-w-md-175px {min-width:175px !important;}
.min-h-md-175px {min-height:175px !important;}
.max-h-md-175px {max-height:175px !important;}
.max-w-md-175px {max-width:175px !important;}
.w-md-180px {width:180px !important;}
.h-md-180px {height:180px !important;}
.min-w-md-180px {min-width:180px !important;}
.min-h-md-180px {min-height:180px !important;}
.max-h-md-180px {max-height:180px !important;}
.max-w-md-180px {max-width:180px !important;}
.w-md-200px {width:200px !important;}
.h-md-200px {height:200px !important;}
.min-w-md-200px {min-width:200px !important;}
.min-h-md-200px {min-height:200px !important;}
.max-h-md-200px {max-height:200px !important;}
.max-w-md-200px {max-width:200px !important;}
.w-md-225px {width:225px !important;}
.h-md-225px {height:225px !important;}
.min-w-md-225px {min-width:225px !important;}
.min-h-md-225px {min-height:225px !important;}
.max-h-md-225px {max-height:225px !important;}
.max-w-md-225px {max-width:225px !important;}
.w-md-235px {width:235px !important;}
.h-md-235px {height:235px !important;}
.min-w-md-235px {min-width:235px !important;}
.min-h-md-235px {min-height:235px !important;}
.max-h-md-235px {max-height:235px !important;}
.max-w-md-235px {max-width:235px !important;}
.w-md-250px {width:250px !important;}
.h-md-250px {height:250px !important;}
.min-w-md-250px {min-width:250px !important;}
.min-h-md-250px {min-height:250px !important;}
.max-h-md-250px {max-height:250px !important;}
.max-w-md-250px {max-width:250px !important;}
.w-md-255px {width:255px !important;}
.h-md-255px {height:255px !important;}
.min-w-md-255px {min-width:255px !important;}
.min-h-md-255px {min-height:255px !important;}
.max-h-md-255px {max-height:255px !important;}
.max-w-md-255px {max-width:255px !important;}
.w-md-260px {width:260px !important;}
.h-md-260px {height:260px !important;}
.min-w-md-260px {min-width:260px !important;}
.min-h-md-260px {min-height:260px !important;}
.max-h-md-260px {max-height:260px !important;}
.max-w-md-260px {max-width:260px !important;}
.w-md-265px {width:265px !important;}
.h-md-265px {height:265px !important;}
.min-w-md-265px {min-width:265px !important;}
.min-h-md-265px {min-height:265px !important;}
.max-h-md-265px {max-height:265px !important;}
.max-w-md-265px {max-width:265px !important;}
.w-md-275px {width:275px !important;}
.h-md-275px {height:275px !important;}
.min-w-md-275px {min-width:275px !important;}
.min-h-md-275px {min-height:275px !important;}
.max-h-md-275px {max-height:275px !important;}
.max-w-md-275px {max-width:275px !important;}
.w-md-295px {width:295px !important;}
.h-md-295px {height:295px !important;}
.min-w-md-295px {min-width:295px !important;}
.min-h-md-295px {min-height:295px !important;}
.max-h-md-295px {max-height:295px !important;}
.max-w-md-295px {max-width:295px !important;}
.w-md-300px {width:300px !important;}
.h-md-300px {height:300px !important;}
.min-w-md-300px {min-width:300px !important;}
.min-h-md-300px {min-height:300px !important;}
.max-h-md-300px {max-height:300px !important;}
.max-w-md-300px {max-width:300px !important;}
.w-md-325px {width:325px !important;}
.h-md-325px {height:325px !important;}
.min-w-md-325px {min-width:325px !important;}
.min-h-md-325px {min-height:325px !important;}
.max-h-md-325px {max-height:325px !important;}
.max-w-md-325px {max-width:325px !important;}
.w-md-350px {width:350px !important;}
.h-md-350px {height:350px !important;}
.min-w-md-350px {min-width:350px !important;}
.min-h-md-350px {min-height:350px !important;}
.max-h-md-350px {max-height:350px !important;}
.max-w-md-350px {max-width:350px !important;}
.w-md-375px {width:375px !important;}
.h-md-375px {height:375px !important;}
.min-w-md-375px {min-width:375px !important;}
.min-h-md-375px {min-height:375px !important;}
.max-h-md-375px {max-height:375px !important;}
.max-w-md-375px {max-width:375px !important;}
.w-md-400px {width:400px !important;}
.h-md-400px {height:400px !important;}
.min-w-md-400px {min-width:400px !important;}
.min-h-md-400px {min-height:400px !important;}
.max-h-md-400px {max-height:400px !important;}
.max-w-md-400px {max-width:400px !important;}
.w-md-425px {width:425px !important;}
.h-md-425px {height:425px !important;}
.min-w-md-425px {min-width:425px !important;}
.min-h-md-425px {min-height:425px !important;}
.max-h-md-425px {max-height:425px !important;}
.max-w-md-425px {max-width:425px !important;}
.w-md-450px {width:450px !important;}
.h-md-450px {height:450px !important;}
.min-w-md-450px {min-width:450px !important;}
.min-h-md-450px {min-height:450px !important;}
.max-h-md-450px {max-height:450px !important;}
.max-w-md-450px {max-width:450px !important;}
.w-md-475px {width:475px !important;}
.h-md-475px {height:475px !important;}
.min-w-md-475px {min-width:475px !important;}
.min-h-md-475px {min-height:475px !important;}
.max-h-md-475px {max-height:475px !important;}
.max-w-md-475px {max-width:475px !important;}
.w-md-500px {width:500px !important;}
.h-md-500px {height:500px !important;}
.min-w-md-500px {min-width:500px !important;}
.min-h-md-500px {min-height:500px !important;}
.max-h-md-500px {max-height:500px !important;}
.max-w-md-500px {max-width:500px !important;}
.w-md-550px {width:550px !important;}
.h-md-550px {height:550px !important;}
.min-w-md-550px {min-width:550px !important;}
.min-h-md-550px {min-height:550px !important;}
.max-h-md-550px {max-height:550px !important;}
.max-w-md-550px {max-width:550px !important;}
.w-md-600px {width:600px !important;}
.h-md-600px {height:600px !important;}
.min-w-md-600px {min-width:600px !important;}
.min-h-md-600px {min-height:600px !important;}
.max-h-md-600px {max-height:600px !important;}
.max-w-md-600px {max-width:600px !important;}
.w-md-650px {width:650px !important;}
.h-md-650px {height:650px !important;}
.min-w-md-650px {min-width:650px !important;}
.min-h-md-650px {min-height:650px !important;}
.max-h-md-650px {max-height:650px !important;}
.max-w-md-650px {max-width:650px !important;}
.w-md-700px {width:700px !important;}
.h-md-700px {height:700px !important;}
.min-w-md-700px {min-width:700px !important;}
.min-h-md-700px {min-height:700px !important;}
.max-h-md-700px {max-height:700px !important;}
.max-w-md-700px {max-width:700px !important;}
.w-md-750px {width:750px !important;}
.h-md-750px {height:750px !important;}
.min-w-md-750px {min-width:750px !important;}
.min-h-md-750px {min-height:750px !important;}
.max-h-md-750px {max-height:750px !important;}
.max-w-md-750px {max-width:750px !important;}
.w-md-800px {width:800px !important;}
.h-md-800px {height:800px !important;}
.min-w-md-800px {min-width:800px !important;}
.min-h-md-800px {min-height:800px !important;}
.max-h-md-800px {max-height:800px !important;}
.max-w-md-800px {max-width:800px !important;}
.w-md-850px {width:850px !important;}
.h-md-850px {height:850px !important;}
.min-w-md-850px {min-width:850px !important;}
.min-h-md-850px {min-height:850px !important;}
.max-h-md-850px {max-height:850px !important;}
.max-w-md-850px {max-width:850px !important;}
.w-md-900px {width:900px !important;}
.h-md-900px {height:900px !important;}
.min-w-md-900px {min-width:900px !important;}
.min-h-md-900px {min-height:900px !important;}
.max-h-md-900px {max-height:900px !important;}
.max-w-md-900px {max-width:900px !important;}
.w-md-950px {width:950px !important;}
.h-md-950px {height:950px !important;}
.min-w-md-950px {min-width:950px !important;}
.min-h-md-950px {min-height:950px !important;}
.max-h-md-950px {max-height:950px !important;}
.max-w-md-950px {max-width:950px !important;}
.w-md-1000px {width:1000px !important;}
.h-md-1000px {height:1000px !important;}
.min-w-md-1000px {min-width:1000px !important;}
.min-h-md-1000px {min-height:1000px !important;}
.max-h-md-1000px {max-height:1000px !important;}
.max-w-md-1000px {max-width:1000px !important;}
.w-md-1200px {width:1200px !important;}
.h-md-1200px {height:1200px !important;}
.min-w-md-1200px {min-width:1200px !important;}
.min-h-md-1200px {min-height:1200px !important;}
.max-h-md-1200px {max-height:1200px !important;}
.max-w-md-1200px {max-width:1200px !important;}
.w-md-1400px {width:1400px !important;}
.h-md-1400px {height:1400px !important;}
.min-w-md-1400px {min-width:1400px !important;}
.min-h-md-1400px {min-height:1400px !important;}
.max-h-md-1400px {max-height:1400px !important;}
.max-w-md-1400px {max-width:1400px !important;}
.w-md-1500px {width:1500px !important;}
.h-md-1500px {height:1500px !important;}
.min-w-md-1500px {min-width:1500px !important;}
.min-h-md-1500px {min-height:1500px !important;}
.max-h-md-1500px {max-height:1500px !important;}
.max-w-md-1500px {max-width:1500px !important;}
}

@media (min-width: 992px) {
.w-lg-100 {width:100% !important;}
.h-lg-100 {height:100% !important;}
.min-w-lg-100 {min-width:100% !important;}
.min-h-lg-100 {min-height:100% !important;}
.max-h-lg-100 {max-height:100% !important;}
.max-w-lg-100 {max-width:100% !important;}
.w-lg-75 {width:75% !important;}
.h-lg-75 {height:75% !important;}
.min-w-lg-75 {min-width:75% !important;}
.min-h-lg-75 {min-height:75% !important;}
.max-h-lg-75 {max-height:75% !important;}
.max-w-lg-75 {max-width:75% !important;}
.w-lg-50 {width:50% !important;}
.h-lg-50 {height:50% !important;}
.min-w-lg-50 {min-width:50% !important;}
.min-h-lg-50 {min-height:50% !important;}
.max-h-lg-50 {max-height:50% !important;}
.max-w-lg-50 {max-width:50% !important;}
.w-lg-25 {width:25% !important;}
.h-lg-25 {height:25% !important;}
.min-w-lg-25 {min-width:25% !important;}
.min-h-lg-25 {min-height:25% !important;}
.max-h-lg-25 {max-height:25% !important;}
.max-w-lg-25 {max-width:25% !important;}
.w-lg-auto {width:auto !important;}
.h-lg-auto {height:auto !important;}
.min-w-lg-auto {min-width:auto !important;}
.min-h-lg-auto {min-height:auto !important;}
.max-h-lg-auto {max-height:auto !important;}
.max-w-lg-auto {max-width:auto !important;}
.w-lg-1px {width:1px !important;}
.h-lg-1px {height:1px !important;}
.min-w-lg-1px {min-width:1px !important;}
.min-h-lg-1px {min-height:1px !important;}
.max-h-lg-1px {max-height:1px !important;}
.max-w-lg-1px {max-width:1px !important;}
.w-lg-2px {width:2px !important;}
.h-lg-2px {height:2px !important;}
.min-w-lg-2px {min-width:2px !important;}
.min-h-lg-2px {min-height:2px !important;}
.max-h-lg-2px {max-height:2px !important;}
.max-w-lg-2px {max-width:2px !important;}
.w-lg-3px {width:3px !important;}
.h-lg-3px {height:3px !important;}
.min-w-lg-3px {min-width:3px !important;}
.min-h-lg-3px {min-height:3px !important;}
.max-h-lg-3px {max-height:3px !important;}
.max-w-lg-3px {max-width:3px !important;}
.w-lg-4px {width:4px !important;}
.h-lg-4px {height:4px !important;}
.min-w-lg-4px {min-width:4px !important;}
.min-h-lg-4px {min-height:4px !important;}
.max-h-lg-4px {max-height:4px !important;}
.max-w-lg-4px {max-width:4px !important;}
.w-lg-5px {width:5px !important;}
.h-lg-5px {height:5px !important;}
.min-w-lg-5px {min-width:5px !important;}
.min-h-lg-5px {min-height:5px !important;}
.max-h-lg-5px {max-height:5px !important;}
.max-w-lg-5px {max-width:5px !important;}
.w-lg-10px {width:10px !important;}
.h-lg-10px {height:10px !important;}
.min-w-lg-10px {min-width:10px !important;}
.min-h-lg-10px {min-height:10px !important;}
.max-h-lg-10px {max-height:10px !important;}
.max-w-lg-10px {max-width:10px !important;}
.w-lg-15px {width:15px !important;}
.h-lg-15px {height:15px !important;}
.min-w-lg-15px {min-width:15px !important;}
.min-h-lg-15px {min-height:15px !important;}
.max-h-lg-15px {max-height:15px !important;}
.max-w-lg-15px {max-width:15px !important;}
.w-lg-20px {width:20px !important;}
.h-lg-20px {height:20px !important;}
.min-w-lg-20px {min-width:20px !important;}
.min-h-lg-20px {min-height:20px !important;}
.max-h-lg-20px {max-height:20px !important;}
.max-w-lg-20px {max-width:20px !important;}
.w-lg-25px {width:25px !important;}
.h-lg-25px {height:25px !important;}
.min-w-lg-25px {min-width:25px !important;}
.min-h-lg-25px {min-height:25px !important;}
.max-h-lg-25px {max-height:25px !important;}
.max-w-lg-25px {max-width:25px !important;}
.w-lg-30px {width:30px !important;}
.h-lg-30px {height:30px !important;}
.min-w-lg-30px {min-width:30px !important;}
.min-h-lg-30px {min-height:30px !important;}
.max-h-lg-30px {max-height:30px !important;}
.max-w-lg-30px {max-width:30px !important;}
.w-lg-35px {width:35px !important;}
.h-lg-35px {height:35px !important;}
.min-w-lg-35px {min-width:35px !important;}
.min-h-lg-35px {min-height:35px !important;}
.max-h-lg-35px {max-height:35px !important;}
.max-w-lg-35px {max-width:35px !important;}
.w-lg-40px {width:40px !important;}
.h-lg-40px {height:40px !important;}
.min-w-lg-40px {min-width:40px !important;}
.min-h-lg-40px {min-height:40px !important;}
.max-h-lg-40px {max-height:40px !important;}
.max-w-lg-40px {max-width:40px !important;}
.w-lg-45px {width:45px !important;}
.h-lg-45px {height:45px !important;}
.min-w-lg-45px {min-width:45px !important;}
.min-h-lg-45px {min-height:45px !important;}
.max-h-lg-45px {max-height:45px !important;}
.max-w-lg-45px {max-width:45px !important;}
.w-lg-50px {width:50px !important;}
.h-lg-50px {height:50px !important;}
.min-w-lg-50px {min-width:50px !important;}
.min-h-lg-50px {min-height:50px !important;}
.max-h-lg-50px {max-height:50px !important;}
.max-w-lg-50px {max-width:50px !important;}
.w-lg-55px {width:55px !important;}
.h-lg-55px {height:55px !important;}
.min-w-lg-55px {min-width:55px !important;}
.min-h-lg-55px {min-height:55px !important;}
.max-h-lg-55px {max-height:55px !important;}
.max-w-lg-55px {max-width:55px !important;}
.w-lg-60px {width:60px !important;}
.h-lg-60px {height:60px !important;}
.min-w-lg-60px {min-width:60px !important;}
.min-h-lg-60px {min-height:60px !important;}
.max-h-lg-60px {max-height:60px !important;}
.max-w-lg-60px {max-width:60px !important;}
.w-lg-65px {width:65px !important;}
.h-lg-65px {height:65px !important;}
.min-w-lg-65px {min-width:65px !important;}
.min-h-lg-65px {min-height:65px !important;}
.max-h-lg-65px {max-height:65px !important;}
.max-w-lg-65px {max-width:65px !important;}
.w-lg-70px {width:70px !important;}
.h-lg-70px {height:70px !important;}
.min-w-lg-70px {min-width:70px !important;}
.min-h-lg-70px {min-height:70px !important;}
.max-h-lg-70px {max-height:70px !important;}
.max-w-lg-70px {max-width:70px !important;}
.w-lg-75px {width:75px !important;}
.h-lg-75px {height:75px !important;}
.min-w-lg-75px {min-width:75px !important;}
.min-h-lg-75px {min-height:75px !important;}
.max-h-lg-75px {max-height:75px !important;}
.max-w-lg-75px {max-width:75px !important;}
.w-lg-80px {width:80px !important;}
.h-lg-80px {height:80px !important;}
.min-w-lg-80px {min-width:80px !important;}
.min-h-lg-80px {min-height:80px !important;}
.max-h-lg-80px {max-height:80px !important;}
.max-w-lg-80px {max-width:80px !important;}
.w-lg-85px {width:85px !important;}
.h-lg-85px {height:85px !important;}
.min-w-lg-85px {min-width:85px !important;}
.min-h-lg-85px {min-height:85px !important;}
.max-h-lg-85px {max-height:85px !important;}
.max-w-lg-85px {max-width:85px !important;}
.w-lg-90px {width:90px !important;}
.h-lg-90px {height:90px !important;}
.min-w-lg-90px {min-width:90px !important;}
.min-h-lg-90px {min-height:90px !important;}
.max-h-lg-90px {max-height:90px !important;}
.max-w-lg-90px {max-width:90px !important;}
.w-lg-95px {width:95px !important;}
.h-lg-95px {height:95px !important;}
.min-w-lg-95px {min-width:95px !important;}
.min-h-lg-95px {min-height:95px !important;}
.max-h-lg-95px {max-height:95px !important;}
.max-w-lg-95px {max-width:95px !important;}
.w-lg-100px {width:100px !important;}
.h-lg-100px {height:100px !important;}
.min-w-lg-100px {min-width:100px !important;}
.min-h-lg-100px {min-height:100px !important;}
.max-h-lg-100px {max-height:100px !important;}
.max-w-lg-100px {max-width:100px !important;}
.w-lg-105px {width:105px !important;}
.h-lg-105px {height:105px !important;}
.min-w-lg-105px {min-width:105px !important;}
.min-h-lg-105px {min-height:105px !important;}
.max-h-lg-105px {max-height:105px !important;}
.max-w-lg-105px {max-width:105px !important;}
.w-lg-110px {width:110px !important;}
.h-lg-110px {height:110px !important;}
.min-w-lg-110px {min-width:110px !important;}
.min-h-lg-110px {min-height:110px !important;}
.max-h-lg-110px {max-height:110px !important;}
.max-w-lg-110px {max-width:110px !important;}
.w-lg-115px {width:115px !important;}
.h-lg-115px {height:115px !important;}
.min-w-lg-115px {min-width:115px !important;}
.min-h-lg-115px {min-height:115px !important;}
.max-h-lg-115px {max-height:115px !important;}
.max-w-lg-115px {max-width:115px !important;}
.w-lg-120px {width:120px !important;}
.h-lg-120px {height:120px !important;}
.min-w-lg-120px {min-width:120px !important;}
.min-h-lg-120px {min-height:120px !important;}
.max-h-lg-120px {max-height:120px !important;}
.max-w-lg-120px {max-width:120px !important;}
.w-lg-125px {width:125px !important;}
.h-lg-125px {height:125px !important;}
.min-w-lg-125px {min-width:125px !important;}
.min-h-lg-125px {min-height:125px !important;}
.max-h-lg-125px {max-height:125px !important;}
.max-w-lg-125px {max-width:125px !important;}
.w-lg-130px {width:130px !important;}
.h-lg-130px {height:130px !important;}
.min-w-lg-130px {min-width:130px !important;}
.min-h-lg-130px {min-height:130px !important;}
.max-h-lg-130px {max-height:130px !important;}
.max-w-lg-130px {max-width:130px !important;}
.w-lg-135px {width:135px !important;}
.h-lg-135px {height:135px !important;}
.min-w-lg-135px {min-width:135px !important;}
.min-h-lg-135px {min-height:135px !important;}
.max-h-lg-135px {max-height:135px !important;}
.max-w-lg-135px {max-width:135px !important;}
.w-lg-140px {width:140px !important;}
.h-lg-140px {height:140px !important;}
.min-w-lg-140px {min-width:140px !important;}
.min-h-lg-140px {min-height:140px !important;}
.max-h-lg-140px {max-height:140px !important;}
.max-w-lg-140px {max-width:140px !important;}
.w-lg-145px {width:145px !important;}
.h-lg-145px {height:145px !important;}
.min-w-lg-145px {min-width:145px !important;}
.min-h-lg-145px {min-height:145px !important;}
.max-h-lg-145px {max-height:145px !important;}
.max-w-lg-145px {max-width:145px !important;}
.w-lg-150px {width:150px !important;}
.h-lg-150px {height:150px !important;}
.min-w-lg-150px {min-width:150px !important;}
.min-h-lg-150px {min-height:150px !important;}
.max-h-lg-150px {max-height:150px !important;}
.max-w-lg-150px {max-width:150px !important;}
.w-lg-155px {width:155px !important;}
.h-lg-155px {height:155px !important;}
.min-w-lg-155px {min-width:155px !important;}
.min-h-lg-155px {min-height:155px !important;}
.max-h-lg-155px {max-height:155px !important;}
.max-w-lg-155px {max-width:155px !important;}
.w-lg-160px {width:160px !important;}
.h-lg-160px {height:160px !important;}
.min-w-lg-160px {min-width:160px !important;}
.min-h-lg-160px {min-height:160px !important;}
.max-h-lg-160px {max-height:160px !important;}
.max-w-lg-160px {max-width:160px !important;}
.w-lg-165px {width:165px !important;}
.h-lg-165px {height:165px !important;}
.min-w-lg-165px {min-width:165px !important;}
.min-h-lg-165px {min-height:165px !important;}
.max-h-lg-165px {max-height:165px !important;}
.max-w-lg-165px {max-width:165px !important;}
.w-lg-176px {width:170px !important;}
.h-lg-176px {height:170px !important;}
.min-w-lg-176px {min-width:170px !important;}
.min-h-lg-176px {min-height:170px !important;}
.max-h-lg-176px {max-height:170px !important;}
.max-w-lg-176px {max-width:170px !important;}
.w-lg-175px {width:175px !important;}
.h-lg-175px {height:175px !important;}
.min-w-lg-175px {min-width:175px !important;}
.min-h-lg-175px {min-height:175px !important;}
.max-h-lg-175px {max-height:175px !important;}
.max-w-lg-175px {max-width:175px !important;}
.w-lg-180px {width:180px !important;}
.h-lg-180px {height:180px !important;}
.min-w-lg-180px {min-width:180px !important;}
.min-h-lg-180px {min-height:180px !important;}
.max-h-lg-180px {max-height:180px !important;}
.max-w-lg-180px {max-width:180px !important;}
.w-lg-200px {width:200px !important;}
.h-lg-200px {height:200px !important;}
.min-w-lg-200px {min-width:200px !important;}
.min-h-lg-200px {min-height:200px !important;}
.max-h-lg-200px {max-height:200px !important;}
.max-w-lg-200px {max-width:200px !important;}
.w-lg-225px {width:225px !important;}
.h-lg-225px {height:225px !important;}
.min-w-lg-225px {min-width:225px !important;}
.min-h-lg-225px {min-height:225px !important;}
.max-h-lg-225px {max-height:225px !important;}
.max-w-lg-225px {max-width:225px !important;}
.w-lg-235px {width:235px !important;}
.h-lg-235px {height:235px !important;}
.min-w-lg-235px {min-width:235px !important;}
.min-h-lg-235px {min-height:235px !important;}
.max-h-lg-235px {max-height:235px !important;}
.max-w-lg-235px {max-width:235px !important;}
.w-lg-250px {width:250px !important;}
.h-lg-250px {height:250px !important;}
.min-w-lg-250px {min-width:250px !important;}
.min-h-lg-250px {min-height:250px !important;}
.max-h-lg-250px {max-height:250px !important;}
.max-w-lg-250px {max-width:250px !important;}
.w-lg-255px {width:255px !important;}
.h-lg-255px {height:255px !important;}
.min-w-lg-255px {min-width:255px !important;}
.min-h-lg-255px {min-height:255px !important;}
.max-h-lg-255px {max-height:255px !important;}
.max-w-lg-255px {max-width:255px !important;}
.w-lg-260px {width:260px !important;}
.h-lg-260px {height:260px !important;}
.min-w-lg-260px {min-width:260px !important;}
.min-h-lg-260px {min-height:260px !important;}
.max-h-lg-260px {max-height:260px !important;}
.max-w-lg-260px {max-width:260px !important;}
.w-lg-265px {width:265px !important;}
.h-lg-265px {height:265px !important;}
.min-w-lg-265px {min-width:265px !important;}
.min-h-lg-265px {min-height:265px !important;}
.max-h-lg-265px {max-height:265px !important;}
.max-w-lg-265px {max-width:265px !important;}
.w-lg-275px {width:275px !important;}
.h-lg-275px {height:275px !important;}
.min-w-lg-275px {min-width:275px !important;}
.min-h-lg-275px {min-height:275px !important;}
.max-h-lg-275px {max-height:275px !important;}
.max-w-lg-275px {max-width:275px !important;}
.w-lg-295px {width:295px !important;}
.h-lg-295px {height:295px !important;}
.min-w-lg-295px {min-width:295px !important;}
.min-h-lg-295px {min-height:295px !important;}
.max-h-lg-295px {max-height:295px !important;}
.max-w-lg-295px {max-width:295px !important;}
.w-lg-300px {width:300px !important;}
.h-lg-300px {height:300px !important;}
.min-w-lg-300px {min-width:300px !important;}
.min-h-lg-300px {min-height:300px !important;}
.max-h-lg-300px {max-height:300px !important;}
.max-w-lg-300px {max-width:300px !important;}
.w-lg-325px {width:325px !important;}
.h-lg-325px {height:325px !important;}
.min-w-lg-325px {min-width:325px !important;}
.min-h-lg-325px {min-height:325px !important;}
.max-h-lg-325px {max-height:325px !important;}
.max-w-lg-325px {max-width:325px !important;}
.w-lg-350px {width:350px !important;}
.h-lg-350px {height:350px !important;}
.min-w-lg-350px {min-width:350px !important;}
.min-h-lg-350px {min-height:350px !important;}
.max-h-lg-350px {max-height:350px !important;}
.max-w-lg-350px {max-width:350px !important;}
.w-lg-375px {width:375px !important;}
.h-lg-375px {height:375px !important;}
.min-w-lg-375px {min-width:375px !important;}
.min-h-lg-375px {min-height:375px !important;}
.max-h-lg-375px {max-height:375px !important;}
.max-w-lg-375px {max-width:375px !important;}
.w-lg-400px {width:400px !important;}
.h-lg-400px {height:400px !important;}
.min-w-lg-400px {min-width:400px !important;}
.min-h-lg-400px {min-height:400px !important;}
.max-h-lg-400px {max-height:400px !important;}
.max-w-lg-400px {max-width:400px !important;}
.w-lg-425px {width:425px !important;}
.h-lg-425px {height:425px !important;}
.min-w-lg-425px {min-width:425px !important;}
.min-h-lg-425px {min-height:425px !important;}
.max-h-lg-425px {max-height:425px !important;}
.max-w-lg-425px {max-width:425px !important;}
.w-lg-450px {width:450px !important;}
.h-lg-450px {height:450px !important;}
.min-w-lg-450px {min-width:450px !important;}
.min-h-lg-450px {min-height:450px !important;}
.max-h-lg-450px {max-height:450px !important;}
.max-w-lg-450px {max-width:450px !important;}
.w-lg-475px {width:475px !important;}
.h-lg-475px {height:475px !important;}
.min-w-lg-475px {min-width:475px !important;}
.min-h-lg-475px {min-height:475px !important;}
.max-h-lg-475px {max-height:475px !important;}
.max-w-lg-475px {max-width:475px !important;}
.w-lg-500px {width:500px !important;}
.h-lg-500px {height:500px !important;}
.min-w-lg-500px {min-width:500px !important;}
.min-h-lg-500px {min-height:500px !important;}
.max-h-lg-500px {max-height:500px !important;}
.max-w-lg-500px {max-width:500px !important;}
.w-lg-550px {width:550px !important;}
.h-lg-550px {height:550px !important;}
.min-w-lg-550px {min-width:550px !important;}
.min-h-lg-550px {min-height:550px !important;}
.max-h-lg-550px {max-height:550px !important;}
.max-w-lg-550px {max-width:550px !important;}
.w-lg-600px {width:600px !important;}
.h-lg-600px {height:600px !important;}
.min-w-lg-600px {min-width:600px !important;}
.min-h-lg-600px {min-height:600px !important;}
.max-h-lg-600px {max-height:600px !important;}
.max-w-lg-600px {max-width:600px !important;}
.w-lg-650px {width:650px !important;}
.h-lg-650px {height:650px !important;}
.min-w-lg-650px {min-width:650px !important;}
.min-h-lg-650px {min-height:650px !important;}
.max-h-lg-650px {max-height:650px !important;}
.max-w-lg-650px {max-width:650px !important;}
.w-lg-700px {width:700px !important;}
.h-lg-700px {height:700px !important;}
.min-w-lg-700px {min-width:700px !important;}
.min-h-lg-700px {min-height:700px !important;}
.max-h-lg-700px {max-height:700px !important;}
.max-w-lg-700px {max-width:700px !important;}
.w-lg-750px {width:750px !important;}
.h-lg-750px {height:750px !important;}
.min-w-lg-750px {min-width:750px !important;}
.min-h-lg-750px {min-height:750px !important;}
.max-h-lg-750px {max-height:750px !important;}
.max-w-lg-750px {max-width:750px !important;}
.w-lg-800px {width:800px !important;}
.h-lg-800px {height:800px !important;}
.min-w-lg-800px {min-width:800px !important;}
.min-h-lg-800px {min-height:800px !important;}
.max-h-lg-800px {max-height:800px !important;}
.max-w-lg-800px {max-width:800px !important;}
.w-lg-850px {width:850px !important;}
.h-lg-850px {height:850px !important;}
.min-w-lg-850px {min-width:850px !important;}
.min-h-lg-850px {min-height:850px !important;}
.max-h-lg-850px {max-height:850px !important;}
.max-w-lg-850px {max-width:850px !important;}
.w-lg-900px {width:900px !important;}
.h-lg-900px {height:900px !important;}
.min-w-lg-900px {min-width:900px !important;}
.min-h-lg-900px {min-height:900px !important;}
.max-h-lg-900px {max-height:900px !important;}
.max-w-lg-900px {max-width:900px !important;}
.w-lg-950px {width:950px !important;}
.h-lg-950px {height:950px !important;}
.min-w-lg-950px {min-width:950px !important;}
.min-h-lg-950px {min-height:950px !important;}
.max-h-lg-950px {max-height:950px !important;}
.max-w-lg-950px {max-width:950px !important;}
.w-lg-1000px {width:1000px !important;}
.h-lg-1000px {height:1000px !important;}
.min-w-lg-1000px {min-width:1000px !important;}
.min-h-lg-1000px {min-height:1000px !important;}
.max-h-lg-1000px {max-height:1000px !important;}
.max-w-lg-1000px {max-width:1000px !important;}
.w-lg-1200px {width:1200px !important;}
.h-lg-1200px {height:1200px !important;}
.min-w-lg-1200px {min-width:1200px !important;}
.min-h-lg-1200px {min-height:1200px !important;}
.max-h-lg-1200px {max-height:1200px !important;}
.max-w-lg-1200px {max-width:1200px !important;}
.w-lg-1400px {width:1400px !important;}
.h-lg-1400px {height:1400px !important;}
.min-w-lg-1400px {min-width:1400px !important;}
.min-h-lg-1400px {min-height:1400px !important;}
.max-h-lg-1400px {max-height:1400px !important;}
.max-w-lg-1400px {max-width:1400px !important;}
.w-lg-1500px {width:1500px !important;}
.h-lg-1500px {height:1500px !important;}
.min-w-lg-1500px {min-width:1500px !important;}
.min-h-lg-1500px {min-height:1500px !important;}
.max-h-lg-1500px {max-height:1500px !important;}
.max-w-lg-1500px {max-width:1500px !important;}
}

@media (min-width: 1200px) {
.w-xl-100 {width:100% !important;}
.h-xl-100 {height:100% !important;}
.min-w-xl-100 {min-width:100% !important;}
.min-h-xl-100 {min-height:100% !important;}
.max-h-xl-100 {max-height:100% !important;}
.max-w-xl-100 {max-width:100% !important;}
.w-xl-75 {width:75% !important;}
.h-xl-75 {height:75% !important;}
.min-w-xl-75 {min-width:75% !important;}
.min-h-xl-75 {min-height:75% !important;}
.max-h-xl-75 {max-height:75% !important;}
.max-w-xl-75 {max-width:75% !important;}
.w-xl-50 {width:50% !important;}
.h-xl-50 {height:50% !important;}
.min-w-xl-50 {min-width:50% !important;}
.min-h-xl-50 {min-height:50% !important;}
.max-h-xl-50 {max-height:50% !important;}
.max-w-xl-50 {max-width:50% !important;}
.w-xl-25 {width:25% !important;}
.h-xl-25 {height:25% !important;}
.min-w-xl-25 {min-width:25% !important;}
.min-h-xl-25 {min-height:25% !important;}
.max-h-xl-25 {max-height:25% !important;}
.max-w-xl-25 {max-width:25% !important;}
.w-xl-auto {width:auto !important;}
.h-xl-auto {height:auto !important;}
.min-w-xl-auto {min-width:auto !important;}
.min-h-xl-auto {min-height:auto !important;}
.max-h-xl-auto {max-height:auto !important;}
.max-w-xl-auto {max-width:auto !important;}
.w-xl-1px {width:1px !important;}
.h-xl-1px {height:1px !important;}
.min-w-xl-1px {min-width:1px !important;}
.min-h-xl-1px {min-height:1px !important;}
.max-h-xl-1px {max-height:1px !important;}
.max-w-xl-1px {max-width:1px !important;}
.w-xl-2px {width:2px !important;}
.h-xl-2px {height:2px !important;}
.min-w-xl-2px {min-width:2px !important;}
.min-h-xl-2px {min-height:2px !important;}
.max-h-xl-2px {max-height:2px !important;}
.max-w-xl-2px {max-width:2px !important;}
.w-xl-3px {width:3px !important;}
.h-xl-3px {height:3px !important;}
.min-w-xl-3px {min-width:3px !important;}
.min-h-xl-3px {min-height:3px !important;}
.max-h-xl-3px {max-height:3px !important;}
.max-w-xl-3px {max-width:3px !important;}
.w-xl-4px {width:4px !important;}
.h-xl-4px {height:4px !important;}
.min-w-xl-4px {min-width:4px !important;}
.min-h-xl-4px {min-height:4px !important;}
.max-h-xl-4px {max-height:4px !important;}
.max-w-xl-4px {max-width:4px !important;}
.w-xl-5px {width:5px !important;}
.h-xl-5px {height:5px !important;}
.min-w-xl-5px {min-width:5px !important;}
.min-h-xl-5px {min-height:5px !important;}
.max-h-xl-5px {max-height:5px !important;}
.max-w-xl-5px {max-width:5px !important;}
.w-xl-10px {width:10px !important;}
.h-xl-10px {height:10px !important;}
.min-w-xl-10px {min-width:10px !important;}
.min-h-xl-10px {min-height:10px !important;}
.max-h-xl-10px {max-height:10px !important;}
.max-w-xl-10px {max-width:10px !important;}
.w-xl-15px {width:15px !important;}
.h-xl-15px {height:15px !important;}
.min-w-xl-15px {min-width:15px !important;}
.min-h-xl-15px {min-height:15px !important;}
.max-h-xl-15px {max-height:15px !important;}
.max-w-xl-15px {max-width:15px !important;}
.w-xl-20px {width:20px !important;}
.h-xl-20px {height:20px !important;}
.min-w-xl-20px {min-width:20px !important;}
.min-h-xl-20px {min-height:20px !important;}
.max-h-xl-20px {max-height:20px !important;}
.max-w-xl-20px {max-width:20px !important;}
.w-xl-25px {width:25px !important;}
.h-xl-25px {height:25px !important;}
.min-w-xl-25px {min-width:25px !important;}
.min-h-xl-25px {min-height:25px !important;}
.max-h-xl-25px {max-height:25px !important;}
.max-w-xl-25px {max-width:25px !important;}
.w-xl-30px {width:30px !important;}
.h-xl-30px {height:30px !important;}
.min-w-xl-30px {min-width:30px !important;}
.min-h-xl-30px {min-height:30px !important;}
.max-h-xl-30px {max-height:30px !important;}
.max-w-xl-30px {max-width:30px !important;}
.w-xl-35px {width:35px !important;}
.h-xl-35px {height:35px !important;}
.min-w-xl-35px {min-width:35px !important;}
.min-h-xl-35px {min-height:35px !important;}
.max-h-xl-35px {max-height:35px !important;}
.max-w-xl-35px {max-width:35px !important;}
.w-xl-40px {width:40px !important;}
.h-xl-40px {height:40px !important;}
.min-w-xl-40px {min-width:40px !important;}
.min-h-xl-40px {min-height:40px !important;}
.max-h-xl-40px {max-height:40px !important;}
.max-w-xl-40px {max-width:40px !important;}
.w-xl-45px {width:45px !important;}
.h-xl-45px {height:45px !important;}
.min-w-xl-45px {min-width:45px !important;}
.min-h-xl-45px {min-height:45px !important;}
.max-h-xl-45px {max-height:45px !important;}
.max-w-xl-45px {max-width:45px !important;}
.w-xl-50px {width:50px !important;}
.h-xl-50px {height:50px !important;}
.min-w-xl-50px {min-width:50px !important;}
.min-h-xl-50px {min-height:50px !important;}
.max-h-xl-50px {max-height:50px !important;}
.max-w-xl-50px {max-width:50px !important;}
.w-xl-55px {width:55px !important;}
.h-xl-55px {height:55px !important;}
.min-w-xl-55px {min-width:55px !important;}
.min-h-xl-55px {min-height:55px !important;}
.max-h-xl-55px {max-height:55px !important;}
.max-w-xl-55px {max-width:55px !important;}
.w-xl-60px {width:60px !important;}
.h-xl-60px {height:60px !important;}
.min-w-xl-60px {min-width:60px !important;}
.min-h-xl-60px {min-height:60px !important;}
.max-h-xl-60px {max-height:60px !important;}
.max-w-xl-60px {max-width:60px !important;}
.w-xl-65px {width:65px !important;}
.h-xl-65px {height:65px !important;}
.min-w-xl-65px {min-width:65px !important;}
.min-h-xl-65px {min-height:65px !important;}
.max-h-xl-65px {max-height:65px !important;}
.max-w-xl-65px {max-width:65px !important;}
.w-xl-70px {width:70px !important;}
.h-xl-70px {height:70px !important;}
.min-w-xl-70px {min-width:70px !important;}
.min-h-xl-70px {min-height:70px !important;}
.max-h-xl-70px {max-height:70px !important;}
.max-w-xl-70px {max-width:70px !important;}
.w-xl-75px {width:75px !important;}
.h-xl-75px {height:75px !important;}
.min-w-xl-75px {min-width:75px !important;}
.min-h-xl-75px {min-height:75px !important;}
.max-h-xl-75px {max-height:75px !important;}
.max-w-xl-75px {max-width:75px !important;}
.w-xl-80px {width:80px !important;}
.h-xl-80px {height:80px !important;}
.min-w-xl-80px {min-width:80px !important;}
.min-h-xl-80px {min-height:80px !important;}
.max-h-xl-80px {max-height:80px !important;}
.max-w-xl-80px {max-width:80px !important;}
.w-xl-85px {width:85px !important;}
.h-xl-85px {height:85px !important;}
.min-w-xl-85px {min-width:85px !important;}
.min-h-xl-85px {min-height:85px !important;}
.max-h-xl-85px {max-height:85px !important;}
.max-w-xl-85px {max-width:85px !important;}
.w-xl-90px {width:90px !important;}
.h-xl-90px {height:90px !important;}
.min-w-xl-90px {min-width:90px !important;}
.min-h-xl-90px {min-height:90px !important;}
.max-h-xl-90px {max-height:90px !important;}
.max-w-xl-90px {max-width:90px !important;}
.w-xl-95px {width:95px !important;}
.h-xl-95px {height:95px !important;}
.min-w-xl-95px {min-width:95px !important;}
.min-h-xl-95px {min-height:95px !important;}
.max-h-xl-95px {max-height:95px !important;}
.max-w-xl-95px {max-width:95px !important;}
.w-xl-100px {width:100px !important;}
.h-xl-100px {height:100px !important;}
.min-w-xl-100px {min-width:100px !important;}
.min-h-xl-100px {min-height:100px !important;}
.max-h-xl-100px {max-height:100px !important;}
.max-w-xl-100px {max-width:100px !important;}
.w-xl-105px {width:105px !important;}
.h-xl-105px {height:105px !important;}
.min-w-xl-105px {min-width:105px !important;}
.min-h-xl-105px {min-height:105px !important;}
.max-h-xl-105px {max-height:105px !important;}
.max-w-xl-105px {max-width:105px !important;}
.w-xl-110px {width:110px !important;}
.h-xl-110px {height:110px !important;}
.min-w-xl-110px {min-width:110px !important;}
.min-h-xl-110px {min-height:110px !important;}
.max-h-xl-110px {max-height:110px !important;}
.max-w-xl-110px {max-width:110px !important;}
.w-xl-115px {width:115px !important;}
.h-xl-115px {height:115px !important;}
.min-w-xl-115px {min-width:115px !important;}
.min-h-xl-115px {min-height:115px !important;}
.max-h-xl-115px {max-height:115px !important;}
.max-w-xl-115px {max-width:115px !important;}
.w-xl-120px {width:120px !important;}
.h-xl-120px {height:120px !important;}
.min-w-xl-120px {min-width:120px !important;}
.min-h-xl-120px {min-height:120px !important;}
.max-h-xl-120px {max-height:120px !important;}
.max-w-xl-120px {max-width:120px !important;}
.w-xl-125px {width:125px !important;}
.h-xl-125px {height:125px !important;}
.min-w-xl-125px {min-width:125px !important;}
.min-h-xl-125px {min-height:125px !important;}
.max-h-xl-125px {max-height:125px !important;}
.max-w-xl-125px {max-width:125px !important;}
.w-xl-130px {width:130px !important;}
.h-xl-130px {height:130px !important;}
.min-w-xl-130px {min-width:130px !important;}
.min-h-xl-130px {min-height:130px !important;}
.max-h-xl-130px {max-height:130px !important;}
.max-w-xl-130px {max-width:130px !important;}
.w-xl-135px {width:135px !important;}
.h-xl-135px {height:135px !important;}
.min-w-xl-135px {min-width:135px !important;}
.min-h-xl-135px {min-height:135px !important;}
.max-h-xl-135px {max-height:135px !important;}
.max-w-xl-135px {max-width:135px !important;}
.w-xl-140px {width:140px !important;}
.h-xl-140px {height:140px !important;}
.min-w-xl-140px {min-width:140px !important;}
.min-h-xl-140px {min-height:140px !important;}
.max-h-xl-140px {max-height:140px !important;}
.max-w-xl-140px {max-width:140px !important;}
.w-xl-145px {width:145px !important;}
.h-xl-145px {height:145px !important;}
.min-w-xl-145px {min-width:145px !important;}
.min-h-xl-145px {min-height:145px !important;}
.max-h-xl-145px {max-height:145px !important;}
.max-w-xl-145px {max-width:145px !important;}
.w-xl-150px {width:150px !important;}
.h-xl-150px {height:150px !important;}
.min-w-xl-150px {min-width:150px !important;}
.min-h-xl-150px {min-height:150px !important;}
.max-h-xl-150px {max-height:150px !important;}
.max-w-xl-150px {max-width:150px !important;}
.w-xl-155px {width:155px !important;}
.h-xl-155px {height:155px !important;}
.min-w-xl-155px {min-width:155px !important;}
.min-h-xl-155px {min-height:155px !important;}
.max-h-xl-155px {max-height:155px !important;}
.max-w-xl-155px {max-width:155px !important;}
.w-xl-160px {width:160px !important;}
.h-xl-160px {height:160px !important;}
.min-w-xl-160px {min-width:160px !important;}
.min-h-xl-160px {min-height:160px !important;}
.max-h-xl-160px {max-height:160px !important;}
.max-w-xl-160px {max-width:160px !important;}
.w-xl-165px {width:165px !important;}
.h-xl-165px {height:165px !important;}
.min-w-xl-165px {min-width:165px !important;}
.min-h-xl-165px {min-height:165px !important;}
.max-h-xl-165px {max-height:165px !important;}
.max-w-xl-165px {max-width:165px !important;}
.w-xl-176px {width:170px !important;}
.h-xl-176px {height:170px !important;}
.min-w-xl-176px {min-width:170px !important;}
.min-h-xl-176px {min-height:170px !important;}
.max-h-xl-176px {max-height:170px !important;}
.max-w-xl-176px {max-width:170px !important;}
.w-xl-175px {width:175px !important;}
.h-xl-175px {height:175px !important;}
.min-w-xl-175px {min-width:175px !important;}
.min-h-xl-175px {min-height:175px !important;}
.max-h-xl-175px {max-height:175px !important;}
.max-w-xl-175px {max-width:175px !important;}
.w-xl-180px {width:180px !important;}
.h-xl-180px {height:180px !important;}
.min-w-xl-180px {min-width:180px !important;}
.min-h-xl-180px {min-height:180px !important;}
.max-h-xl-180px {max-height:180px !important;}
.max-w-xl-180px {max-width:180px !important;}
.w-xl-200px {width:200px !important;}
.h-xl-200px {height:200px !important;}
.min-w-xl-200px {min-width:200px !important;}
.min-h-xl-200px {min-height:200px !important;}
.max-h-xl-200px {max-height:200px !important;}
.max-w-xl-200px {max-width:200px !important;}
.w-xl-225px {width:225px !important;}
.h-xl-225px {height:225px !important;}
.min-w-xl-225px {min-width:225px !important;}
.min-h-xl-225px {min-height:225px !important;}
.max-h-xl-225px {max-height:225px !important;}
.max-w-xl-225px {max-width:225px !important;}
.w-xl-235px {width:235px !important;}
.h-xl-235px {height:235px !important;}
.min-w-xl-235px {min-width:235px !important;}
.min-h-xl-235px {min-height:235px !important;}
.max-h-xl-235px {max-height:235px !important;}
.max-w-xl-235px {max-width:235px !important;}
.w-xl-250px {width:250px !important;}
.h-xl-250px {height:250px !important;}
.min-w-xl-250px {min-width:250px !important;}
.min-h-xl-250px {min-height:250px !important;}
.max-h-xl-250px {max-height:250px !important;}
.max-w-xl-250px {max-width:250px !important;}
.w-xl-255px {width:255px !important;}
.h-xl-255px {height:255px !important;}
.min-w-xl-255px {min-width:255px !important;}
.min-h-xl-255px {min-height:255px !important;}
.max-h-xl-255px {max-height:255px !important;}
.max-w-xl-255px {max-width:255px !important;}
.w-xl-260px {width:260px !important;}
.h-xl-260px {height:260px !important;}
.min-w-xl-260px {min-width:260px !important;}
.min-h-xl-260px {min-height:260px !important;}
.max-h-xl-260px {max-height:260px !important;}
.max-w-xl-260px {max-width:260px !important;}
.w-xl-265px {width:265px !important;}
.h-xl-265px {height:265px !important;}
.min-w-xl-265px {min-width:265px !important;}
.min-h-xl-265px {min-height:265px !important;}
.max-h-xl-265px {max-height:265px !important;}
.max-w-xl-265px {max-width:265px !important;}
.w-xl-275px {width:275px !important;}
.h-xl-275px {height:275px !important;}
.min-w-xl-275px {min-width:275px !important;}
.min-h-xl-275px {min-height:275px !important;}
.max-h-xl-275px {max-height:275px !important;}
.max-w-xl-275px {max-width:275px !important;}
.w-xl-295px {width:295px !important;}
.h-xl-295px {height:295px !important;}
.min-w-xl-295px {min-width:295px !important;}
.min-h-xl-295px {min-height:295px !important;}
.max-h-xl-295px {max-height:295px !important;}
.max-w-xl-295px {max-width:295px !important;}
.w-xl-300px {width:300px !important;}
.h-xl-300px {height:300px !important;}
.min-w-xl-300px {min-width:300px !important;}
.min-h-xl-300px {min-height:300px !important;}
.max-h-xl-300px {max-height:300px !important;}
.max-w-xl-300px {max-width:300px !important;}
.w-xl-325px {width:325px !important;}
.h-xl-325px {height:325px !important;}
.min-w-xl-325px {min-width:325px !important;}
.min-h-xl-325px {min-height:325px !important;}
.max-h-xl-325px {max-height:325px !important;}
.max-w-xl-325px {max-width:325px !important;}
.w-xl-350px {width:350px !important;}
.h-xl-350px {height:350px !important;}
.min-w-xl-350px {min-width:350px !important;}
.min-h-xl-350px {min-height:350px !important;}
.max-h-xl-350px {max-height:350px !important;}
.max-w-xl-350px {max-width:350px !important;}
.w-xl-375px {width:375px !important;}
.h-xl-375px {height:375px !important;}
.min-w-xl-375px {min-width:375px !important;}
.min-h-xl-375px {min-height:375px !important;}
.max-h-xl-375px {max-height:375px !important;}
.max-w-xl-375px {max-width:375px !important;}
.w-xl-400px {width:400px !important;}
.h-xl-400px {height:400px !important;}
.min-w-xl-400px {min-width:400px !important;}
.min-h-xl-400px {min-height:400px !important;}
.max-h-xl-400px {max-height:400px !important;}
.max-w-xl-400px {max-width:400px !important;}
.w-xl-425px {width:425px !important;}
.h-xl-425px {height:425px !important;}
.min-w-xl-425px {min-width:425px !important;}
.min-h-xl-425px {min-height:425px !important;}
.max-h-xl-425px {max-height:425px !important;}
.max-w-xl-425px {max-width:425px !important;}
.w-xl-450px {width:450px !important;}
.h-xl-450px {height:450px !important;}
.min-w-xl-450px {min-width:450px !important;}
.min-h-xl-450px {min-height:450px !important;}
.max-h-xl-450px {max-height:450px !important;}
.max-w-xl-450px {max-width:450px !important;}
.w-xl-475px {width:475px !important;}
.h-xl-475px {height:475px !important;}
.min-w-xl-475px {min-width:475px !important;}
.min-h-xl-475px {min-height:475px !important;}
.max-h-xl-475px {max-height:475px !important;}
.max-w-xl-475px {max-width:475px !important;}
.w-xl-500px {width:500px !important;}
.h-xl-500px {height:500px !important;}
.min-w-xl-500px {min-width:500px !important;}
.min-h-xl-500px {min-height:500px !important;}
.max-h-xl-500px {max-height:500px !important;}
.max-w-xl-500px {max-width:500px !important;}
.w-xl-550px {width:550px !important;}
.h-xl-550px {height:550px !important;}
.min-w-xl-550px {min-width:550px !important;}
.min-h-xl-550px {min-height:550px !important;}
.max-h-xl-550px {max-height:550px !important;}
.max-w-xl-550px {max-width:550px !important;}
.w-xl-600px {width:600px !important;}
.h-xl-600px {height:600px !important;}
.min-w-xl-600px {min-width:600px !important;}
.min-h-xl-600px {min-height:600px !important;}
.max-h-xl-600px {max-height:600px !important;}
.max-w-xl-600px {max-width:600px !important;}
.w-xl-650px {width:650px !important;}
.h-xl-650px {height:650px !important;}
.min-w-xl-650px {min-width:650px !important;}
.min-h-xl-650px {min-height:650px !important;}
.max-h-xl-650px {max-height:650px !important;}
.max-w-xl-650px {max-width:650px !important;}
.w-xl-700px {width:700px !important;}
.h-xl-700px {height:700px !important;}
.min-w-xl-700px {min-width:700px !important;}
.min-h-xl-700px {min-height:700px !important;}
.max-h-xl-700px {max-height:700px !important;}
.max-w-xl-700px {max-width:700px !important;}
.w-xl-750px {width:750px !important;}
.h-xl-750px {height:750px !important;}
.min-w-xl-750px {min-width:750px !important;}
.min-h-xl-750px {min-height:750px !important;}
.max-h-xl-750px {max-height:750px !important;}
.max-w-xl-750px {max-width:750px !important;}
.w-xl-800px {width:800px !important;}
.h-xl-800px {height:800px !important;}
.min-w-xl-800px {min-width:800px !important;}
.min-h-xl-800px {min-height:800px !important;}
.max-h-xl-800px {max-height:800px !important;}
.max-w-xl-800px {max-width:800px !important;}
.w-xl-850px {width:850px !important;}
.h-xl-850px {height:850px !important;}
.min-w-xl-850px {min-width:850px !important;}
.min-h-xl-850px {min-height:850px !important;}
.max-h-xl-850px {max-height:850px !important;}
.max-w-xl-850px {max-width:850px !important;}
.w-xl-900px {width:900px !important;}
.h-xl-900px {height:900px !important;}
.min-w-xl-900px {min-width:900px !important;}
.min-h-xl-900px {min-height:900px !important;}
.max-h-xl-900px {max-height:900px !important;}
.max-w-xl-900px {max-width:900px !important;}
.w-xl-950px {width:950px !important;}
.h-xl-950px {height:950px !important;}
.min-w-xl-950px {min-width:950px !important;}
.min-h-xl-950px {min-height:950px !important;}
.max-h-xl-950px {max-height:950px !important;}
.max-w-xl-950px {max-width:950px !important;}
.w-xl-1000px {width:1000px !important;}
.h-xl-1000px {height:1000px !important;}
.min-w-xl-1000px {min-width:1000px !important;}
.min-h-xl-1000px {min-height:1000px !important;}
.max-h-xl-1000px {max-height:1000px !important;}
.max-w-xl-1000px {max-width:1000px !important;}
.w-xl-1200px {width:1200px !important;}
.h-xl-1200px {height:1200px !important;}
.min-w-xl-1200px {min-width:1200px !important;}
.min-h-xl-1200px {min-height:1200px !important;}
.max-h-xl-1200px {max-height:1200px !important;}
.max-w-xl-1200px {max-width:1200px !important;}
.w-xl-1400px {width:1400px !important;}
.h-xl-1400px {height:1400px !important;}
.min-w-xl-1400px {min-width:1400px !important;}
.min-h-xl-1400px {min-height:1400px !important;}
.max-h-xl-1400px {max-height:1400px !important;}
.max-w-xl-1400px {max-width:1400px !important;}
.w-xl-1500px {width:1500px !important;}
.h-xl-1500px {height:1500px !important;}
.min-w-xl-1500px {min-width:1500px !important;}
.min-h-xl-1500px {min-height:1500px !important;}
.max-h-xl-1500px {max-height:1500px !important;}
.max-w-xl-1500px {max-width:1500px !important;}
}

@media (min-width: 1400px) {
.w-xxl-100 {width:100% !important;}
.h-xxl-100 {height:100% !important;}
.min-w-xxl-100 {min-width:100% !important;}
.min-h-xxl-100 {min-height:100% !important;}
.max-h-xxl-100 {max-height:100% !important;}
.max-w-xxl-100 {max-width:100% !important;}
.w-xxl-75 {width:75% !important;}
.h-xxl-75 {height:75% !important;}
.min-w-xxl-75 {min-width:75% !important;}
.min-h-xxl-75 {min-height:75% !important;}
.max-h-xxl-75 {max-height:75% !important;}
.max-w-xxl-75 {max-width:75% !important;}
.w-xxl-50 {width:50% !important;}
.h-xxl-50 {height:50% !important;}
.min-w-xxl-50 {min-width:50% !important;}
.min-h-xxl-50 {min-height:50% !important;}
.max-h-xxl-50 {max-height:50% !important;}
.max-w-xxl-50 {max-width:50% !important;}
.w-xxl-25 {width:25% !important;}
.h-xxl-25 {height:25% !important;}
.min-w-xxl-25 {min-width:25% !important;}
.min-h-xxl-25 {min-height:25% !important;}
.max-h-xxl-25 {max-height:25% !important;}
.max-w-xxl-25 {max-width:25% !important;}
.w-xxl-auto {width:auto !important;}
.h-xxl-auto {height:auto !important;}
.min-w-xxl-auto {min-width:auto !important;}
.min-h-xxl-auto {min-height:auto !important;}
.max-h-xxl-auto {max-height:auto !important;}
.max-w-xxl-auto {max-width:auto !important;}
.w-xxl-1px {width:1px !important;}
.h-xxl-1px {height:1px !important;}
.min-w-xxl-1px {min-width:1px !important;}
.min-h-xxl-1px {min-height:1px !important;}
.max-h-xxl-1px {max-height:1px !important;}
.max-w-xxl-1px {max-width:1px !important;}
.w-xxl-2px {width:2px !important;}
.h-xxl-2px {height:2px !important;}
.min-w-xxl-2px {min-width:2px !important;}
.min-h-xxl-2px {min-height:2px !important;}
.max-h-xxl-2px {max-height:2px !important;}
.max-w-xxl-2px {max-width:2px !important;}
.w-xxl-3px {width:3px !important;}
.h-xxl-3px {height:3px !important;}
.min-w-xxl-3px {min-width:3px !important;}
.min-h-xxl-3px {min-height:3px !important;}
.max-h-xxl-3px {max-height:3px !important;}
.max-w-xxl-3px {max-width:3px !important;}
.w-xxl-4px {width:4px !important;}
.h-xxl-4px {height:4px !important;}
.min-w-xxl-4px {min-width:4px !important;}
.min-h-xxl-4px {min-height:4px !important;}
.max-h-xxl-4px {max-height:4px !important;}
.max-w-xxl-4px {max-width:4px !important;}
.w-xxl-5px {width:5px !important;}
.h-xxl-5px {height:5px !important;}
.min-w-xxl-5px {min-width:5px !important;}
.min-h-xxl-5px {min-height:5px !important;}
.max-h-xxl-5px {max-height:5px !important;}
.max-w-xxl-5px {max-width:5px !important;}
.w-xxl-10px {width:10px !important;}
.h-xxl-10px {height:10px !important;}
.min-w-xxl-10px {min-width:10px !important;}
.min-h-xxl-10px {min-height:10px !important;}
.max-h-xxl-10px {max-height:10px !important;}
.max-w-xxl-10px {max-width:10px !important;}
.w-xxl-15px {width:15px !important;}
.h-xxl-15px {height:15px !important;}
.min-w-xxl-15px {min-width:15px !important;}
.min-h-xxl-15px {min-height:15px !important;}
.max-h-xxl-15px {max-height:15px !important;}
.max-w-xxl-15px {max-width:15px !important;}
.w-xxl-20px {width:20px !important;}
.h-xxl-20px {height:20px !important;}
.min-w-xxl-20px {min-width:20px !important;}
.min-h-xxl-20px {min-height:20px !important;}
.max-h-xxl-20px {max-height:20px !important;}
.max-w-xxl-20px {max-width:20px !important;}
.w-xxl-25px {width:25px !important;}
.h-xxl-25px {height:25px !important;}
.min-w-xxl-25px {min-width:25px !important;}
.min-h-xxl-25px {min-height:25px !important;}
.max-h-xxl-25px {max-height:25px !important;}
.max-w-xxl-25px {max-width:25px !important;}
.w-xxl-30px {width:30px !important;}
.h-xxl-30px {height:30px !important;}
.min-w-xxl-30px {min-width:30px !important;}
.min-h-xxl-30px {min-height:30px !important;}
.max-h-xxl-30px {max-height:30px !important;}
.max-w-xxl-30px {max-width:30px !important;}
.w-xxl-35px {width:35px !important;}
.h-xxl-35px {height:35px !important;}
.min-w-xxl-35px {min-width:35px !important;}
.min-h-xxl-35px {min-height:35px !important;}
.max-h-xxl-35px {max-height:35px !important;}
.max-w-xxl-35px {max-width:35px !important;}
.w-xxl-40px {width:40px !important;}
.h-xxl-40px {height:40px !important;}
.min-w-xxl-40px {min-width:40px !important;}
.min-h-xxl-40px {min-height:40px !important;}
.max-h-xxl-40px {max-height:40px !important;}
.max-w-xxl-40px {max-width:40px !important;}
.w-xxl-45px {width:45px !important;}
.h-xxl-45px {height:45px !important;}
.min-w-xxl-45px {min-width:45px !important;}
.min-h-xxl-45px {min-height:45px !important;}
.max-h-xxl-45px {max-height:45px !important;}
.max-w-xxl-45px {max-width:45px !important;}
.w-xxl-50px {width:50px !important;}
.h-xxl-50px {height:50px !important;}
.min-w-xxl-50px {min-width:50px !important;}
.min-h-xxl-50px {min-height:50px !important;}
.max-h-xxl-50px {max-height:50px !important;}
.max-w-xxl-50px {max-width:50px !important;}
.w-xxl-55px {width:55px !important;}
.h-xxl-55px {height:55px !important;}
.min-w-xxl-55px {min-width:55px !important;}
.min-h-xxl-55px {min-height:55px !important;}
.max-h-xxl-55px {max-height:55px !important;}
.max-w-xxl-55px {max-width:55px !important;}
.w-xxl-60px {width:60px !important;}
.h-xxl-60px {height:60px !important;}
.min-w-xxl-60px {min-width:60px !important;}
.min-h-xxl-60px {min-height:60px !important;}
.max-h-xxl-60px {max-height:60px !important;}
.max-w-xxl-60px {max-width:60px !important;}
.w-xxl-65px {width:65px !important;}
.h-xxl-65px {height:65px !important;}
.min-w-xxl-65px {min-width:65px !important;}
.min-h-xxl-65px {min-height:65px !important;}
.max-h-xxl-65px {max-height:65px !important;}
.max-w-xxl-65px {max-width:65px !important;}
.w-xxl-70px {width:70px !important;}
.h-xxl-70px {height:70px !important;}
.min-w-xxl-70px {min-width:70px !important;}
.min-h-xxl-70px {min-height:70px !important;}
.max-h-xxl-70px {max-height:70px !important;}
.max-w-xxl-70px {max-width:70px !important;}
.w-xxl-75px {width:75px !important;}
.h-xxl-75px {height:75px !important;}
.min-w-xxl-75px {min-width:75px !important;}
.min-h-xxl-75px {min-height:75px !important;}
.max-h-xxl-75px {max-height:75px !important;}
.max-w-xxl-75px {max-width:75px !important;}
.w-xxl-80px {width:80px !important;}
.h-xxl-80px {height:80px !important;}
.min-w-xxl-80px {min-width:80px !important;}
.min-h-xxl-80px {min-height:80px !important;}
.max-h-xxl-80px {max-height:80px !important;}
.max-w-xxl-80px {max-width:80px !important;}
.w-xxl-85px {width:85px !important;}
.h-xxl-85px {height:85px !important;}
.min-w-xxl-85px {min-width:85px !important;}
.min-h-xxl-85px {min-height:85px !important;}
.max-h-xxl-85px {max-height:85px !important;}
.max-w-xxl-85px {max-width:85px !important;}
.w-xxl-90px {width:90px !important;}
.h-xxl-90px {height:90px !important;}
.min-w-xxl-90px {min-width:90px !important;}
.min-h-xxl-90px {min-height:90px !important;}
.max-h-xxl-90px {max-height:90px !important;}
.max-w-xxl-90px {max-width:90px !important;}
.w-xxl-95px {width:95px !important;}
.h-xxl-95px {height:95px !important;}
.min-w-xxl-95px {min-width:95px !important;}
.min-h-xxl-95px {min-height:95px !important;}
.max-h-xxl-95px {max-height:95px !important;}
.max-w-xxl-95px {max-width:95px !important;}
.w-xxl-100px {width:100px !important;}
.h-xxl-100px {height:100px !important;}
.min-w-xxl-100px {min-width:100px !important;}
.min-h-xxl-100px {min-height:100px !important;}
.max-h-xxl-100px {max-height:100px !important;}
.max-w-xxl-100px {max-width:100px !important;}
.w-xxl-105px {width:105px !important;}
.h-xxl-105px {height:105px !important;}
.min-w-xxl-105px {min-width:105px !important;}
.min-h-xxl-105px {min-height:105px !important;}
.max-h-xxl-105px {max-height:105px !important;}
.max-w-xxl-105px {max-width:105px !important;}
.w-xxl-110px {width:110px !important;}
.h-xxl-110px {height:110px !important;}
.min-w-xxl-110px {min-width:110px !important;}
.min-h-xxl-110px {min-height:110px !important;}
.max-h-xxl-110px {max-height:110px !important;}
.max-w-xxl-110px {max-width:110px !important;}
.w-xxl-115px {width:115px !important;}
.h-xxl-115px {height:115px !important;}
.min-w-xxl-115px {min-width:115px !important;}
.min-h-xxl-115px {min-height:115px !important;}
.max-h-xxl-115px {max-height:115px !important;}
.max-w-xxl-115px {max-width:115px !important;}
.w-xxl-120px {width:120px !important;}
.h-xxl-120px {height:120px !important;}
.min-w-xxl-120px {min-width:120px !important;}
.min-h-xxl-120px {min-height:120px !important;}
.max-h-xxl-120px {max-height:120px !important;}
.max-w-xxl-120px {max-width:120px !important;}
.w-xxl-125px {width:125px !important;}
.h-xxl-125px {height:125px !important;}
.min-w-xxl-125px {min-width:125px !important;}
.min-h-xxl-125px {min-height:125px !important;}
.max-h-xxl-125px {max-height:125px !important;}
.max-w-xxl-125px {max-width:125px !important;}
.w-xxl-130px {width:130px !important;}
.h-xxl-130px {height:130px !important;}
.min-w-xxl-130px {min-width:130px !important;}
.min-h-xxl-130px {min-height:130px !important;}
.max-h-xxl-130px {max-height:130px !important;}
.max-w-xxl-130px {max-width:130px !important;}
.w-xxl-135px {width:135px !important;}
.h-xxl-135px {height:135px !important;}
.min-w-xxl-135px {min-width:135px !important;}
.min-h-xxl-135px {min-height:135px !important;}
.max-h-xxl-135px {max-height:135px !important;}
.max-w-xxl-135px {max-width:135px !important;}
.w-xxl-140px {width:140px !important;}
.h-xxl-140px {height:140px !important;}
.min-w-xxl-140px {min-width:140px !important;}
.min-h-xxl-140px {min-height:140px !important;}
.max-h-xxl-140px {max-height:140px !important;}
.max-w-xxl-140px {max-width:140px !important;}
.w-xxl-145px {width:145px !important;}
.h-xxl-145px {height:145px !important;}
.min-w-xxl-145px {min-width:145px !important;}
.min-h-xxl-145px {min-height:145px !important;}
.max-h-xxl-145px {max-height:145px !important;}
.max-w-xxl-145px {max-width:145px !important;}
.w-xxl-150px {width:150px !important;}
.h-xxl-150px {height:150px !important;}
.min-w-xxl-150px {min-width:150px !important;}
.min-h-xxl-150px {min-height:150px !important;}
.max-h-xxl-150px {max-height:150px !important;}
.max-w-xxl-150px {max-width:150px !important;}
.w-xxl-155px {width:155px !important;}
.h-xxl-155px {height:155px !important;}
.min-w-xxl-155px {min-width:155px !important;}
.min-h-xxl-155px {min-height:155px !important;}
.max-h-xxl-155px {max-height:155px !important;}
.max-w-xxl-155px {max-width:155px !important;}
.w-xxl-160px {width:160px !important;}
.h-xxl-160px {height:160px !important;}
.min-w-xxl-160px {min-width:160px !important;}
.min-h-xxl-160px {min-height:160px !important;}
.max-h-xxl-160px {max-height:160px !important;}
.max-w-xxl-160px {max-width:160px !important;}
.w-xxl-165px {width:165px !important;}
.h-xxl-165px {height:165px !important;}
.min-w-xxl-165px {min-width:165px !important;}
.min-h-xxl-165px {min-height:165px !important;}
.max-h-xxl-165px {max-height:165px !important;}
.max-w-xxl-165px {max-width:165px !important;}
.w-xxl-176px {width:170px !important;}
.h-xxl-176px {height:170px !important;}
.min-w-xxl-176px {min-width:170px !important;}
.min-h-xxl-176px {min-height:170px !important;}
.max-h-xxl-176px {max-height:170px !important;}
.max-w-xxl-176px {max-width:170px !important;}
.w-xxl-175px {width:175px !important;}
.h-xxl-175px {height:175px !important;}
.min-w-xxl-175px {min-width:175px !important;}
.min-h-xxl-175px {min-height:175px !important;}
.max-h-xxl-175px {max-height:175px !important;}
.max-w-xxl-175px {max-width:175px !important;}
.w-xxl-180px {width:180px !important;}
.h-xxl-180px {height:180px !important;}
.min-w-xxl-180px {min-width:180px !important;}
.min-h-xxl-180px {min-height:180px !important;}
.max-h-xxl-180px {max-height:180px !important;}
.max-w-xxl-180px {max-width:180px !important;}
.w-xxl-200px {width:200px !important;}
.h-xxl-200px {height:200px !important;}
.min-w-xxl-200px {min-width:200px !important;}
.min-h-xxl-200px {min-height:200px !important;}
.max-h-xxl-200px {max-height:200px !important;}
.max-w-xxl-200px {max-width:200px !important;}
.w-xxl-225px {width:225px !important;}
.h-xxl-225px {height:225px !important;}
.min-w-xxl-225px {min-width:225px !important;}
.min-h-xxl-225px {min-height:225px !important;}
.max-h-xxl-225px {max-height:225px !important;}
.max-w-xxl-225px {max-width:225px !important;}
.w-xxl-235px {width:235px !important;}
.h-xxl-235px {height:235px !important;}
.min-w-xxl-235px {min-width:235px !important;}
.min-h-xxl-235px {min-height:235px !important;}
.max-h-xxl-235px {max-height:235px !important;}
.max-w-xxl-235px {max-width:235px !important;}
.w-xxl-250px {width:250px !important;}
.h-xxl-250px {height:250px !important;}
.min-w-xxl-250px {min-width:250px !important;}
.min-h-xxl-250px {min-height:250px !important;}
.max-h-xxl-250px {max-height:250px !important;}
.max-w-xxl-250px {max-width:250px !important;}
.w-xxl-255px {width:255px !important;}
.h-xxl-255px {height:255px !important;}
.min-w-xxl-255px {min-width:255px !important;}
.min-h-xxl-255px {min-height:255px !important;}
.max-h-xxl-255px {max-height:255px !important;}
.max-w-xxl-255px {max-width:255px !important;}
.w-xxl-260px {width:260px !important;}
.h-xxl-260px {height:260px !important;}
.min-w-xxl-260px {min-width:260px !important;}
.min-h-xxl-260px {min-height:260px !important;}
.max-h-xxl-260px {max-height:260px !important;}
.max-w-xxl-260px {max-width:260px !important;}
.w-xxl-265px {width:265px !important;}
.h-xxl-265px {height:265px !important;}
.min-w-xxl-265px {min-width:265px !important;}
.min-h-xxl-265px {min-height:265px !important;}
.max-h-xxl-265px {max-height:265px !important;}
.max-w-xxl-265px {max-width:265px !important;}
.w-xxl-275px {width:275px !important;}
.h-xxl-275px {height:275px !important;}
.min-w-xxl-275px {min-width:275px !important;}
.min-h-xxl-275px {min-height:275px !important;}
.max-h-xxl-275px {max-height:275px !important;}
.max-w-xxl-275px {max-width:275px !important;}
.w-xxl-295px {width:295px !important;}
.h-xxl-295px {height:295px !important;}
.min-w-xxl-295px {min-width:295px !important;}
.min-h-xxl-295px {min-height:295px !important;}
.max-h-xxl-295px {max-height:295px !important;}
.max-w-xxl-295px {max-width:295px !important;}
.w-xxl-300px {width:300px !important;}
.h-xxl-300px {height:300px !important;}
.min-w-xxl-300px {min-width:300px !important;}
.min-h-xxl-300px {min-height:300px !important;}
.max-h-xxl-300px {max-height:300px !important;}
.max-w-xxl-300px {max-width:300px !important;}
.w-xxl-325px {width:325px !important;}
.h-xxl-325px {height:325px !important;}
.min-w-xxl-325px {min-width:325px !important;}
.min-h-xxl-325px {min-height:325px !important;}
.max-h-xxl-325px {max-height:325px !important;}
.max-w-xxl-325px {max-width:325px !important;}
.w-xxl-350px {width:350px !important;}
.h-xxl-350px {height:350px !important;}
.min-w-xxl-350px {min-width:350px !important;}
.min-h-xxl-350px {min-height:350px !important;}
.max-h-xxl-350px {max-height:350px !important;}
.max-w-xxl-350px {max-width:350px !important;}
.w-xxl-375px {width:375px !important;}
.h-xxl-375px {height:375px !important;}
.min-w-xxl-375px {min-width:375px !important;}
.min-h-xxl-375px {min-height:375px !important;}
.max-h-xxl-375px {max-height:375px !important;}
.max-w-xxl-375px {max-width:375px !important;}
.w-xxl-400px {width:400px !important;}
.h-xxl-400px {height:400px !important;}
.min-w-xxl-400px {min-width:400px !important;}
.min-h-xxl-400px {min-height:400px !important;}
.max-h-xxl-400px {max-height:400px !important;}
.max-w-xxl-400px {max-width:400px !important;}
.w-xxl-425px {width:425px !important;}
.h-xxl-425px {height:425px !important;}
.min-w-xxl-425px {min-width:425px !important;}
.min-h-xxl-425px {min-height:425px !important;}
.max-h-xxl-425px {max-height:425px !important;}
.max-w-xxl-425px {max-width:425px !important;}
.w-xxl-450px {width:450px !important;}
.h-xxl-450px {height:450px !important;}
.min-w-xxl-450px {min-width:450px !important;}
.min-h-xxl-450px {min-height:450px !important;}
.max-h-xxl-450px {max-height:450px !important;}
.max-w-xxl-450px {max-width:450px !important;}
.w-xxl-475px {width:475px !important;}
.h-xxl-475px {height:475px !important;}
.min-w-xxl-475px {min-width:475px !important;}
.min-h-xxl-475px {min-height:475px !important;}
.max-h-xxl-475px {max-height:475px !important;}
.max-w-xxl-475px {max-width:475px !important;}
.w-xxl-500px {width:500px !important;}
.h-xxl-500px {height:500px !important;}
.min-w-xxl-500px {min-width:500px !important;}
.min-h-xxl-500px {min-height:500px !important;}
.max-h-xxl-500px {max-height:500px !important;}
.max-w-xxl-500px {max-width:500px !important;}
.w-xxl-550px {width:550px !important;}
.h-xxl-550px {height:550px !important;}
.min-w-xxl-550px {min-width:550px !important;}
.min-h-xxl-550px {min-height:550px !important;}
.max-h-xxl-550px {max-height:550px !important;}
.max-w-xxl-550px {max-width:550px !important;}
.w-xxl-600px {width:600px !important;}
.h-xxl-600px {height:600px !important;}
.min-w-xxl-600px {min-width:600px !important;}
.min-h-xxl-600px {min-height:600px !important;}
.max-h-xxl-600px {max-height:600px !important;}
.max-w-xxl-600px {max-width:600px !important;}
.w-xxl-650px {width:650px !important;}
.h-xxl-650px {height:650px !important;}
.min-w-xxl-650px {min-width:650px !important;}
.min-h-xxl-650px {min-height:650px !important;}
.max-h-xxl-650px {max-height:650px !important;}
.max-w-xxl-650px {max-width:650px !important;}
.w-xxl-700px {width:700px !important;}
.h-xxl-700px {height:700px !important;}
.min-w-xxl-700px {min-width:700px !important;}
.min-h-xxl-700px {min-height:700px !important;}
.max-h-xxl-700px {max-height:700px !important;}
.max-w-xxl-700px {max-width:700px !important;}
.w-xxl-750px {width:750px !important;}
.h-xxl-750px {height:750px !important;}
.min-w-xxl-750px {min-width:750px !important;}
.min-h-xxl-750px {min-height:750px !important;}
.max-h-xxl-750px {max-height:750px !important;}
.max-w-xxl-750px {max-width:750px !important;}
.w-xxl-800px {width:800px !important;}
.h-xxl-800px {height:800px !important;}
.min-w-xxl-800px {min-width:800px !important;}
.min-h-xxl-800px {min-height:800px !important;}
.max-h-xxl-800px {max-height:800px !important;}
.max-w-xxl-800px {max-width:800px !important;}
.w-xxl-850px {width:850px !important;}
.h-xxl-850px {height:850px !important;}
.min-w-xxl-850px {min-width:850px !important;}
.min-h-xxl-850px {min-height:850px !important;}
.max-h-xxl-850px {max-height:850px !important;}
.max-w-xxl-850px {max-width:850px !important;}
.w-xxl-900px {width:900px !important;}
.h-xxl-900px {height:900px !important;}
.min-w-xxl-900px {min-width:900px !important;}
.min-h-xxl-900px {min-height:900px !important;}
.max-h-xxl-900px {max-height:900px !important;}
.max-w-xxl-900px {max-width:900px !important;}
.w-xxl-950px {width:950px !important;}
.h-xxl-950px {height:950px !important;}
.min-w-xxl-950px {min-width:950px !important;}
.min-h-xxl-950px {min-height:950px !important;}
.max-h-xxl-950px {max-height:950px !important;}
.max-w-xxl-950px {max-width:950px !important;}
.w-xxl-1000px {width:1000px !important;}
.h-xxl-1000px {height:1000px !important;}
.min-w-xxl-1000px {min-width:1000px !important;}
.min-h-xxl-1000px {min-height:1000px !important;}
.max-h-xxl-1000px {max-height:1000px !important;}
.max-w-xxl-1000px {max-width:1000px !important;}
.w-xxl-1200px {width:1200px !important;}
.h-xxl-1200px {height:1200px !important;}
.min-w-xxl-1200px {min-width:1200px !important;}
.min-h-xxl-1200px {min-height:1200px !important;}
.max-h-xxl-1200px {max-height:1200px !important;}
.max-w-xxl-1200px {max-width:1200px !important;}
.w-xxl-1400px {width:1400px !important;}
.h-xxl-1400px {height:1400px !important;}
.min-w-xxl-1400px {min-width:1400px !important;}
.min-h-xxl-1400px {min-height:1400px !important;}
.max-h-xxl-1400px {max-height:1400px !important;}
.max-w-xxl-1400px {max-width:1400px !important;}
.w-xxl-1500px {width:1500px !important;}
.h-xxl-1500px {height:1500px !important;}
.min-w-xxl-1500px {min-width:1500px !important;}
.min-h-xxl-1500px {min-height:1500px !important;}
.max-h-xxl-1500px {max-height:1500px !important;}
.max-w-xxl-1500px {max-width:1500px !important;}
}

@media (min-width: 1600px) {
.w-xxxl-100 {width:100% !important;}
.h-xxxl-100 {height:100% !important;}
.min-w-xxxl-100 {min-width:100% !important;}
.min-h-xxxl-100 {min-height:100% !important;}
.max-h-xxxl-100 {max-height:100% !important;}
.max-w-xxxl-100 {max-width:100% !important;}
.w-xxxl-75 {width:75% !important;}
.h-xxxl-75 {height:75% !important;}
.min-w-xxxl-75 {min-width:75% !important;}
.min-h-xxxl-75 {min-height:75% !important;}
.max-h-xxxl-75 {max-height:75% !important;}
.max-w-xxxl-75 {max-width:75% !important;}
.w-xxxl-50 {width:50% !important;}
.h-xxxl-50 {height:50% !important;}
.min-w-xxxl-50 {min-width:50% !important;}
.min-h-xxxl-50 {min-height:50% !important;}
.max-h-xxxl-50 {max-height:50% !important;}
.max-w-xxxl-50 {max-width:50% !important;}
.w-xxxl-25 {width:25% !important;}
.h-xxxl-25 {height:25% !important;}
.min-w-xxxl-25 {min-width:25% !important;}
.min-h-xxxl-25 {min-height:25% !important;}
.max-h-xxxl-25 {max-height:25% !important;}
.max-w-xxxl-25 {max-width:25% !important;}
.w-xxxl-auto {width:auto !important;}
.h-xxxl-auto {height:auto !important;}
.min-w-xxxl-auto {min-width:auto !important;}
.min-h-xxxl-auto {min-height:auto !important;}
.max-h-xxxl-auto {max-height:auto !important;}
.max-w-xxxl-auto {max-width:auto !important;}
.w-xxxl-1px {width:1px !important;}
.h-xxxl-1px {height:1px !important;}
.min-w-xxxl-1px {min-width:1px !important;}
.min-h-xxxl-1px {min-height:1px !important;}
.max-h-xxxl-1px {max-height:1px !important;}
.max-w-xxxl-1px {max-width:1px !important;}
.w-xxxl-2px {width:2px !important;}
.h-xxxl-2px {height:2px !important;}
.min-w-xxxl-2px {min-width:2px !important;}
.min-h-xxxl-2px {min-height:2px !important;}
.max-h-xxxl-2px {max-height:2px !important;}
.max-w-xxxl-2px {max-width:2px !important;}
.w-xxxl-3px {width:3px !important;}
.h-xxxl-3px {height:3px !important;}
.min-w-xxxl-3px {min-width:3px !important;}
.min-h-xxxl-3px {min-height:3px !important;}
.max-h-xxxl-3px {max-height:3px !important;}
.max-w-xxxl-3px {max-width:3px !important;}
.w-xxxl-4px {width:4px !important;}
.h-xxxl-4px {height:4px !important;}
.min-w-xxxl-4px {min-width:4px !important;}
.min-h-xxxl-4px {min-height:4px !important;}
.max-h-xxxl-4px {max-height:4px !important;}
.max-w-xxxl-4px {max-width:4px !important;}
.w-xxxl-5px {width:5px !important;}
.h-xxxl-5px {height:5px !important;}
.min-w-xxxl-5px {min-width:5px !important;}
.min-h-xxxl-5px {min-height:5px !important;}
.max-h-xxxl-5px {max-height:5px !important;}
.max-w-xxxl-5px {max-width:5px !important;}
.w-xxxl-10px {width:10px !important;}
.h-xxxl-10px {height:10px !important;}
.min-w-xxxl-10px {min-width:10px !important;}
.min-h-xxxl-10px {min-height:10px !important;}
.max-h-xxxl-10px {max-height:10px !important;}
.max-w-xxxl-10px {max-width:10px !important;}
.w-xxxl-15px {width:15px !important;}
.h-xxxl-15px {height:15px !important;}
.min-w-xxxl-15px {min-width:15px !important;}
.min-h-xxxl-15px {min-height:15px !important;}
.max-h-xxxl-15px {max-height:15px !important;}
.max-w-xxxl-15px {max-width:15px !important;}
.w-xxxl-20px {width:20px !important;}
.h-xxxl-20px {height:20px !important;}
.min-w-xxxl-20px {min-width:20px !important;}
.min-h-xxxl-20px {min-height:20px !important;}
.max-h-xxxl-20px {max-height:20px !important;}
.max-w-xxxl-20px {max-width:20px !important;}
.w-xxxl-25px {width:25px !important;}
.h-xxxl-25px {height:25px !important;}
.min-w-xxxl-25px {min-width:25px !important;}
.min-h-xxxl-25px {min-height:25px !important;}
.max-h-xxxl-25px {max-height:25px !important;}
.max-w-xxxl-25px {max-width:25px !important;}
.w-xxxl-30px {width:30px !important;}
.h-xxxl-30px {height:30px !important;}
.min-w-xxxl-30px {min-width:30px !important;}
.min-h-xxxl-30px {min-height:30px !important;}
.max-h-xxxl-30px {max-height:30px !important;}
.max-w-xxxl-30px {max-width:30px !important;}
.w-xxxl-35px {width:35px !important;}
.h-xxxl-35px {height:35px !important;}
.min-w-xxxl-35px {min-width:35px !important;}
.min-h-xxxl-35px {min-height:35px !important;}
.max-h-xxxl-35px {max-height:35px !important;}
.max-w-xxxl-35px {max-width:35px !important;}
.w-xxxl-40px {width:40px !important;}
.h-xxxl-40px {height:40px !important;}
.min-w-xxxl-40px {min-width:40px !important;}
.min-h-xxxl-40px {min-height:40px !important;}
.max-h-xxxl-40px {max-height:40px !important;}
.max-w-xxxl-40px {max-width:40px !important;}
.w-xxxl-45px {width:45px !important;}
.h-xxxl-45px {height:45px !important;}
.min-w-xxxl-45px {min-width:45px !important;}
.min-h-xxxl-45px {min-height:45px !important;}
.max-h-xxxl-45px {max-height:45px !important;}
.max-w-xxxl-45px {max-width:45px !important;}
.w-xxxl-50px {width:50px !important;}
.h-xxxl-50px {height:50px !important;}
.min-w-xxxl-50px {min-width:50px !important;}
.min-h-xxxl-50px {min-height:50px !important;}
.max-h-xxxl-50px {max-height:50px !important;}
.max-w-xxxl-50px {max-width:50px !important;}
.w-xxxl-55px {width:55px !important;}
.h-xxxl-55px {height:55px !important;}
.min-w-xxxl-55px {min-width:55px !important;}
.min-h-xxxl-55px {min-height:55px !important;}
.max-h-xxxl-55px {max-height:55px !important;}
.max-w-xxxl-55px {max-width:55px !important;}
.w-xxxl-60px {width:60px !important;}
.h-xxxl-60px {height:60px !important;}
.min-w-xxxl-60px {min-width:60px !important;}
.min-h-xxxl-60px {min-height:60px !important;}
.max-h-xxxl-60px {max-height:60px !important;}
.max-w-xxxl-60px {max-width:60px !important;}
.w-xxxl-65px {width:65px !important;}
.h-xxxl-65px {height:65px !important;}
.min-w-xxxl-65px {min-width:65px !important;}
.min-h-xxxl-65px {min-height:65px !important;}
.max-h-xxxl-65px {max-height:65px !important;}
.max-w-xxxl-65px {max-width:65px !important;}
.w-xxxl-70px {width:70px !important;}
.h-xxxl-70px {height:70px !important;}
.min-w-xxxl-70px {min-width:70px !important;}
.min-h-xxxl-70px {min-height:70px !important;}
.max-h-xxxl-70px {max-height:70px !important;}
.max-w-xxxl-70px {max-width:70px !important;}
.w-xxxl-75px {width:75px !important;}
.h-xxxl-75px {height:75px !important;}
.min-w-xxxl-75px {min-width:75px !important;}
.min-h-xxxl-75px {min-height:75px !important;}
.max-h-xxxl-75px {max-height:75px !important;}
.max-w-xxxl-75px {max-width:75px !important;}
.w-xxxl-80px {width:80px !important;}
.h-xxxl-80px {height:80px !important;}
.min-w-xxxl-80px {min-width:80px !important;}
.min-h-xxxl-80px {min-height:80px !important;}
.max-h-xxxl-80px {max-height:80px !important;}
.max-w-xxxl-80px {max-width:80px !important;}
.w-xxxl-85px {width:85px !important;}
.h-xxxl-85px {height:85px !important;}
.min-w-xxxl-85px {min-width:85px !important;}
.min-h-xxxl-85px {min-height:85px !important;}
.max-h-xxxl-85px {max-height:85px !important;}
.max-w-xxxl-85px {max-width:85px !important;}
.w-xxxl-90px {width:90px !important;}
.h-xxxl-90px {height:90px !important;}
.min-w-xxxl-90px {min-width:90px !important;}
.min-h-xxxl-90px {min-height:90px !important;}
.max-h-xxxl-90px {max-height:90px !important;}
.max-w-xxxl-90px {max-width:90px !important;}
.w-xxxl-95px {width:95px !important;}
.h-xxxl-95px {height:95px !important;}
.min-w-xxxl-95px {min-width:95px !important;}
.min-h-xxxl-95px {min-height:95px !important;}
.max-h-xxxl-95px {max-height:95px !important;}
.max-w-xxxl-95px {max-width:95px !important;}
.w-xxxl-100px {width:100px !important;}
.h-xxxl-100px {height:100px !important;}
.min-w-xxxl-100px {min-width:100px !important;}
.min-h-xxxl-100px {min-height:100px !important;}
.max-h-xxxl-100px {max-height:100px !important;}
.max-w-xxxl-100px {max-width:100px !important;}
.w-xxxl-105px {width:105px !important;}
.h-xxxl-105px {height:105px !important;}
.min-w-xxxl-105px {min-width:105px !important;}
.min-h-xxxl-105px {min-height:105px !important;}
.max-h-xxxl-105px {max-height:105px !important;}
.max-w-xxxl-105px {max-width:105px !important;}
.w-xxxl-110px {width:110px !important;}
.h-xxxl-110px {height:110px !important;}
.min-w-xxxl-110px {min-width:110px !important;}
.min-h-xxxl-110px {min-height:110px !important;}
.max-h-xxxl-110px {max-height:110px !important;}
.max-w-xxxl-110px {max-width:110px !important;}
.w-xxxl-115px {width:115px !important;}
.h-xxxl-115px {height:115px !important;}
.min-w-xxxl-115px {min-width:115px !important;}
.min-h-xxxl-115px {min-height:115px !important;}
.max-h-xxxl-115px {max-height:115px !important;}
.max-w-xxxl-115px {max-width:115px !important;}
.w-xxxl-120px {width:120px !important;}
.h-xxxl-120px {height:120px !important;}
.min-w-xxxl-120px {min-width:120px !important;}
.min-h-xxxl-120px {min-height:120px !important;}
.max-h-xxxl-120px {max-height:120px !important;}
.max-w-xxxl-120px {max-width:120px !important;}
.w-xxxl-125px {width:125px !important;}
.h-xxxl-125px {height:125px !important;}
.min-w-xxxl-125px {min-width:125px !important;}
.min-h-xxxl-125px {min-height:125px !important;}
.max-h-xxxl-125px {max-height:125px !important;}
.max-w-xxxl-125px {max-width:125px !important;}
.w-xxxl-130px {width:130px !important;}
.h-xxxl-130px {height:130px !important;}
.min-w-xxxl-130px {min-width:130px !important;}
.min-h-xxxl-130px {min-height:130px !important;}
.max-h-xxxl-130px {max-height:130px !important;}
.max-w-xxxl-130px {max-width:130px !important;}
.w-xxxl-135px {width:135px !important;}
.h-xxxl-135px {height:135px !important;}
.min-w-xxxl-135px {min-width:135px !important;}
.min-h-xxxl-135px {min-height:135px !important;}
.max-h-xxxl-135px {max-height:135px !important;}
.max-w-xxxl-135px {max-width:135px !important;}
.w-xxxl-140px {width:140px !important;}
.h-xxxl-140px {height:140px !important;}
.min-w-xxxl-140px {min-width:140px !important;}
.min-h-xxxl-140px {min-height:140px !important;}
.max-h-xxxl-140px {max-height:140px !important;}
.max-w-xxxl-140px {max-width:140px !important;}
.w-xxxl-145px {width:145px !important;}
.h-xxxl-145px {height:145px !important;}
.min-w-xxxl-145px {min-width:145px !important;}
.min-h-xxxl-145px {min-height:145px !important;}
.max-h-xxxl-145px {max-height:145px !important;}
.max-w-xxxl-145px {max-width:145px !important;}
.w-xxxl-150px {width:150px !important;}
.h-xxxl-150px {height:150px !important;}
.min-w-xxxl-150px {min-width:150px !important;}
.min-h-xxxl-150px {min-height:150px !important;}
.max-h-xxxl-150px {max-height:150px !important;}
.max-w-xxxl-150px {max-width:150px !important;}
.w-xxxl-155px {width:155px !important;}
.h-xxxl-155px {height:155px !important;}
.min-w-xxxl-155px {min-width:155px !important;}
.min-h-xxxl-155px {min-height:155px !important;}
.max-h-xxxl-155px {max-height:155px !important;}
.max-w-xxxl-155px {max-width:155px !important;}
.w-xxxl-160px {width:160px !important;}
.h-xxxl-160px {height:160px !important;}
.min-w-xxxl-160px {min-width:160px !important;}
.min-h-xxxl-160px {min-height:160px !important;}
.max-h-xxxl-160px {max-height:160px !important;}
.max-w-xxxl-160px {max-width:160px !important;}
.w-xxxl-165px {width:165px !important;}
.h-xxxl-165px {height:165px !important;}
.min-w-xxxl-165px {min-width:165px !important;}
.min-h-xxxl-165px {min-height:165px !important;}
.max-h-xxxl-165px {max-height:165px !important;}
.max-w-xxxl-165px {max-width:165px !important;}
.w-xxxl-176px {width:170px !important;}
.h-xxxl-176px {height:170px !important;}
.min-w-xxxl-176px {min-width:170px !important;}
.min-h-xxxl-176px {min-height:170px !important;}
.max-h-xxxl-176px {max-height:170px !important;}
.max-w-xxxl-176px {max-width:170px !important;}
.w-xxxl-175px {width:175px !important;}
.h-xxxl-175px {height:175px !important;}
.min-w-xxxl-175px {min-width:175px !important;}
.min-h-xxxl-175px {min-height:175px !important;}
.max-h-xxxl-175px {max-height:175px !important;}
.max-w-xxxl-175px {max-width:175px !important;}
.w-xxxl-180px {width:180px !important;}
.h-xxxl-180px {height:180px !important;}
.min-w-xxxl-180px {min-width:180px !important;}
.min-h-xxxl-180px {min-height:180px !important;}
.max-h-xxxl-180px {max-height:180px !important;}
.max-w-xxxl-180px {max-width:180px !important;}
.w-xxxl-200px {width:200px !important;}
.h-xxxl-200px {height:200px !important;}
.min-w-xxxl-200px {min-width:200px !important;}
.min-h-xxxl-200px {min-height:200px !important;}
.max-h-xxxl-200px {max-height:200px !important;}
.max-w-xxxl-200px {max-width:200px !important;}
.w-xxxl-225px {width:225px !important;}
.h-xxxl-225px {height:225px !important;}
.min-w-xxxl-225px {min-width:225px !important;}
.min-h-xxxl-225px {min-height:225px !important;}
.max-h-xxxl-225px {max-height:225px !important;}
.max-w-xxxl-225px {max-width:225px !important;}
.w-xxxl-235px {width:235px !important;}
.h-xxxl-235px {height:235px !important;}
.min-w-xxxl-235px {min-width:235px !important;}
.min-h-xxxl-235px {min-height:235px !important;}
.max-h-xxxl-235px {max-height:235px !important;}
.max-w-xxxl-235px {max-width:235px !important;}
.w-xxxl-250px {width:250px !important;}
.h-xxxl-250px {height:250px !important;}
.min-w-xxxl-250px {min-width:250px !important;}
.min-h-xxxl-250px {min-height:250px !important;}
.max-h-xxxl-250px {max-height:250px !important;}
.max-w-xxxl-250px {max-width:250px !important;}
.w-xxxl-255px {width:255px !important;}
.h-xxxl-255px {height:255px !important;}
.min-w-xxxl-255px {min-width:255px !important;}
.min-h-xxxl-255px {min-height:255px !important;}
.max-h-xxxl-255px {max-height:255px !important;}
.max-w-xxxl-255px {max-width:255px !important;}
.w-xxxl-260px {width:260px !important;}
.h-xxxl-260px {height:260px !important;}
.min-w-xxxl-260px {min-width:260px !important;}
.min-h-xxxl-260px {min-height:260px !important;}
.max-h-xxxl-260px {max-height:260px !important;}
.max-w-xxxl-260px {max-width:260px !important;}
.w-xxxl-265px {width:265px !important;}
.h-xxxl-265px {height:265px !important;}
.min-w-xxxl-265px {min-width:265px !important;}
.min-h-xxxl-265px {min-height:265px !important;}
.max-h-xxxl-265px {max-height:265px !important;}
.max-w-xxxl-265px {max-width:265px !important;}
.w-xxxl-275px {width:275px !important;}
.h-xxxl-275px {height:275px !important;}
.min-w-xxxl-275px {min-width:275px !important;}
.min-h-xxxl-275px {min-height:275px !important;}
.max-h-xxxl-275px {max-height:275px !important;}
.max-w-xxxl-275px {max-width:275px !important;}
.w-xxxl-295px {width:295px !important;}
.h-xxxl-295px {height:295px !important;}
.min-w-xxxl-295px {min-width:295px !important;}
.min-h-xxxl-295px {min-height:295px !important;}
.max-h-xxxl-295px {max-height:295px !important;}
.max-w-xxxl-295px {max-width:295px !important;}
.w-xxxl-300px {width:300px !important;}
.h-xxxl-300px {height:300px !important;}
.min-w-xxxl-300px {min-width:300px !important;}
.min-h-xxxl-300px {min-height:300px !important;}
.max-h-xxxl-300px {max-height:300px !important;}
.max-w-xxxl-300px {max-width:300px !important;}
.w-xxxl-325px {width:325px !important;}
.h-xxxl-325px {height:325px !important;}
.min-w-xxxl-325px {min-width:325px !important;}
.min-h-xxxl-325px {min-height:325px !important;}
.max-h-xxxl-325px {max-height:325px !important;}
.max-w-xxxl-325px {max-width:325px !important;}
.w-xxxl-350px {width:350px !important;}
.h-xxxl-350px {height:350px !important;}
.min-w-xxxl-350px {min-width:350px !important;}
.min-h-xxxl-350px {min-height:350px !important;}
.max-h-xxxl-350px {max-height:350px !important;}
.max-w-xxxl-350px {max-width:350px !important;}
.w-xxxl-375px {width:375px !important;}
.h-xxxl-375px {height:375px !important;}
.min-w-xxxl-375px {min-width:375px !important;}
.min-h-xxxl-375px {min-height:375px !important;}
.max-h-xxxl-375px {max-height:375px !important;}
.max-w-xxxl-375px {max-width:375px !important;}
.w-xxxl-400px {width:400px !important;}
.h-xxxl-400px {height:400px !important;}
.min-w-xxxl-400px {min-width:400px !important;}
.min-h-xxxl-400px {min-height:400px !important;}
.max-h-xxxl-400px {max-height:400px !important;}
.max-w-xxxl-400px {max-width:400px !important;}
.w-xxxl-425px {width:425px !important;}
.h-xxxl-425px {height:425px !important;}
.min-w-xxxl-425px {min-width:425px !important;}
.min-h-xxxl-425px {min-height:425px !important;}
.max-h-xxxl-425px {max-height:425px !important;}
.max-w-xxxl-425px {max-width:425px !important;}
.w-xxxl-450px {width:450px !important;}
.h-xxxl-450px {height:450px !important;}
.min-w-xxxl-450px {min-width:450px !important;}
.min-h-xxxl-450px {min-height:450px !important;}
.max-h-xxxl-450px {max-height:450px !important;}
.max-w-xxxl-450px {max-width:450px !important;}
.w-xxxl-475px {width:475px !important;}
.h-xxxl-475px {height:475px !important;}
.min-w-xxxl-475px {min-width:475px !important;}
.min-h-xxxl-475px {min-height:475px !important;}
.max-h-xxxl-475px {max-height:475px !important;}
.max-w-xxxl-475px {max-width:475px !important;}
.w-xxxl-500px {width:500px !important;}
.h-xxxl-500px {height:500px !important;}
.min-w-xxxl-500px {min-width:500px !important;}
.min-h-xxxl-500px {min-height:500px !important;}
.max-h-xxxl-500px {max-height:500px !important;}
.max-w-xxxl-500px {max-width:500px !important;}
.w-xxxl-550px {width:550px !important;}
.h-xxxl-550px {height:550px !important;}
.min-w-xxxl-550px {min-width:550px !important;}
.min-h-xxxl-550px {min-height:550px !important;}
.max-h-xxxl-550px {max-height:550px !important;}
.max-w-xxxl-550px {max-width:550px !important;}
.w-xxxl-600px {width:600px !important;}
.h-xxxl-600px {height:600px !important;}
.min-w-xxxl-600px {min-width:600px !important;}
.min-h-xxxl-600px {min-height:600px !important;}
.max-h-xxxl-600px {max-height:600px !important;}
.max-w-xxxl-600px {max-width:600px !important;}
.w-xxxl-650px {width:650px !important;}
.h-xxxl-650px {height:650px !important;}
.min-w-xxxl-650px {min-width:650px !important;}
.min-h-xxxl-650px {min-height:650px !important;}
.max-h-xxxl-650px {max-height:650px !important;}
.max-w-xxxl-650px {max-width:650px !important;}
.w-xxxl-700px {width:700px !important;}
.h-xxxl-700px {height:700px !important;}
.min-w-xxxl-700px {min-width:700px !important;}
.min-h-xxxl-700px {min-height:700px !important;}
.max-h-xxxl-700px {max-height:700px !important;}
.max-w-xxxl-700px {max-width:700px !important;}
.w-xxxl-750px {width:750px !important;}
.h-xxxl-750px {height:750px !important;}
.min-w-xxxl-750px {min-width:750px !important;}
.min-h-xxxl-750px {min-height:750px !important;}
.max-h-xxxl-750px {max-height:750px !important;}
.max-w-xxxl-750px {max-width:750px !important;}
.w-xxxl-800px {width:800px !important;}
.h-xxxl-800px {height:800px !important;}
.min-w-xxxl-800px {min-width:800px !important;}
.min-h-xxxl-800px {min-height:800px !important;}
.max-h-xxxl-800px {max-height:800px !important;}
.max-w-xxxl-800px {max-width:800px !important;}
.w-xxxl-850px {width:850px !important;}
.h-xxxl-850px {height:850px !important;}
.min-w-xxxl-850px {min-width:850px !important;}
.min-h-xxxl-850px {min-height:850px !important;}
.max-h-xxxl-850px {max-height:850px !important;}
.max-w-xxxl-850px {max-width:850px !important;}
.w-xxxl-900px {width:900px !important;}
.h-xxxl-900px {height:900px !important;}
.min-w-xxxl-900px {min-width:900px !important;}
.min-h-xxxl-900px {min-height:900px !important;}
.max-h-xxxl-900px {max-height:900px !important;}
.max-w-xxxl-900px {max-width:900px !important;}
.w-xxxl-950px {width:950px !important;}
.h-xxxl-950px {height:950px !important;}
.min-w-xxxl-950px {min-width:950px !important;}
.min-h-xxxl-950px {min-height:950px !important;}
.max-h-xxxl-950px {max-height:950px !important;}
.max-w-xxxl-950px {max-width:950px !important;}
.w-xxxl-1000px {width:1000px !important;}
.h-xxxl-1000px {height:1000px !important;}
.min-w-xxxl-1000px {min-width:1000px !important;}
.min-h-xxxl-1000px {min-height:1000px !important;}
.max-h-xxxl-1000px {max-height:1000px !important;}
.max-w-xxxl-1000px {max-width:1000px !important;}
.w-xxxl-1200px {width:1200px !important;}
.h-xxxl-1200px {height:1200px !important;}
.min-w-xxxl-1200px {min-width:1200px !important;}
.min-h-xxxl-1200px {min-height:1200px !important;}
.max-h-xxxl-1200px {max-height:1200px !important;}
.max-w-xxxl-1200px {max-width:1200px !important;}
.w-xxxl-1400px {width:1400px !important;}
.h-xxxl-1400px {height:1400px !important;}
.min-w-xxxl-1400px {min-width:1400px !important;}
.min-h-xxxl-1400px {min-height:1400px !important;}
.max-h-xxxl-1400px {max-height:1400px !important;}
.max-w-xxxl-1400px {max-width:1400px !important;}
.w-xxxl-1500px {width:1500px !important;}
.h-xxxl-1500px {height:1500px !important;}
.min-w-xxxl-1500px {min-width:1500px !important;}
.min-h-xxxl-1500px {min-height:1500px !important;}
.max-h-xxxl-1500px {max-height:1500px !important;}
.max-w-xxxl-1500px {max-width:1500px !important;}
}

@media (max-width: 768px) {
body {font-size:0.925rem;}
}

@media screen and (min-width: 480px) and (max-width:1201px) {
body {font-size:0.925rem;}
}

@media screen and (min-width: 1440px) {
body {font-size:1.08rem;}
.container {max-width:100%;}
}

@media(max-width:1440px) {
.overlay-scrollbar.flterVS .vPLTile:last-child button.btn-videos {margin-bottom:6px !important;}
.header.newHeader .navigation .menu.left a {margin-right:35px;}
.header.newHeader .navigation .menu.right a {margin-left:35px;}
}

@media(max-width:1400px) {
.videoTitleScrollOnClickList {height:calc(100% - 44px) !important;}
}

@media(max-width:1399px) {
.videoTitleScrollOnClickList {height:calc(100% - 44px) !important;}
.academyPageCollection.onlyChapterSearchPage .chaptersPartRight .videoTitleScrollOnClickList .os-content>div[style="position:relative"]:last-child {margin-bottom:13px;}
}

@media(max-width:1340px) {
.videoTitleScrollOnClickList {height:calc(100% - 44px) !important;}
}

@media screen and (min-width: 992px) and (max-width:1201px) {
.container {padding:0 3.33334vw;}
}

@media screen and (min-width: 1200px) {
.container {padding:0 5.55556vw; max-width:100%;}
}

@media screen and (min-width: 992px) and (max-width:1201px) {
.header .container, .header .mobile-menu .search-container {padding:0 2.33334vw;}
}

@media screen and (min-width: 1200px) {
.header .container, .header .mobile-menu .search-container {padding:0 4vw;}
}

@media (max-width: 768px) {
.header .container, .header .mobile-menu .search-container {padding:0 6vw;}
.event-content.text-small {font-size:16px;}
}

@media (min-width: 768px) {
.w-md-10 {width:10%;}
.w-md-20 {width:20%;}
.w-md-30 {width:30%;}
.w-md-40 {width:40%;}
.w-md-60 {width:60%;}
.w-md-70 {width:70%;}
.w-md-80 {width:80%;}
.w-md-90 {width:90%;}
.border-md {border:1px solid;}
.border-top-md {border-top:1px solid;}
.border-bottom-md {border-bottom:1px solid;}
.border-left-md {border-left:1px solid;}
.border-right-md {border-right:1px solid;}
}

@media (min-width: 768px) and (max-width:1200px) {
.row.gutter-type-1 {margin-left:-30px; margin-right:-30px;}
.row.gutter-type-1>.col, .row.gutter-type-1>[class*="col-"] {padding-right:30px; padding-left:30px;}

}

@media (min-width: 1200px) {
.row.gutter-type-1 {margin-left:-40px; margin-right:-40px;}
.row.gutter-type-1>.col, .row.gutter-type-1>[class*="col-"] {padding-right:40px; padding-left:40px;}

}

@media (max-width: 576px) {
.row.gutter-mobile-type-1 {margin-left:-10px; margin-right:-10px;}
.row.gutter-mobile-type-1>.col, .row.gutter-mobile-type-1>[class*="col-"] {padding-right:10px; padding-left:10px;}
.row.gutter-mobile-type-2 {margin-left:-5px; margin-right:-5px;}
.row.gutter-mobile-type-2>.col, .row.gutter-mobile-type-2>[class*="col-"] {padding-right:5px; padding-left:5px;}
.row.gutter-mobile-type-0 {margin-left:0; margin-right:0;}
.row.gutter-mobile-type-0>.col, .row.gutter-mobile-type-0>[class*="col-"] {padding-right:0; padding-left:0;}
}

@media (max-width: 768px) {
.row.no-gutters-mobile {margin-left:0; margin-right:0;}
.row.no-gutters-mobile>.col, .row.no-gutters-mobile>[class*="col-"] {padding-right:0; padding-left:0;}
.h-mobile-50vh {height:100vh !important;}
.h-mobile-60vh {height:60vh !important;}
.h-mobile-75vh {height:75vh !important;}
}

@media (min-width: 768px) {
.min-h-md-50vh {min-height:50vh;}
.min-h-md-60vh {min-height:60vh;}
.min-h-md-75vh {min-height:75vh;}
.min-h-md-100vh {min-height:100vh;}
}

@media (min-width: 1200px) {
.min-h-xl-100vh {min-height:100vh;}
}

@media (min-width: 1400px) {
.min-h-xxl-100vh {min-height:100vh;}
}

@media (max-width: 768px) {
.bg-image-filled.fill-align-top-mobile {background-position:50% 0;}
.bg-image-filled.fill-align-middle-mobile {background-position:50% 50%;}
.bg-image-filled.fill-align-bottom-mobile {background-position:50% 100%;}
}

@media (max-width: 576px) {
.text-large {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.text-large {font-size:24px;}
}

@media (max-width: 576px) {
.text-medium {font-size:18px;}
}

@media (min-width: 576px) and (max-width:768px) {
.text-medium {font-size:22px;}
}

@media (max-width: 576px) {
.text-small {font-size:15px;}
}

@media (min-width: 576px) and (max-width:768px) {
.text-small {font-size:17px;}
}

@media (max-width: 576px) {
.text-m-small {font-size:13px;}
}

@media (min-width: 576px) and (max-width:768px) {
.text-m-small {font-size:15px;}
}

@media (max-width: 576px) {
.text-x-small {font-size:11px;}
}

@media (min-width: 576px) and (max-width:768px) {
.text-x-small {font-size:13px;}
}

@media (max-width: 576px) {
.collapse-wrapper {font-size:14px; letter-spacing:0.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.collapse-wrapper {font-size:15px;}
}

@media (max-width: 768px) {
.collapse-wrapper.collapse-wrapper-type-2 .collapse-content {padding:1px 0 20px;}
}

@media (max-width: 576px) {
.information-collapse .collapse-info ul li {font-size:9px;}
}

@media (min-width: 576px) and (max-width:768px) {
.information-collapse .collapse-info ul li {font-size:10px;}
}

@media (min-width: 992px) {
.information-collapse .collapse-info ul li {float:left; width:50%;}
}

@media (max-width: 768px) {
.before-after>div .beforeafter-container .beforeafter-item span, .before-after>div .beforeafter-container .item-before span, .before-after>div .beforeafter-container .item-after span {font-size:52px; letter-spacing:-2.5px; text-indent:2.5px;}
}

@media (max-width: 576px) {
.bio-career ul li sup {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.bio-career ul li sup {font-size:25px;}
}

@media (max-width: 1400px) {
.masterclass-lists #post-lists .library-doctor-title {margin-bottom:1.9rem !important;}
.masterclass-lists #post-lists h4 {font-size:10px;}
@media not all and (min-resolution:0.001dpcm) {@supports (-webkit-appearance:none) {.masterclass-lists #post-lists h4 {font-size:9px;}}}
}

@media (max-width: 580px) {
.course-detail .ul-lists {flex-direction:column;}
.course-detail .ul-lists>ul {width:100%;}
.course-detail .ul-lists>ul:first-child {margin-bottom:0;}
}


@media (min-width: 1201px) {
    .header.header-fixed {background:transparent; padding-bottom:0px;}
    .header.header-fixed::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 182px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: -1;
      }
    }
@media (max-width: 1200px) {
.header.header-fixed {padding-bottom:60px;}
}

@media (max-width: 768px) {
.header.header-fixed {padding-bottom:30px;}
}

@media (min-width: 992px) and (max-width:1200px) {
.header .logo {max-width:120px;}
.header.header-fixed {background:transparent; padding-bottom:0px;}
.header.header-fixed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 131px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
}

@media (max-width: 576px) {
.header .logo {max-width:90px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.header .logo {max-width:120px;}
.academyMasterSec .row.videoTIleAcademy {padding-bottom:30px !important;}
}

@media (min-width: 576px) and (max-width:768px) {
.header .logo {max-width:110px;}
}

@media (max-width: 768px) {
.header .navigation {padding:18px 0 0;}
}

@media (max-width: 1100px) {
.header .navigation .menu {display:none;}
}

@media (min-width: 768px) and (max-width:992px) {
.header .navigation .menu {white-space:nowrap;}
.header .navigation .menu a {font-size:9px;}
.event-dropdown .bootstrap-select .dropdown-menu li .dropdown-item {font-size:9px; padding-left:1rem; padding-right:1rem;}
}

@media (min-width: 992px) and (max-width:1200px) {
.header .navigation .menu a {font-size:10px;}
.header .navigation .menu.left a {margin-right:1vw;}
}

@media (min-width: 768px) and (max-width:992px) {
.header .navigation .menu.left a {margin-right:1vw;}
}

@media (min-width: 768px) and (max-width:992px) {
.header .navigation .menu.right a {margin-left:1vw;}
}

@media (min-width: 992px) and (max-width:1200px) {
.header .navigation .menu .svg-icon img {width:1.2rem; height:1.2rem;}
}

@media (max-width: 1100px) {
.header .navigation .mobile-nav {display:inline-block;}
.header .navigation .mobile-nav .lines {width:36px; height:10px; position:relative; margin:0 0 0 auto;}
.header .navigation .mobile-nav .lines .line {display:block; background:#fff; width:100%; height:1.5px; position:absolute; left:0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.header .navigation .mobile-nav .lines .line.line-1 {top:0;}
.header .navigation .mobile-nav .lines .line.line-2 {top:100%;}
.header .navigation .mobile-nav.active .lines .line-1 {-webkit-transform:translateY(5px) translateX(0) rotate(45deg); -moz-transform:translateY(5px) translateX(0) rotate(45deg); -ms-transform:translateY(5px) translateX(0) rotate(45deg); -o-transform:translateY(5px) translateX(0) rotate(45deg); transform:translateY(5px) translateX(0) rotate(45deg);}
.header .navigation .mobile-nav.active .lines .line-2 {-webkit-transform:translateY(-5px) translateX(0) rotate(-45deg); -moz-transform:translateY(-5px) translateX(0) rotate(-45deg); -ms-transform:translateY(-5px) translateX(0) rotate(-45deg); -o-transform:translateY(-5px) translateX(0) rotate(-45deg); transform:translateY(-5px) translateX(0) rotate(-45deg);}
.header .navigation .link-basket-mobile {display:inline-block; color:#fff; font-size:9px; font-family:"Trade Gothic LT Std Bold", Arial, Helvetica, sans-serif; letter-spacing:2px; text-transform:uppercase; text-decoration:none;}
.header .navigation .link-basket-mobile .svg-icon img {width:1.4rem; height:1.4rem;}
.header .mobile-menu {width:100%; height:100vh; min-height:calc(100vh - 140px); background:#000819; position:absolute; top:0; left:0; opacity:0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-direction:column; -moz-flex-direction:column; -ms-flex-direction:column; flex-direction:column; -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; -moz-justify-content:center; justify-content:center; text-align:center; z-index:-1; visibility:hidden; padding:62px 0;}
.header .mobile-menu .search-container .search-form {position:relative;}
.header .mobile-menu .search-container .search-form span.search-svg img {width:1.3rem; height:1.3rem;}
.header .mobile-menu .search-container .search-form input.form-control {background:none; border:0; border-bottom:1px solid #353c4c; color:#353c4c; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; font-size:2.14rem; font-weight:400; letter-spacing:-2px; text-align:left; text-transform:uppercase; padding-left:35px; padding-bottom:16px;}
.header .mobile-menu .search-container .search-form input.form-control::placeholder {text-transform:uppercase; color:rgba(72, 72, 72, 0.6);}
.header .mobile-menu .search-container .search-form input.form-control::selection {background:#c2bdc8; color:#000612;}
.header .mobile-menu .search-container .search-form input.form-control:focus {outline:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; border-bottom:2px solid #545b6c;}
.header .mobile-menu ul {list-style:none; margin:0; padding:0;}
.header .mobile-menu ul li {display:block; margin:2.2rem 0; padding-left:0; opacity:0; transform:translate3d(0, 30vh, 0);}
.header .mobile-menu ul li:last-child {margin-bottom:0;}
.header .mobile-menu ul li a {display:block; font-size:2.14rem; font-weight:400; letter-spacing:0.4px; color:#fff; text-transform:uppercase; text-decoration:none;}
.header .mobile-menu ul li a:active, .header .mobile-menu ul li a:hover, .header .mobile-menu ul li a:focus {color:#fff; text-decoration:none;}
.header .mobile-menu ul li a.featured-link {color:#ffab75;}
.header .mobile-menu ul li a.featured-link:active, .header .mobile-menu ul li a.featured-link:hover, .header .mobile-menu ul li a.featured-link:focus {color:#f7b571;}
.header .mobile-menu.opened {opacity:1; transition-duration:0.4s; transition-delay:0.1s; z-index:10; visibility:visible;}
.header .mobile-menu.opened ul li {opacity:1; transform:translate3d(0, 0, 0); transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1); transition-duration:1.3s;}
.header .mobile-menu.opened ul li:nth-child(1) {transition-delay:0.15s;}
.header .mobile-menu.opened ul li:nth-child(2) {transition-delay:0.3s;}
.header .mobile-menu.opened ul li:nth-child(3) {transition-delay:0.45s;}
.header .mobile-menu.opened ul li:nth-child(4) {transition-delay:0.6s;}
.header .mobile-menu.opened ul li:nth-child(5) {transition-delay:0.75s;}
.header .mobile-menu.opened ul li:nth-child(6) {transition-delay:0.9s;}
.header .mobile-menu.opened ul li:nth-child(7) {transition-delay:1.05s;}
.header .mobile-menu.opened ul li:nth-child(8) {transition-delay:1.2s;}
.header .mobile-menu.opened ul li:nth-child(9) {transition-delay:1.35s;}
.header .mobile-menu.opened ul li:nth-child(10) {transition-delay:1.5s;}
.header .mobile-menu.closing {opacity:0; transition-timing-function:ease; transition-duration:1s; transition-delay:1.3s;}
.header .mobile-menu.closing ul li {transform:translate3d(0, 30vh, 0); transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-duration:0.4s; opacity:0;}
.header .mobile-menu.closing ul li:nth-child(10) {transition-delay:0.1s;}
.header .mobile-menu.closing ul li:nth-child(9) {transition-delay:0.25s;}
.header .mobile-menu.closing ul li:nth-child(8) {transition-delay:0.4s;}
.header .mobile-menu.closing ul li:nth-child(7) {transition-delay:0.55s;}
.header .mobile-menu.closing ul li:nth-child(6) {transition-delay:0.7s;}
.header .mobile-menu.closing ul li:nth-child(5) {transition-delay:0.85s;}
.header .mobile-menu.closing ul li:nth-child(4) {transition-delay:1s;}
.header .mobile-menu.closing ul li:nth-child(3) {transition-delay:1.15s;}
.header .mobile-menu.closing ul li:nth-child(2) {transition-delay:1.30s;}
.header .mobile-menu.closing ul li:nth-child(1) {transition-delay:1.45s;}
.loginpage-new-des .title-type-7 {padding-top:0px;}#natworking_sections .container {max-width: 100%;padding: 0px 30px;}
}

@media (max-width: 576px) {
.header .mobile-menu .search-container .search-form span.search-svg {top:7%;}
.header .mobile-menu .search-container .search-form span.search-svg img {width:0.9rem; height:0.9rem;}
.header .mobile-menu .search-container .search-form input.form-control {font-size:1.3rem; letter-spacing:0.2px; padding-left:30px;}
.header .mobile-menu ul li {margin:2rem 0;}
.header .mobile-menu ul li a {font-size:1.3rem; letter-spacing:0.2px;}
.header .mobile-menu .search-container .search-form input.form-control {font-size:1.31rem; text-align:left !important; height:auto; height:26px; line-height:24px;}
.header .mobile-menu .search-container .search-form input.form-control::placeholder {color:#ffffff;}
}

@media (max-height: 600px) {
.header .mobile-menu {min-height:auto !important; padding:0px !important;}
.header .mobile-menu ul {list-style:none; margin:0; padding:0; flex:inherit; display:flex; flex-direction:column; justify-content:center;}
.header .mobile-menu ul li {margin:0px !important;}
.header .mobile-menu ul li a {font-size:1.2rem; letter-spacing:0.2px; padding:15px;}
.header .mobile-menu .search-container .search-form input.form-control {font-size:1.3rem; letter-spacing:0.2px; padding-left:30px;}
.header .mobile-menu .search-container .search-form span.search-svg {top:10%;}
.header .mobile-menu ul li {margin:1.2rem 0;}
.header .mobile-menu ul li a {font-size:1.3rem; letter-spacing:0.2px; line-height:1;}
}

@media (max-height: 400px) {
.header .mobile-menu ul li {margin:1.1rem 0;}
.header .mobile-menu ul li a {font-size:1rem;}
}

@media (max-width: 768px) {
.top-notification {height:30px; line-height:30px; font-size:6px; letter-spacing:2px;}
.top-notification .close-top-notification {right:10px;}
.footer .footer-begin {padding:50px 0 30px;}
.footer .footer-end {padding:20px 0; font-size:9px; letter-spacing:1px;}
.footer .social-links h3 {font-size:24px;}
}

@media screen and (min-width: 992px) {
.footer .footer-links {margin-left:5vw;}
}
@media screen and (max-width: 1700px){#home_master_carousel .owl-carousel .owl-nav button.owl-prev {left: 43px;}#home_master_carousel .owl-carousel .owl-nav button.owl-next {right: 33px;}}
@media screen and (min-width: 1680px) {
.footer .footer-links {margin-left:10vw;}
.new-video-pge {height:67px;}
}

@media (max-width: 768px) {
.footer .scroll-top {width:40px; height:40px;}
.footer .scroll-top span {width:8px; padding:4px; margin-top:4px;}
}

@media screen and (max-width: 760px) {
.container {padding:0 8.55556vw;}
}

@media screen and (max-width: 1024px) {
.doctor-orientation-right .flex-doctors {flex-direction:column;}
.doctor-orientation-right .flex-doctors .founder-photo {text-align:left;}
}

@media screen and (max-width: 1024px) and (min-width:760px) {
.section-tablet-flexible .flex-doctors .doc-content h5 {margin-top:2.5rem;}
}

@media screen and (max-width: 425px) {
.section-tablet-flexible .flex-doctors .doc-content h5 {line-height:20px; margin:40px 0 30px;}
}

@media screen and (max-width: 1024px) {
.section-tablet-flexible .flex-doctors {flex-direction:column;}
.section-tablet-flexible .flex-doctors .col-12 {width:100%; max-width:100%;}
}

@media screen and (max-width: 760px) {
.section-tablet-flexible .flex-doctors .founder-photo {width:100%;}
.section-tablet-flexible .flex-doctors .founder-photo img {height:inherit; width:100%; max-width:100%;}
.section-tablet-flexible .flex-doctors .doc-content h5 {margin-bottom:0;}
.section-tablet-flexible .flex-doctors .doc-content .short-bio {width:100%;}
.section-tablet-flexible .flex-doctors .doc-content .learn-more-link {margin-top:40px;}
}

@media screen and (max-width: 768px) {
.section-tablet-flexible h5.subtitle-type-1 {font-size:11px; letter-spacing:3px;}
}

@media (min-width: 992px) {
.popup {width:880px;}
.before_after_footer_page .content_cover_box {max-width:787px !important;}
}

@media (max-width: 768px) {
.popup .popup-content h2 {font-size:19px;}
}

@media (max-width: 768px) {
.popup .close-popup {padding:20px;}
}

@media (min-width: 440px) {
.popup_narrow {width:441px;}
.cancel_member_newdesign {max-width:413px !important;}
}

@media (max-width: 768px) {
.popup_narrow .popup-content h2 {font-size:19px;}
}

@media (max-width: 768px) {
.popup_narrow .close-popup {padding:20px;}
}

@media (max-width: 576px) {}

@media (min-width: 576px) and (max-width:768px) {
.search {min-height:600px;}
}

@media (min-width: 768px) and (max-width:1400px) {
.search {min-height:720px;}
}

@media (min-width: 1400px) {
.search {min-height:800px;}
}

@media (max-width: 576px) {
.search .search-inner .search-form .form-control {font-size:40px;}
}

@media (min-width: 576px) and (max-width:768px) {
.search .search-inner .search-form .form-control {font-size:50px;}
}

@media (max-width: 576px) {
.title-type-1 {font-size:40px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-1 {font-size:50px;}
.connect-immercesec .title-type-1 {font-size:45px !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
.title-type-1 {font-size:60px;}
}

@media (max-width: 576px) {
.section-basic .title-type-1 {font-size:32px;}
}

@media (min-width: 576px) and (max-width:768px) {
.section-basic .title-type-1 {font-size:44px;}
}

@media (max-width: 576px) {
.section-basic .title-type-4 {font-size:20px;}
}

@media (min-width: 576px) and (max-width:768px) {
.section-basic .title-type-4 {font-size:26px;}
}

@media (max-width: 576px) {
.title-type-2 {font-size:36px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-2 {font-size:48px;}
}

@media (max-width: 576px) {
.title-type-2-1 {font-size:30px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-2-1 {font-size:42px;}
}

@media (min-width: 768px) and (max-width:1400px) {
.title-type-2-1 {font-size:46px;}
}

@media (min-width: 768px) and (max-width:992px) {
.title-type-2-1.title-h3-about {font-size:34px;}
}

@media (max-width: 576px) {
.title-type-3 {font-size:42px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-3 {font-size:60px;}
}

@media (min-width: 768px) and (max-width:992px) {
.title-type-3 {font-size:82px;}
}

@media (min-width: 992px) and (max-width:1200px) {
.title-type-3 {font-size:96px;}
}

@media (min-width: 1200px) and (max-width:1400px) {
.title-type-3 {font-size:110px;}
.academyPageCollection .academyMasterSec {zoom:0.88;}
}

@media (max-width: 576px) {
.title-type-4 {font-size:24px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-4 {font-size:28px;}
}

@media (min-width: 768px) and (max-width:992px) {
.title-type-4.grid {font-size:21px;}
.pl-md-12, .px-md-12 {padding-left:2rem !important;}
.pb-md-12, .py-md-12 {padding-bottom:2rem !important;}
.pr-md-12, .px-md-12 {padding-right:2rem !important;}
.pt-md-12, .py-md-12 {padding-top:2rem !important;}
}

@media (max-width: 576px) {
.title-type-4-2 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-4-2 {font-size:25px;}
}

@media (max-width: 576px) {
.title-type-4-3 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-4-3 {font-size:25px;}
}

@media (max-width: 576px) {
.title-type-4-4 {font-size:28px;}
}

@media (min-width: 1200px) and (max-width:1400px) {
.title-type-4-4 {font-size:25px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.title-type-4-4 {font-size:25px;}
}

@media (max-width: 576px) {
.title-type-5 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-5 {font-size:21px;}
}

@media (max-width: 576px) {
.title-type-5-1 {font-size:16px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-5-1 {font-size:20px;}
}

@media (max-width: 576px) {
.title-type-5-2 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-5-2 {font-size:20px;}
}

@media (max-width: 576px) {
.title-type-5-3 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-5-3 {font-size:20px;}
}

@media (max-width: 576px) {
.title-type-6 {font-size:30px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-6 {font-size:37px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.title-type-6 {font-size:38px;}
}

@media (min-width: 1200px) and (max-width:1400px) {
.title-type-6 {font-size:39px;}
}

@media (min-width: 768px) and (max-width:992px) {
.title-type-6.grid {font-size:18px;}
}

@media (max-width: 576px) {
.title-type-6-2 {font-size:44px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-6-2 {font-size:48px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.title-type-6-2 {font-size:50px;}
}

@media (min-width: 1200px) and (max-width:1400px) {
.title-type-6-2 {font-size:52px;}
}

@media (max-width: 576px) {
.title-type-7 {font-size:30px;}
.up-new-text {font-size:30px !important;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-7 {font-size:38px;}
}

@media (max-width: 576px) {
.title-type-8 {font-size:36px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-8 {font-size:42px;}
}

@media (max-width: 576px) {
.title-type-9 {font-size:16px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-9 {font-size:18px;}
}

@media (min-width: 768px) and (max-width:992px) {
.title-type-9 {font-size:17px;}
.mt-md-8, .my-md-8 {margin-top:1rem !important;}
}

@media (max-width: 576px) {
.title-type-10 {font-size:12px;}
}

@media (min-width: 576px) and (max-width:768px) {
.title-type-10 {font-size:13px;}
}

@media (max-width: 576px) {
.subtitle-type-1 {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-1 {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-1-2 {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-1-2 {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-1-3 {font-size:9px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-1-3 {font-size:10px;}
}

@media (max-width: 576px) {
.subtitle-type-2 {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-2 {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-2-c {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-2-c {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-2-1 {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-2-1 {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-3 {font-size:8px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-3 {font-size:9px;}
}

@media (max-width: 576px) {
.subtitle-type-4 {font-size:11px; letter-spacing:1px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-4 {font-size:12px; letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-5 {font-size:8px; letter-spacing:1px;}
}

@media (min-width: 576px) and (max-width:768px) {
.subtitle-type-5 {letter-spacing:2px;}
}

@media (max-width: 576px) {
.subtitle-type-6 {font-size:20px;}
}

@media (min-width: 768px) and (max-width:992px) {
.subtitle-type-6.grid {font-size:20px;}
}

@media (max-width: 576px) {
.subtitle-type-6-1 {font-size:24px;}
.subtitle-type-6-2 {font-size:20px;}
}

@media (max-width: 768px) {
.sub-text {font-size:8.5px; letter-spacing:1px;}
.editor-text h1 {font-size:2rem;}
}

@media (max-width: 576px) {
.editor-text h2 {font-size:19px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text h2 {font-size:20px;}
}

@media (max-width: 576px) {
.editor-text h3 {font-size:16px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text h3 {font-size:18px;}
}

@media (max-width: 576px) {
.editor-text h4 {font-size:15px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text h4 {font-size:16px;}
}

@media (max-width: 576px) {
.editor-text h5 {font-size:14px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text h5 {font-size:15px;}
}

@media (max-width: 576px) {
.editor-text h6 {font-size:13px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text h6 {font-size:14px;}
}

@media (max-width: 576px) {
.editor-text-type-2 h1, .editor-text-type-2 h2, .editor-text-type-2 h3, .editor-text-type-2 h4, .editor-text-type-2 h5, .editor-text-type-2 h6 {font-size:18px;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text-type-2 h1, .editor-text-type-2 h2, .editor-text-type-2 h3, .editor-text-type-2 h4, .editor-text-type-2 h5, .editor-text-type-2 h6 {font-size:22px;}
}

@media (max-width: 576px) {
.editor-text-type-2 h3 {font-size:30px; margin-bottom:1.25rem;}
}

@media (min-width: 576px) and (max-width:768px) {
.editor-text-type-2 h3 {font-size:42px; margin-bottom:1.5rem;}
}

@media (max-width: 576px) {
.content-type-1 p {margin:1rem 0;}
}

@media (max-width: 576px) {
.content-type-1 h1, .content-type-1 h2, .content-type-1 h3, .content-type-1 h4, .content-type-1 h5, .content-type-1 h6 {margin:2rem 0;}
}

@media (max-width: 576px) {
.content-type-1 h1 {font-size:36px;}
}

@media (min-width: 576px) and (max-width:768px) {
.content-type-1 h1 {font-size:48px;}
}

@media (max-width: 576px) {
.content-type-1 h2 {font-size:30px;}
}

@media (min-width: 576px) and (max-width:768px) {
.content-type-1 h2 {font-size:38px;}
}

@media (max-width: 576px) {
.content-type-1 h3 {font-size:24px;}
}

@media (min-width: 576px) and (max-width:768px) {
.content-type-1 h3 {font-size:28px;}
}

@media (max-width: 768px) {
.btn {font-size:9px;}
}

@media (max-width: 576px) {
.btn {padding:18px 20px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.btn {padding-left:15px; padding-right:15px;}
}

@media (max-width: 576px) {
.btn.btn-mobile-type-1 {padding:15px 12px; height:60px; letter-spacing:2px;}
}

/* @media (max-width: 768px) {
.btn.btn-sm, .btn-group-sm>.btn {font-size:8.5px;}
} */

@media (max-width: 576px) {
.btn.btn-sm, .btn-group-sm>.btn {padding:12px 14px;}
}

@media (max-width: 768px) {
.videoTitleScrollOnClickList .stepByStepScrollTitle {display:none;}
.bootstrap-select .btn.btn-type-select {padding:18px 1.5rem;}
}

@media (max-width: 768px) {
.event-dropdown .bootstrap-select .btn-type-select {margin-top:30px; margin-bottom:10px;}
}

@media (max-width: 768px) {
.event-dropdown .bootstrap-select .dropdown-item {text-align:left;}
}

@media (max-width: 768px) {
.dropdown.dropdown-type-2 .dropdown-menu a {font-size:9.5px; padding:11px 14px;}
}

@media (max-width: 768px) {
.link-more {font-size:9px;}
}

@media (max-width: 768px) {
.link-default {font-size:9px;}
}

@media (max-width: 768px) {
.link-default span {margin-right:0.5rem;}
}

@media (max-width: 576px) {
.link-default.link-default-type-2 {font-size:8px; letter-spacing:0.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.link-default.link-default-type-2 {font-size:8.5px;}
}

@media (max-width: 768px) {
.link-lists ul li {margin:0 0.5rem;}
}

@media (max-width: 768px) {
.link-lists.link-lists-type-2 ul li {font-size:8.5px; letter-spacing:1.5px; padding-left:0;}
}

@media (min-width: 768px) and (max-width:1200px) {
.link-lists.link-lists-type-2 ul li {font-size:9px; padding-left:1rem;}
}

@media (max-width: 768px) {
.link-lists.link-lists-type-2 ul li:after {margin-right:-17px;}
}

@media (max-width: 768px) {
.link-video {font-size:10px;}
}

@media (max-width: 768px) {
.link-icon {font-size:10px;}
}

@media screen and (min-width: 992px) and (max-width:1201px) {
.link-back.absolute {left:0 3.33334vw;}
}

@media (max-width: 768px) {
.link-back.absolute {top:20vw;}
}

@media (min-width: 768px) {
.list-desktop-half ul li {width:50%; float:left;}
.list-desktop-half ul:after {content:""; display:table; clear:both;}
}

@media (max-width: 768px) {
.list-mobile-half li {display:block; width:50%; float:left;}
.list-mobile-half:after {content:""; display:table; clear:both;}
}

@media (min-width: 576px) and (max-width:768px) {
.list-tablet-full li {width:100%;}
}

@media (max-width: 576px) {
.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {padding:8px 10px;}
}

@media (max-width: 1430px) {
#homehero_design .center_content_part h2 {font-size:65px;}
#homehero_design .center_content_part {max-width:inherit;}
}

@media (max-width: 768px) {
.pagination-wrapper .pagination li.prev, .pagination-wrapper .pagination li.next {width:10px; padding:8px;}
}

@media (max-width: 576px) {
.pagination-wrapper .pagination li.prev {right:10px;}
}

@media (max-width: 576px) {
.pagination-wrapper .pagination li.next {left:10px;}
}

@media (max-width: 768px) {
.default-list li a {font-size:10px;}
}

@media (max-width: 768px) {
.reviews-slider .slide-direction {width:10px; padding:8px;}
}

@media (max-width: 768px) {
.slide-direction, .post-direction {width:10px; padding:8px;}
}



@media (max-width: 768px) {
.product-with-slider.product-cover .product-slider {position:relative;}
}

@media (max-width: 1000px) {
.product-with-slider.product-cover .product-slider-pagination {margin:auto; left:0; right:0;}
}

@media (max-width: 576px) {
.before-after-media .before-after-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.before-after-media .before-after-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 768px) {
.slide-direction-3 {padding:15px;}
}

@media (max-width: 768px) {
.slide-direction-3 span {width:10px; padding:8px;}
}

@media (max-width: 1000px) {
.section.section-type-pd {flex-wrap:nowrap !important; flex-direction:column !important;}
}

@media (max-width: 1000px) {
.product-with-slider.product-cover .product-slider {position:relative; min-height:498px;}
}

@media (max-width: 1000px) {
.product-with-slider .product-slider-pagination {position:relative;}
}

@media (max-width: 768px) {
.post-lists .post {margin:0.6rem 0;}
}

@media (min-width: 768px) and (max-width:1200px) {
.post-lists .post {margin:1.2rem 0;}
}

@media (max-width: 768px) {
.post-lists.post-type-3 .post {margin:10px 0;}
}

@media (min-width: 768px) and (max-width:1200px) {
.post-lists.post-type-3 .post {margin:15px 0;}
}

@media (max-width: 768px) {
.post-lists.post-type-1 .post {margin:10px 0;}
}

@media (min-width: 768px) and (max-width:1200px) {
.post-lists.post-type-1 .post {margin:15px 0;}
}

@media (max-width: 768px) {
.post-lists.post-type-1 .post .image-link .post-image:after {background:rgba(0, 0, 0, 0.5);}
}

@media (min-width: 1400px) and (max-width:1600px) {
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .subtitle-type-1, .post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .btn {font-size:10px; letter-spacing:2px;}
}

@media (min-width: 1600px) and (max-width:1920px) {
.before-after-i.after_before_update .before_flex {padding-left:100px;}
}

@media (min-width: 1200px) and (max-width:1400px) {
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .subtitle-type-1, .post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .btn {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .subtitle-type-1, .post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text .btn {font-size:9px; letter-spacing:1.5px;}
}

@media (max-width: 576px) {
.quantity-group.quantity-type-2 a {font-size:16px;}
}

@media (max-width: 576px) {
.custom-radio-box label {font-size:10px;}
}

@media (max-width: 768px) {
.custom-checkbox [type="checkbox"]:checked+label, .custom-checkbox [type="checkbox"]:not(:checked)+label {font-size:9px;}
}

@media (max-width: 768px) {
.form-type-1 .form-control {height:calc(3em + 1.5rem + 2px); padding:1rem 0.75rem; font-size:10px;}
}

@media (max-width: 576px) {
.form-type-1 .form-control {font-size:8px;}
}

@media (max-width: 768px) {
.error-summary, .alert, .alert.alert-danger {margin:0 0 2rem 0;}
}

@media (max-width: 768px) {
.bootstrap-select .dropdown-menu {left:0 !important; max-width:80vw;}
}

@media (max-width: 768px) {
.swal2-container .swal2-popup {padding:2rem;}
}

@media (max-width: 576px) {
.swal2-container .swal2-popup .swal2-title {font-size:15px;}
}

@media (min-width: 576px) and (max-width:) {
.swal2-container .swal2-popup .swal2-title {font-size:17px;}
}

@media (max-width: 768px) {
.swal2-container .swal2-popup .swal2-styled {font-size:9.5px;}
}

@media (max-width: 576px) {
.swal2-container .swal2-popup .swal2-styled {padding:18px 20px;}
}

@media (max-width: 768px) {
.shop-wrapper {border-top:0; border-bottom:0;}
.shop-wrapper .shop-items {border-right:0; margin-right:0;}
}

@media (min-width: 768px) {
.shop-wrapper .shop-items .shop-image {position:absolute;}
}

@media (max-width: 768px) {
.shop-wrapper .basket-info {border-left:0;}
.shop-wrapper .basket-sticky {position:relative; top:0 !important;}
#quick_cart {width:100%;}
#quick_cart .cart-header {top:1.5rem; right:1.5rem;}
#quick_cart .cart-header a {padding:0 1.5rem;}
#quick_cart .cart-header a.close-cart img {width:1.1rem; height:1.1rem;}
#quick_cart .cart-header a.link-basket {font-size:9px; padding-right:0.5rem;}
#quick_cart .cart-header a.link-basket img {width:1.4rem; height:1.4rem;}
.order-wrapper .order-item .order-item-inner .order-row {border:0;}
.order-wrapper .order-item .order-item-inner .order-row>.row>[class*="col-"] {border-top:1px solid rgba(84, 91, 108, 0.7);}
.order-wrapper .order-item .basket-product .product-option .product-count {top:-12px; right:-12px; width:24px; height:24px; line-height:24px; font-size:9px;}
.section.section-fh:not(.section-without-hf) {min-height:720px !important;}
.section.section-fh:not(.section-mobile-flexible) {min-height:500px !important;}
}

@media (max-width: 576px) {
.section.section-min-fh-type-2 {min-height:400px !important;}
.section.section-mobile-flexible {min-height:auto; height:auto !important;}
}

@media (max-width: 1200px) {
.chaptersPartLeftElse .readMoreOH {width:calc(100% - 0px);}
}

@media (max-width: 768px) {
.section.section-a-mid.s-masterclass-home {align-items:center !important; justify-content:center !important; flex-direction:column;}
.section.section-a-mid.s-masterclass-home .container {margin-bottom:50px;}
.section.section-type-hero {min-height:500px !important;}
.section .next-section {bottom:12%; width:14px; padding:14px; -webkit-box-shadow:2px -2px 0 0 #fff inset; -moz-box-shadow:2px -2px 0 0 #fff inset; box-shadow:2px -2px 0 0 #fff inset;}
.section.section-mobile-bg-contain {background-color:#000819; background-position:50% 50%; background-size:contain;}
.section.section-mobile-middle {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
}

@media (min-width: 480px) {
.masterclass-packages .title-type-2 {font-size:64px; line-height:65px;}
}

@media (min-width: 620px) {
.masterclass-packages .form-note .subtitle-type-2-c {font-size:11px; letter-spacing:3px;}
.onlyMembershipPackage .masterclass-packages .form-note .subtitle-type-2-c {font-size:10px; letter-spacing:3px; color:#ffffff !important; opacity:0.5;}
.onlyMembershipPackage .masterclass-packages .form-note .subtitle-type-2-c a {text-decoration:underline;}
}

@media (max-width: 768px) {
.founder {height:auto !important;}
.founder .founder-photo {height:60vh;}
.founder .founder-signature img {margin:0 auto;}
.founder .founder-content {text-align:center;}
.founder .founder-content .link-more {margin:60px auto;}

.before-after-i {height:auto;}
}

@media (max-width: 1200px) {
.newsletter {height:auto !important;}
.newsletter .absolute-overlay-bg {display:none;}
.newsletter .section-cover-bg {display:block; background-position:right 50%;}
}

@media (min-width: 1200px) {
.newsletter .section-inner {width:1140px;}
}

@media (max-width: 1200px) {
.newsletter .section-inner {padding:0;}
}

@media (min-width: 1200px) {
.newsletter .section-inner .section-header {width:860px;}
.connect-immercesec {max-width:820px !important;}

}

@media (max-width: 1200px) {
.newsletter .section-inner .section-header {padding:50px 0;}
}

@media (min-width: 768px) and (max-width:842px) {
.cliper_uppertext {margin-top:25px;}
}

@media (min-width: 768px) and (max-width:1200px) {
.newsletter .section-inner .section-header {min-height:420px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.newsletter .section-inner .section-header .header-inner {-webkit-flex-basis:0; -moz-flex-basis:0; -ms-flex-basis:0; flex-basis:0; -webkit-flex-grow:1; -moz-flex-grow:1; -ms-flex-grow:1; flex-grow:1; max-width:100%; -webkit-align-self:center; -ms-flex-item-align:center; align-self:center;}
}

@media (max-width: 576px) {
.newsletter .section-inner .section-header h4 {font-size:70px;}
}

@media (max-width: 1200px) {
.newsletter .section-inner .section-header h4 {letter-spacing:0; line-height:1;}
}

@media (min-width: 576px) and (max-width:1200px) {
.newsletter .section-inner .section-header h4 {font-size:90px;}
}

@media (max-width: 1200px) {
.newsletter .section-inner .section-header .header-text {display:none;}
}

@media (max-width: 1200px) {
.newsletter .section-inner .section-content {background:#000b1f; padding:30px 20px 40px; margin:0;}
}

@media (min-width: 768px) and (max-width:1200px) {
.newsletter .section-inner .section-content {padding:40px 40px 30px;}

}

@media (min-width: 768px) and (max-width:800px) {
.login-inner-conta {width:53%;}
}

@media (max-width: 1200px) {
.newsletter .section-inner .section-content .form-content .form-header h5 {border-right:0;}
.newsletter .section-inner .section-content .form-content .form-inner {padding:40px 20px 30px;}
.newsletter .section-inner .section-content .form-content .form-inner .form-control {font-size:15px;}
}

@media (max-width: 768px) {
.newsletter .newsletter-header {min-height:50vh; display:flex; align-items:center; justify-content:center;}
}

@media (min-width: 768px) {
.class-info .class-content .class-inner {position:absolute; width:100%; height:100%; top:0; left:0;}
.event-lists.event-webinars {padding-top:0px !important;}
}

@media (max-width: 768px) {
.section-video {height:1800px;}
.section-video .video-container {position:-webkit-sticky;}
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
.section-video .video-container {position:-webkit-sticky;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
.section-video .video-container {position:-webkit-sticky;}
.link-back.new_even_back {margin-bottom:41px;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
.section-video .video-container>canvas {width:100%; height:100%;}
}

@media (max-width: 768px) {
#philosophy-sequences {height:1000px;}
}

@media (max-width: 577px) {
.section-st-content .search-form .svg-search-icon {top:13px; left:18px;}
}

@media (min-width: 1440px) {
.section-st-content .search-form .svg-search-icon {top:37px;}
}

@media (max-width: 576px) {
.section-st-content .search-form .form-control {font-size:9px; letter-spacing:1.5px; padding:24px 46px;}
}

@media (min-width: 576px) and (max-width:768px) {
.section-st-content .search-form .form-control {font-size:10px; letter-spacing:2px;}
}

@media (max-width: 768px) {
.section-st-content .content-listing {border-bottom:1px solid #2b2d32;}
}

@media (max-width: 576px) {
.before-after-list .before-after-content ul li a {font-size:9px; letter-spacing:1.5px;}
}

@media (min-width: 576px) and (max-width:768px) {
.before-after-list .before-after-content ul li a {font-size:10px; letter-spacing:2px;}
div#cookie-consent-banner .container {
    padding-left: 15px;
    padding-right: 15px;
}
#cookie-consent-banner .cookie_content p {
    font-size: 8px;
}
}


@media (min-width: 1600px) {
.before-after-list .before-after-content .tab-grampas table tr td {padding:14px 38px;}
}

@media (max-width: 768px) {
.before-after-list .before-after-media .before-after-wrapper .before-after-item span {left:0; bottom:15px; text-align:center;}
.before-after-list .before-after-media .before-after-wrapper .before-after-item.item-after span {right:0; text-align:center;}
.global-reach {margin:-1px 0;}
.global-reach .global-reach-content {min-height:50vh; display:flex; flex-direction:column; align-items:flex-start; justify-content:center;}
}

@media (min-width: 1280px) { 
.login-right-cont { padding-left: 88px !important; padding-right: 88px !important;}
.sign-up-section-module .section-content{padding-left: 88px !important; padding-right: 88px !important;}
.forgot-passs-page .forget-pass-main-div{padding-left: 88px !important; padding-right: 88px !important;}
.verify_password_fild .section-content{padding-left: 88px !important; padding-right: 88px !important;}
}
@media (min-width: 1100px) { .login-right-cont { padding-top: 153px !important; } }

@media (min-width: 768px) and (max-width: 920px) { .login-right-cont { padding-left: 30px !important; padding-right: 30px !important; }}
@media (max-width: 1280px) { .only_signpage_newimg .bg-image-filled { background-position: center; } }
@media (max-width: 920px) { .only_signpage_newimg .subtitle-type-3 {font-size: 8px;}.loginpage-new-des .link-default.link-default-type-2 {font-size: 8px;} }



@media (min-width: 768px) {
.global-reach .text p {margin-bottom:45px;}
.preorder-popup.caliper-pencil-prod {max-width:747px !important;}
.post-lists.post-type-4 .post .post-item:hover .post-content .post-inner .post-text, .post-lists.post-type-4 .post .post-item:active .post-content .post-inner .post-text, .post-lists.post-type-4 .post .post-item:focus .post-content .post-inner .post-text {transform:translate3d(0, 0, 0);}
.academyPageCollection .post-lists.post-type-4 .post .post-item:hover .closeVisibleIcon {opacity:1;}.membership_sec_event{max-width: 786px;}.master_cls_container{padding-top: 107px !important; padding-bottom: 109px !important;}    .only_signpage_newimg .new_img_for_sign {position: sticky;top: 0px;left: 0px;}    .sign-up-section-module .sign_up_img_banner {position: sticky;top: 0px;}.only_event_detail_page {padding-bottom: 22px !important; padding-top: 102px !important;}
section.shop-now-i.section-fading {padding-top: 222px !important;padding-bottom: 222px !important;}.home_page_founder{padding-top: 160px !important;padding-bottom: 160px !important;}.before-after-i.after_before_update {background: #01091a;padding-top: 165px;padding-bottom: 165px;}

}

@media (min-width: 620px) {
.photo-grid-content ul {margin-top:4rem;}
}

@media (min-width: 620px) {
.photo-grid-content ul li {width:calc(33.3% - 9px); overflow:hidden; height:23vw; margin-right:9px; padding:1%;}
.photo-grid-content ul {width:90%;}
}

@media (min-width: 1300px) {
.photo-grid-content ul li {width:calc(25% - 11px); overflow:hidden; height:17.8vw; margin-right:11px;}
}

@media (min-width: 620px) {
.photo-grid-content ul li a {height:20vw;}
}

@media (min-width: 1300px) {
.photo-grid-content ul li a {height:15vw;}
}

@media (min-width: 620px) {
.photo-grid-content .close {right:1.3vw; top:1.3vw;}
}

@media (max-width: 768px) {
.our-approach.section.section-fh {height:initial;}
}

@media (max-width: 768px) {
.event-dropdown-wrapper {justify-content:center;}
}

@media (max-width: 576px) {
.event-dropdown-wrapper .event-dropdown {width:100%;}
}

@media screen and (max-width: 970px) {
#packages .row .col-lg-6 {margin-bottom:2rem;}
}

@media screen and (max-width: 1060px) {
#packages .row .col-lg-6 {flex:0 0 100%; max-width:100%;}
}

@media screen and (max-width: 425px) {
.choose-membership>.col:last-child label {padding-left:0;}
.choose-membership>.col:last-child label+p {padding-left:0 !important;}
}

@media screen and (max-width: 470px) {
.choose-membership>.col .custom-radio-box [type="radio"]:checked+label:before, .choose-membership>.col .custom-radio-box [type="radio"]:not(:checked)+label:before {width:19px; height:19px; left:1px; top:2px;}
.choose-membership>.col .custom-radio-box [type="radio"]:checked+label:after, .choose-membership>.col .custom-radio-box [type="radio"]:not(:checked)+label:after {width:7px; height:7px; top:8px;}
}

@media screen and (max-width: 550px) {
.choose-membership>.col .form-group.custom-radio-box .col-left {width:50%;}
.choose-membership>.col .form-group.custom-radio-box .col-left+.masterclass-prices {width:50%;}
}

@media screen and (max-width: 425px) {
.choose-membership>.col .form-group.custom-radio-box .col-left+.masterclass-prices {padding-top:1.7rem;}
.choose-membership>.col .form-group.custom-radio-box label+p {padding-left:0; padding-top:7px;}
}

@media screen and (max-width: 470px) {
.choose-membership>.col .form-group.custom-radio-box .col-left label, .choose-membership>.col .form-group.custom-radio-box .col-left label+p {font-size:0.5rem; margin-bottom:0 !important;}
.choose-membership>.col .title-type-4 {font-size:1.6rem !important;}
.choose-membership>.col .title-type-4>.title-discount {font-size:1.4rem !important;}
.choose-membership>.col .bill-specification {font-size:0.8rem;}
.choose-membership>.col .form-group.custom-radio-box .contact-link, .choose-membership>.col .form-group.custom-radio-box .contact-link>a.link-default {font-size:0.9rem !important;}
}

@media screen and (max-width: 425px) {
.choose-membership>.col .bill-specification {font-size:0.7rem; line-height:1rem;}
.choose-membership>.col .title-type-4 {font-size:1.5rem !important;}
.choose-membership>.col .title-type-4>.title-discount {font-size:1.2rem !important;}
}

@media screen and (max-width: 970px) {
.btn-subscribe {flex-direction:column;}
.btn-subscribe button {margin-right:0; margin-bottom:4%; width:100%;}
.btn-subscribe button+div {align-self:flex-start !important;}
}

@media screen and (max-width: 576px) {
.plan-wrapper h4.title-discount {font-size:16px; line-height:22px;}
}

@media (max-width: 560px) {
.plan-wrapper .total-plan p {font-size:12px;}
}

@media (min-width: 990px) {
.plan-wrapper {flex-basis:437px;}
}

@media (max-width: 1000px) {
.plan-wrapper {max-width:100%; flex-basis:100%; margin-bottom:0 !important;}
.plan-wrapper.individual-plan {height:auto;}
}

@media screen and (max-width: 450px) {
.plan-wrapper {height:auto;}
}

@media (max-width: 1000px) {
.payment-image {max-width:100%; flex-basis:100%; padding:0;}
.payment-image img {width:100%;}
}

@media (max-width: 1439px) {
.circle {left:215px;}
}

@media (max-width: 1201px) {
.circle {left:205px;}
}

@media (max-width: 1999px) {
.circle {left:230px;}
}

@media (max-width: 1430px) {
.circle {left:220px;}
}

@media (max-width: 1201px) {
.circle {left:205px;}
}

@media (max-width: 1999px) {
.circle {left:228px;}
}

@media (max-width: 1439px) {
.circle {left:215px;}
}

@media (max-width: 1201px) {
.circle {left:203px;}
}

@media (max-width: 1199px) {
.circle {left:182px;}
.updte-masters .section-header {max-width:68% !important;}
}

@media (max-width: 1199px) {
.circle {left:182px;}
.up-new-text {font-size:26px;}
}

@media (max-width: 767px) {
.circle {left:170px;}
#submit_pro {padding:20px;height: calc(4em + 0.75rem + 4px);
}

}

@media (max-width: 768px) {
#promo_code {height:52px !important;}
.watchLetterScrollList .scroll-video-content-p {padding-right:64px;}
}

@media (max-width: 380px) {
.div_pro {display:block;}
}

@media screen and (max-width: 420px) {
.div_modal .div_acc_req {margin-top:-40px;}
.div_modal h3 {font-size:18px; margin-bottom:10px; margin-top:20px !important; display:block;}
.div_modal .cme-provider {display:block;}
.div_modal .cme-provider-table {display:none;}
.div_modal h2 {font-size:16px;}
.div_modal p {font-size:14px;}
.div_modal table th {font-size:12px; padding:2px;}
.div_modal table td {font-size:10px; padding:2px;}
}

@media screen and (max-width: 656px) {
table.table-billing tbody td:last-child, table.table-billing thead td:last-child {text-align:left;}
}

@media screen and (max-width: 430px) {
table.table-billing tbody th:first-child, table.table-billing tbody td:first-child, table.table-billing thead th:first-child, table.table-billing thead td:first-child {width:4.6%; padding-right:2%;}
table.table-billing tbody th:nth-child(2), table.table-billing tbody td:nth-child(2), table.table-billing thead th:nth-child(2), table.table-billing thead td:nth-child(2) {width:4.6%; padding-right:5%;}
table.table-billing tbody th:nth-child(3), table.table-billing tbody td:nth-child(3), table.table-billing thead th:nth-child(3), table.table-billing thead td:nth-child(3) {width:3.5%;}
table.table-billing tbody th:last-child, table.table-billing tbody td:last-child, table.table-billing thead th:last-child, table.table-billing thead td:last-child {width:4%;}    #event-course-details .course-section {zoom: .8 !important;}
}

@media screen and (max-width: 768px) {
table.table-billing tbody td {letter-spacing:1px; font-size:9px;}
}

@media screen and (max-width: 424px) {
table.table-billing tbody td {font-size:8px;}
}

@media screen and (max-width: 768px) {
table.table-billing tbody td a {font-size:9px;}
}

@media screen and (max-width: 424px) {
table.table-billing tbody td a {font-size:8px;}
}

@media (max-width: 1000px) {
.section.section-type-pd.product-with-slider.product-cover {flex-wrap:nowrap !important; flex-direction:column !important; padding-bottom:2rem; min-height:1100px !important;}
.section.section-type-pd.product-with-slider.product-cover .product-slider {position:relative; min-height:498px;}
.section.section-type-pd.product-with-slider.product-cover .container.bgMobileAdapt .row.no-gutters.justify-content-end {justify-content:flex-start !important; padding:0 1rem;}
.product_shop .slide-item.swiper-slide{min-height:498px;}
}

@media (max-width: 1000px) {
.product-with-slider .product-slider-pagination {position:relative;}
}

@media screen and (max-width: 767px) {
.videoBtnContainer {margin-bottom:-2rem; margin-top:3rem;}
}

@media screen and (min-device-width: 1920px) and (max-device-width:3000px) {
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 1920px) {
.videoTitleScrollOnClickList .os-content {max-height:27.1vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 1820px) {
.videoTitleScrollOnClickList .os-content {max-height:27.1vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 1720px) {
.videoTitleScrollOnClickList .os-content {max-height:27vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 1600px) {
.videoTitleScrollOnClickList .os-content {max-height:26.7vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 1440px) {
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
.updte-masters .mastersListContainerItems .container {max-width:100% !important; padding-left:109px !important; padding-right:109px !important;}
.update-master-detailpage .container {padding-left:97px; padding-right:97px;}
.master-det-crousel.masterclass-lists .container {padding:0px 97px;}
.update-master-detailpage.onlyMasterBio .founder-photo {padding-right:0px !important; margin-right:60px;}    #home_master_carousel .owl-carousel .owl-nav button.owl-prev {left: 29px;}#home_master_carousel .owl-carousel .owl-nav button.owl-next {right: 19px;}
}

@media screen and (max-width: 1400px) {
.recentlyAdded.removehero_slider .add_new_remove {margin-top:161px !important;}
.videoTitleScrollOnClickList .os-content {max-height:31vw !important;}
.loginpage-new-des .bg-image-filled.sign-image {background-position:inherit; height:87.5%;}
.after_login_space_ac {
    padding-top: 93px;
}
}

@media screen and (max-width: 1400px) and (min-width:1200px) {
@media not all and (min-resolution:.001dpcm) {@media {.videoTitleScrollOnClickList .os-content {max-height:26vw !important;}}}
}

@media screen and (max-width: 1280px) {
.section.section-tablet-flexible {height:auto !important; min-height:initial;}
.social_design_sign_in a {padding-left:10px; padding-right:10px;}
#homehero_design .center_content_part h2 {font-size:57px;}
#homehero_design .center_content_part p {font-size:18px;}
.before-after-i.after_before_update .section-media.before-after img {width:250px !important;}
.before-after-i.after_before_update .container {padding:0px 65px;}
.update-master-detailpage .container {padding-left:65px; padding-right:65px;}
.master-det-crousel.masterclass-lists .container {padding:0px 65px;}
.update-master-detailpage.onlyMasterBio .founder-photo {margin-right:65px;}
.clone_video_thumb {height:auto;}
.new-video-pge {height:50px; font-size:27px;}
.future-title {font-size:55px;}
.login-right-cont { padding-left: 66px !important; padding-right: 66px !important;}
.sign-up-section-module .section-content{padding-left: 66px !important; padding-right: 66px !important;}
.forgot-passs-page .forget-pass-main-div{padding-left: 66px !important; padding-right: 66px !important;}
.verify_password_fild .section-content{padding-left: 66px !important; padding-right: 66px !important;}.login-inner-conta {align-items: center;}#homehero_design .center_content_part h6 {margin-top: 66px;
}#home_master_carousel .instructor_name_link {
    margin-top: 29px; font-size: 24px;}#home_master_carousel h5 {font-size: 10px;margin-top: 11px;}
    #cookie-consent-banner .cookie_content p br{display: none;}
}

@media screen and (max-width: 1199px) {
.videoTitleScrollOnClickList .os-content {max-height:276px !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList {padding-top:0;}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {padding-top:78px !important; padding-left:0px; padding-right:0px;}
.academyPageCollection.chaptersSearchSection .videoBtnContainer {top:10px !important; padding:20px 0px;}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {position:relative;}
.chaptersListThumb img {height:inherit; width:100%; height:auto;}
.sticky-top {z-index:9;}
body.hideHeader .header {display:none;}
.chaptersPartRight {margin-top:30px;}
}

@media screen and (max-width: 1024px) {
.videoTitleScrollOnClickList .os-content {max-height:255px !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 992px) {
.videoTitleScrollOnClickList .os-content {max-height:250px !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 800px) {
.videoTitleScrollOnClickList .os-content {max-height:176px !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 768px) {
.videoTitleScrollOnClickList .os-content {max-height:166px !important;}
.academyPageCollection.chaptersSearchSection .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
}

@media screen and (max-width: 767px) {
.videoTitleScrollOnClickList .stepByStepScrollTitle {display:none !important;}
}

@media (max-width: 576px) {
.header .mobile-menu .search-container .search-form span.search-svg img {width:1.1rem; height:1.1rem;}
}

@media (max-width: 768px) {
.popup.subscription-modal-popup.joinModal .form-control {font-size:9px; line-height:inherit; height:42px;}
.popup.subscription-modal-popup.joinModal .custom-checkbox label {font-size:9px;}
}

@media (max-width: 999px) {
.ModulesContainer .owl-carousel .owl-nav .owl-prev {left:-30px;}
.ModulesContainer .owl-carousel .owl-nav .owl-next {right:-30px;}
}

@media (max-width: 576px) {
.popupImgMobile {display:block;}
.popup.subscription-modal-popup .popup-content h2 {display:none !important;}
.popup.subscription-modal-popup .popup-content .form-inner {padding:0.7rem !important;}
.popup.subscription-modal-popup.joinModal .custom-checkbox label {font-size:7px; letter-spacing:1.25px;}
.popup.subscription-modal-popup .popup-content .form-group.mt-2.mt-md-5.mb-4.mb-md-8 {margin:0px !important; margin-top:10px !important;}
.popup.subscription-modal-popup.joinModal .custom-checkbox [type="checkbox"]:checked+label:before, .popup.subscription-modal-popup.joinModal .custom-checkbox [type="checkbox"]:not(:checked)+label:before, .popup.subscription-modal-popup.joinModal .custom-checkbox [type="checkbox"]:checked+label:after, .popup.subscription-modal-popup.joinModal .custom-checkbox [type="checkbox"]:not(:checked)+label:after {width:19px; height:19px;}
.custom-checkbox.label-align-top [type="checkbox"]:checked+label:before, .custom-checkbox.label-align-top [type="checkbox"]:not(:checked)+label:before, .custom-checkbox.label-align-top [type="checkbox"]:checked+label:after, .custom-checkbox.label-align-top [type="checkbox"]:not(:checked)+label:after {top:16%;}
.academyPageCollection .saveButtonContainer .saveButtonListContainer .divider {margin:8px 0px 11px;}
}

@media (max-width: 360) {}

@media (max-width: 1600px) {
.change_vh_button {top:140px !important;}
.recentlyAdded.removehero_slider .add_new_remove {margin-top:119px !important;}
#homehero_design .animation_img_list .animate_scrollbox ul li {
    height: 270px;
}
}



@media (max-width: 1480px) {
    #homehero_design .animation_img_list .animate_scrollbox ul li {
        height: 260px;
    }
    #homehero_design .hero-all-images-box {
        width: 47%;
    }
    
    }
    @media (max-width: 1366px) {
        #homehero_design .animation_img_list .animate_scrollbox ul li {
            height: 229px;
            
        }
            #homehero_design .hero-all-images-box {
            width: 45%;
        }
        #homehero_design .left_con_area h2 {
            font-size: 74px;
            line-height: 81px;
        }
        #homehero_design .left_con_area p {
            font-size: 21px;
            line-height: 32px;
        }
        #homehero_design .left_con_area {
            max-width: 560px;
        }
        
        }
        @media (max-width: 1280px) {
            #homehero_design .animation_img_list .animate_scrollbox ul li {
                height: 210px;
            }
            #homehero_design .animate_scrollbox {
                gap: 25px;
            }
        
        }
        @media (max-width: 1100px) {
            #homehero_design .left_con_area h2 {
                font-size: 56px;
                line-height: 70px;
            }
            #homehero_design .left_con_area p {
                font-size: 18px;
                line-height: 27px;
        margin-top: 20px;
        margin-bottom: 23px;
            }
            
                #homehero_design .hero-all-images-box {
            width: 48%;
        }
        #homehero_design .left_con_area {
            max-width: 418px;
        }
        }
    
        @media (max-width: 992px) {
            #homehero_design .left_con_area {
                max-width: 100%;
                margin: auto;
                display: block;
                text-align: center;
                padding: 0px 88px;
                z-index: 99;
            }
            #homehero_design {
                width: 100%;
                padding-top: 0px !important;
            }
            #homehero_design .hero-all-images-box {
                width: 100%;
            }
                #homehero_design .left_con_area h2 {
            font-size: 56px;
            line-height: 65px;
        }
        #homehero_design .left_con_area p {
            font-size: 23px;
            line-height: 35px;
            margin-top: 21px;
            margin-bottom: 27px;
        }
       
       
        #homehero_design .topblurebox {
           display: none;
        }
    #homehero_design .animation_img_list .img-backside-blure {
        top: 179px;
        display: none;
    }
    #homehero_design .bottom_right_blurimg {
        transform: none;
    }
    #homehero_design .bottom_left_blurimg {
        transform: none;
    }
    #homehero_design .blur_img_flexbox{display: none;}
    #homehero_design .hero-all-images-box .mobile_topblureimg {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 99;
        left: 0;
        top: -203px;
    }
    #homehero_design .hero-all-images-box .mobile_bottomblureimg {
        display: block;
        position: absolute;
        bottom: -254px;
        z-index: 99;
        width: 100%;
    }
    #homehero_design .hero_mobile_overlay {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 9;
        background: linear-gradient(
  180deg,
  rgba(14, 12, 31, 0.67) 0%,
  rgba(6, 1, 50, 0.67) 100%
);
        
    }
    
        }
    
        @media (max-width: 768px) {
            #homehero_design .left_con_area {
                padding: 0px 7px;
                position: relative;
               
            }
            #homehero_design .hero-all-images-box .mobile_bottomblureimg {
                bottom: -164px;
            }
            #homehero_design .hero-all-images-box .mobile_topblureimg {
                top: -114px;
            }
            #homehero_design .left_con_area a {
                letter-spacing: 2.07px;
                min-width: 173px;
                height: 54px;
                line-height: 54px;
                font-size: 9px;
            }
      
        }
    
        @media (max-width:480px) {
           
            #homehero_design .hero-all-images-box .mobile_bottomblureimg {
                bottom: -94px;
            }
            #homehero_design .hero-all-images-box .mobile_topblureimg {
                top: -60px;
                transform: scale(2);
            }
            #homehero_design .left_con_area {
                padding: 0px 29px;
            }
            #homehero_design .left_con_area h2 {
                font-size: 50px;
                line-height: 54px;
            }
            #homehero_design .left_con_area p {
                font-size: 18px;
                line-height: 24px;
            }
            #homehero_design .animation_img_list .animate_scrollbox ul li {
                height: 165px;
            }
            #homehero_design .animate_scrollbox {
                gap: 21px;
            }  
            #homehero_design .animation_img_list .animate_scrollbox ul li {
                margin-bottom: 16px;
            }
        }
    
        
        @media (max-width:428px) {
            #homehero_design .left_con_area {
                padding: 0px 6px;
            }
        }
        @media (max-width:380px) {
            #homehero_design .animation_img_list .animate_scrollbox ul li {
                height: 147px;
            }
            #homehero_design .left_con_area h2 {
                font-size: 45px;
                line-height: 49px;
            }
        }
    



@media (max-width: 1200px) {
.recentlyAdded.removehero_slider .add_new_remove {margin-top:149px !important;}
}

@media (max-width: 1069px) {
#facial .facial_size {width:75%;}
#facial .facial_sh {font-size:10px !important; margin-top:-4px; color:rgba(255, 255, 255, 0.7); letter-spacing:2.96px; line-height:22px; margin-bottom:5px;}
.expert_sec .flex-doctors .founder-photo h2.title_h {font-size:23px; line-height:16px; font-weight:400; margin-top:25px;}
.expert_sec .flex-doctors .founder-photo h5.title_p {font-size:10px !important; font-weight:700; letter-spacing:2.96px; line-height:27px; margin-top:15px; font-family:"Trade Gothic LT Std"; text-transform:uppercase !important;}
.expert_sec .flex-doctors.expert_box .expert-contant {width:370px; overflow:hidden; margin:0px 15px 46px;}
.expert_sec .flex-doctors.expert_box {margin:0px -15px !important;}
.master_info .flex-doctors .founder-photo h2.title_h {font-size:23px; line-height:16px; font-weight:400; margin-top:25px;}
.master_info .flex-doctors .founder-photo h5.title_p {font-size:10px !important; font-weight:700; letter-spacing:2.96px; line-height:27px; margin-top:15px; font-family:"Trade Gothic LT Std"; text-transform:uppercase !important;}
.master_info .flex-doctors.expert_box .expert-contant {width:33.33%; overflow:hidden; margin:0px; margin-bottom:30px;}
.master_info .flex-doctors.expert_box {margin:0px -15px !important;}
}

@media (max-width: 1024px) {
#facial .owl-theme .owl-nav {padding-bottom:0px;}
#facial .facial_h {font-size:22px; line-height:30px;}
#facial .facial_details .detalis_s2 {width:30%; overflow:hidden; align-items:center; height:100px;}
.expert_sec .flex-doctors.expert_box .expert-contant {margin:0px auto 30px;}
.expert_sec .flex-doctors.expert_box .expert-contant {width:306px; margin:0px 12px 56px;}
.expert_sec .flex-doctors.expert_box {margin:0px -12px !important;}
.master_info .flex-doctors.expert_box .expert-contant {margin:0px auto 30px;}
.master_info .flex-doctors.expert_box .expert-contant {width:306px; margin:0px 12px 56px;}
.master_info .flex-doctors.expert_box {margin:0px -12px !important;}
.master_info .section-header .subtitle-type-1 {margin-top:45px; margin-bottom:25px;}
.login-inner-conta {width:36%; display:flex; align-items:center; justify-content:start;}
.pro_half_section .half_contect_sec ul li {font-size:19px;}
.pro_half_section .half_contect_sec {padding-left:0px !important; padding-right:0px !important;}.eventsPageContainer .title-type-4 .text-white.link-no-style, .eventsPageContainer .text.title-text.text-small a {zoom:.74;}
}

@media (max-width: 992px) {
#facial .facial_size {width:90%;}
button.owl-prev::before {margin-left:8; padding:11px;}
button.owl-next::before {margin-right:8px; padding:11px;}
.expert_sec .flex-doctors .founder-photo h2.title_h {font-size:23px; line-height:26px; letter-spacing:-0.35px; font-weight:400; margin-top:35px;}
.expert_sec .flex-doctors .founder-photo h5.title_p {font-size:10px !important; line-height:28px;}
button.owl-next:after {margin-left:0px; right:-21px;}
.master_info .flex-doctors .founder-photo h2.title_h {font-size:23px; line-height:26px; letter-spacing:-0.35px; font-weight:400; margin-top:35px;}
.master_info .flex-doctors .founder-photo h5.title_p {font-size:10px !important; line-height:28px;}
.master_info .section-header .title-type-1 {font-size:60px;}
}

@media (max-width: 800px) {
#facial .owl-stage .owl-item:nth-child(n + 1) {padding-right:10px !important;}
#facial .owl-stage .owl-item:nth-child(n + 0) {padding-left:10px !important;}
#facial .facial_size {width:85% !important; margin-top:0;}
button.owl-prev:after {font-size:16px; margin-top:-55px !important;}
button.owl-next:after {content:"Next"; font-size:16px; margin-top:-55px !important;}
#facial .facial_details {min-height:160px;}
}

@media (max-width: 767px) {
button.owl-prev::before {padding:11px;}
button.owl-next:after {display:none;}
button.owl-prev:after {display:none;}
#facial .facial_details {min-height:auto;}
#facial {padding-top:20px;}
#facial .owl-stage .owl-item:nth-child(odd) .facial_details .detalis_s1 {order:1 !important;}
#facial .owl-stage .owl-item:nth-child(odd) .facial_details .detalis_s2 {order:12 !important;}
#facial .owl-stage .owl-item:nth-child(even) .facial_details .detalis_s1 {order:1 !important;}
#facial .owl-stage .owl-item:nth-child(even) .facial_details .detalis_s2 {order:12 !important;}
#facial .owl-stage .owl-item:nth-child(even) .facial_details .detalis_s1 {text-align:right;}
.expert_sec .flex-doctors.expert_box .expert-contant {margin:0px auto 25px;}
.expert_sec .flex-doctors.expert_box .expert-contant {width:232px; margin:0px 9px 44px;}
.expert_sec .flex-doctors.expert_box {margin:0px -9px !important;}
.expert_sec .flex-doctors .founder-photo h2.title_h {font-size:20px; line-height:25px; letter-spacing:-0.3px; font-weight:400; margin-top:21px;}
.expert_sec .flex-doctors .founder-photo h5.title_p {font-size:12px !important; font-weight:700; margin-top:10px; letter-spacing:2px; line-height:21px; font-family:"Trade Gothic LT Std"; text-transform:uppercase !important;}
.master_info .flex-doctors.expert_box .expert-contant {margin:0px auto 25px;}
.master_info .flex-doctors.expert_box .expert-contant {width:232px; margin:0px 9px 44px;}
.master_info .flex-doctors.expert_box {margin:0px -9px !important;}
.master_info .flex-doctors .founder-photo h2.title_h {font-size:20px; line-height:25px; letter-spacing:-0.3px; font-weight:400; margin-top:21px;}
.master_info .flex-doctors .founder-photo h5.title_p {font-size:12px !important; font-weight:700; margin-top:10px; letter-spacing:2px; line-height:21px; font-family:"Trade Gothic LT Std"; text-transform:uppercase !important;}
.master_info .section-header .title-type-1 {font-size:50px; line-height:50px;}
.master_info .section-header .master_ph {width:100%; font-size:15px; line-height:28px;}
.master_info .section-header .px-8 {padding-left:10px !important; padding-right:10px !important;}
.master_info hr.mt-8 {margin-top:15px !important;}
.master_info hr.mb-15 {margin-bottom:20px !important;}
.master_info .max-w-900px.mx-auto.px-8.px-md-0 .mb-15 {margin-bottom:18px !important;}
.master_info .max-w-900px.mx-auto.px-8.px-md-0 .mt-8 {margin-top:18px !important;}
.master_info .section-header .subtitle-type-1 {margin-top:35px; margin-bottom:20px;}
}

@media (max-width: 643px) {
.expert_sec .flex-doctors {flex-direction:column;}
.expert_sec .flex-doctors.expert_box .expert-contant {margin:auto; width:232px; justify-content:right;}
.expert_sec .flex-doctors.expert_box .founder-photo img {width:100%;}
.expert_sec .flex-doctors.expert_box .expert-contant {width:100%;}
.expert_sec .flex-doctors.expert_box .founder-photo img {height:100%;}
.expert_sec .flex-doctors.expert_box .expert-contant {width:100%; margin-bottom:50px; padding-left:0px; padding-right:0px;}
.master_info .flex-doctors {flex-direction:column;}
.master_info .flex-doctors.expert_box .expert-contant {margin:auto; width:232px; justify-content:right;}
.master_info .flex-doctors.expert_box .founder-photo img {width:100%;}
.master_info .flex-doctors.expert_box .expert-contant {width:100%;}
.master_info .flex-doctors.expert_box .founder-photo img {height:100%;}
.master_info .flex-doctors.expert_box .expert-contant {width:100%; margin-bottom:50px;}
.master_info .section-header .px-8 {padding-left:5px !important; padding-right:5px !important;}
.master_info hr.mt-8 {margin-top:10px !important;}
.master_info hr.mb-15 {margin-top:10px !important;}
.master_info .section-header .subtitle-type-1 {margin-top:30px; margin-bottom:20px;}
}

@media (max-width: 576px) {
.master_info .section-header .title-type-1 {font-size:40px; line-height:40px;}
}

@media (max-width: 480px) {}

@media (max-width: 400px) {
.master_info .section-header .title-type-1 {font-size:30px; line-height:35px;}
.master_info .section-header .master_ph {width:100%; font-size:14px; line-height:22px;}
.master_info .section-header .subtitle-type-1 {margin-top:15px; margin-bottom:10px;}
}

@media (max-width: 359px) {}

@media screen and (max-width: 1920px) {
.mastersListContainer .container {padding-left:15px; padding-right:15px; max-width:1320px !important; width:100%;}
}

@media screen and (max-width: 1399px) {
.mastersListContainer .container {max-width:1140px !important;}
}

@media screen and (max-width: 1199px) {
.mastersListContainer .container {max-width:960px !important;}
.mastersListContainer .mastersListContainerItems h2.title_h {font-size:24px;}
}

@media screen and (max-width: 991px) {
.mastersListContainer .container {max-width:720px !important; padding-left:15px !important; padding-right:15px !important;}
.mastersListContainer .row {margin-right:-15px; margin-left:-15px;}
.mastersListContainer .row .col-md-4, .mastersListContainer .row .col-sm-6 {padding-left:15px !important; padding-right:15px !important;}
.mastersListContainer .mastersListContainerItems h2.title_h {font-size:20px; margin-top:15px;}
.mastersListContainer .mastersListContainerItems h5.title_p {font-size:11px !important; font-weight:700; letter-spacing:1.5px; line-height:1.3; font-family:"Trade Gothic LT Std"; text-transform:uppercase !important; margin-top:10px;}
}

@media screen and (max-width: 767px) {
.mastersListContainer .container {max-width:540px !important;}
}

@media screen and (max-width: 576px) {
.mastersListContainer .container {max-width:100% !important; padding:0px 30px !important;}
.mastersListContainer .mastersListContainerItems h2.title_h {font-size:26px; margin-top:15px;}
#facial .owl-nav .owl-prev {position:absolute;left: -30px;}
#facial .owl-nav .owl-next {position:absolute; right:-38px;}
#facial .facial_size:before, #facial .facial_size:after {display:none;}
#facial .owl-stage .facial_details .detalis_s2 {margin-left:5%;}
#facial .owl-stage .owl-item:nth-child(even) .facial_details .detalis_s2 {margin-right:0%; margin-left:5%;}

.facial_slider button.owl-prev::before {
    margin-left: 0px;
}
.facial_slider button.owl-next::before {
  margin-right: 0px;
}
}

@media screen and (max-width: 420px) {
.invalid-email {font-size:6px !important;}
.popup.subscription-modal-popup.joinModal .custom-checkbox label {font-size:6px !important; letter-spacing:1.25px;}
}

@media (min-width: 2800px) {
.chaptersPartLeft {flex:0 0 62.143% !important; max-width:62.143% !important;}
.chaptersPartRight {flex:1 !important; padding-bottom:25px;}
.post.post-video-box {position:relative; padding-top:0; height:calc(100% - 24px);}
.chaptersPartLeftElse .post.post-video-box {height:calc(100% - 0px);}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {height:max-content; padding-top:118px;}
}

@media screen and (max-width: 822px) and (min-width:768px) {
.min-w-md-350px {min-width:324px !important;}
}

@media screen and (max-width: 2800px) and (min-width:1400px) {
.chaptersPartLeft {flex:0 0 62.143% !important; max-width:62.143% !important;}
.chaptersPartRight {flex:1 !important; padding-bottom:25px;}
.post.post-video-box {position:relative; padding-top:0; height:calc(100% - 24px);}
.chaptersPartLeftElse .post.post-video-box {height:calc(100% - 0px);}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {height:max-content; padding-top:118px;}
}

@media (min-width: 2561px) {
.videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.videoTitleScrollOnClickList .stepByStepScrollTitle {bottom:-40px;}
}

@media screen and (max-width: 2560px) and (min-width:2350px) {
.videoTitleScrollOnClickList .os-content {max-height:27.5vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.videoTitleScrollOnClickList .stepByStepScrollTitle {bottom:-40px;}
}

@media screen and (max-width: 2351px) and (min-width:2100px) {
.videoTitleScrollOnClickList .os-content {max-height:27.5vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.videoTitleScrollOnClickList .stepByStepScrollTitle {bottom:-40px;}
}

@media screen and (max-width: 2700px) and (min-width:2561px) {
.videoTitleScrollOnClickList .os-content {max-height:27.5vw !important;}
}

@media screen and (max-width: 2100px) and (min-width:1921px) {
.videoTitleScrollOnClickList .os-content {max-height:27.5vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
}

@media screen and (max-width: 1600px) and (min-width:1250px) {
#facial .facial_size {width:80%;}
#facial .owl-stage .owl-item:nth-child(even) .facial_details .detalis_s2 {margin-right:4%;}
.academyPageCollection #facial .facial_details .detalis_s2 {width:130px;}
#facial .facial_sh {font-size:11px !important; letter-spacing:2.96px;}
#facial .owl-stage .facial_details .detalis_s2 {margin-left:4%;}
#facial .facial_sh {min-height:23px;}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {height:max-content; padding-top:118px;}
}

@media (max-width: 1360px) {
.academyPageCollection .academyMasterSec .companyPostList .exploreButton {margin:25px auto 0px;}
.academyPageCollection.chaptersSearchSection .chaptersPartLeft {height:max-content; padding-top:118px;}
.btn {padding:24px 15px 21px 15px;}
.ac_sub_but {padding:0px 0px 0px 3px !important; height:60px;}
.savevideobtn {padding:5px 5px 5px 3px;}
.pro_half_section .half_contect_sec .btn.btn-type-1 {padding-left:18px;}
}

@media screen and (max-width: 1400px) and (min-width:1200px) {
.chaptersPartRight {padding-bottom:25px;}
.academyPageCollection .videoInforData {padding-bottom:15px;}
.academyPageCollection .masterclass-lists #post-lists h5.library-doctor-title{line-height: 17px;}
.masterclass-lists #post-lists h5 {line-height: 17px;}
}

@media (max-width: 1300px) {
.videoTitleScrollOnClickList .os-content {max-height:28.6vw !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
.master_page_design_row .right_sidemodule_colum .master_cover_box .mas_img_box {
    width: 301px;
    height: 407px;
}
.master_page_design_row .right_sidemodule_colum .master_right_content h6 {
    margin-bottom: 24px;
}
.master_page_design_row .right_sidemodule_colum .master_right_content p {
    font-size: 17px;
    line-height: 23px;
}
}

@media (max-width: 1270px) {
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:28.5vw !important;}
}

@media (max-width: 1250px) {
#facial .facial_size {width:90%;}
}

@media (max-width: 1200px) {
#facial .facial_size {width:80%; margin-top:40px;}
.academyPageCollection .pageBackButton {top:calc(15vh);}
.savedChaptersSecLogout .chaptersPartRight .videoTitleScrollOnClickList .os-content {max-height:inherit !important; overflow:visible; margin-top:0px;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h1st {margin-top:81px !important;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h3rd {margin-bottom:0px !important;}
.container {max-width:100%;}
.chaptersPartLeft {padding-left:0px; padding-right:0px;}
.academyPageCollection .section.section-fh:not(.section-mobile-flexible) {min-height:100vh !important;}
.chaptersPartRightViewFile .videoTitleScrollOnClickList .os-content {max-height:100% !important; overflow:inherit;}
.academyPageCollection .instructerVideoSec {padding-bottom:0px !important;}
.after_login_space_ac {
    padding-top: 62px;
}
}

@media (max-width: 1100px) {
.header .navigation {padding:16px 0 0;}
.header .navigation .menu {display:none !important;}
.academyPageCollection .pageBackButton {top:calc(20vh);}
.academyPageCollection .video-content .title-type-1 {font-size:60px;}
.academyPageCollection .header .logo {padding-top:0px;}
.academyPageCollection .header .navigation .row.no-gutters.align-items-center {align-items:center !important;}
.academyPageCollection .video-content .title-type-1 {font-size:60px;}
.academyPageCollection .video-content .title-type-1 {margin-bottom:2rem !important;}
.academyPageCollection .product-video .video-content .text-content {max-width:534px !important;}
.academyPageCollection .product-video .video-content .text-content p {margin-bottom:0px;}
.academyPageCollection .sliderHeadings .max-w-md-750px {max-width:650px !important;}
.academyPageCollection .sliderHeadings h2.title-type-1.h2nd {line-height:51px !important; margin-bottom:11px !important; padding-bottom:0px !important;}
.academyPageCollection .title-type-1 {font-size:60px; font-weight:400; letter-spacing:-2px;}

.academyPageCollection .academyMasterSec .academyFilterLinks .academyTags br {display:none;}
.allSecContainer .divider {display:none;}
.academyPageCollection .academyFilter {position:relative; right:0px; top:0px; margin:auto; text-align:center;}
.academyPageCollection .academyFilter a.filterMenu {margin:20px auto 0px; width:100%; justify-content:space-between; padding:18px 1.5rem; height:auto;}
.chaptersPartRight {margin-top:30px;}
.modal-content.new-circle-modal {border:1px solid #111a2e !important;}
.before-after-i.after_before_update .container {padding:0px 44px;}
.faq_serch_box .section-header.search-posts {padding:0px 70px 75px 70px !important;}
.faq_serch_box .static-content .content-listing {padding-left:66px !important;}
#pricing_section .container, #your_subscription .container {max-width:100%; padding:0 50px;}
h1.title-type-1.h2nd.academic_font {line-height:51px !important; margin-bottom:11px !important; padding-bottom:0px !important;}
.after_login_space_ac {
    padding-top: 48px;
}
.event-date-location h4, .event-date-location h6 {
    font-size: 20px;
    line-height: 1.3;
}
.master_page_design_row .right_sidemodule_colum .master_right_content h6 {
    font-size: 10px;
}
.master_page_design_row .right_sidemodule_colum .master_right_content p {
    font-size: 15px;
    line-height: 21px;
}
}

@media (max-width: 992px) {
.academyPageCollection .header .container, .header .mobile-menu .search-container {padding:0 4vw;}
.academyPageCollection .academyMasterSec {padding-top:50px; background:#000613 !important;}
.academyPageCollection .academyMasterSec .academyFilterLinks {margin-top:30px;}
.academyPageCollection .subtitle-type-1, .academyPageCollection .video-content .link-icon span, .academyPageCollection .masterclass-lists #post-lists h5, .academyPageCollection .recentlyAdded a {font-size:10px;}
.academyPageCollection .courseDetailSec .courseDetailSecLP {padding-right:2.5rem !important;}

.academyMasterSec .row.videoTIleAcademy.allSecContainer {margin-bottom:41px !important;}
.onlyCommentSec .writeCommentSec .commentInputSec .smileIc {display:none;}

}

@media screen and (max-width: 884px) and (min-width:769px) {
.up-new-text {font-size:24px;}
}

@media screen and (max-width: 900px) and (min-width:767px) {
#facial .owl-nav .owl-next {right:-2%;}
#facial .owl-nav .owl-prev {left:-2%;}
.change_password_all .change_password_menu ul li a {font-size:9px;}
}

@media (max-width: 768px) {
.academyPageCollection .video-content .title-type-1 {font-size:50px;}
.academyPageCollection .video-content .title-type-1 {margin-bottom:1.5rem !important; margin-top:1.2rem !important;}
.academyPageCollection .pageBackButton .link-back.absolute .slide-direction.direction-prev {height:20px !important; width:20px !important; -webkit-box-shadow:2px -2px 0 0 #c2bdc8 inset; -moz-box-shadow:2px -2px 0 0 #c2bdc8 inset; box-shadow:2px -2px 0 0 #c2bdc8 inset;}
.academyPageCollection .pageBackButton {top:calc(18vh);}
.academyPageCollection .academyFilter {position:relative; right:0px; top:0px; margin:auto; text-align:center;}
.academyPageCollection .academyFilter a.filterMenu {margin:20px auto 0px; width:100%; justify-content:space-between; padding:18px 1.5rem; height:auto;}
.academyPageCollection .academyFilterLinks .academyFilter .filterDropMenu {top:54px; width:100% !important; margin:0px !important; max-width:100%;}
.academyPageCollection .videoInforData {display:none;}
.academyPageCollection .vT {font-size:18px; line-height:22px;}
.chaptersListThumb {width:100px; height:67px; margin-right:15px;}
.academyPageCollection .academyTabTitle h6 {font-size:9px; line-height:40px;}
.academyPageCollection .academyTabTitle h2 {font-size:50px; letter-spacing:-2.162162px; margin-top:0px; line-height:60px; font-weight:400;}
.btn.btn-type-4.active:before {display:block;}
.mCLA, .mCRA {display:none;}

.videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
.chaptersPartRight {margin-top:30px;}
.academyPageCollection .title-type-1 {font-size:40px;}
.ModulesContainer .owl-carousel .owl-nav .owl-next {right:0px;}
.ModulesContainer .owl-carousel .owl-nav .owl-prev {left:0;}
.ModulesContainer .owl-carousel .owl-nav .owl-next:before, .ModulesContainer .owl-carousel .owl-nav .owl-prev:before {display:none;}
.leftRightArrow .cLA {left:20px !important;}
.leftRightArrow .cRA {right:20px !important;}
.academyPageCollection .masterclass-lists.academyMasterSec .savedChaptersSec {padding-bottom:30px;}
.academyPageCollection.savedChaptersSecLogout .masterclass-lists.academyMasterSec .savedChaptersSec {padding-bottom:10px;}
.owl-carousel.moduleCarousel .owl-nav button.owl-prev, .owl-carousel.module2Carousel .owl-nav button.owl-prev {left:-2vw;}
.owl-carousel.moduleCarousel .owl-nav button.owl-next, .owl-carousel.module2Carousel .owl-nav button.owl-next {right:-2vw;}

.masterclass-packages .max-w-md-600px.mx-auto.text-center p br {display:none;}
.academyPageCollection.wLPage .watchLetterScrollList {padding-top:6.25rem !important;}
.doctor-orientation-left.mastersListContainer hr {display:none;}
.master_info .section-header .master_ph {width:100%; font-size:15px; line-height:22px; margin-bottom:30px;}
.academyPageCollection.chaptersSearchSection .academyMasterSec .col-md-6.aos-init.aos-animate:last-child {margin-bottom:0px;}
.eventsPageContainer .subtitle-type-1 {margin-top:40px !important;}
.eventsPageContainer .title-type-4 {margin-top:25px !important;}
.eventsPageContainer .text.title-text.text-small {margin-top:21px !important;}
.eventsPageContainer .subtitle-type-6-2 {font-size:18px !important;}
.eventsPageContainer .link-more {margin-top:30px !important;}
.academyMasterSec.aLMasterSec .row.videoTIleAcademy {margin-bottom:32px !important;}
.academyPageCollection .link-icon .icon-field {margin:0px 0px 20px 0px;}
.academyPageCollection .link-icon .icon-field img {width:24px;}
#commentSection .commentSectionContainer {zoom:.9;}
.onlyCommentSec .writeCommentSec .commentInputSec .smileIc {margin-right:15px;}
.onlyCommentSec .writeCommentSec .commentInputSec {padding:14px;}
.onlyCommentSec .replyThread .writeCommentSec {zoom:.95;}
.onlyCommentSec .commentButtonCon {zoom:.9;}
.onlyCommentSec .commentButtonCon .btnPost {padding-top:1px !important; min-width:100px; padding:0px 22px;}
.onlyCommentSec .commentButtonCon .btnCancel {padding-top:4px; font-size:10px;}
.onlyCommentSec .writeCommentSec .commentInputSec .plusIc {margin-right:15px;}
.onlyCommentSec .sortButton .filterButtonListContainer {width:182px;}
.onlyCommentSec .autosize, .onlyCommentSec textarea {margin-top:0px;}
.videoBtnContainer .savevideobtn {padding-top:0px; padding-bottom:0px; top:-16px;}
.ViewModule {padding:0px 20px;}
.ViewModule a {font-size:9px; letter-spacing:2px; padding:2px 9px 0px 12px;}
.inbox_commingsoon::after {left:-68px; top:44px; min-width:160px; font-size:9px; background:#000613; display:none;}
}

@media screen and (max-width: 1200px) and (min-width:576px) {
.header .mobile-menu .search-container .search-form input.form-control {min-width:130px !important;}
}
@media screen and (max-width: 1200px) and (min-width:768px)
{.login-right-cont { padding-left: 40px !important; padding-right: 40px !important;}
.sign-up-section-module .section-content{padding-left: 40px !important; padding-right: 40px !important;}
.forgot-passs-page .forget-pass-main-div{padding-left: 40px !important; padding-right: 40px !important;}
.verify_password_fild .section-content{padding-left: 40px !important; padding-right: 40px !important;}}

@media screen and (max-width: 1199px) {
.content_wrapper_post .content_inner_post .all_file_button .upload_many_file .file__input {min-width:inherit;}
.content_wrapper_post .content_inner_post .all_file_button .form-group .upload__btn {min-width:inherit;}
.academyPageCollection .chaptersPartRight .videoTitleScrollOnClickList .os-content {max-height:inherit !important; overflow:visible; margin-top:30px;}
.academyPageCollection.onlyChapterSearchPage .chaptersPartRight .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}
.videoTitleScrollOnClickList .stepByStepScrollTitle {display:none !important;}
.post-lists .post {margin-bottom:30px !important; margin-top:0px !important;}
.academyMasterSec .row.videoTIleAcademy .col-xl-3.videoTIleAcademySingle, .academyMasterSec .row.videoTIleAcademy .col-md-6.videoTIleAcademySingle {margin-bottom:50px !important;}
.academyMasterSec.aLMasterSec .row.videoTIleAcademy {margin-bottom:51px !important;}
.academyMasterSec.mCTileContainer .row.videoTIleAcademy .col-xl-3.videoTIleAcademySingle {margin-bottom:50px !important;}
.academyMasterSec .row.videoTIleAcademy .col-md-6.videoTIleAcademySingle.after-company-box-show {margin-bottom:14px !important;}
.header .logo {margin-right:0px;}
.master-det-crousel.masterclass-detail-page .post-lists.post-type-2 .post {margin-top:40px !important;}
.master-det-crousel.masterclass-lists {padding-top:50px !important;}
.update-master-detailpage .container {padding-left:35px; padding-right:35px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:58px;}
.update-master-detailpage.onlyMasterBio .founder-photo {margin-right:35px;}
.master-det-crousel.masterclass-lists .container {padding:0px 35px;}
#homehero_design .img_box {width:250px;}
#homehero_design .center_content_part h2 {font-size:55px; margin-top: 54px;}.only_signpage_newimg .custom-checkbox [type="checkbox"]:checked + label, .custom-checkbox [type="checkbox"]:not(:checked) + label {font-size: 9px;}    #home_master_carousel .owl-carousel .owl-nav button.owl-next { right: 2px;}    #home_master_carousel .owl-carousel .owl-nav button.owl-prev {left: 12px;}
.modules_loadmorebtn {
    margin-top: 23px;
}
}

@media screen and (max-width: 1250px) {
.loginpage-new-des .icons-fild-login {flex-wrap:wrap;}
.social_design_sign_in a img{height: auto;width: 16px;}
.login-inner-conta {width:27.5%; display:flex; justify-content:flex-start;}
.social_design_sign_in a {margin-right:0px; margin-bottom:19px;}
.social_design_sign_in a:last-child {margin-bottom:0px;}
}

@media screen and (max-width: 1366px) and (min-width:1200px) {
.communityRightPart {padding-left:0; padding-right:0;}
.communityModule .com_RightPart_deta {width:909px; margin:auto; margin-top:108px;}
.communityModule .communityRightPart .communityRightPartCover {margin:auto; width:909px;}.sign-up-section-module .title-type-7 {
    font-size: 39px;
}
}

@media screen and (max-width: 1366px) and (min-width:1300px) {
.inbox_commingsoon::after {min-width:154px;}
.press_coming_soon::after {min-width:154px;}
}

@media screen and (max-width: 1299px) and (min-width:1250px) {
.inbox_commingsoon::after {min-width:130px; left:90px; padding:0px 6px; font-size:9px;}
.press_coming_soon::after {min-width:130px; padding:0px 6px; font-size:9px;}
}

@media screen and (max-width: 1249px) and (min-width:1200px) {
.inbox_commingsoon::after {min-width:118px; left:83px; padding:0px 7px;}
.press_coming_soon::after {min-width:118px; padding:0px 7px;}
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
.inbox_commingsoon::after {min-width:161px; left:83px; padding:0px 7px;}
.press_coming_soon::after {min-width:161px; padding:0px 7px;}
}

@media screen and (max-width: 1079px) and (min-width:993px) {
.inbox_commingsoon::after {min-width:124px; left:83px; padding:0px 7px; font-size:8px;}
.press_coming_soon::after {min-width:124px; padding:0px 7px; font-size:8px;}
}

@media (max-width: 992px) {
.press_coming_soon::after {min-width:124px; left:2%; padding:0px 7px; font-size:8px;}

}

@media screen and (max-width: 1199px) and (min-width:992px) {
.communityRightPart {padding-left:10px; padding-right:10px;}
.communityModule .communityRightPart .communityRightPartCover {margin:auto; width:700px;}
.topicsBar ul {display:flex; gap:inherit; justify-content:space-between;}
.header.newHeader .container, .header.newHeader .mobile-menu .search-container {padding:0 42px 0px 42px !important;}
.profile_go_top_button {margin-left:0px !important; max-width:909px;}
}

@media (max-width: 576px) {
.academyPageCollection .video-content .title-type-1 {font-size:40px;}
.academyPageCollection .pageBackButton {top:110px;}
.academyPageCollection .product-video .video-content .text-content {padding:0px 30px;}
.academyPageCollection .academyMasterSec .container {padding:0 30px;}
.academyPageCollection .academyMasterSec .academyFilterLinks ul li {margin:0px 10px;}
.academyPageCollection .academyFilterLinks ul {display:flex; flex-wrap:wrap; margin:0px; gap:0px 0px; max-width:340px; margin:auto; justify-content:center;}
.academyPageCollection .academyFilterLinks ul br {display:none;}
.academyPageCollection .academyFilterLinks ul li {display:block;}
.academyPageCollection .academyMasterSec .academyFilterLinks ul li a.link-default {letter-spacing:1px !important;}
.academyPageCollection .product-video .video-content .text-content {margin-top:14vh !important;}
.academyPageCollection .section.section-fh:not(.section-mobile-flexible) {min-height:100vh !important;}
.academyPageCollection .sliderHeadings h2.title-type-1.h2nd {font-size:40px; line-height:40px !important;}
.academyPageCollection .saveAndShareButtonContainer .savevideobtn {margin:0vh 2.5vw;}
.academyPageCollection .saveAndShareButtonContainer .bgMobileAdapt {margin:0vh 2.5vw;}
.academyPageCollection .topicCoveredSec {padding-top:40px; padding-bottom:40px;}
.academyPageCollection .instructerVideoSec h3.subtitle-type-1 {margin-bottom:0px !important; line-height:26px;}
.academyPageCollection .instructerVideoSec h3.title-type-2 {line-height:46px;}
.academyPageCollection #facial .facial_details .detalis_s2 {width:100px;}
.academyPageCollection .instructerVideoSec h3.title-type-2 {line-height:40px; font-size:36px;}
.academyPageCollection .instructerVideoSec h3.subtitle-type-1 {margin-bottom:0px !important; line-height:20px;}
.academyPageCollection .vscmt {margin-top:85px !important;}
.academyPageCollection .instructerVideoSec {padding-top:58px !important; padding-bottom:30px !important;}
.academyPageCollection .expert_sec .flex-doctors.expert_box .expert-contant {width:100%; overflow:hidden; margin:0;}
.academyPageCollection .expertsTiles {padding-bottom:0px !important;}

.academyPageCollection #facial {padding-bottom:25px;}
.academyPageCollection #facial .mt-10, .academyPageCollection #facial .my-10 {margin-top:0px;}
.academyPageCollection .expert_sec .flex-doctors.expert_box {margin:0px 0px !important;}
.academyPageCollection .expert_sec .flex-doctors.expert_box .expert-contant {margin-bottom:40px;}
.academyPageCollection .mastersSecContainer {padding-top:23px; padding-bottom:0px;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h1st {margin-top:50px !important; line-height:22px; margin-bottom:0 !important;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h3rd {padding-bottom:0px !important;}
.academyPageCollection .section-tablet-flexible .flex-doctors .doc-content h5 {font-size:9px;}
.academyPageCollection .section-tablet-flexible .flex-doctors .doc-content h2 {font-size:34px; line-height:45px; margin-bottom:11px;}
.academyPageCollection .videoBtnContainer {padding:0px 0px; margin:auto !important; left:0px; right:0px;}
.academyPageCollection #facial .owl-stage .owl-item:nth-child(n + 1) {padding-right:0px !important;}
.academyPageCollection #facial .owl-stage .owl-item:nth-child(n + 0) {padding-left:0px !important;}
.academyPageCollection #facial .facial_h {font-size:18px; line-height:20px;}
.academyPageCollection #facial .facial_sh {font-size:8px !important; letter-spacing:1.96px; line-height:inherit; margin-bottom:5px; min-height:inherit; margin-top:0;}
.header .mobile-menu .search-container .search-form input.form-control {text-align:right !important;}
.academyPageCollection .pageBackButton .link-back.absolute {color:#ffffff;}
.academyPageCollection .pageBackButton .link-back.absolute .slide-direction.direction-prev {-webkit-box-shadow:2px -2px 0 0 #ffffff inset; -moz-box-shadow:2px -2px 0 0 #ffffff inset; box-shadow:2px -2px 0 0 #ffffff inset;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h1st {margin-bottom:20px !important;}
.leftRightArrow .cLA {left:30px; height:20px; width:20px; bottom:calc(55% - 0px);}
.leftRightArrow .cRA {right:30px; height:20px; width:20px; bottom:calc(55% - 0px);}
.academyMasterSec {padding-bottom:40px;}
.courseDetailSec {padding-top:20px;}
.flterVS div[style="position:relative"]:last-child .btn-videos {border-bottom:none; margin-bottom:0px; padding-bottom:0px;}
.academyPageCollection .drNameV {font-family:"Trade Gothic LT Std Extended"; margin-bottom:6px; display:block; font-size:9px;}
.chaptersListProgress {width:100px;}
.checkIcon.checkIcon2 {right:0px;}
.academyPageCollection .vT {font-size:19px;}
.chaptersPartRight {padding:0px;}
.academyPageCollection.masterClassSecContainer .title-type-1 {font-size:34px; line-height:40px !important;}
.academyPageCollection.masterClassSecContainer .container {padding:0 4vw;}
.academyPageCollection.masterClassSecContainer .mCSTitle .filter-wrapper ul li a.link-default {font-family:"Trade Gothic LT Std Bold"; font-size:9px; letter-spacing:1px; border-bottom-width:3px; padding:10px 0;}
.academyPageCollection.masterClassSecContainer .pageBackButton {position:absolute; top:calc(12.1vh + 20px);}
.academyPageCollection.masterClassSecContainer .mCSTitle h5 {margin-bottom:0;}
.academyPageCollection.masterClassSecContainer .title-type-1 {margin-bottom:15px;}
.owl-carousel.moduleCarousel .owl-nav button.owl-prev, .owl-carousel.module2Carousel .owl-nav button.owl-prev {left:1vw;}
.owl-carousel.moduleCarousel .owl-nav button.owl-next, .owl-carousel.module2Carousel .owl-nav button.owl-next {right:8vw;}
.owl-carousel.module2Carousel .owl-nav button.owl-prev::before, .owl-carousel.module2Carousel .owl-nav button.owl-next::before {padding:15px;}
.owl-carousel.moduleCarousel .owl-nav span, .owl-carousel.moduleCarousel .owl-nav span {display:block !important;}
.owl-carousel.module2Carousel .owl-dots span, .owl-carousel.module2Carousel .owl-nav span {display:block !important;}
.owl-carousel.moduleCarousel .owl-nav button.owl-next, .owl-carousel.module2Carousel .owl-nav button.owl-next {right:1vw;}
.exploreButton {padding:5px 25px 0px 25px !important;}
.academyPageCollection .academyMasterSec .companyPostList .companyLogoImg {margin-top:0px;}
.academyPageCollection .instructerVideoSec h4.title-type-4 {font-size:20px;}
.academyPageCollection .instructerVideoSec h3.title-type-2 {line-height:34px; font-size:30px; margin-bottom:18px;}
.academyMasterSec .row.videoTIleAcademy {padding-bottom:16px !important;}
.academyPageCollection .recentlyAdded {margin-bottom:5px;}
.academyPageCollection .academyMasterSec {padding-top:12px;}
.academyMasterSec .row.videoTIleAcademy.allSecContainer {margin-bottom:0px !important; padding-bottom:50px !important;}
.academyMasterSec.aLMasterSec .row.videoTIleAcademy {margin-bottom:32px !important;}
.academyPageCollection .topicCoveredSec .dash-bullets ul li {font-size:16px; margin-bottom:12px;}
.academyPageCollection .masterclass-lists #post-lists h5 {margin-bottom:5px !important;}
.academyPageCollection .academyMasterSec .academyFilterLinks ul li a {margin-bottom:5px !important;}
.academyPageCollection .savedChaptersSec {margin-top:70px !important;}
.videoBtnContainer {top:-50px;}
.academyPageCollection.onlyChapterSearchPage .videoBtnContainer {width:100%;}
.inbox_commingsoon::after {left:-62px; top:47px;}
.academyPageCollection .academyMasterSec .lineSeparator {margin-top:40px; margin-bottom:40px;}
.lineSeparator.chaptersearch {margin-top:40px !important; margin-bottom:40px !important;}

}

@media (max-width: 400px) {
.academyPageCollection .academyFilterLinks ul {gap:0px;}
.academyPageCollection .academyMasterSec .academyFilterLinks ul li a {padding:6px 5px;}
.academyPageCollection .sliderHeadings h4.subtitle-type-1.h1st {margin-top:50px !important; line-height:15px; margin-bottom:20px !important;}
.academyPageCollection .videoBtnContainer .savevideobtn span {line-height:1;}
.academyPageCollection .videoBtnContainer .savevideobtn {padding:0px;}
.academyPageCollection .academyMasterSec .companyPostList .exploreButton {padding:0px 25px;}
.academyMasterSec.aLMasterSec .row.videoTIleAcademy {margin-bottom:10px !important;}
.academyPageCollection .saveButtonContainer .savevideobtn .saveBtnText {margin-left:8px; margin-right:6px; letter-spacing:2px; padding-top:2px;}
.academyPageCollection .saveButtonContainer .savevideobtn {width:100px;}
.academyPageCollection .videoBtnContainer .bgMobileAdapt.socialShareContainer #socialShare>.socialBox button {font-size:9.5px;}
.ViewModule {padding:0px 15px;}
.updte-masters h2.title-type-1.fade-text-grad {font-size:49px !important;}
.updte-masters .master_ph {font-size:16px !important;}
}

@media (max-width: 340px) {
.academyPageCollection .instructerVideoSec h4.title-type-4 {font-size:20px;}
.academyPageCollection .instructerVideoSec h3.title-type-2 {line-height:30px; font-size:28px;}
.academyPageCollection .academyMasterSec .companyPostList .exploreButton {padding:0px 25px;}
.academyPageCollection .academyMasterSec .companyPostList .exploreButton {padding:0px 25px; font-size:10px;}
.academyPageCollection .product-video .video-content .text-content p {font-size:12px;}
.academyPageCollection .drNameV {margin-bottom:10px; font-size:9px;}
.academyPageCollection .vT {font-size:17px; line-height:19px;}
.academyPageCollection .drNameV {margin-bottom:6px; font-size:8px;}
.academyPageCollection .videoBtnContainer {zoom:.92;}
}

@media (resolution: 1.25dppx) {
.header .navigation {zoom:.9;}
}


/* Safari-only fix for canvas height issue between 1541px - 1640px */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
      @media screen and (max-width: 1640px) and (min-width: 1541px) {
        .section-video .video-container > canvas {
            min-height: 112%;
        }
      }
    }
  }
  

@media screen and (max-width: 1540px) and (min-width:1300px) {
        .section-video .video-container > canvas {
            min-height: 130%;
            width: calc(100% + 60px);
            margin-left: -60px;
        }
}
@media screen and (max-width: 1300px) and (min-width:993px) {
    .section-video .video-container > canvas {
        min-height: 139%;
           width: calc(100% + 60px);
    margin-left: -60px;
    }
}


@media (max-width: 1520px) {
.onlyNotificationPopup .notiTitle a {margin-left:calc(2.4vw - 20px) !important;}
.header .navigation .menu .menu-icon {margin-top:0px;}
}

@media (max-width: 1480px) {
.header.newHeader .navigation .menu.left a {margin-right:35px;}
.header.newHeader .navigation .menu.right a {margin-left:35px;}
}

@media (max-width: 1366px) {
.updte-masters .mastersListContainerItems .container {padding-left:72px !important; padding-right:72px !important;}
.master_info.onlyMasters .mastersListContainerItems h5 {font-size:10px !important;}
.profile_go_top_button {margin:auto;}

.post-content.new_events_add {zoom:.84;}
.before-after-i.after_before_update .container {padding:0px 50px;}
.eventsPageContainer .post-content {zoom:.84;}
}

@media (max-width: 1200px) {
.master_info.onlyMasters .mastersListContainerItems .container {max-width:100% !important; padding-left:30px !important; padding-right:30px !important;}
.master_info.onlyMasters .mastersListContainerItems h5 {font-size:10px !important;}
.master_info.onlyMasters .mastersListContainerItems h5 {margin-bottom:30px !important;}
.master_info.onlyMasters .mastersListContainerItems {padding-top:37px; padding-bottom:26px;}
.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {margin-top:24px; font-size:24px;}
.mastersListContainer.onlyMasters .mastersListContainerItems .founder-photo h5 {margin-top:0px !important; margin-bottom:0px !important; min-height:40px; letter-spacing:1.5px;}
.master_info.onlyMasters .section-header .subtitle-type-1 {margin-top:80px;}
.mastersListContainer.onlyMasters .row {display:flex; flex-wrap:wrap; margin-right:0; margin-left:0;}
.mastersListContainer.onlyMasters .row .col-md-4 { max-width:33.3333333333%;}
.masterclass-packages.onlyMembershipPackage .packageRight .text-small {margin-right:0px;}
.onlyMembershipPackage .packageRight .package-column {padding:2.5rem;}
.onlyMembershipPackage .packageLeft .package-column {padding:1.5rem; padding-bottom:28px;}
.onlyAcademyViewVideoSec .col-md-7 {flex:100%; max-width:100%;}
.onlyAcademyViewVideoSec .col-md-5 {flex:100%; max-width:100%;}
.section-tablet-flexible.if2Founder .flex-doctors .founder-photo {height:auto; width:auto;}
.section-tablet-flexible.if2Founder .flex-doctors .founder-photo img {width:100%;}
.header .mobile-menu .search-container .search-form input.form-control {text-align:right !important;}
.header {zoom:.9;}
@media not all and (min-resolution:.001dpcm) and (pointer:coarse) and (hover:none) {.mac-os .academyPageCollection.onlyChapterSearchPage .chaptersPartRight .videoTitleScrollOnClickList .os-content {max-height:inherit !important;}}
#comm-landing-slider .container {max-width:100%; padding-left:30px; padding-right:30px;}
.updte-masters a#load-more-button {margin-bottom:45px;}.pencil_all_content{padding: 0px 20px !important;}.pencil_product .title-type-2{font-size: 50px;}.shop_bg .title-type-2{font-size: 50px;}.remarksec .content .title-type-2{font-size: 50px;}.reach_contry .container {padding-bottom: 60px !important;padding-top: 60px !important;}#event-course-details {padding-bottom: 69px;}    #event-course-details .course-section {
    margin-bottom: 20px;
}

}

@media screen and (max-width: 768px) and (min-width:300px) {
.leftRightArrow .cLA {left:20px !important; bottom:45% !important;}
.leftRightArrow .cRA {right:20px !important; bottom:45% !important;}
.closeVisibleIcon2 {top:17%;}
}

@media only screen and (max-width: 1199px) and (min-width:1101px) {
.academyPageCollection .academyMasterSec .academyFilterLinks ul li {margin:0 1rem;}
.academyFilter a.filterMenu {width:108px;}
.academyFilter a.filterMenu span {margin-left:16px;}
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
.academyPageCollection .academyMasterSec .post-lists .post {margin-bottom:0px !important;}
.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum {
    max-width: calc(100% - 272px);
}
.row.videoTIleAcademy.ac_tagdesign_row .left_sidebar_colum {
    max-width: 240px;
}
.academy_herosec .ac_content_box {
    max-width: 575px;
}
.academy_herosec .ac_content_box h1 {
    font-size: 50px;
}
.academy_herosec .ac_content_box a{font-size: 9px; height: 50px; line-height: 50px;}
}

@media only screen and (max-width: 1199px) and (min-width:769px) {
.sign-up-section-module .up-new-text {font-size:26px !important;}
}

@media only screen and (max-width: 1199px) and (min-width:320px) {
.masterclass-lists #post-lists h3 {margin-bottom:17px;}
}

@media only screen and (max-width: 992px) and (min-width:768px) {
    .btn.btn-type-1.ipad_font_si {font-size:8.5px; padding-left:11px; padding-right:7px;}
    .event_ipad_fon_size ul li {margin:0 1rem;}
    .form-group.event-dropdown.up_event .bootstrap-select .btn-type-select {font-size:10px; padding-left:16px; padding-right:16px;}
    .shipping_buttons{font-size: 11px;margin-bottom: 10px;}
    .buttons_col{flex:auto;}
    .shiping_basket{padding-left: 40px !important; padding-right: 40px !important;}.forgot-passs-page .title-type-7 {
        font-size: 2rem;
    }
    .event-date-location h4, .event-date-location h6 {
        font-size: 15px;
    }
    } 

@media only screen and (max-width: 1200px) and (min-width:992px) {
.col-6.col-md-2.col-xxl.order-2.order-md-1.text-right.text-md-left.aos-init.aos-animate {max-width:8.666667%;}
.col-6.col-md-2.col-xxl.text-left.text-md-right.order-3.aos-init.aos-animate {max-width:8.666667%;}
}

@media only screen and (max-width: 1200px) and (min-width:767px) {
.col-6.col-md-2.col-xxl.text-left.text-md-right.order-3.aos-init.aos-animate {margin-top:30px;}
.col-6.col-md-2.col-xxl.order-2.order-md-1.text-right.text-md-left.aos-init.aos-animate {margin-top:30px;}
}

@media screen and (max-width: 1280px) and (min-width:768px) {
.pt-md-25 {padding-top:3rem !important; padding-bottom:3rem !important;}
.shop-now-i.less-spacing {padding-top:2rem !important; padding-bottom:2rem !important;}
}

@media screen and (max-width: 1280px) and (min-width:992px){
    #comm-landing-slider h1 {
        font-size: 70px;
        line-height: 70px;
    }
    #comm-landing-slider p {
        font-size: 21px;
        line-height: 32px;
        margin-top: 32px;
    }
    .com_landing_join_buttons {
        margin-top: 43px;
        gap: 10px;
    }
}

@media screen and (min-width: 2370px) and (max-width:3400px) {
.videoTitleScrollOnClickList .os-content {max-height:28vw !important;}
}

@media screen and (max-width: 1440px) and (min-width:1400px) {
.videoTitleScrollOnClickList .os-content {max-height:26.5vw !important;}
}

@media screen and (max-width: 1400px) and (min-width:1200px) {
.academyPageCollection .instructerVideoSec {zoom:0.88;}
.videoTitleScrollOnClickList .os-content {max-height:31vw !important;}
.academyPageCollection.chapter {zoom:0.88;}
@media not all and (min-resolution:.001dpcm) {@media {.videoTitleScrollOnClickList .os-content {max-height:26vw !important;}}}

.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .row .col-xl-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .row .col-xl-3 .post_middal_space_area {
    margin-bottom: 0px !important;
}
.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .row{row-gap: 44px;}
}

@media (max-width: 1040px) {

.eventReviews .rev-content {font-size:26px;}
.header {zoom:1;}
.communityModule .com_right_contant .com_at_glance .five_box {width:calc(33.33% - 20px);}
.communityModule .com_right_contant .com_at_glance .five_box p {font-size:16px;}
#my_profile_new_module .new_pro_page .three_iconbox {width:calc(33.33% - 20px);}
#my_profile_new_module .new_pro_page .three_iconbox p {font-weight:400; font-size:16px;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon {width:calc(25% - 23px);}
.addition_imformation.additional .new_pro_page {padding-left:17px; padding-right:0px;}
}

@media (max-width: 992px) {
.order-2 {order:3;}
.wraping {flex-wrap:wrap !important;}
.master_info .section-header .title-type-1 {font-size:70px;}
.mastersListContainer.onlyMasters .row .col-md-4 {flex:48% !important; max-width:48%;}
.mastersListContainer.onlyMasters .row {gap:4%;}
.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {font-size:60px; margin-bottom:45px;}
.onlyMembershipPackage .packageLeft, .onlyMembershipPackage .packageRight {padding:0px 15px;}
#commentSection {padding:0 5.55556vw;}
.header {zoom:1;}
.communityModule {flex-direction:column;}
.communityModule .communityLeftPart {border-right:none; padding:0px 0px 0px 0px; width:100%; position:static;}
.communityModule .communityLeftPart .communityLeftPartFix {display:flex; justify-content:center; padding-top:0px; padding-bottom:0px; padding-left:80px; padding-right:80px; gap:46px;}
.communityRightPart {padding-left:40px; padding-right:40px;}
.header.newHeader .container, .header.newHeader .mobile-menu .search-container {padding:0 80px 0px 80px !important;}
.communityModule .communityLeftPart a img, .communityModule .communityLeftPart a.activeOpt .showHover {display:none !important;}
.topicsBar ul {gap:0px; justify-content:space-between;}
.content_wrapper_post .content-partial .flex_form_box {width:100%; justify-content:center;}
.content_wrapper_post .uploade_page_placeholder {width:100% !important;}
.communitySearchBar {height:38px; margin-bottom:41px; margin-top:14px;}
.communityModule {padding-top:97px;}
.edit_page_modual .edit_page_modual_menu ul {max-width:909px; width:100%; flex-wrap:wrap;}
.edit_page_modual .update_page_container {max-width:909px; width:100%;}
.edit_page_modual .account-title {padding-top:130px; padding-bottom:62px;}
.edit_page_modual .account-title .title-type-1 {font-size:57px;}
.edit_page_all_contant {padding:0px 47px 26px 47px;}
.edit_page_modual .edit_page_modual_menu {margin-bottom:55px;}
.change_password_all .section-header {padding-top:130px; padding-bottom:62px;}
.change_password_all .section-header .title-type-1 {font-size:57px;}
.change_password_all .change_password_menu ul {max-width:909px; width:100%; flex-wrap:wrap;}
.change_password_all .change_password_menu {margin-bottom:55px;}
.content_wrapper_post .content_inner_post .goBack {margin-bottom:42px !important; margin-top:30px !important;}
.communityRightPart .member_follow {margin-top:24px !important;}
.goBack {margin-bottom:44px !important; margin-top:24px !important;}
.inbox_commingsoon::after {top:39px; height:35px; line-height:35px; min-width:160px; left:-118%; font-size:9px;}
.addition_imformation.additional .new_pro_page {padding-left:0px; padding-right:0px;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon {width:calc(33.33% - 20px);}
.academyPageCollection .academyMasterSec .post-lists .post_middal_space_area {margin-bottom:0px !important;}
.recentlyAdded.removehero_slider .add_new_remove {margin-top:182px !important;}
.share-wrapper.new_share_drop_arrows #socialShare a {right:17px;}
.academyPageCollection .saveAndShareButtonContainer .savevideobtn {margin-bottom:3px;}
.academyPageCollection .saveAndShareButtonContainer .bgMobileAdapt {margin-bottom:1px;}
.new_add_create {padding:13px; margin-bottom:20px;}
.bgMobileAdapt.position-relative.view_slider_social_icon #socialShare a {right:0;}
.new_add_create {height:50px !important; line-height:51px;}
.login-inner-conta {width:38%;}
.cal_mobile_box {height:auto;}
.mobile_cel_img {width:100%;}
.academyPageCollection .academyMasterSec .lineSeparator {margin-top:calc(2vh + 3px);}
.academyMasterSec.aLMasterSec .row.videoTIleAcademy {padding-bottom:0px !important;}
.section-faqs .faq-ser-close {display:none !important;}
#natworking_sections .middel_spacing {margin-top:0px; margin-bottom:0px; justify-content:start;}
.col-lg-6.col-md-12.end_img_order {order:2;}
.col-lg-6.col-md-12.only_mobile_order {
    order: 2;
}
#natworking_sections {
    padding-top: 54px;
}
#natworking_sections h3 { margin-bottom:21px; margin-top:0px; display:inline-block;}
#natworking_sections .natworking_contant {padding-right:0px !important; margin-bottom: 40px;}
.updte-masters.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {font-size:36px;}
.updte-masters a#load-more-button {margin-bottom:40px;}
.updte-masters .section-header {max-width:89% !important;}
.before-after-i.after_before_update .section-media.before-after img {width:inherit !important;}
.before-after-i.after_before_update .after_before_main_section {justify-content:center; width:100%; flex-wrap:wrap;}
.before-after-i.after_before_update {padding-top:95px; padding-bottom:95px;}
.before-after-i.after_before_update .align-self-center.before-order-content {order:2;}
.before-after-i.after_before_update .section-content {margin-top:80px;}
.update-master-detailpage.onlyMasterBio .founder-photo {width:393px; margin-right:0px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:50px;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:17px;}

#homehero_design.hero_mobilesec {display:block;}
.post-content.new_events_add .subtitle {zoom:.74;}
.post-content.new_events_add .list_discription a {zoom:.74;}

.before-after-i.after_before_update .section-media.before-after {justify-content:center;}
.golden_box_caliper .golden_content .p-md-10.p-lg-0.p-xs-10 {padding:0px !important;}
.faq_serch_box .static-content .content-item {padding-left:30px !important; padding-right:30px !important;}
.faq_serch_box .static-content .content-listing {padding-left:30px !important;}
.faq_serch_box .static-content .category-title {margin-bottom:30px !important;}
.faq_serch_box .static-content .content-item .content-title.title-type-4-3 {margin-bottom:30px !important;}
.monthly_box .row {margin-left:-15px; margin-right:-15px;}
.monthly_box .col-lg-4 {padding-left:15px; padding-right:15px; margin-bottom:30px;}
.monthly_box .col-lg-4:last-child {margin-bottom:0px; margin-top:24px;}
#pricing_section .duration_box {max-width:600px; margin:auto;}
.conditions {padding-top:52px; padding-bottom:52px; padding-left:30px; padding-right:30px;}
#pricing_section {background-position:45% 0%;}
#pricing_section .link-back {display:none;}
.down_arrow_show_mobile {display:block;}
.section .next-section {bottom:105px;}
h2.title-type-1 {padding-bottom:0px !important;}
.lineSeparator.onMobileLine {margin-top:0px !important;}

.academyPageCollection.masterClassSecContainer .mCSTitle .max-w-md-850px.mx-auto.mt-md-20.text-center {margin-top:0px !important;}
.academyPageCollection.masterClassSecContainer .mCSTitle .filter-wrapper ul li {height:inherit;}
.new-video-pge {height:20px; font-size:25px;}
.future-vidio-con {margin-bottom:30px;}.event_tab_sec .event_right_drop .dropdown-toggle {font-size: 9px !important;letter-spacing: 2.07px !important;padding: 0px 16px 0px 15px !important;}#comm-landing-slider .landing-slider-contant{padding-left: 0px; padding-right: 0px;margin-top: 0px;}#comm-landing-slider h1 {font-size: 72px;line-height: 72px;} #event-course-details {padding: 21px 0px;padding-bottom: 53px;}    #event-course-details .course-section h5 {
    margin-bottom: 30px;}#event-course-details .course-section p {font-size: 18px;}    #event-course-details ul li {font-size: 18px;margin-bottom: 16px;}.event_detail_hero .event_detail_hero_con {
        max-width: 100% !important;}.event_detail_hero .event_detail_hero_con .title-type-6 {font-size: 42px;line-height: 1.5;}.academyPageCollection.all_academy_tag_menu .academyTabTitle {padding-top: 70px;}.sign-up-ti {font-size: 8px !important;}#home_master_carousel {padding: 80px 0px;}#home_master_carousel .masters_carousel{padding: 0px 20px;} #home_master_carousel .owl-carousel .owl-nav button.owl-next {right: 15px;}#home_master_carousel .owl-carousel .owl-nav button.owl-prev {left: 25px;}.hero_mobilesec h6{margin-bottom: 0px;}
        .only_event_detail_page .left_side_detail {width: calc(100% - 330px);}.only_event_detail_page .right_side_box_detail {width: 330px;}
        .after_login_space_ac {
            padding-top: 41px;
        }
      
        #comm-landing-slider .row {
            gap: 53px;
        }
        section#comm-landing-slider {
            padding-top: 100px;
            padding-bottom: 71px;
        }
        .com_landing_join_buttons .desktop-app-button{display: none;}
        .com_landing_join_buttons .app-mobile-button{display: block;}
        .com_landing_join_buttons img {width: auto;height: auto;}
        .com_landing_join_buttons .app-mobile-button {display: block;width: max-content;min-width: 220px;text-align: center;height: 60px;line-height: 60px;background-color: #ffffff;}
        #comm-landing-slider .community_hero_rightside img {
            margin: inherit;
        }
        .row.videoTIleAcademy.ac_tagdesign_row .left_sidebar_colum {
            max-width: 100%;
            position: sticky;
            padding-bottom: 40px;
            padding-top: 40px;
            margin-top: -40px;
            top: 0;
            z-index: 99;
            background-color: #000612;
        }
        .row.videoTIleAcademy.ac_tagdesign_row .left_sidebar_colum:has(.left_bar_main.active) {
            z-index: 999999;
        }
    
        .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum {
            max-width: 100%;
        }
      
        .academy_herosec .ac_content_box {
            max-width: 612px;
            padding: 0px 20px;
        }
        .academy_herosec .ac_content_box h1 {
            font-size: 40px;
            line-height: 43px;
        }
        .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .allmodule_heading{position: static; padding-top: 0px;}
        .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .ac_tagdesign_module_top_part {position: static;}
        .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi .module_tabs_icons {position: static;padding-right: 23px;align-items: flex-start;}
    
        .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi .module_tabs_icons:has(.only_ac_after_login_drop) {
        padding-right: 0px;
    }
        .right_chapter_list .chapterlist_btn_box { position: static; padding-bottom: 40px;}
        .row.videoTIleAcademy.ac_tagdesign_row .left_sidebar_colum .left_bar_main {
            position: fixed;
            background-color: #000612;
            width: 100%;
            z-index: 99999;
            padding: 35px 25px 60px;
            height: 100vh; /* Full viewport height */
            left: 0;
            right: 0;
            top: 0;
            opacity: 0;
            transform: translateY(-100%); /* Slide Up Effect */
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
            pointer-events: none;
            overflow-y: auto; /* Enable vertical scrolling */
            overflow-x: hidden; /* Prevent horizontal scrolling */
        }
        .row.videoTIleAcademy.ac_tagdesign_row .left_sidebar_colum .left_bar_main.active {
            opacity: 1;
            transform: translateY(0); /* Slide Down Effect */
            pointer-events: auto;
        }
        .new_design_with_sidebar {
            padding-top: 101px !important;
        }
        .row.videoTIleAcademy.ac_tagdesign_row {
            margin-left: 0px;
            margin-right: 0px;
            gap: 0px;
        }
        .onlymobile_filter_box{display:block;}
        .mobile_fillter_closebox {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sidebar_mobile_footerbtn{
            display: flex;
      align-items: center;
      gap: 6px;
          }
          .row.videoTIleAcademy.ac_tagdesign_row .academyFilterLinks .academyFilter.showFilterOpt .filterDropMenu{text-align: left;}
          .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .chapter_search_title {
            font-size: 34px !important;
            line-height: 40px !important;
            letter-spacing: -0.88px !important;
            margin-bottom: 45px;
    
        }
        .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi .module_tabs_icons .chpter_share_icon a {
            right: inherit !important;
        }
    
        .acdmy_chapter_desi .video_detail_box h6 {
            margin-top: 58px;
            margin-bottom: 29px;
        }
        .acdmy_chapter_desi .video_detail_box h4 {
            font-size: 20px !important;
            line-height: 24px !important;
            letter-spacing: -0.52px !important;
            margin-top: 21px;
            margin-bottom: 26px;
        }
        .acdmy_chapter_desi .video_detail_box {
            margin-bottom: 48px;
        }
        .academy_herosec {
            margin-bottom: 40px;
        }
    
    
    .right_chapter_list .video_list_buttons a .chapter_list_title h5 {
        font-size: 11px !important;
        letter-spacing: 2.96px !important;
        line-height: 1.5 !important;
        margin-bottom: 19px;
    }
    .right_chapter_list .video_list_buttons a .chapter-video_img {
        max-width: 25%;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title {
        width: calc(100% - 25% - 10px);
        display: block;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title h3 {
        font-size: 24px !important;
        letter-spacing: -0.624px !important;
        line-height: 24px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .right_chapter_list .video_list_buttons {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        scroll-behavior: smooth;
        max-height: calc(920px - 60px);
        -webkit-transform: translateZ(0); /* iOS scroll glitch fix */
    }
    
    .video_list_buttons.disable-list-scroll {
        overflow: hidden !important;
        pointer-events: none;
    }
    .right_chapter_list:has(#chapter-load-more-button:not([style*="display: none"])) .video_list_buttons,
    .right_chapter_list:has(#chapter-tag-load-more-button:not([style*="display: none"])) .video_list_buttons {
            padding-bottom: 104px !important;
        }
    
    .any-css{
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        scroll-behavior: smooth;
        transition: overflow 0.2s ease-in-out;
    }
    .any-css.disable-list-scroll {
        overflow: hidden !important; /* List ka scroll disable */
        pointer-events: none; /* Extra smoothness ke liye */
    }
    .ac_top_search img {
        top: 21px;
    }
    .ac_top_search .search-input {
        height: 54px;
    }
    
    .academyPageCollection .masterclass-lists #post-lists h3 {
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -0.88px;
        margin-bottom: 28px;
    }
    .masterclass-lists #post-lists h3{
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -0.88px;
        margin-bottom: 28px;
    }
    .academyPageCollection .masterclass-lists #post-lists h5.library-doctor-title {
        margin-bottom: 54px !important;
    }
    .masterclass-lists #post-lists h5 {
        margin-bottom: 60px !important;
    }
    .masterclass-lists #post-lists .video-time {
        font-size: 9px;
        letter-spacing: 2.07px;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi #commentSection {
        padding-bottom: 19px !important;
        padding-right: 0px;
        padding-left: 0px;
    }
    
    @supports (-webkit-touch-callout: none) {
        .any-css .accordion-header:hover {
            color:#ffffff; /* Sirf iOS devices pe hover effect disable */
        }
        .any-css .accordion-content .accordion_radio .custom-radio-group .custom-radio:hover {
            color: #ffffff;
          }
    }
    .modules_loadmorebtn {
        margin-top: 0px;
    }
    .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi .module_tabs_icons .chpter_share_icon .share-wrapper div#socialShare .dropdown-menu{z-index: 11;}
    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .allmodule_heading::before {
        content: none;
    }
    .right_chapter_list .academyFilter {
        margin-right: 0px !important;
        padding-right: 0px;
        width: calc(100% - 0px);
    }
    .right_chapter_list .chaper_list_loadmore a {
        min-width: 270px;
        width: max-content;
        margin: auto;
        margin-top: 50px;
    }
    .right_chapter_list .chaper_list_loadmore {
        width: calc(100% - 10px);
        padding-top: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 890px) and (min-width:768px) {
.update-master-detailpage.onlyMasterBio .founder-photo {width:334px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:41px;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:14px;}
}

@media screen and (max-width: 810px) {
.updte-masters.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {font-size:25px; margin-top:25px !important;}
}

@media (max-width: 768px) {
.master_info .section-header .title-type-1 {font-size:63px; line-height:61px !important;}
.master_info.onlyMasters .section-header {margin-bottom: 60px;padding-top: 100px;}
.master_info.onlyMasters .section-header .subtitle-type-1 {margin-top:0px;}
.master_info.onlyMasters .section-header .master_ph {margin-top:36px; margin-left:0px; margin-right:0px; width:90%; margin:36px auto 30px;}
.academyPageCollection .academyFilter .filterDropMenu li a {text-align:left;}
.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {font-size:50px; line-height:1;}
.masterclass-packages.onlyMembershipPackage .packageRight .text-small {font-size:17px; letter-spacing:1.16px; margin-right:0px; line-height:1.263;}
.communityModule .communityLeftPart .communityLeftPartFix {justify-content:space-between; gap:0; padding-left:20px; padding-right:20px; position:relative;}
.communityRightPart {padding-left:20px; padding-right:20px;}
.header.newHeader .container, .header.newHeader .mobile-menu .search-container {padding:0 20px 0px 20px !important;}
.topicsBar ul {gap:17px 33px; justify-content:center; flex-wrap:wrap; height:auto; margin-top:5px;}
.topicsBar ul li {padding:0px; padding-left:0px; padding-right:0px;}
.topicsBar ul li a {display:block; font-size:8.5px; letter-spacing:1.2px; padding:0px 0px;}
.topicsBar ul li a:after {display:none !important;}
.header.newHeader .navigation {padding:24px 0 0;}
.communityModule {display:flex; padding-top:84px;}
.header .logo {max-width:100px;}
.communityModule .communityLeftPart a {font-size:8px; height:40px; letter-spacing:1.2px;}
.communitySearchBar input {font-size:9px; letter-spacing:1.2px;}
.communitySearchBar .communitySearchBarIcon {width:15px; height:15px;}
.communitySearchBar {height:38px; margin-bottom:41px; margin-top:14px;}
.communityRightPart .drHeaading {font-size:19px; margin-bottom:23px;}
.writeCommentSec .commentInputSec {min-height:38px; padding:0px 13px;}
.commentInputSec p {letter-spacing:1.2px; font-size:9px;}
.topicsBar h5 {font-size:10px;}
.dropdownUI {margin-bottom:8px; margin-top:57px;}
.dropdownUI .dropdown a.dropdown-toggle {letter-spacing:1.2px;}
.postContainerCommunity {padding:17px; padding-bottom:27px;}
#uploade_file_con {padding:17px; padding-bottom:27px;}
.postContainerCommunity .posterByContainer p {font-size:9px; letter-spacing:1.2px; line-height:3;}
.postContainerCommunity .posterByContainer h5 {line-height:3;}
.commenterContainer .commenterInfo {margin-left:22px;}
.commenterContainer .commenterInfo h3 {font-size:14px; margin-top:9px;}
.commenterContainer .commenterInfo h6 {font-size:8.5px; margin-top:-3px;}
.commenterContainer .commenterInfo p {font-size:9px; letter-spacing:1.2px; margin-top:8px;}
.postContainerCommunity .posterByContainer {margin-bottom:7px;}
.commenterContainer .commenterImg {margin-bottom:27px;}
.postContainerCommunity .postComment {font-size:16px; margin-top:-3px;}
.postAttachmentContainer .postAttachmentTile {width:100%;}
.postAttachmentContainer .postAttachmentTile a {height:66px;}
.postAttachmentContainer .postAttachmentTile p {font-size:14px;}
.postAttachmentContainer {margin-top:30px; gap:10px;}
.postImageContainer {margin-top:32px; margin-bottom:28px;}
.postOptions .likeComment .like {flex-direction:column-reverse; width:49px; margin-right:14px; padding-top:2px; background:#040A16;}
.postOptions a b {display:none;}
.postOptions a {flex-direction:column; min-width:max-content; height:44px; letter-spacing:1.2px;}
.postOptions .shareReport a {margin-left:15px;}
.postOptions img {width:12px;}
.postOptions .shareReport a img {margin-right:0; margin-bottom:4px;}
.postOptions .likeComment .like img {margin-left:-1px; margin-top:1px;}
#commentSection {padding:0;}
.postContainerCommunity #commentSection .commentSectionContainer .commentSorting {margin-top:27px; padding-top:21px; padding-bottom:9px;}
.postContainerCommunity #commentSection .commentSectionContainer .commentSorting p {line-height:6;}
.postContainerCommunity .onlyCommentSec .commentTileContainer .commentInfo {margin-top:18px;}
.postContainerCommunity .onlyCommentSec .commentTileContainer .commentInfo .userInfoDate h5 {font-size:14px; margin-bottom:1px; margin-top:8px; display:flex; align-items:center;}
.onlyCommentSec .commentTileContainer .commentInfo .userInfoDate h5 svg {margin-left:auto !important;}
.communityModule #commentSection .commentSectionContainer {zoom:1 !important;}
.postContainerCommunity .onlyCommentSec .commentTileContainer .commentInfo .userInfoDate h5 span:first-child {flex:1.5;}
.postContainerCommunity .onlyCommentSec .commentTileContainer .commentInfo .userInfoDate h5 span:nth-child(2) {flex:1;}
.onlyCommentSec .commentTileContainer .commentInfo .userInfoDate h6 span {font-size:9px; letter-spacing:1.2px;}
.onlyCommentSec .writeCommentSec .userImgCmntContainer {width:38px; height:38px; border-radius:50%;}
.postContainerCommunity .userImgCircle {height:38px; width:38px;}
.postContainerCommunity .commentTileContainer p {margin-top:21px; margin-bottom:16px;}
.communityModule #commentSection.onlyCommentSec .likeReply li a {color:#fff;}
.postContainerCommunity #commentSection:before {width:calc(100% + 34px); left:-17px;}
.writeCommentSec {gap:19px;}
.communityModule .onlyCommentSec .threadStart .commentInfo:after {height:82px; top:-11px;}
.content_wrapper_post .content_inner_post .post_create_head {font-size:19px; margin-bottom:18px !important;}
.content_wrapper_post .content_inner_post .content-partial p {margin-bottom:30px !important; margin-top:0 !important; font-size:14px !important;}
.communityModule .bootstrap-select>.dropdown-toggle:after {margin-top:2px;}
.content_wrapper_post .content-partial .dropdown_checkmark .bootstrap-select .btn.btn-type-select {margin-bottom:0px;}
.create_post_form.create-post {margin-bottom:50px;}
.content_wrapper_post .content-partial .bottom_next_button {padding-right:20px !important; padding-bottom:20px !important;}
.content_wrapper_post .content-partial .flex_form_box {width:100%;}
.content_wrapper_post .content_inner_post .all_file_button .upload_many_file .file__input {min-width:inherit;}
.content_wrapper_post .content_inner_post .all_file_button .form-group .upload__btn, .content_wrapper_post .content_inner_post .all_file_button .upload_many_file .file__input {padding:0px 12px; height:50px; letter-spacing:1px; font-size:8px; line-height:1.2;}
.invalid-feedback.invalid-topic {position:static !important; margin-top:10px;}
.content_wrapper_post .content_inner_post .all_file_button .form-group .file_up {margin-right:10px;}
.content_wrapper_post .content_inner_post .all_file_button .form-group .upload__btn {letter-spacing:1.2px; font-size:8px;}
.file__input--label {font-size:8px; letter-spacing:1.2px;}
.content_wrapper_post .imgPlaceholder {margin-top:20px !important;}
.content_wrapper_post .content-partial .back_post_button.back_button_div {width:100% !important; padding-right:0px !important; padding-top:20px !important; padding-bottom:0px !important;}
.create_post_form.create-post {margin-bottom:50px !important;}
.upload-images {margin-bottom:50px !important;}
.content_wrapper_post .content_inner_post .upload__img-wrapContainer {margin-top:20px !important; padding:30px 15px !important;}
.content_wrapper_post .content_inner_post .upload__img-wrapContainer h4 {margin-bottom:15px !important;}
.myPostHeadingContainer {align-items:center;}
.myPostHeadingContainer .createPostBtn {margin-top:0px;}
.postContainerCommunity .posterByContainer h5 {font-size:9px; letter-spacing:1.2px;}
.postContainerCommunity .postComment {font-size:14px;}
.myPostHeadingContainer .createPostBtn {font-size:9px; letter-spacing:1.2px;}
.onlyMyPosts .postOptions a {min-width:49px;}
.onlyMyPosts .postOptions a.viewPostBtn {width:140px; font-size:9px; letter-spacing:1.2px;}
.myPostCommentContainer .postComment {width:85%;}
.postOptions a {font-size:9px;}
.postOptions img {width:12px;}
.communityRightPart .member_follow .member_deta a {width:100%;}
.communityRightPart .member_follow .member_firstbox {min-height:100px !important;}
.member_firstbox .commenterImg {height:60px; width:60px;}
.member_firstbox .commenterImg p {font-size:22px;}
.communityRightPart .member_follow .member_firstbox {padding:12px 20px;}
.communityRightPart .member_follow .member_firstbox .member_right h6 {font-size:9px; letter-spacing:1.2px;}
.member_follow .memberOptions {flex-direction:column;}
.member_follow .memberOptions .memberOptionsLeft {width:100%;}
.memberOptionsRight {width:100%;}
.communityRightPart .member_follow h2 {font-size:19px; margin-bottom:23px !important;}
.communityRightPart .member_follow {margin-top:14px !important;}
.communityModule .com_RightPart_deta {padding:20px; margin-top:25px; flex-direction:column; position:relative; padding-bottom:39px;}
.communityModule .com_right_contant {margin-left:0px;}
.communityModule .com_RightPart_deta .com_left_background_box .as_name {font-size:30px;}
.communityModule .com_RightPart_deta .com_left_img .addPhoto {height:30px; font-size:9px; letter-spacing:1.2px;}
.communityModule .com_right_contant .contant_inner .right_border_box {position:absolute; right:20px; top:20px;}
.communityModule .com_right_contant .com_center_box {margin-top:20px;}
.communityModule .com_right_contant .contant_inner h2 {font-size:19px;}
.communityModule .com_right_contant .contant_inner h4 {font-size:9px; letter-spacing:1.2px; margin-bottom:13px;}
.communityModule .com_right_contant .contant_inner p {margin-bottom:20px;}
.communityModule .com_right_contant .many_icon {margin-top:20px;}
.communityModule .com_right_contant h6 {margin-top:40px; margin-bottom:34px;}
.communityModule .com_right_contant .com_at_glance .five_box {margin-bottom:0px;}
.communityModule .com_right_contant .com_at_glance {gap:30px;}
.communityModule .com_right_contant .com_at_glance .five_box h5 {font-size:30px; margin-bottom:0px;}
.communityModule .com_right_contant .com_at_glance .five_box p br {display:none;}
.communityModule .com_right_contant .addition_imformation {padding:46px 0px 20px 0px !important; margin-top:48px;}
.communityModule .com_right_contant .addition_imformation.additional {margin-top:17px; padding-bottom:0 !important;}
.addition_imformation.additional .new_pro_page {padding-left:0; padding-right:0;}
.communityModule .com_right_contant .addition_imformation p {margin-bottom:17px;}
.communityModule .com_right_contant .addition_imformation h5 {font-size:9px; letter-spacing:1.2px; margin-bottom:45px; line-height:2;}
.communityModule .com_right_contant .addition_imformation p:last-child {margin-bottom:0px;}
.com_right_contant .addition_imformation .addition_deta .addition_flex_box {flex-direction:column;}
.edit_page_modual .account-title .title-type-1 {font-size:40px; letter-spacing:-2px;}
.edit_page_modual .account-title {padding-top:6.25rem; padding-bottom:2rem;}
.edit_page_modual .edit_page_modual_menu ul {max-width:909px; width:100%; flex-wrap:wrap; justify-content:center;}
.edit_page_modual .edit_page_modual_menu ul li a {font-size:8.5px; padding:8px 15px;}
.edit_page_modual .edit_page_modual_menu {margin-bottom:2rem;}
.edit_page_modual .update_page_container {max-width:909px; width:100%;}
.accordion_deta .accordian_button {padding:20px;}
.accordion_deta h2 {font-size:16px; margin-bottom:10px;}
.accordion_deta .Email_Etc p {font-size:9px; letter-spacing:1.2px;}
.accordion_deta .edit_page_all_contant {margin-top:0px; padding:20px; padding-top:0px;}
.accordion_deta .accordian_button.collapsed {padding-bottom:20px;}
.edit_page_all_contant .personal_information form .edit_form_box {flex-wrap:wrap;}
.edit_page_all_contant .personal_information .maxfile {font-size:9px; letter-spacing:1.2px; margin-left:0px; margin-top:15px; flex:inherit; width:100%;}
.avatar-upload .avatar-preview {width:62px; height:62px; border-radius:100%; margin-right:0;}
.avatar-upload {margin-right:auto;}
.edit_page_all_contant .additional-information .addition_inform_bottom.top_part {padding:15px;}
.edit_page_all_contant .additional-information .at_a_glance.first h6 {margin-bottom:30px;}
.edit_page_all_contant .additional-information .addition_inform_bottom .form-group {align-items:flex-start; flex-direction:column;}
.edit_page_all_contant .additional-information .addition_inform_bottom.top_part .chack_box_all label {margin-right:0px;}
.edit_page_all_contant .additional-information .addition_inform_bottom.top_part .custom-control.custom-checkbox label {margin-bottom:0px;}
.edit_page_all_contant .additional-information .addition_inform_bottom.top_part .chack_box_all:last-child .form-group {margin-bottom:0px;}
.edit_page_all_contant .additional-information .addition_inform_bottom {padding:15px; padding-bottom:15px;}
.change_password_all .section-header .title-type-1 {font-size:40px; letter-spacing:-2px;}
.change_password_all .section-header {padding-top:6.25rem; padding-bottom:2rem;}
.change_password_all .change_password_menu ul {max-width:909px; width:100%; flex-wrap:wrap; justify-content:center;}
.change_password_all .change_password_menu ul li a {font-size:8.5px; padding:8px 15px;}
.change_password_all .inner_content_box {max-width:909px; width:100%; padding:20px;}
.change_password_all .change_pas_heading {font-size:16px; margin-bottom:20px;}
.change_password_all .change_password_menu {margin-bottom:2rem;}
.avatar-upload {margin-right:15px;}
.change_password_all .inner_content_box_address {max-width:909px; width:100%;}
.view_socia_drop .socialGallery1 {margin-left:-3px;}
.view_socia_drop .socialGallery1 .socialToolBox .view_post_bt span img {margin-bottom:0px;}
.wraping {flex-wrap:wrap !important;}
#commentSection.onlyCommentSec .likeReply li {margin-right:49px;}
#commentSection.onlyCommentSec .likeReply li a img {margin-right:3px;}
.onlyCommentSec .writeCommentSec {margin-top:22px;}
.onlyCommentSec .threadStart .showReply img {margin-right:6px;}
.postContainerCommunity .onlyCommentSec .commentButtonCon {margin-top:28px; margin-bottom:5px;}
.commentInputSec .plusIc {margin-right:12px;}
.topicsBar {margin-top:24px;}
.communitySearchBar input {padding-left:14px;}
.goBack.my_profileback {margin-bottom:80px; margin-top:64px;}
.postContainerCommunity .onlyCommentSec .threadStart {margin-top:9px;}
.postContainerCommunity .onlyCommentSec .commentSeparator {margin-top:18px;}
.postContainerCommunity .commentTileContainer .commentShowBtn {padding-top:3px; margin-bottom:17px;}
.postContainerCommunity .onlyCommentSec .commentTileContainer:nth-child(1) .commentInfo {margin-top:23px;}
.onlyCommentSec .replyThread .commentTileContainer p {margin-top:19px; margin-bottom:14px;}
.postContainerCommunity .onlyCommentSec .writeCommentSec {margin-top:22px;}
.postContainerCommunity .read-more {margin-top:12px;}
.edit_page_modual .edit_page_modual_menu ul li::after {margin-right:-4px; top:5px;}
.change_password_all .change_password_menu ul li::after {margin-right:-4px; top:5px;}
.content_wrapper_post .uploade_page_placeholder {margin-top:30px !important;}
.postContainerCommunity .postCategory {margin-top:-14px;}
.comming_soon_mobile_btn {top:47px; min-width:160px; display:none !important; left:16%;}
.display_btn_mobile {display:block !important;}
.goBack {margin-bottom:46px !important;}
.content_wrapper_post .content_inner_post .content-partial .limit_description {font-size:9px !important;}
#facial .facial_details .detalis_s1 {margin-bottom:-5px;}
.loadMore-bittun.acc_masters_btn {margin-top:26px;}
.link-back.new_even_back {top:0;}
.recentlyAdded.removehero_slider .add_new_remove {margin-top:137px !important;}
.change_vh_button {top:120px !important;}
.ViewModule a {margin-top:0px;}
.academyPageCollection .saveAndShareButtonContainer .savevideobtn .saveButtonText {font-size:11px;}
.ViewModule a {-webkit-padding-before:0px;}
.academyPageCollection .saveButtonContainer .savevideobtn .saveBtnText {-webkit-padding-before:1px;}
.addressform_new {margin-top:10px !important;}
.add_top_part {margin-bottom:24px;}
#commentSection .commentSectionContainer {padding-left:15px; padding-right:15px;}
.subscription_des input::placeholder {font-size:9px;}
.login-inner-conta {width:19%;}
.onlyMembershipPackage .btn.btn-type-1 {width:inherit !important; height:50px; line-height:50px;}
.product-with-slider .product-slider .swiper-slide {background-position:0% 50%;}
.forgot-passs-page .forget-pass-main-div {padding-left:1.25rem !important; padding-right:1.25rem !important; padding-top:3.5rem !important;}
.event-content .event-res-deatail {width:100%;}
.mobile-order-master {order:2;}
.caliper-master-cls .section-image {margin-top:0px !important;}
.caliper-master-cls .master-cls-sec-titl {margin-top:3rem;}
.add-change {padding:13px 13px 11px 15px !important;}
.font-underline:hover:after {width:100% !important;}
.before-after-i .col-md.align-self-center {order:2;}
.before-after-i .col-md {order:1;}
.mobile-seaerc-desig {max-width:25%!important; padding:10px 8px 8px 8px !important; font-size:8px !important;}
.header-search-for {width:100% !important;}
.header-search-for {margin-top:8px;}
.tagSBC .tagSBCI button {transition:all 0s ease-in-out;}
.masterclass-packages.onlyMembershipPackage .packages {margin-top:52px;}
.onlyMembershipPackage {padding:70px 0px;}
.shop-social-drop .social-wrapper {margin-top:2rem;}
.tags-searc-drop-down .socialToolBox a {right:25px;}
.academyPageCollection .academyMasterSec .lineSeparator {margin-top:calc(6vh + 3px);}
.academyPageCollection .academyMasterSec .lineSeparator.bottom-seprat {margin-top:calc(2vh + 0px);}
.product-beautyfication {padding-top:2rem !important;}
.re_invite_list .btn {margin-left:0px !important; padding-left:14px !important; padding-right:14px !important;}
.loginpage-new-des .bg-image-filled.sign-image {height:100%; background-position:50% 100%; min-height:50vh;}
.sign_up_img_banner {height:100%; background-position:50% 100%; min-height:50vh;}
.forgot-passs-page .forgot_pass_left_img {height:100%; background-position:50% 100%; min-height:50vh;}
/* .com_landing_join_buttons a {min-width:239px;} */
.landing_join_comm {font-size:41px ;}
.com_landing_join_buttons.bottom_section {margin-top:20px;}
.connect-immercesec {padding-left:0px !important; padding-right:0px !important;}
.before-after-i.after_before_update .container {padding:0px 30px; width:100%;}
.before-after-i.after_before_update .first {margin-right:0px;}
.before-after-i.after_before_update .section-media.before-after img {margin-top:7px;}
.before-after-i.after_before_update .section-content {margin-top:0px;}
.update-master-detailpage.onlyMasterBio .founder-photo {width:inherit; margin-right:0px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:58px; margin-top:41px;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:20px; margin-top:0px;}
.master-det-crousel.masterclass-lists {padding-top:9px !important;}
.master-det-crousel.masterclass-lists .subtitle-type-1 {font-size:40px;}
#homehero_design.hero_mobilesec .container {padding-left:40px; padding-right:40px;}
#homehero_design .mobile_img_part {gap:66px;}
#homehero_design.hero_mobilesec .center_content_part h2 {font-size:53px;}
.eventReviews .eventReviewsPart .title-type-2.grad-type-4 {margin-bottom:41px;}
.post-content.new_events_add .heding_sub {padding:0px; margin-top:40px !important;}
#homehero_design .mobile_img_part .m_img_box img {width:289px;}
#homehero_design.hero_mobilesec .center_content_part p {font-size:20px !important;}
#homehero_design.hero_mobilesec .center_content_part {max-width:inherit;}
.caliper-pencil-prod.preorder-popup .pre_order_pop .bg-image-filled {max-width:100% !important; width:inherit;}
.before-after-i.after_before_update .after_tag {margin-left:10px;}
.golden_box_caliper .cliper_popimg .bg-image-filled {width:inherit;}
.faq_serch_box .section-header.search-posts {padding:0px 20px 40px 20px !important;}
.faq_serch_box {padding-top:40px !important}
.faq_serch_box .static-content .content-listing {padding-top:25px !important;}
.faq_serch_box .static-content .category-title {padding-top:25px !important; padding-bottom:21px !important;}
.faq_update_design .faq_hero_content {padding:0 20px !important; max-width:inherit;}
.faq_update_design .faq_hero_content .title-type-1 {font-size:54px;}
#pricing_section .price_content {max-width:inherit;}
.text.editor-text.policy-box h4 {font-size:2rem;}
.text.editor-text.tearm-condition-box h4 {font-size:2rem;}
.academyPageCollection .academyTabTitle .academy_tag_search_head {font-size:50px; letter-spacing:-2.162162px; margin-top:0px; line-height:60px; font-weight:400;}
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text {transform:translate3d(0, 101px, 0); transition:transform 0.3s ease;}
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text.academy_page_moudebtn {transform:translate3d(0, 128px, 0); transition:transform 0.7s cubic-bezier(0.4, 0, 0, 1);}
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text.academy_page_moudebtn.only-one {transform:translate3d(0, 82px, 0); transition:transform 0.7s cubic-bezier(0.4, 0, 0, 1);}
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text.only-one {transform: translate3d(0, 82px, 0);}
.post-lists.post-type-4 .post .post-item .post-content .post-inner .post-text.openbox {transform:translate3d(0, 0, 0) !important;}
.button-column {opacity:1 !important;}
.closeVisibleIcon.openbox {opacity:1;}
.shopMenu {order:4; margin-top:0px !important; flex:0 0 20% !important; max-width:20% !important;}
.list-mobile-half li {display:block; width:100%; float:none;}
.menuF1 {flex:0 0 30% !important; max-width:30% !important;}
.menuF2 {margin-top:0px !important; flex:0 0 45% !important; max-width:45% !important; padding-left:10% !important}
.academyPageCollection .savedChaptersSec.savedVP {margin-top:25px !important;}
.new-video-pge {height:inherit; font-size:20px; margin-bottom:10px !important; text-align:center;}
.future-title {font-size:40px; margin-top:-43px; margin-bottom:39px !important;}
.future-vidio-con {margin-bottom:22px;}#pricing_section .price_content h1 {font-size: 42px;line-height: 51px;}.event_tab_sec{padding-top: 0px !important;}.event_tab_sec .event-dropdown-wrapper .event-dropdown{height: auto;}.filter-wrapper.text-center.event_fillters {margin-bottom: 33px;}.masterclass-packages .title-type-1.grad-type-4 {font-size: 50px;}.review_right_arrow{margin-left: 0px;}.review_left_arrow{margin-right: 0px;}.shop_bg .shop_pera {max-width: 377px;}.pencil_product .pencil_pera {max-width: 545px;}.pencil_all_content {padding: 60px 20px !important;}    #event-course-details .course-section {padding: 30px 20px;}
    #event-course-details ul li { font-size: 18px; margin-bottom: 14px;}.login-right-cont { padding-left: 1.25rem !important; padding-right: 1.25rem !important;}
    .sign-up-section-module .section-content{padding-left:1.25rem !important; padding-right: 1.25rem !important;}
    .forgot-passs-page .forget-pass-main-div{padding-left:1.25rem !important; padding-right: 1.25rem !important;}
    .verify_password_fild .section-content{padding-left: 1.25rem !important; padding-right: 1.25rem !important;}
    .loginpage-new-des .bg-image-filled.sign-image {height:100%; background-position:50% 100%; min-height:50vh;}
.forgot-passs-page .forgot_pass_left_img {height:100%; background-position:50% 100%; min-height:50vh;}
.verify_password_fild .bg-image-filled{height:100%; background-position:50% 100%; min-height:50vh;}.only_event_detail_page .row {gap: 40px;}    .course_right_side .event_register_btn {margin-top: 15px !important;}#event-course-details {
    padding-top: 4px;}.home_page_founder .founder-photo { margin-top: 0px !important;} .before-after-i.after_before_update {padding-bottom: 42px;}    .event_detail_hero .event_detail_hero_con .title-type-6 {font-size: 38px;line-height: 1.2;}
    .social_design_sign_in {
        padding-top: 56px;
    }.social_design_sign_in a span {margin-top: 4px;}#home_master_carousel button.owl-next::before,#home_master_carousel button.owl-prev::before {margin: 0;padding: 11px !important;}    #home_master_carousel .instructor_name_link {font-size: 28px;}#home_master_carousel h5 {font-size: 11px;margin-top: 15px;}.academyPageCollection .onlyAcademyViewVideoSec .overlay-scrollbar .btn-videos:hover:before {background: #0000;}.academyPageCollection .onlyAcademyViewVideoSec .overlay-scrollbar .btn-videos.active:hover:before {background: #ffaa75;}
    .chaptersPartRight .videoTitleScrollOnClickList .btn-videos.active:hover:before{background: #ffaa75;}.chaptersPartRight .videoTitleScrollOnClickList .btn-videos:hover:before{background: #0000;}.chaptersPartRight .videoTitleScrollOnClickList .btn-videos:hover{color: #ffffff;}.chaptersPartRight .videoTitleScrollOnClickList .btn-videos.active:hover{color: #ffaa75;}
    .only_event_detail_page .left_side_detail {width: 100%;padding-right: 15px;padding-left: 15px;}.only_event_detail_page .right_side_box_detail {width: 100%;padding-right: 15px;padding-left: 15px;}
    .onlyMembershipPackage .MembershipPackageHeading h4.subtitle-type-1{line-height: inherit;}
    #cookie-consent-banner .cookie_content button {
        font-size: 9px;
        letter-spacing:2.07px;
    }

    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .ac_tagdesign_module_top_part {
        flex-wrap: wrap;
        row-gap: 50px;
        margin-top: 8px;
        padding-bottom: 43px;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .ac_tagdesign_module_top_part .recent_added_dropdown {
        width: 100%;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .academyFilterLinks {
        width: 100%;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .academyFilterLinks .academyFilter a.filterMenu {
        width: 100%;
        justify-content: start;
        min-height: 54px;
        padding: 1px 22px 0px;
    }
   
    .row.videoTIleAcademy.ac_tagdesign_row .academyFilterLinks .academyFilter .filterDropMenu {
        top: 46px;
        padding: 24px 22px 32px;
    }
    .right_chapter_list .video_list_buttons a .chapter-video_img {
        max-width: 30%;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title {
        width: calc(100% - 30% - 10px);
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title h3 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-top: 19px;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title h5 {
        font-size: 9px !important;
        margin-bottom: 0px;
    }
    .master_page_design_row .right_sidemodule_colum .master_cover_box .master_right_content {
        display: block;
    }
    .master_page_design_row .right_sidemodule_colum .master_cover_box .mas_img_box {
        width: 100%;
        height: auto;
        margin-bottom: 65px;
    }
    .master_page_design_row .right_sidemodule_colum .master_cover_box {
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 45px;
    }
    .master_page_design_row .right_sidemodule_colum .master_right_content h3 {
        letter-spacing: -0.88px !important;
        font-size: 34px !important;
        line-height: 40px !important;
    }
    .master_page_design_row .right_sidemodule_colum .master_right_content h6 {
        margin-top: 36px !important;
        margin-bottom: 43px;
    }
    .master_page_design_row .right_sidemodule_colum .master_right_content p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 49px;
    }
    .master_page_design_row .right_sidemodule_colum .master_cover_box.cover_box_before_login {
        padding-top: 0px;
        margin-bottom: 41px;
    }
    
    .academyPageCollection .expertSec {padding-top:0px; padding-bottom:0px;}
    .home_page_founder {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
}
@media (max-width: 576px) {
.mastersListContainer.onlyMasters .row .col-md-4 {flex:100% !important; max-width:100%;}
.master_info.onlyMasters .section-header .subtitle-type-1 {margin-top:52px;}
.master_info .section-header .title-type-1 {font-size:43px; line-height:48px !important;}
.master_info.onlyMasters .section-header .master_ph {margin-top:36px; margin-left:0px; margin-right:0px; width:100%; margin:24px auto 30px; margin-top:30px;}
.master_info.onlyMasters .mastersListContainerItems h5 {margin-bottom:10px !important;}
.master_info.onlyMasters .mastersListContainerItems {padding-top:27px; padding-bottom:26px;}
.master_info.onlyMasters .section-header {margin-bottom:0vh !important;}
section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .section-content .max-w-900px .title-type-2.line-height-1.-letter-2.aos-init.aos-animate {font-size:36px; line-height:1.3 !important;}
.section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .title-type-2 {font-size:33px; line-height: 1.2 !important;}
.onlyMembershipPackage .packageLeft h2.title-type-2 {font-size:46px; line-height:1;}
.onlyMembershipPackage {padding:50px 0px;}
.onlyMembershipPackage .packageLeft, .onlyMembershipPackage .packageRight {padding:0;}
.choose-membership>.col .form-group.custom-radio-box .col-left+.masterclass-prices {padding-top:0 !important;}
.onlyMembershipPackage .choose-membership>.col .form-group.custom-radio-box .contact-link, .onlyMembershipPackage .choose-membership>.col .form-group.custom-radio-box .contact-link>a {font-size:0.9rem !important;}
.masterclass-packages.onlyMembershipPackage .max-w-md-600px.mx-auto.text-center p {font-size:16px; margin-bottom:24px;}
.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {margin-bottom:18px;}
.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {font-size:40px; line-height:1;}
.academyPageCollection .academyMasterSec .academyFilterLinks.libraryFilterL {margin-top:10px;}
.academyPageCollection .academyMasterSec {padding-top:34px;}
.academyPageCollection .academyMasterSec .lineSeparator {margin-top:30px; margin-bottom:30px;}
.academyPageCollection .recentlyAdded {margin-bottom:25px;}
.container {padding:0px 5.55556vw;}
button.owl-prev::before {margin-left:-30px;}
button.owl-next::before {margin-right:-40px;}
.facial_details:after {width:100%;}
.section-tablet-flexible .flex-doctors .doc-content .learn-more-link {margin-top:20px; margin-bottom:30px;}
.section-tablet-flexible .flex-doctors .doc-content h5 {line-height:20px; margin-top:0px;}
#facial .facial_size {width:80%; margin-top:0;}
.footer .scroll-top {margin-left:0px;}
.masterclass-packages .title-type-1 {font-size:40px;}
.onlyLibrarySearchp .chaptersPartLeft {padding-left:15px; padding-right:15px;}
.onlyLibrarySearchp .chaptersPartRight {padding-left:15px; padding-right:15px;}
.academyPageCollection.onlyLibrarySearchp .academyMasterSec .container {padding:0px 15px;}
.header .mobile-menu ul {zoom:1.15;}
.updatepage_crop_modul .modal-content {width:392px;}
.commenterContainer .commenterImg {height:60px; width:60px;}
.commenterContainer .commenterInfo h3 {margin-top:4px;}
.onlyCommentSec .writeCommentSec .userImgCmntContainer {width:38px; height:38px; margin-right:0px; border-radius:50%;}
.comment-user-image {height:38px; width:38px;}
.postContainerCommunity .add_space {margin-top:20px;}
.postContainerCommunity .writeCommentSec {gap:23px;}
.onlyCommentSec .replyThread .writeCommentSec .userNameCh {width:60px; height:60px; margin-right:0px;}
.onlyCommentSec .replyThread .writeCommentSec .userNameCh {width:50px; height:50px; margin-right:0px !important;}
.postContainerCommunity .writeCommentSec {gap:21px;}
.onlyCommentSec .replyThread .innerWriteCommentSec .writeCommentSec .userNameCh.avatar {height:50px !important; width:50px !important;}
.content_wrapper_post .imgPlaceholder {width:400px !important; height:400px !important;}
.comming_soon_mobile_btn {left:14%;}
.edit_page_all_contant .personal_information form .edit_form_box {justify-content:space-between;}
.edit_page_all_contant .personal_information .required_fields {margin-top:-5px;}
.modal-dialog {max-width:500px; margin:1.75rem auto;}
.onlyReportModalContainer .custom-radio-box [type="radio"]:checked+label, .onlyReportModalContainer .custom-radio-box [type="radio"]:not(:checked)+label {padding-right:40px;}
.content_wrapper_post .content_inner_post .goBack {margin-bottom:77px !important; margin-top:64px !important;}
.goBack {margin-bottom:80px !important; margin-top:64px !important;}
.communityModule .com_right_contant .com_at_glance .five_box p {font-size:15px;}
#my_profile_new_module .new_pro_page .three_iconbox p {font-size:15px;}
#my_profile_new_module {padding-left:0px !important; padding-right:0px !important;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon {width:calc(33.33% - 20px);}
.addition_imformation.additional .new_pro_page {padding-left:0px; padding-right:0px;}
.recentlyAdded.removehero_slider {margin-bottom:0px;}
.recentlyAdded.removehero_slider .add_new_remove {margin-top:148px !important;}
.academyPageCollection .videoBtnContainer .bgMobileAdapt.socialShareContainer #socialShare>.socialBox:last-child {margin-right:0px;}
.share-wrapper.new_share_drop_arrows #socialShare a {right:17px;}
.academyPageCollection .saveAndShareButtonContainer .savevideobtn {margin-bottom:3px;}
.academyPageCollection .saveAndShareButtonContainer .bgMobileAdapt {margin-bottom:1px; margin-right:0px;}
.popup_narrow .close-popup {right:20px; top:10px;}
.subscription_des .cupan_right_btn {top:41px; margin-right:12px;}
.new_add_create {height:49px !important; padding:0px 12px 0px 15px!important; line-height:50px;}
.photo-grid-content ul {margin-top:49px;}
.academyMasterSec .row.videoTIleAcademy {padding-bottom:31px !important;}
.login-inner-conta {width:23.8%;}
.academyPageCollection .subtitle-type-1 {font-size:9px;}
.academyPageCollection .libraryVideoSlider.video-content p {font-size:18px;}
.shop-now-i.less-spacing {padding-top:2rem !important; padding-bottom:2rem !important;}
.section-st-content .search-form .close-search.faq-ser-close {width:44px; height:44px; padding:16px; display:flex; justify-content:center; align-items:center;}
.section-st-content .search-form .close-search.faq-ser-close .svg-icon img {vertical-align:middle;}
.qty-selector .waitlist-button .btn-mobile-type-1 {padding-top:18px;}
.events-coming-soon h4 {margin-top:128px;}
.sub-reactive {margin-bottom:15px; width:100%;}
.sub-member {width:100%;}
.change_password_all #change-password-form .change_password_button .password_button {width:100%;}
.events-coming-soon h4 {font-size:28px; zoom:.74;}
.events-coming-soon {height:85px;}
.re_invite_list .btn {padding-left:14px !important; padding-right:14px !important;}
.loginpage-new-des .title-type-7 {font-size:30px;}
.com_landing_join_buttons { flex-wrap: wrap; max-width: 100%;}

.com_landing_join_buttons .already_member_btn {
    min-width: inherit;
    width: 100%;
    font-size: 9px;
    height: 58px;
    line-height: 58px;
}
.com_landing_join_buttons .app-mobile-button {
    width: 100%;
    min-width: inherit;
    height: 60px;
    line-height: 60px;
}
.sign-up-section-module .up-new-text {font-size:30px !important;}
#comm-landing-slider p {font-size: 18px;line-height: 24px;margin-top: 32px;}
#natworking_sections {padding-top:50px; padding-bottom:50px;}
#natworking_sections p {margin-bottom:0px;}
#comm-landing-slider h1 {font-size: 57px;line-height: 62px;}
.home-sub-model .subcription-deta {flex-wrap:wrap;}
.home-sub-model .sub-lef-img {width:100% !important; height:320px;}
.home-sub-model .subcription_form {width:100% !important;}
.home-sub-model .popPara p br {display:none;}
.home-sub-model .popPara p {margin-bottom:15px;}
.home-sub-model input {width:100%; padding-top:20px !important; padding-left:10px !important; padding-right:10px !important;}
.home-sub-model .popupRow {margin-bottom:0px;}
.home-sub-model .btn-type-1.btn-block.btn-icon-right {margin-top:5px;}
.home-sub-model {max-width:100%; width:95%;}
.updte-masters.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {font-size:36px;}
.updte-masters .section-header {max-width:100% !important;}
.updte-masters.master_info.onlyMasters .section-header {margin-bottom:71px;}
.before-after-i.after_before_update .section-media.before-after img {margin-top:7px;}
.before-after-i.after_before_update .container {padding:0px 20px;}
.before-after-i.after_before_update {padding-top:70px; padding-bottom: 17px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:45px; margin-top:28px; padding-bottom:15px; line-height:50px !important;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:18px;}
.master-det-crousel.masterclass-lists .subtitle-type-1 {font-size:29px;}
.master-det-crousel.masterclass-detail-page .post-lists.post-type-2 .post {margin-top:18px !important; margin-bottom:18px !important;}
.update-master-detailpage .detail_goback {margin-top:43px; margin-bottom:55px;}
.update-master-detailpage .container {padding-left:20px; padding-right:20px;}
.master-det-crousel.masterclass-lists .container {padding:0px 20px;}
#homehero_design.hero_mobilesec .container {padding-left:15px; padding-right:15px;}
.post-content.new_events_add .heding_sub {font-size:9px; letter-spacing:1.5px;}
#homehero_design .mobile_img_part .m_img_box img {width:100%;}
#homehero_design .mobile_img_part {gap:20px;}
#homehero_design.hero_mobilesec .center_content_part h2 {font-size:39px; margin-bottom:38px; margin-top:38px;}
#homehero_design .mobile_img_part {gap:12px;}
#homehero_design.hero_mobilesec .center_content_part p {line-height:24px;}
#homehero_design.hero_mobilesec .center_content_part a {margin-bottom:40px; margin-top:17px;}
#homehero_design.hero_mobilesec .center_content_part p {font-size:18px !important; line-height:1.5;}
#homehero_design {padding-top:115px;}
#homehero_design.hero_mobilesec .center_content_part p br {display:none;}
.masterclass-packages .max-w-md-600px.mx-auto.text-center p {font-size:18px; line-height:1.5;}
.eventReviews .eventReviewsPart .title-type-2.grad-type-4 {margin-bottom:26px;}.eventReviews .rev-content{margin-top: 41px !important;}
.faq_update_design .faq_hero_content .title-type-1 {font-size:51px;}
.faq_update_design .faq_hero_content .subtitle-type-1 {font-size:11px !important;}
.faq_serch_box .section-header.search-posts .search-form .form-control {font-size:11px !important;}
.faq_serch_box .static-content .content-item .content-title.title-type-4-3 {font-size:36px; margin-bottom:19px !important;}
.faq_serch_box .static-content .content-item .title-type-5-3 {font-size:24px; margin-bottom:17px !important;}
.faq_serch_box .static-content .content-item {padding-left:20px !important; padding-right:20px !important;}
.faq_serch_box .static-content .content-listing {padding-left:20px !important;}
.faq_serch_box .static-content .category-title {font-size:11px;}
.faq_serch_box .static-content .content-item .text.faq-text {font-size:18px;}
.faq_update_design .faq_hero_content .subtitle-type-1 {margin-bottom:23px !important;}
.page_errar .title-type-1 {margin-left:0px;}
#pricing_section .price_content h1 {font-size:40px; line-height:1.2; margin-bottom:30px;}
#pricing_section .container, #your_subscription .container {max-width:100%; padding:0 30px;}
#pricing_section .duration_box {max-width:inherit; min-height:629px;}
#pricing_section .duration_box .min_div {margin-bottom:100px;}
.conditions {text-align:left;}  .event_tab_sec .event-dropdown-wrapper .event-dropdown {width: 100%;}.masterclass-packages .title-type-1.grad-type-4 {font-size: 36px;}.masterclass-packages .max-w-md-600px.mx-auto.text-center p {font-size: 18px !important;}.masterclass-packages .lernmorebtn {padding: 23px 15px 22px 15px;} .shop_bg .shop_pera {
    max-width: 100%;padding: 0px;}.pencil_product .pencil_pera .text.text-small {margin-bottom: 39px;margin-top: 27px;}.pencil_product .subtitle-type-1 {margin-bottom: 38px !important;}#natworking_sections h3 {line-height: 1.5;font-size:57px;}
    .loginpage-new-des .bg-image-filled.sign-image { min-height:50vh;}
    .sign_up_img_banner {min-height:50vh;}
    .forgot-passs-page .forgot_pass_left_img { min-height:50vh;}
    .verify_password_fild .bg-image-filled{ min-height:50vh;}
    .after_login_space_ac {
        padding-top: 91px;
    }
    .academyPageCollection .expertSec {padding-top:0px !important; padding-bottom:0px !important;}
    #cookie-consent-banner .cookie_content .cookies_btn {
        padding-left: 0px;
        width: 100%;
    }
    #cookie-consent-banner .cookie_content {
        flex-wrap: wrap;
        row-gap: 19px;
    }
    #cookie-consent-banner .cookie_content button {
        width: 50%;
    }
    #cookie-consent-banner {
        padding: 28px 4px;
    }
    .com_landing_join_buttons .already_member_btn {
        min-width: 238px;
        height: 60px;
        line-height: 60px;
    }
    .academy_herosec .ac_content_box h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -1.04px;
    }
    .academy_herosec .ac_content_box p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 13px;
        margin-bottom: 21px;
    }
    .academy_herosec {
        padding: 27px 0px;
        min-height: 307px;
        margin-bottom: 48px;
    }
    .academy_herosec .ac_content_box a {
        min-width: 140px;
        height: 44px;
        font-size: 9px;
        color: #000612;
        letter-spacing: 2.07px;
        line-height: 44px;
        padding-left: 3px;
    }
    .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .chapter_search_title {
        letter-spacing: -0.88px !important;
        font-size: 34px !important;
        line-height: 40px !important;
        margin-bottom: 45px;
    }
    
    
    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .ac_tagdesign_module_top_part h5 {
        letter-spacing: 2.2px !important;
        line-height: 25px !important;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .allmodule_heading {
        padding-bottom: 26px;
    }
    .row.videoTIleAcademy.ac_tagdesign_row .academyFilterLinks .academyFilter a.filterMenu {
        width: 100%;
        min-height: 54px;
    }
  
    .modules_loadmorebtn {
        height: 54px;
    }
    .academyPageCollection .academyMasterSec .container {padding:0 20px;}
    .right_chapter_list .video_list_buttons a .chapter_list_title h3 {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-top: 22px;
        letter-spacing: inherit !important;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title h5 {
        font-size: 8px !important;
        letter-spacing: 1.82px !important;
        line-height: normal !important;
    }
    .right_chapter_list .video_list_buttons a {
        margin-bottom: 38px;
    }
    .right_chapter_list .video_list_buttons a .chapter_list_title {
        width: calc(100% - 160px);
    }
    .right_chapter_list .video_list_buttons a .chapter-video_img {
        max-width: inherit;
        width: 150px;
        height: 88px;
    }
    .right_chapter_list .video_list_buttons a .chapter-video_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
   

    .videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .acdmy_chapter_desi .module_tabs_icons .video_tabs_link h5 {
        line-height: 24px !important;
    }
    .master_info.onlyMasters .section-header {padding-top: 0px;}
    .product_shop .content_row .add-basket #addtocart-product button {
        padding-top: 17px;
    }
}

@media screen and (max-width: 460px) {
.old_sub_popup .popupRow {margin-bottom:5px;}
.old_sub_popup .form-type-1 label {margin:0 0 5px 0;}
.old_sub_popup .popPara {margin-bottom:5px !important;}
}

@media only screen and (max-device-width: 480px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.mac-os .commentTileContainer p {max-height:70px;}
}

@media (max-width: 480px) {
.content_wrapper_post .content_inner_post .content-partial p {font-size:13px !important;}
.content_wrapper_post .imgPlaceholder {width:344px !important; height:344px !important;}
.comming_soon_mobile_btn {left:12%;}
.avatar-upload {margin-right:0px;}
.edit_page_all_contant .personal_information .delete_button {margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px;}
.onlyReportModalContainer .modal.show .modal-dialog {max-width:388px;}
.onlyReportModalContainer .modal-body h4 {padding-left:42px;}
.onlyReportModalContainer .modal-body .monthly-price {margin-left:42px;}
.communityModule .com_right_contant .com_at_glance .five_box {width:100%; margin-bottom:0px; margin-top:25px;}
.communityModule .com_right_contant .com_at_glance .five_box:first-child {margin-top:0px;}
#my_profile_new_module .new_pro_page .three_iconbox {width:100%; margin-top:25px;}
#my_profile_new_module .new_pro_page .three_iconbox:first-child {margin-top:0px;}
.addition_imformation.additional .new_pro_page {gap:0px!important;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon {width:50%; margin-bottom:30px; margin-top:0px;}
.myPostHeadingContainer .createPostBtn .create_module_plus {margin-left:14px;}
.communityModule .com_right_contant .addition_imformation.additional {padding-bottom:0px !important;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon:nth-child(3) {margin-bottom:2px !important;}
#my_profile_new_module .new_pro_page .three_iconbox.for_icon:nth-child(4) {margin-bottom:2px !important;}
.communityModule .com_right_contant .com_at_glance .five_box p {margin-top:7px;}
.swift-switch label.checkbox-toggle-label span.on {padding-top:1.5px !important;}
.swift-switch label.checkbox-toggle-label span.off {padding-top:1.5px !important;}
.ViewModule a {padding:2px 7px 0px 9px; margin-left:108px;}
.new_report_des {min-width:329px;}
.onlyReportModalContainer.new_report_blureffe .modal.show .modal-dialog {max-width:412px;}
.onlyReportModalContainer.new_report_blureffe .modal-body h4 {padding-left:20px}
.onlyReportModalContainer.new_report_blureffe .modal-body .monthly-price {margin-left:20px}
.onlyReportModalContainer.new_report_blureffe .new_report_des {min-width:372px;}
.onlyReportModalContainer.new_report_blureffe .reportSubmit svg {right:15px;}
.academyPageCollection .videoBtnContainer .bgMobileAdapt.socialShareContainer #socialShare>.socialBox {margin-right:12px;}
.popup_narrow {width:400px !important;}
.new_padding {padding-left:19px !important;}
.subscription_des .cupan_right_btn {top:36px;}
.logindiv {width:370px;}
.social_design_sign_in a .login_icons {margin-left:43px;}
.logindiv.fac .login_icons {margin-left:44px;}
#my_profile_new_module .new_pro_page {gap:0px;}
.communityModule .com_right_contant .com_at_glance {gap:0px;}
.topicsBar ul li a {padding:8.5px;}
.topicsBar ul li:first-child a {padding-left:0px;}
.topicsBar ul li:last-child a {padding-left:0px;}
.topicsBar ul {gap:0px; margin-top:-3.5px;}
.master_info .section-header .title-type-1 {font-size:40px; line-height:45px !important;}
.master_info.onlyMasters .section-header .subtitle-type-1 {margin-bottom:16px; padding-top:0vh !important; margin-top:0px;}
.master_info.onlyMasters .section-header .master_ph {font-size:18px;}
.master_info.onlyMasters .section-header {max-width:100%;}
.academyPageCollection .academyMasterSec .exploreButton {margin:0px auto 0px;}
@media only screen and (min-width:320px) {.commentTileContainer p {max-height:60px;}}
.login-inner-conta {width:30.5%;}
.academyPageCollection .libraryVideoSlider.video-content p {font-size:18px; line-height:1.5;}
.master_info.onlyMasters .section-header .title-type-1.fade-text-grad {line-height:1 !important;}
.product-with-slider .product-slider .swiper-slide {background-position:20% 50%;}
.edit_page_all_contant .personal_information .edit_form_box .edit_lable label {margin-top:30px;}
.search-for-all {padding:0px 15px !important;}
.new-sub-member h2 {font-size:16px; margin-bottom:15px !important;}
.six-poduct-images .swiper-wrapper .slide-item.swiper-slide:first-child {background-position:24% 50%;}
.six-poduct-images .product-slider .slide-item.swiper-slide:nth-child(3) {background-position:0% 50%;}

#comm-landing-slider p {line-height: 24px;font-size: 18px;margin-top: 23px;}
#natworking_sections p {line-height: 24px;font-size: 18px;}
#natworking_sections h3 {font-size: 45px;margin-bottom: 12px;}
#natworking_sections {padding-top:50px; padding-bottom:50px;}
.section_bg_color {padding-bottom:50px;}
#natworking_sections .landing-img img {width:inherit;}
.updte-masters h2.title-type-1.fade-text-grad {font-size:58px;}
.connect-immercesec .title-type-1 {font-size:33px !important;}
.before-after-i.after_before_update .first {margin-right:10px;}
.before-after-i.after_before_update .section-media.before-after img {margin-top:7px; width:180px !important;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:16px;}
.master-det-crousel.masterclass-lists .subtitle-type-1 {font-size:23px;}
.update-master-detailpage.onlyMasterBio {padding-bottom:12px !important;}
.update-master-detailpage.onlyMasterBio .socialmany_icon {margin-top:38px !important;}
.page_errar .title-type-5-2 {font-size:36px; margin-bottom:20px !important;}
.before-after-i.after_before_update .section-media.before-after {justify-content:center;}
.before-after-i.after_before_update .after_tag {margin-left:0px;}
.section.section-tablet-flexible {height:auto !important; min-height:initial;}
.mobile_hight {background-color:#000612 !important; height:100vh; display:flex; flex-direction:column; justify-content:center;}
.mastersListContainer.onlyMasters .mobile_hight .slide-direction {display:block;}
.master_info.onlyMasters .section-header .master_ph {margin-bottom:0px;}
.pro_cancel_member_popup .cancel_radios {margin-top:18px;}
.pro_cancel_member_popup .third-p {margin-top:24px; margin-bottom:22px;}
.pro_cancel_member_popup .p-first {margin-bottom:19px;}
.cancel_member_newdesign .col-md-12 {padding-left:3px !important; padding-right:3px !important;}
.faq_update_design .faq_hero_content .title-type-1 {font-size:40px; line-height:1.2;}
.faq_serch_box .section-header.search-posts .search-form .form-control {padding:30px 47px 28px 47px;}
.faq_serch_box .section-header.search-posts .search-form .svg-search-icon {top:17px; left:19px;}
.faq_serch_box .static-content .content-item .content-title.title-type-4-3 {font-size:22px; margin-bottom:0px !important;}
.faq_serch_box .static-content .content-item .title-type-5-3 {font-size:20px; margin-bottom:9px !important;}
.faq_serch_box .static-content .content-item .text.faq-text {font-size:16px;}
#pricing_section .price_content p {font-size:18px;}
#your_subscription {padding:80px 0px 80px 0px;}
.product-video-modal-content video {max-width:93vw !important;}
.future-title {font-size:32px; margin-bottom:35px !important;}
.future-title {font-size:28px; margin-bottom:35px !important;}.pencil_product .title-type-2{font-size: 40px;line-height: 1.2 !important;}.shop_bg .title-type-2{font-size: 38px;line-height: 1.2 !important;}section#comm-landing-slider {padding-bottom: 50px;}    #event-course-details .course-section h5 {margin-bottom: 15px;}#event-course-details .course-section p {font-size: 16px;line-height: 32px;}#event-course-details ul li {font-size: 16px;margin-bottom: 15px;}.new_event_top_part .title-type-1.past_title {margin-top: 0px !important;}.event_tab_sec .event_tab_list ul li a{font-size: 10px;}.new_event_top_part hr {margin-top: 40px;margin-bottom: 55px;}.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1{font-size: 36px;}    .event_detail_hero .event_detail_hero_con .title-type-6 {font-size: 36px;line-height: 1.3;}.only_event_detail_page .content-type-1 p:first-child:first-letter { font-size: 78px;margin-right: 22px;}.only_event_detail_page .event-content.text-small {letter-spacing: 0.2px;line-height: 24px;}.course_right_side .social_block {margin-top: 39px !important;}.course_right_side .social_block .share-social ul li a .svg-icon {line-height: 1;}.course_right_side .event_register_btn {margin-top: 4px !important;}      #home_master_carousel .owl-carousel .owl-nav button.owl-prev {left: 12px;}    #home_master_carousel .owl-carousel .owl-nav button.owl-next {right:2px;}    #home_master_carousel .masters_carousel {padding: 0px 13px;}#home_master_carousel {padding: 50px 0px;}.hero_mobilesec h6 {margin-top: 48px !important;}#home_master_carousel .ms_title_toppart {margin-bottom: 50px;}#home_master_carousel .ms_title_toppart h6 {font-size: 10px;}#home_master_carousel .ms_title_toppart a {font-size: 10px;}
#cookie-consent-banner .cookie_content p {
    font-size: 11px;
    letter-spacing: 2.53px;
    line-height: 18px;
}
#cookie-consent-banner {
    padding: 26px 9px;
}
#comm-landing-slider h1 {
    font-size: 53px;
    line-height: 61px;
}
#comm-landing-slider .community_hero_rightside img {
    margin: auto;
    width: 100%;
}
.home_signup_pop .modal-body h2 {
    font-size: 20px;
}
.academy_herosec .ac_content_box {
    max-width: 100%;
    padding: 0px 9px;
}
.academy_herosec {
    min-height: 264px;
}

.newsletter .section-inner .section-content .form-content .form-inner .btn-submit {
    padding: 21px 48px 19.5px 50.5px;
}

}

@media (max-width: 414px) {
.academyPageCollection .saveButtonContainer .savevideobtn .saveBtnText {-webkit-padding-before:5px !important;}
.ViewModule a {-webkit-padding-before:5px !important;}
.popup_narrow {width:372px !important;}
.home-sub-model .custom-checkbox label {font-size:8px !important;}
.pro_cancel_member_popup {padding-left:22px !important; padding-right:23px !important;}
.cancel_subscription_new_design .sub_content {padding-left:0px !important; padding-right:0px !important; padding-top:76px !important; padding-bottom:57px !important;}
.golden_box_caliper .golden_content .new-preorder-pro {padding:62px 20px 0px 20px;}
.golden_box_caliper .golden_content .pop-up-text p {font-size:16px !important; margin-bottom:0px;}
.golden_box_caliper .golden_content .close-popup {padding:16px 19px 0px 0px !important;}
.golden_box_caliper .golden_content h5 {font-size:10px;}
.golden_box_caliper .golden_content .custom-checkbox label {margin-top:7px;}
.golden_box_caliper .golden_content #waitlist-button {margin-top:31px;}
}

@media (max-width: 400px) {
.section.section-fh:not(.section-without-hf) {min-height:100vh !important;}
section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .section-content .max-w-900px .title-type-2.line-height-1.-letter-2.aos-init.aos-animate {font-size:36px; line-height:1.3 !important;}
.section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .title-type-2 {font-size:33px;}
.academyPageCollection .recentlyAdded a {margin-top:0;}
.onlyMembershipPackage .choose-membership>.col {padding:0px 10px;}
.masterclass-packages.onlyMembershipPackage .packageRight .text-small {font-size:15px; letter-spacing:1px; margin-right:0px; line-height:1.263;}
.onlyMembershipPackage .packageRight .package-column {padding:1rem;}
.onlyMembershipPackage .packageLeft .package-column {padding:1rem; padding-bottom:28px;}

.header .mobile-menu ul {zoom:1.1;}
.onlyNotificationPopup .notiSearchContainer input {letter-spacing:1.68px;}
.notificationLists li {padding:0px 14px;}
.onlyNotificationPopup .notiSearchContainer {padding:17px 14px;}
input.width-dynamic {min-width:92px;}
.onlyNotificationPopup.NotificationPage .anotherDropdown .dropdown-menu a.dropdown-item.dropActive:after {right:-5px;}
.updatepage_crop_modul .modal-content .croppie-container .cr-boundary {width:100% !important; margin:auto;}
.updatepage_crop_modul .modal-content {width:340px;}
.updatepage_crop_modul .modal-content .modal-body {padding-left:10px; padding-right:10px;}
.updatepage_crop_modul .modal-footer .cropImageBtn {font-size:10px; padding:8px 19px; margin-right:0px;}
.content_wrapper_post .imgPlaceholder {width:289px !important; height:289px !important;}
.comming_soon_mobile_btn {left:10%;}
.edit_page_all_contant .personal_information .delete_button {margin-left:0px; padding-right:0px; padding-left:0px; margin-right:0px;}
.onlyReportModalContainer .custom-radio-box [type="radio"]:checked+label, .onlyReportModalContainer .custom-radio-box [type="radio"]:not(:checked)+label {padding-right:10px;}
.onlyReportModalContainer .modal.show .modal-dialog {max-width:343px;}
.onlyReportModalContainer .modal-body .monthly-price {margin-left:17px;}
.onlyReportModalContainer .modal-body h4 {padding-left:15px;}
.new_report_des {min-width:310px; font-size:8.5px;}
.onlyReportModalContainer.new_report_blureffe .modal-body h4 {padding-left:10px}
.onlyReportModalContainer.new_report_blureffe .modal-body .monthly-price {margin-left:10px}
.onlyReportModalContainer.new_report_blureffe .new_report_des {min-width:324px;}
.onlyReportModalContainer.new_report_blureffe .modal.show .modal-dialog {max-width:348px;}
.onlyReportModalContainer .close {right:14px;}
.onlyReportModalContainer.new_report_blureffe .reportSubmit svg {right:5px;}
.new_padding {padding-left:20px !important;}
.popup_narrow {width:372px !important;}
.social_design_sign_in a .login_icons {margin-left:28px;}
.logindiv {width:322px;}
.social_design_sign_in a {font-size:10px;}
.logindiv.fac .login_icons {margin-left:29px;}
.academyPageCollection .saveButtonContainer .savevideobtn .saveBtnText {-webkit-padding-before:1px;}
.academyPageCollection .academyMasterSec .academyFilterLinks ul li {margin:0px;}
.ViewModule a {margin-left:90px;}
.ViewModule {padding-right:0px;}
.login-inner-conta {width:38%;}
.mobile-seaerc-desig {max-width:50%!important; font-size:9px !important; width:100%; border-bottom:1px solid #fff;}
.mobile-seaerc-desig:nth-child(3) {border-bottom:0px;}
.mobile-seaerc-desig:nth-child(4) {border-bottom:0px; border-right:0px;}
.mobile-seaerc-desig:nth-child(2) {border-right:0px;}
.six-poduct-images .swiper-wrapper .slide-item.swiper-slide:first-child {background-position:25% 50%;}
.new-circle-modal .not-licensed {min-width:346px !important;}
#I-am-not-licensed {min-width:346px !important;}
.modal-title.model-description {font-size:15px !important;}
.updte-masters.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {font-size:31px;}
.before-after-i.after_before_update .section-media.before-after img {margin-top:7px;}
.update-master-detailpage.onlyMasterBio .head-description {font-size:37px; padding-bottom:6px;}
.update-master-detailpage.onlyMasterBio .topsecdescription {font-family:"Trade Gothic LT Std Bold", Arial, Helvetica, sans-serif; font-size:9px;}
.update-master-detailpage.onlyMasterBio .short_desfull {font-size:15px;}
.before-after-i.after_before_update .section-media.before-after img {width:162px !important;}
.updatepage_crop_modul .modal-header .close {font-size:20px; padding-bottom:2px;}
.face_email_popup .modal-dialog {margin-left:10px; margin-right:10px;}
.face_sign-modal .modal-body {padding-top:0px; padding-left:15px; padding-right:15px; padding-bottom:50px;}
#pricing_section .price_content h1 {font-size:38px;}.masterclass-packages .title-type-1.grad-type-4 {font-size: 35px;}#comm-landing-slider h1 {font-size: 40px;line-height: 48px;}#comm-landing-slider p {font-size: 18px;}#natworking_sections p{font-size: 17px;}
#event-course-details .course-section {zoom: .8 !important;padding: 25px 20px;}.event_detail_hero .event_detail_hero_con .title-type-6 {font-size: 35px;line-height: 1.2;}.after_login_space_ac {
    padding-top: 86px;}

    .com_landing_join_buttons {
        margin-top: 36px;
        gap: 10px;
    }
    .home_signup_pop .modal-body h2 {
        font-size: 19px;
    }
    .academy_herosec .ac_content_box h1 {
        font-size: 35px;
        line-height: 39px;
    }
    #promo_code {
        border: 1px solid #545b6c;
        margin-bottom: 6px;
    }
}

@media (max-width: 385px) {
.communityModule .communityLeftPart .communityLeftPartFix {padding-left:12px; padding-right:12px;}
.communityModule .communityLeftPart a {font-size:8px;}
.communitySearchBar input {font-size:8px;}
.communityRightPart {padding-left:12px; padding-right:12px;}
.commenterContainer .commenterImg {height:50px; width:50px;}
.onlyCommentSec .writeCommentSec .commentInputSec {padding:0px 14px; min-height:42px;}
.dropdownUI {margin-top:47px;}
.commentInputSec p {letter-spacing:1.2px; font-size:8px;}
.writeCommentSec .commentInputSec {padding:0px 8px;}
.topicsBar ul li a {font-size:8px;}
.postAttachmentContainer .postAttachmentTile a {height:50px;}
.lg-prev {height:20px; width:20px; left:30px !important;}
.lg-next {height:20px; width:20px; right:30px !important;}
.communityModule .communityLeftPart a {letter-spacing:.8px;}
.commenterContainer .commenterInfo h3 {margin-top:-1px;}
.comming_soon_mobile_btn {left:8%;}
.edit_page_all_contant .personal_information .edit_form_box .edit_lable label {padding-left:15px; padding-right:23px; min-width:124px;}
.ViewModule a {font-size:9px;}
.popup_narrow {width:345px !important;}
.communityModule .com_right_contant .contant_inner .right_border_box {width:111px; height:103px;}
.login-inner-conta {width:39%;}
.six-poduct-images .swiper-wrapper .slide-item.swiper-slide:first-child {background-position:28% 50%;}
.new-circle-modal .not-licensed {min-width:inherit !important; width:100% !important;}
#I-am-not-licensed {min-width:inherit !important; width:100% !important;}

.master-det-crousel.masterclass-lists .subtitle-type-1 {font-size:21px;}
#homehero_design.hero_mobilesec .center_content_part h2 {font-size:34px; margin-bottom:22px; margin-top:38px;}
#homehero_design.hero_mobilesec .center_content_part p {font-size:18px !important;}
#homehero_design.hero_mobilesec .center_content_part h2 {font-size:34px; margin-bottom:22px; margin-top:38px; line-height:38.3px !important;}
.before-after-i.after_before_update .section-media.before-after img {width:153px !important;}
.pro_cancel_member_popup p {font-size:16px;}
.pro_cancel_member_popup .cancel_radios .custom-radio-box label {font-size:15px !important;}
#pricing_section .price_content h1 {font-size:30px;}
#pricing_section .duration_box {padding:39px 20px 30px;}.sign-up-section-module .up-new-text{font-size: 27px !important;}.forgot-passs-page .title-type-7{font-size: 26px;}    .onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {font-size: 33px;}   .event_detail_hero .event_detail_hero_con .title-type-6 {font-size: 31px;line-height: 1.2}
.home_signup_pop .modal-body h2 {
    font-size: 17px;
}
.home_signup_pop .modal-body p {
    font-size: 15px;
    line-height: 1.3;
}
.right_chapter_list .video_list_buttons a .chapter_list_title {
    width: calc(100% - 140px);
}
.right_chapter_list .video_list_buttons a .chapter-video_img {
    max-width: inherit;
    width: 130px;
    height: 78px;
}
}

@media (max-width: 355px) {
.postOptions a {font-size:8px;}
.commentInputSec .plusIc {margin-right:13px;}
.content_wrapper_post .content_inner_post .all_file_button .form-group .upload__btn, .content_wrapper_post .content_inner_post .all_file_button .upload_many_file .file__input {padding:0px 8px;}
.content_wrapper_post .content_inner_post .content-partial .imgPlaceholder img {width:50px;}
.updatepage_crop_modul .modal-content {width:284px;}
.comming_soon_mobile_btn {left:7%;}
.communityModule .com_right_contant .addition_imformation h5 {font-size:9px;}
.onlyReportModalContainer.new_report_blureffe .new_report_des {min-width:314px;}
.onlyReportModalContainer.new_report_blureffe .modal.show .modal-dialog {max-width:334px;}
.onlyReportModalContainer.new_report_blureffe .modal-body h4 {padding-left:6px;}
.onlyReportModalContainer.new_report_blureffe .modal-body .monthly-price {margin-left:10px;}
.ViewModule a {margin-left:105px;}
.social_design_sign_in a .login_icons {margin-left:32px; margin-right:20px;}
.logindiv {width:313px;}
.logindiv.fac .login_icons {margin-left:32px; margin-right:20px;}
.popup_narrow {width:307px !important;}
.new_padding {padding-left:13px !important;}
.communityModule .com_right_contant .contant_inner .right_border_box {width:98px; height:90px;}
.ViewModule a {margin-left:89px;}
.login-inner-conta {width:40.5%;}
.updte-masters h2.title-type-1.fade-text-grad {font-size:48px;}
.face_sign-modal .modal-body p br {display:none;}
#pricing_section .container, #your_subscription .container {padding:0 20px;}
}

@media (max-width: 342px) {
.master_info .section-header .title-type-1 {font-size:34px; line-height:35px !important;}
.master_info .section-header .master_ph {width:100%; font-size:14px; line-height:20px; margin-bottom:30px;}
.master_info.onlyMasters .section-header .subtitle-type-1 {margin-top:52px; margin-bottom:25px;}
.master_info.onlyMasters .section-header {margin-bottom:40px;}
.master_info.onlyMasters .mastersListContainerItems {padding-top:17px; padding-bottom:26px;}
.master_info.onlyMasters .mastersListContainerItems .container {max-width:100% !important; padding-left:15px !important; padding-right:15px !important;}
.mastersListContainer .mastersListContainerItems .expert-contant {margin-bottom:20px;}
.title-type-2 {font-size:26px;}
section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .section-content .max-w-900px .title-type-2.line-height-1.-letter-2.aos-init.aos-animate {font-size:28px; line-height:1.1 !important;}
.section.section-fh.section-mobile-flexible.section-with-bg.section-type-hero.products-cover .title-type-2 {font-size:28px;}
.choose-membership>.col .custom-radio-box [type="radio"]:checked+label, .choose-membership>.col .custom-radio-box [type="radio"]:not(:checked)+label {padding-left:26px;}
.onlyMembershipPackage .choose-membership>.col .custom-radio-box [type="radio"]:checked+label, .onlyMembershipPackage .choose-membership>.col .custom-radio-box [type="radio"]:not(:checked)+label, .onlyMembershipPackage .choose-membership>.col:last-child label {font-size:0.5rem;}
.onlyMembershipPackage .MembershipPackageHeading h2.title-type-1 {font-size:30px; line-height:1;}
.onlyMembershipPackage .packageRight .subtitle-type-1 {margin-top:calc(5rem - 40px) !important; margin-bottom:15px !important;}
.header .mobile-menu ul li a {padding:2.4vh 15px !important;}
.postContainerCommunity .posterByContainer p {font-size:8px; letter-spacing:1px;}
.postContainerCommunity .posterByContainer h5 {font-size:8px;}
.postContainerCommunity .posterByContainer p span {margin-left:7px;}
.comming_soon_mobile_btn {left:4%;}
.edit_page_all_contant .personal_information .edit_form_box .edit_lable label {padding-left:0px; padding-right:0px; min-width:100px;}
.edit_page_all_contant .personal_information .edit_form_box .edit_lable img {margin-right:12px;}
.onlyReportModalContainer .modal.show .modal-dialog {max-width:308px;}
.onlyReportModalContainer .custom-radio-box [type="radio"]:checked+label, .onlyReportModalContainer .custom-radio-box [type="radio"]:not(:checked)+label {padding-right:10px;}
.onlyReportModalContainer .modal-body .monthly-price {margin-left:15px;}
.communityModule .com_right_contant .contant_inner .right_border_box {width:85px; height:85px;}
.communityModule .com_right_contant .addition_imformation h5 {font-size:8px;}
.new_report_des {min-width:283px; font-size:8px; padding-right:11px;}
.share-wrapper.new_share_drop_arrows #socialShare a {right:17px;}
.social_design_sign_in a .login_icons {margin-left:24px; margin-right:21px;}
.logindiv {width:300px;}
.logindiv.fac .login_icons {margin-left:26px; margin-right:21px;}
.login-inner-conta {width:44.5%;}
.academyPageCollection .video-content .title-type-1 {font-size:34px;}
.search .search-inner .search-form .form-control {font-size:35px;}
#pricing_section .price_content h1 {font-size:40px;}
.academy_herosec .ac_content_box h1 {
    font-size: 32px;
    line-height: 37px;
}
}

@media screen and (min-width: 320px) and (max-width:340px) {
.share-wrapper.new_share_drop_arrows #socialShare a {right:0px;}
}

@media all and (max-width: 992px) and (min-width:621px) {
.photo-grid-content ul {margin-top:3.5rem;}
.academyPageCollection .mastersSecContainer {padding-bottom:27px;}
}

@media screen and (max-width: 1440px) and (min-width:1401px) {
.videoTitleScrollOnClickList .os-content {max-height:26.5vw !important;}
.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .row .col-xl-3 .post .post-text h3 {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 11px !important;
}
.row.videoTIleAcademy.ac_tagdesign_row .right_sidemodule_colum .row .col-xl-3 .post .post-text h5.library-doctor-title {
    line-height: 16px !important;
}
}

@media screen and (max-width: 1399px) and (min-width:1301px) {
.videoTitleScrollOnClickList .os-content {max-height:29vw !important;}
}

@media screen and (max-width: 1414px) and (min-width:1300px) {
@media not all and (min-resolution:.001dpcm) and (pointer:coarse) and (hover:none) {.mac-os .videoTitleScrollOnClickList .os-content {max-height:25vw !important;}.mac-os .new-acd .videoTitleScrollOnClickList .os-content {max-height:26.5vw !important;}}
}

@media (max-width: 1299px) {
@media not all and (min-resolution:.001dpcm) and (pointer:coarse) and (hover:none) {.mac-os .videoTitleScrollOnClickList .os-content {max-height:25vw !important;}.mac-os .new-acd .videoTitleScrollOnClickList .os-content {max-height:26.5vw !important;}}
}

@media (max-width: 473px) {
.re_invite_list .resent-click-button {margin-top:10px !important;}
}

@media (min-width: 1024px) {
.fancybox__slide {padding:64px 100px;}
.fancybox__nav .carousel__button.is-prev {left:40px;}
.fancybox__nav .carousel__button.is-prev svg {width:27px; height:27px;}
.fancybox__nav .carousel__button.is-next {right:40px;}
.fancybox__nav .carousel__button.is-next svg {width:27px; height:27px;}
}

@media (max-width: 1384px) {
.updte-masters .mastersListContainerItems h2.title_h {font-size:35px; margin-top:32px !important;}
}
@media (max-width: 576px) {
.modal-title.model-description {font-size:16px !important;}
.new-circle-modal .modal-header {padding-bottom:12px !important;}
.new-circle-modal .not-licensed {height:55px !important; line-height:55px !important;}
#I-am-not-licensed {height:55px !important; line-height:55px !important;}
.new-circle-modal .modal-body {padding-left:10px !important; padding-right:10px !important;}
.master_info.onlyMasters .mastersListContainerItems .container {padding-left:20px !important; padding-right:20px !important;}
.cancel_member_newdesign .pro_cancel_member_popup .close-popup {padding-right:24px !important; padding-top:9px !important;}
.event_share_new_design .close-popup {padding:34px 26px 0px 0px !important;}
.cancel_subscription_new_design .close-popup {padding:20px 28px 0px 0px !important;}
.pro_half_section .half_contect_sec ul li {font-size:inherit; padding-left:10px; padding-right:10px;}
.pro_half_section .subtitle-type-1 {padding-top:0px !important;}
#your_subscription h6 {font-size:10px !important; line-height:1.5;}
.conditions span a:after {bottom:7px;}
.conditions span {font-size:10px !important; line-height:25px;}
.download_icon img {width:20px;}
.download_icon {right:3px; top:3px;}
h1.title-type-1.h2nd.academic_font {line-height:40px !important;}
.academyPageCollection .masterclass-lists #post-lists h5 {margin-bottom:5px !important;}
/* .academyMasterSec.aLMasterSec .row.videoTIleAcademy .videoTIleAcademySingle.singular:last-child {margin-bottom:0px !important;} */
.academyPageCollection .masterclass-lists #post-lists h5 {margin-bottom:0px !important; min-height:inherit; line-height:1;}
.academyPageCollection .recentlyAdded.rACompany a {margin-bottom:23px; margin-top:3px;}
.wraping {flex-wrap:wrap;}
.eventReviews .rev-content {margin-top:32px; font-size:18px; line-height:1.5;}
.eventReviews .eventReviewsPart .title-type-2.grad-type-4 {font-size:32px !important;}
.eventReviews .reviews-slider .rev-author {margin-top:42px;}
.section-footer {padding-top:15px !important;}
.eventReviews {min-height:100vh !important; display:flex; align-items:center; flex-direction:column; padding-bottom:0px; justify-content:center;}
.review_star img {margin-right:1px; width:20px;}
.eventReviews .eventReviewsPart .title-type-2.grad-type-4 {font-size:40px !important;}.global-reach h2{line-height: 1.05;margin-top: 26px !important;
    margin-bottom: 26px !important;}.global-reach .text p {margin-bottom: 16px;font-size: 14px;line-height: 1.5;}.remarksec .content .title-type-2 {font-size: 36px;line-height: 1 !important;margin-bottom: 59px !important;}.pencil_product .pencil_pera p:first-child {margin-bottom: 16px;}.pencil_product .pencil_pera p {font-size: 16px !important;}.shop_bg .shop_pera p {font-size: 18px !important;}    #event-course-details {padding: 0px 0px;padding-bottom: 40px;}    #event-course-details .course-section { zoom: .9;} .product_shop .product-slider-pagination{ width: auto !important;} 
    .event-date-location h4, .event-date-location h6 {
        font-size: 19px;
    }
}

@media screen and (max-width: 1384px) and (min-width:1200px) {
.header.newHeader .container, .header.newHeader .mobile-menu .search-container {padding:0 42px 0px 42px !important;}
}

@media(max-width:1384px) {
.header .logo {margin-right:0px;}
}

@media screen and (max-width: 1300px) and (min-width:1264px) {
.header.newHeader .navigation .menu.left a {margin-right:30px;}
.header.newHeader .navigation .menu.right a {margin-left:30px;}
}

@media screen and (max-width: 1263px) and (min-width:1200px) {
.header.newHeader .navigation .menu.left a {margin-right:25px;}
.header.newHeader .navigation .menu.right a {margin-left:25px;}
}

@media screen and (max-width: 1300px) and (min-width:1200px) {
.header .logo {max-width:135px;}
}

@media screen and (max-width: 1149px) and (min-width:1100px) {
.header .logo {max-width:128px;}
.header.newHeader .navigation .menu.left a {margin-right:26px;}
.header.newHeader .navigation .menu.right a {margin-left:26px;}
}

@media screen and (max-width: 768px) and (min-width:577px) {
.home-sub-model .form-inner {padding-top:30px !important; padding-left:20px !important; padding-right:20px !important;}
.home-sub-model .popPara p {margin-bottom:16px;}
.home-sub-model .close-popup {padding-top:9px !important; padding-right:20px !important;}
.home-sub-model input {padding-top:20px !important; padding-left:10px !important; padding-right:10px !important;}
.home-sub-model .chack-box-subcription {margin-top:21px !important; margin-bottom:8px !important;}
.home-sub-model .sLogo.mx-auto.d-block {width:122px;}
.home-sub-model .sub-lef-img {background-size:cover; background-repeat:no-repeat; height:auto; background-position:right; width:334px;}
.home-sub-model {width:100% !important;}
}

@media screen and (max-width: 1207px) and (min-width:1201px) {
.updte-masters .mastersListContainerItems h2.title_h {font-size:34px;}
}

@media screen and (max-width: 1100px) and (min-width:993px) {
.updte-masters.mastersListContainer.onlyMasters .mastersListContainerItems h2.title_h {font-size:21px;}
#homehero_design .center_content_part h2 {font-size:48px; margin-top: 51px; line-height:54px;}
#homehero_design .center_content_part {max-width:inherit;}
#homehero_design .img_main.bottomrow-img .img_box {width:220px; margin-top:75px; height:238px;}
#homehero_design .img_box {width:230px;}
.right_chapter_list .video_list_buttons a .chapter-video_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_chapter_list .video_list_buttons a .chapter_list_title {
    gap: 10px;
}
}

@media screen and (max-width: 1200px) and (min-width:993px) {
.updte-masters.mastersListContainer.onlyMasters .row {gap:25px;}
}
@media screen and (max-width: 1920px) and (min-width:1800px){.thambnail_img_box{max-height: 567px;max-width: 100%;height: 100%;overflow: hidden;}}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {}
@media print {}