@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic");.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,39%,100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,39%,100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

*:focus {
    outline: none
}

.w100p {
    width: 100% !important
}

.placeholder {
    color: #95aac9
}

a {
    text-decoration: none;
    color: #2c7be5;
    cursor: pointer
}

a:hover {
    color: #1657af
}

a .hint {
    color: #12263f
}

form {
    margin-bottom: 0
}

.t-a-c {
    text-align: center
}

.t-a-l {
    text-align: left
}

.t-a-r {
    text-align: right
}

.t-a-t {
    vertical-align: top
}

.t-a-m {
    vertical-align: middle
}

.t-a-b {
    vertical-align: bottom
}

.hide {
    display: none
}

.hide-i {
    display: none !important
}

.column {
    margin: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.column.c-1-1 {
    width: calc(100% - 12px * 2) !important
}

.column.c-1-2 {
    width: calc(50% - 12px * 2) !important
}

.column.c-1-3 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-1-4 {
    width: calc(25% - 12px * 2) !important
}

.column.c-1-5 {
    width: calc(20% - 12px * 2) !important
}

.column.c-1-6 {
    width: calc(16.66667% - 12px * 2) !important
}

.column.c-1-7 {
    width: calc(14.28571% - 12px * 2) !important
}

.column.c-1-8 {
    width: calc(12.5% - 12px * 2) !important
}

.column.c-1-9 {
    width: calc(11.11111% - 12px * 2) !important
}

.column.c-1-10 {
    width: calc(10% - 12px * 2) !important
}

.column.c-1-11 {
    width: calc(9.09091% - 12px * 2) !important
}

.column.c-1-12 {
    width: calc(8.33333% - 12px * 2) !important
}

.column.c-1-13 {
    width: calc(7.69231% - 12px * 2) !important
}

.column.c-1-14 {
    width: calc(7.14286% - 12px * 2) !important
}

.column.c-1-15 {
    width: calc(6.66667% - 12px * 2) !important
}

.column.c-1-16 {
    width: calc(6.25% - 12px * 2) !important
}

.column.c-1-17 {
    width: calc(5.88235% - 12px * 2) !important
}

.column.c-1-18 {
    width: calc(5.55556% - 12px * 2) !important
}

.column.c-1-19 {
    width: calc(5.26316% - 12px * 2) !important
}

.column.c-1-20 {
    width: calc(5% - 12px * 2) !important
}

.column.c-1-21 {
    width: calc(4.7619% - 12px * 2) !important
}

.column.c-1-22 {
    width: calc(4.54545% - 12px * 2) !important
}

.column.c-1-23 {
    width: calc(4.34783% - 12px * 2) !important
}

.column.c-1-24 {
    width: calc(4.16667% - 12px * 2) !important
}

.column.c-1-25 {
    width: calc(4% - 12px * 2) !important
}

.column.c-2-1 {
    width: calc(200% - 12px * 2) !important
}

.column.c-2-2 {
    width: calc(100% - 12px * 2) !important
}

.column.c-2-3 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-2-4 {
    width: calc(50% - 12px * 2) !important
}

.column.c-2-5 {
    width: calc(40% - 12px * 2) !important
}

.column.c-2-6 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-2-7 {
    width: calc(28.57143% - 12px * 2) !important
}

.column.c-2-8 {
    width: calc(25% - 12px * 2) !important
}

.column.c-2-9 {
    width: calc(22.22222% - 12px * 2) !important
}

.column.c-2-10 {
    width: calc(20% - 12px * 2) !important
}

.column.c-2-11 {
    width: calc(18.18182% - 12px * 2) !important
}

.column.c-2-12 {
    width: calc(16.66667% - 12px * 2) !important
}

.column.c-2-13 {
    width: calc(15.38462% - 12px * 2) !important
}

.column.c-2-14 {
    width: calc(14.28571% - 12px * 2) !important
}

.column.c-2-15 {
    width: calc(13.33333% - 12px * 2) !important
}

.column.c-2-16 {
    width: calc(12.5% - 12px * 2) !important
}

.column.c-2-17 {
    width: calc(11.76471% - 12px * 2) !important
}

.column.c-2-18 {
    width: calc(11.11111% - 12px * 2) !important
}

.column.c-2-19 {
    width: calc(10.52632% - 12px * 2) !important
}

.column.c-2-20 {
    width: calc(10% - 12px * 2) !important
}

.column.c-2-21 {
    width: calc(9.52381% - 12px * 2) !important
}

.column.c-2-22 {
    width: calc(9.09091% - 12px * 2) !important
}

.column.c-2-23 {
    width: calc(8.69565% - 12px * 2) !important
}

.column.c-2-24 {
    width: calc(8.33333% - 12px * 2) !important
}

.column.c-2-25 {
    width: calc(8% - 12px * 2) !important
}

.column.c-3-1 {
    width: calc(300% - 12px * 2) !important
}

.column.c-3-2 {
    width: calc(150% - 12px * 2) !important
}

.column.c-3-3 {
    width: calc(100% - 12px * 2) !important
}

.column.c-3-4 {
    width: calc(75% - 12px * 2) !important
}

.column.c-3-5 {
    width: calc(60% - 12px * 2) !important
}

.column.c-3-6 {
    width: calc(50% - 12px * 2) !important
}

.column.c-3-7 {
    width: calc(42.85714% - 12px * 2) !important
}

.column.c-3-8 {
    width: calc(37.5% - 12px * 2) !important
}

.column.c-3-9 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-3-10 {
    width: calc(30% - 12px * 2) !important
}

.column.c-3-11 {
    width: calc(27.27273% - 12px * 2) !important
}

.column.c-3-12 {
    width: calc(25% - 12px * 2) !important
}

.column.c-3-13 {
    width: calc(23.07692% - 12px * 2) !important
}

.column.c-3-14 {
    width: calc(21.42857% - 12px * 2) !important
}

.column.c-3-15 {
    width: calc(20% - 12px * 2) !important
}

.column.c-3-16 {
    width: calc(18.75% - 12px * 2) !important
}

.column.c-3-17 {
    width: calc(17.64706% - 12px * 2) !important
}

.column.c-3-18 {
    width: calc(16.66667% - 12px * 2) !important
}

.column.c-3-19 {
    width: calc(15.78947% - 12px * 2) !important
}

.column.c-3-20 {
    width: calc(15% - 12px * 2) !important
}

.column.c-3-21 {
    width: calc(14.28571% - 12px * 2) !important
}

.column.c-3-22 {
    width: calc(13.63636% - 12px * 2) !important
}

.column.c-3-23 {
    width: calc(13.04348% - 12px * 2) !important
}

.column.c-3-24 {
    width: calc(12.5% - 12px * 2) !important
}

.column.c-3-25 {
    width: calc(12% - 12px * 2) !important
}

.column.c-4-1 {
    width: calc(400% - 12px * 2) !important
}

.column.c-4-2 {
    width: calc(200% - 12px * 2) !important
}

.column.c-4-3 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-4-4 {
    width: calc(100% - 12px * 2) !important
}

.column.c-4-5 {
    width: calc(80% - 12px * 2) !important
}

.column.c-4-6 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-4-7 {
    width: calc(57.14286% - 12px * 2) !important
}

.column.c-4-8 {
    width: calc(50% - 12px * 2) !important
}

.column.c-4-9 {
    width: calc(44.44444% - 12px * 2) !important
}

.column.c-4-10 {
    width: calc(40% - 12px * 2) !important
}

.column.c-4-11 {
    width: calc(36.36364% - 12px * 2) !important
}

.column.c-4-12 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-4-13 {
    width: calc(30.76923% - 12px * 2) !important
}

.column.c-4-14 {
    width: calc(28.57143% - 12px * 2) !important
}

.column.c-4-15 {
    width: calc(26.66667% - 12px * 2) !important
}

.column.c-4-16 {
    width: calc(25% - 12px * 2) !important
}

.column.c-4-17 {
    width: calc(23.52941% - 12px * 2) !important
}

.column.c-4-18 {
    width: calc(22.22222% - 12px * 2) !important
}

.column.c-4-19 {
    width: calc(21.05263% - 12px * 2) !important
}

.column.c-4-20 {
    width: calc(20% - 12px * 2) !important
}

.column.c-4-21 {
    width: calc(19.04762% - 12px * 2) !important
}

.column.c-4-22 {
    width: calc(18.18182% - 12px * 2) !important
}

.column.c-4-23 {
    width: calc(17.3913% - 12px * 2) !important
}

.column.c-4-24 {
    width: calc(16.66667% - 12px * 2) !important
}

.column.c-4-25 {
    width: calc(16% - 12px * 2) !important
}

.column.c-5-1 {
    width: calc(500% - 12px * 2) !important
}

.column.c-5-2 {
    width: calc(250% - 12px * 2) !important
}

.column.c-5-3 {
    width: calc(166.66667% - 12px * 2) !important
}

.column.c-5-4 {
    width: calc(125% - 12px * 2) !important
}

.column.c-5-5 {
    width: calc(100% - 12px * 2) !important
}

.column.c-5-6 {
    width: calc(83.33333% - 12px * 2) !important
}

.column.c-5-7 {
    width: calc(71.42857% - 12px * 2) !important
}

.column.c-5-8 {
    width: calc(62.5% - 12px * 2) !important
}

.column.c-5-9 {
    width: calc(55.55556% - 12px * 2) !important
}

.column.c-5-10 {
    width: calc(50% - 12px * 2) !important
}

.column.c-5-11 {
    width: calc(45.45455% - 12px * 2) !important
}

.column.c-5-12 {
    width: calc(41.66667% - 12px * 2) !important
}

.column.c-5-13 {
    width: calc(38.46154% - 12px * 2) !important
}

.column.c-5-14 {
    width: calc(35.71429% - 12px * 2) !important
}

.column.c-5-15 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-5-16 {
    width: calc(31.25% - 12px * 2) !important
}

.column.c-5-17 {
    width: calc(29.41176% - 12px * 2) !important
}

.column.c-5-18 {
    width: calc(27.77778% - 12px * 2) !important
}

.column.c-5-19 {
    width: calc(26.31579% - 12px * 2) !important
}

.column.c-5-20 {
    width: calc(25% - 12px * 2) !important
}

.column.c-5-21 {
    width: calc(23.80952% - 12px * 2) !important
}

.column.c-5-22 {
    width: calc(22.72727% - 12px * 2) !important
}

.column.c-5-23 {
    width: calc(21.73913% - 12px * 2) !important
}

.column.c-5-24 {
    width: calc(20.83333% - 12px * 2) !important
}

.column.c-5-25 {
    width: calc(20% - 12px * 2) !important
}

.column.c-6-1 {
    width: calc(600% - 12px * 2) !important
}

.column.c-6-2 {
    width: calc(300% - 12px * 2) !important
}

.column.c-6-3 {
    width: calc(200% - 12px * 2) !important
}

.column.c-6-4 {
    width: calc(150% - 12px * 2) !important
}

.column.c-6-5 {
    width: calc(120% - 12px * 2) !important
}

.column.c-6-6 {
    width: calc(100% - 12px * 2) !important
}

.column.c-6-7 {
    width: calc(85.71429% - 12px * 2) !important
}

.column.c-6-8 {
    width: calc(75% - 12px * 2) !important
}

.column.c-6-9 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-6-10 {
    width: calc(60% - 12px * 2) !important
}

.column.c-6-11 {
    width: calc(54.54545% - 12px * 2) !important
}

.column.c-6-12 {
    width: calc(50% - 12px * 2) !important
}

.column.c-6-13 {
    width: calc(46.15385% - 12px * 2) !important
}

.column.c-6-14 {
    width: calc(42.85714% - 12px * 2) !important
}

.column.c-6-15 {
    width: calc(40% - 12px * 2) !important
}

.column.c-6-16 {
    width: calc(37.5% - 12px * 2) !important
}

.column.c-6-17 {
    width: calc(35.29412% - 12px * 2) !important
}

.column.c-6-18 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-6-19 {
    width: calc(31.57895% - 12px * 2) !important
}

.column.c-6-20 {
    width: calc(30% - 12px * 2) !important
}

.column.c-6-21 {
    width: calc(28.57143% - 12px * 2) !important
}

.column.c-6-22 {
    width: calc(27.27273% - 12px * 2) !important
}

.column.c-6-23 {
    width: calc(26.08696% - 12px * 2) !important
}

.column.c-6-24 {
    width: calc(25% - 12px * 2) !important
}

.column.c-6-25 {
    width: calc(24% - 12px * 2) !important
}

.column.c-7-1 {
    width: calc(700% - 12px * 2) !important
}

.column.c-7-2 {
    width: calc(350% - 12px * 2) !important
}

.column.c-7-3 {
    width: calc(233.33333% - 12px * 2) !important
}

.column.c-7-4 {
    width: calc(175% - 12px * 2) !important
}

.column.c-7-5 {
    width: calc(140% - 12px * 2) !important
}

.column.c-7-6 {
    width: calc(116.66667% - 12px * 2) !important
}

.column.c-7-7 {
    width: calc(100% - 12px * 2) !important
}

.column.c-7-8 {
    width: calc(87.5% - 12px * 2) !important
}

.column.c-7-9 {
    width: calc(77.77778% - 12px * 2) !important
}

.column.c-7-10 {
    width: calc(70% - 12px * 2) !important
}

.column.c-7-11 {
    width: calc(63.63636% - 12px * 2) !important
}

.column.c-7-12 {
    width: calc(58.33333% - 12px * 2) !important
}

.column.c-7-13 {
    width: calc(53.84615% - 12px * 2) !important
}

.column.c-7-14 {
    width: calc(50% - 12px * 2) !important
}

.column.c-7-15 {
    width: calc(46.66667% - 12px * 2) !important
}

.column.c-7-16 {
    width: calc(43.75% - 12px * 2) !important
}

.column.c-7-17 {
    width: calc(41.17647% - 12px * 2) !important
}

.column.c-7-18 {
    width: calc(38.88889% - 12px * 2) !important
}

.column.c-7-19 {
    width: calc(36.84211% - 12px * 2) !important
}

.column.c-7-20 {
    width: calc(35% - 12px * 2) !important
}

.column.c-7-21 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-7-22 {
    width: calc(31.81818% - 12px * 2) !important
}

.column.c-7-23 {
    width: calc(30.43478% - 12px * 2) !important
}

.column.c-7-24 {
    width: calc(29.16667% - 12px * 2) !important
}

.column.c-7-25 {
    width: calc(28% - 12px * 2) !important
}

.column.c-8-1 {
    width: calc(800% - 12px * 2) !important
}

.column.c-8-2 {
    width: calc(400% - 12px * 2) !important
}

.column.c-8-3 {
    width: calc(266.66667% - 12px * 2) !important
}

.column.c-8-4 {
    width: calc(200% - 12px * 2) !important
}

.column.c-8-5 {
    width: calc(160% - 12px * 2) !important
}

.column.c-8-6 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-8-7 {
    width: calc(114.28571% - 12px * 2) !important
}

.column.c-8-8 {
    width: calc(100% - 12px * 2) !important
}

.column.c-8-9 {
    width: calc(88.88889% - 12px * 2) !important
}

.column.c-8-10 {
    width: calc(80% - 12px * 2) !important
}

.column.c-8-11 {
    width: calc(72.72727% - 12px * 2) !important
}

.column.c-8-12 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-8-13 {
    width: calc(61.53846% - 12px * 2) !important
}

.column.c-8-14 {
    width: calc(57.14286% - 12px * 2) !important
}

.column.c-8-15 {
    width: calc(53.33333% - 12px * 2) !important
}

.column.c-8-16 {
    width: calc(50% - 12px * 2) !important
}

.column.c-8-17 {
    width: calc(47.05882% - 12px * 2) !important
}

.column.c-8-18 {
    width: calc(44.44444% - 12px * 2) !important
}

.column.c-8-19 {
    width: calc(42.10526% - 12px * 2) !important
}

.column.c-8-20 {
    width: calc(40% - 12px * 2) !important
}

.column.c-8-21 {
    width: calc(38.09524% - 12px * 2) !important
}

.column.c-8-22 {
    width: calc(36.36364% - 12px * 2) !important
}

.column.c-8-23 {
    width: calc(34.78261% - 12px * 2) !important
}

.column.c-8-24 {
    width: calc(33.33333% - 12px * 2) !important
}

.column.c-8-25 {
    width: calc(32% - 12px * 2) !important
}

.column.c-9-1 {
    width: calc(900% - 12px * 2) !important
}

.column.c-9-2 {
    width: calc(450% - 12px * 2) !important
}

.column.c-9-3 {
    width: calc(300% - 12px * 2) !important
}

.column.c-9-4 {
    width: calc(225% - 12px * 2) !important
}

.column.c-9-5 {
    width: calc(180% - 12px * 2) !important
}

.column.c-9-6 {
    width: calc(150% - 12px * 2) !important
}

.column.c-9-7 {
    width: calc(128.57143% - 12px * 2) !important
}

.column.c-9-8 {
    width: calc(112.5% - 12px * 2) !important
}

.column.c-9-9 {
    width: calc(100% - 12px * 2) !important
}

.column.c-9-10 {
    width: calc(90% - 12px * 2) !important
}

.column.c-9-11 {
    width: calc(81.81818% - 12px * 2) !important
}

.column.c-9-12 {
    width: calc(75% - 12px * 2) !important
}

.column.c-9-13 {
    width: calc(69.23077% - 12px * 2) !important
}

.column.c-9-14 {
    width: calc(64.28571% - 12px * 2) !important
}

.column.c-9-15 {
    width: calc(60% - 12px * 2) !important
}

.column.c-9-16 {
    width: calc(56.25% - 12px * 2) !important
}

.column.c-9-17 {
    width: calc(52.94118% - 12px * 2) !important
}

.column.c-9-18 {
    width: calc(50% - 12px * 2) !important
}

.column.c-9-19 {
    width: calc(47.36842% - 12px * 2) !important
}

.column.c-9-20 {
    width: calc(45% - 12px * 2) !important
}

.column.c-9-21 {
    width: calc(42.85714% - 12px * 2) !important
}

.column.c-9-22 {
    width: calc(40.90909% - 12px * 2) !important
}

.column.c-9-23 {
    width: calc(39.13043% - 12px * 2) !important
}

.column.c-9-24 {
    width: calc(37.5% - 12px * 2) !important
}

.column.c-9-25 {
    width: calc(36% - 12px * 2) !important
}

.column.c-10-1 {
    width: calc(1000% - 12px * 2) !important
}

.column.c-10-2 {
    width: calc(500% - 12px * 2) !important
}

.column.c-10-3 {
    width: calc(333.33333% - 12px * 2) !important
}

.column.c-10-4 {
    width: calc(250% - 12px * 2) !important
}

.column.c-10-5 {
    width: calc(200% - 12px * 2) !important
}

.column.c-10-6 {
    width: calc(166.66667% - 12px * 2) !important
}

.column.c-10-7 {
    width: calc(142.85714% - 12px * 2) !important
}

.column.c-10-8 {
    width: calc(125% - 12px * 2) !important
}

.column.c-10-9 {
    width: calc(111.11111% - 12px * 2) !important
}

.column.c-10-10 {
    width: calc(100% - 12px * 2) !important
}

.column.c-10-11 {
    width: calc(90.90909% - 12px * 2) !important
}

.column.c-10-12 {
    width: calc(83.33333% - 12px * 2) !important
}

.column.c-10-13 {
    width: calc(76.92308% - 12px * 2) !important
}

.column.c-10-14 {
    width: calc(71.42857% - 12px * 2) !important
}

.column.c-10-15 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-10-16 {
    width: calc(62.5% - 12px * 2) !important
}

.column.c-10-17 {
    width: calc(58.82353% - 12px * 2) !important
}

.column.c-10-18 {
    width: calc(55.55556% - 12px * 2) !important
}

.column.c-10-19 {
    width: calc(52.63158% - 12px * 2) !important
}

.column.c-10-20 {
    width: calc(50% - 12px * 2) !important
}

.column.c-10-21 {
    width: calc(47.61905% - 12px * 2) !important
}

.column.c-10-22 {
    width: calc(45.45455% - 12px * 2) !important
}

.column.c-10-23 {
    width: calc(43.47826% - 12px * 2) !important
}

.column.c-10-24 {
    width: calc(41.66667% - 12px * 2) !important
}

.column.c-10-25 {
    width: calc(40% - 12px * 2) !important
}

.column.c-11-1 {
    width: calc(1100% - 12px * 2) !important
}

.column.c-11-2 {
    width: calc(550% - 12px * 2) !important
}

.column.c-11-3 {
    width: calc(366.66667% - 12px * 2) !important
}

.column.c-11-4 {
    width: calc(275% - 12px * 2) !important
}

.column.c-11-5 {
    width: calc(220% - 12px * 2) !important
}

.column.c-11-6 {
    width: calc(183.33333% - 12px * 2) !important
}

.column.c-11-7 {
    width: calc(157.14286% - 12px * 2) !important
}

.column.c-11-8 {
    width: calc(137.5% - 12px * 2) !important
}

.column.c-11-9 {
    width: calc(122.22222% - 12px * 2) !important
}

.column.c-11-10 {
    width: calc(110% - 12px * 2) !important
}

.column.c-11-11 {
    width: calc(100% - 12px * 2) !important
}

.column.c-11-12 {
    width: calc(91.66667% - 12px * 2) !important
}

.column.c-11-13 {
    width: calc(84.61538% - 12px * 2) !important
}

.column.c-11-14 {
    width: calc(78.57143% - 12px * 2) !important
}

.column.c-11-15 {
    width: calc(73.33333% - 12px * 2) !important
}

.column.c-11-16 {
    width: calc(68.75% - 12px * 2) !important
}

.column.c-11-17 {
    width: calc(64.70588% - 12px * 2) !important
}

.column.c-11-18 {
    width: calc(61.11111% - 12px * 2) !important
}

.column.c-11-19 {
    width: calc(57.89474% - 12px * 2) !important
}

.column.c-11-20 {
    width: calc(55% - 12px * 2) !important
}

.column.c-11-21 {
    width: calc(52.38095% - 12px * 2) !important
}

.column.c-11-22 {
    width: calc(50% - 12px * 2) !important
}

.column.c-11-23 {
    width: calc(47.82609% - 12px * 2) !important
}

.column.c-11-24 {
    width: calc(45.83333% - 12px * 2) !important
}

.column.c-11-25 {
    width: calc(44% - 12px * 2) !important
}

.column.c-12-1 {
    width: calc(1200% - 12px * 2) !important
}

.column.c-12-2 {
    width: calc(600% - 12px * 2) !important
}

.column.c-12-3 {
    width: calc(400% - 12px * 2) !important
}

.column.c-12-4 {
    width: calc(300% - 12px * 2) !important
}

.column.c-12-5 {
    width: calc(240% - 12px * 2) !important
}

.column.c-12-6 {
    width: calc(200% - 12px * 2) !important
}

.column.c-12-7 {
    width: calc(171.42857% - 12px * 2) !important
}

.column.c-12-8 {
    width: calc(150% - 12px * 2) !important
}

.column.c-12-9 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-12-10 {
    width: calc(120% - 12px * 2) !important
}

.column.c-12-11 {
    width: calc(109.09091% - 12px * 2) !important
}

.column.c-12-12 {
    width: calc(100% - 12px * 2) !important
}

.column.c-12-13 {
    width: calc(92.30769% - 12px * 2) !important
}

.column.c-12-14 {
    width: calc(85.71429% - 12px * 2) !important
}

.column.c-12-15 {
    width: calc(80% - 12px * 2) !important
}

.column.c-12-16 {
    width: calc(75% - 12px * 2) !important
}

.column.c-12-17 {
    width: calc(70.58824% - 12px * 2) !important
}

.column.c-12-18 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-12-19 {
    width: calc(63.15789% - 12px * 2) !important
}

.column.c-12-20 {
    width: calc(60% - 12px * 2) !important
}

.column.c-12-21 {
    width: calc(57.14286% - 12px * 2) !important
}

.column.c-12-22 {
    width: calc(54.54545% - 12px * 2) !important
}

.column.c-12-23 {
    width: calc(52.17391% - 12px * 2) !important
}

.column.c-12-24 {
    width: calc(50% - 12px * 2) !important
}

.column.c-12-25 {
    width: calc(48% - 12px * 2) !important
}

.column.c-13-1 {
    width: calc(1300% - 12px * 2) !important
}

.column.c-13-2 {
    width: calc(650% - 12px * 2) !important
}

.column.c-13-3 {
    width: calc(433.33333% - 12px * 2) !important
}

.column.c-13-4 {
    width: calc(325% - 12px * 2) !important
}

.column.c-13-5 {
    width: calc(260% - 12px * 2) !important
}

.column.c-13-6 {
    width: calc(216.66667% - 12px * 2) !important
}

.column.c-13-7 {
    width: calc(185.71429% - 12px * 2) !important
}

.column.c-13-8 {
    width: calc(162.5% - 12px * 2) !important
}

.column.c-13-9 {
    width: calc(144.44444% - 12px * 2) !important
}

.column.c-13-10 {
    width: calc(130% - 12px * 2) !important
}

.column.c-13-11 {
    width: calc(118.18182% - 12px * 2) !important
}

.column.c-13-12 {
    width: calc(108.33333% - 12px * 2) !important
}

.column.c-13-13 {
    width: calc(100% - 12px * 2) !important
}

.column.c-13-14 {
    width: calc(92.85714% - 12px * 2) !important
}

.column.c-13-15 {
    width: calc(86.66667% - 12px * 2) !important
}

.column.c-13-16 {
    width: calc(81.25% - 12px * 2) !important
}

.column.c-13-17 {
    width: calc(76.47059% - 12px * 2) !important
}

.column.c-13-18 {
    width: calc(72.22222% - 12px * 2) !important
}

.column.c-13-19 {
    width: calc(68.42105% - 12px * 2) !important
}

.column.c-13-20 {
    width: calc(65% - 12px * 2) !important
}

.column.c-13-21 {
    width: calc(61.90476% - 12px * 2) !important
}

.column.c-13-22 {
    width: calc(59.09091% - 12px * 2) !important
}

.column.c-13-23 {
    width: calc(56.52174% - 12px * 2) !important
}

.column.c-13-24 {
    width: calc(54.16667% - 12px * 2) !important
}

.column.c-13-25 {
    width: calc(52% - 12px * 2) !important
}

.column.c-14-1 {
    width: calc(1400% - 12px * 2) !important
}

.column.c-14-2 {
    width: calc(700% - 12px * 2) !important
}

.column.c-14-3 {
    width: calc(466.66667% - 12px * 2) !important
}

.column.c-14-4 {
    width: calc(350% - 12px * 2) !important
}

.column.c-14-5 {
    width: calc(280% - 12px * 2) !important
}

.column.c-14-6 {
    width: calc(233.33333% - 12px * 2) !important
}

.column.c-14-7 {
    width: calc(200% - 12px * 2) !important
}

.column.c-14-8 {
    width: calc(175% - 12px * 2) !important
}

.column.c-14-9 {
    width: calc(155.55556% - 12px * 2) !important
}

.column.c-14-10 {
    width: calc(140% - 12px * 2) !important
}

.column.c-14-11 {
    width: calc(127.27273% - 12px * 2) !important
}

.column.c-14-12 {
    width: calc(116.66667% - 12px * 2) !important
}

.column.c-14-13 {
    width: calc(107.69231% - 12px * 2) !important
}

.column.c-14-14 {
    width: calc(100% - 12px * 2) !important
}

.column.c-14-15 {
    width: calc(93.33333% - 12px * 2) !important
}

.column.c-14-16 {
    width: calc(87.5% - 12px * 2) !important
}

.column.c-14-17 {
    width: calc(82.35294% - 12px * 2) !important
}

.column.c-14-18 {
    width: calc(77.77778% - 12px * 2) !important
}

.column.c-14-19 {
    width: calc(73.68421% - 12px * 2) !important
}

.column.c-14-20 {
    width: calc(70% - 12px * 2) !important
}

.column.c-14-21 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-14-22 {
    width: calc(63.63636% - 12px * 2) !important
}

.column.c-14-23 {
    width: calc(60.86957% - 12px * 2) !important
}

.column.c-14-24 {
    width: calc(58.33333% - 12px * 2) !important
}

.column.c-14-25 {
    width: calc(56% - 12px * 2) !important
}

.column.c-15-1 {
    width: calc(1500% - 12px * 2) !important
}

.column.c-15-2 {
    width: calc(750% - 12px * 2) !important
}

.column.c-15-3 {
    width: calc(500% - 12px * 2) !important
}

.column.c-15-4 {
    width: calc(375% - 12px * 2) !important
}

.column.c-15-5 {
    width: calc(300% - 12px * 2) !important
}

.column.c-15-6 {
    width: calc(250% - 12px * 2) !important
}

.column.c-15-7 {
    width: calc(214.28571% - 12px * 2) !important
}

.column.c-15-8 {
    width: calc(187.5% - 12px * 2) !important
}

.column.c-15-9 {
    width: calc(166.66667% - 12px * 2) !important
}

.column.c-15-10 {
    width: calc(150% - 12px * 2) !important
}

.column.c-15-11 {
    width: calc(136.36364% - 12px * 2) !important
}

.column.c-15-12 {
    width: calc(125% - 12px * 2) !important
}

.column.c-15-13 {
    width: calc(115.38462% - 12px * 2) !important
}

.column.c-15-14 {
    width: calc(107.14286% - 12px * 2) !important
}

.column.c-15-15 {
    width: calc(100% - 12px * 2) !important
}

.column.c-15-16 {
    width: calc(93.75% - 12px * 2) !important
}

.column.c-15-17 {
    width: calc(88.23529% - 12px * 2) !important
}

.column.c-15-18 {
    width: calc(83.33333% - 12px * 2) !important
}

.column.c-15-19 {
    width: calc(78.94737% - 12px * 2) !important
}

.column.c-15-20 {
    width: calc(75% - 12px * 2) !important
}

.column.c-15-21 {
    width: calc(71.42857% - 12px * 2) !important
}

.column.c-15-22 {
    width: calc(68.18182% - 12px * 2) !important
}

.column.c-15-23 {
    width: calc(65.21739% - 12px * 2) !important
}

.column.c-15-24 {
    width: calc(62.5% - 12px * 2) !important
}

.column.c-15-25 {
    width: calc(60% - 12px * 2) !important
}

.column.c-16-1 {
    width: calc(1600% - 12px * 2) !important
}

.column.c-16-2 {
    width: calc(800% - 12px * 2) !important
}

.column.c-16-3 {
    width: calc(533.33333% - 12px * 2) !important
}

.column.c-16-4 {
    width: calc(400% - 12px * 2) !important
}

.column.c-16-5 {
    width: calc(320% - 12px * 2) !important
}

.column.c-16-6 {
    width: calc(266.66667% - 12px * 2) !important
}

.column.c-16-7 {
    width: calc(228.57143% - 12px * 2) !important
}

.column.c-16-8 {
    width: calc(200% - 12px * 2) !important
}

.column.c-16-9 {
    width: calc(177.77778% - 12px * 2) !important
}

.column.c-16-10 {
    width: calc(160% - 12px * 2) !important
}

.column.c-16-11 {
    width: calc(145.45455% - 12px * 2) !important
}

.column.c-16-12 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-16-13 {
    width: calc(123.07692% - 12px * 2) !important
}

.column.c-16-14 {
    width: calc(114.28571% - 12px * 2) !important
}

.column.c-16-15 {
    width: calc(106.66667% - 12px * 2) !important
}

.column.c-16-16 {
    width: calc(100% - 12px * 2) !important
}

.column.c-16-17 {
    width: calc(94.11765% - 12px * 2) !important
}

.column.c-16-18 {
    width: calc(88.88889% - 12px * 2) !important
}

.column.c-16-19 {
    width: calc(84.21053% - 12px * 2) !important
}

.column.c-16-20 {
    width: calc(80% - 12px * 2) !important
}

.column.c-16-21 {
    width: calc(76.19048% - 12px * 2) !important
}

.column.c-16-22 {
    width: calc(72.72727% - 12px * 2) !important
}

.column.c-16-23 {
    width: calc(69.56522% - 12px * 2) !important
}

.column.c-16-24 {
    width: calc(66.66667% - 12px * 2) !important
}

.column.c-16-25 {
    width: calc(64% - 12px * 2) !important
}

.column.c-17-1 {
    width: calc(1700% - 12px * 2) !important
}

.column.c-17-2 {
    width: calc(850% - 12px * 2) !important
}

.column.c-17-3 {
    width: calc(566.66667% - 12px * 2) !important
}

.column.c-17-4 {
    width: calc(425% - 12px * 2) !important
}

.column.c-17-5 {
    width: calc(340% - 12px * 2) !important
}

.column.c-17-6 {
    width: calc(283.33333% - 12px * 2) !important
}

.column.c-17-7 {
    width: calc(242.85714% - 12px * 2) !important
}

.column.c-17-8 {
    width: calc(212.5% - 12px * 2) !important
}

.column.c-17-9 {
    width: calc(188.88889% - 12px * 2) !important
}

.column.c-17-10 {
    width: calc(170% - 12px * 2) !important
}

.column.c-17-11 {
    width: calc(154.54545% - 12px * 2) !important
}

.column.c-17-12 {
    width: calc(141.66667% - 12px * 2) !important
}

.column.c-17-13 {
    width: calc(130.76923% - 12px * 2) !important
}

.column.c-17-14 {
    width: calc(121.42857% - 12px * 2) !important
}

.column.c-17-15 {
    width: calc(113.33333% - 12px * 2) !important
}

.column.c-17-16 {
    width: calc(106.25% - 12px * 2) !important
}

.column.c-17-17 {
    width: calc(100% - 12px * 2) !important
}

.column.c-17-18 {
    width: calc(94.44444% - 12px * 2) !important
}

.column.c-17-19 {
    width: calc(89.47368% - 12px * 2) !important
}

.column.c-17-20 {
    width: calc(85% - 12px * 2) !important
}

.column.c-17-21 {
    width: calc(80.95238% - 12px * 2) !important
}

.column.c-17-22 {
    width: calc(77.27273% - 12px * 2) !important
}

.column.c-17-23 {
    width: calc(73.91304% - 12px * 2) !important
}

.column.c-17-24 {
    width: calc(70.83333% - 12px * 2) !important
}

.column.c-17-25 {
    width: calc(68% - 12px * 2) !important
}

.column.c-18-1 {
    width: calc(1800% - 12px * 2) !important
}

.column.c-18-2 {
    width: calc(900% - 12px * 2) !important
}

.column.c-18-3 {
    width: calc(600% - 12px * 2) !important
}

.column.c-18-4 {
    width: calc(450% - 12px * 2) !important
}

.column.c-18-5 {
    width: calc(360% - 12px * 2) !important
}

.column.c-18-6 {
    width: calc(300% - 12px * 2) !important
}

.column.c-18-7 {
    width: calc(257.14286% - 12px * 2) !important
}

.column.c-18-8 {
    width: calc(225% - 12px * 2) !important
}

.column.c-18-9 {
    width: calc(200% - 12px * 2) !important
}

.column.c-18-10 {
    width: calc(180% - 12px * 2) !important
}

.column.c-18-11 {
    width: calc(163.63636% - 12px * 2) !important
}

.column.c-18-12 {
    width: calc(150% - 12px * 2) !important
}

.column.c-18-13 {
    width: calc(138.46154% - 12px * 2) !important
}

.column.c-18-14 {
    width: calc(128.57143% - 12px * 2) !important
}

.column.c-18-15 {
    width: calc(120% - 12px * 2) !important
}

.column.c-18-16 {
    width: calc(112.5% - 12px * 2) !important
}

.column.c-18-17 {
    width: calc(105.88235% - 12px * 2) !important
}

.column.c-18-18 {
    width: calc(100% - 12px * 2) !important
}

.column.c-18-19 {
    width: calc(94.73684% - 12px * 2) !important
}

.column.c-18-20 {
    width: calc(90% - 12px * 2) !important
}

.column.c-18-21 {
    width: calc(85.71429% - 12px * 2) !important
}

.column.c-18-22 {
    width: calc(81.81818% - 12px * 2) !important
}

.column.c-18-23 {
    width: calc(78.26087% - 12px * 2) !important
}

.column.c-18-24 {
    width: calc(75% - 12px * 2) !important
}

.column.c-18-25 {
    width: calc(72% - 12px * 2) !important
}

.column.c-19-1 {
    width: calc(1900% - 12px * 2) !important
}

.column.c-19-2 {
    width: calc(950% - 12px * 2) !important
}

.column.c-19-3 {
    width: calc(633.33333% - 12px * 2) !important
}

.column.c-19-4 {
    width: calc(475% - 12px * 2) !important
}

.column.c-19-5 {
    width: calc(380% - 12px * 2) !important
}

.column.c-19-6 {
    width: calc(316.66667% - 12px * 2) !important
}

.column.c-19-7 {
    width: calc(271.42857% - 12px * 2) !important
}

.column.c-19-8 {
    width: calc(237.5% - 12px * 2) !important
}

.column.c-19-9 {
    width: calc(211.11111% - 12px * 2) !important
}

.column.c-19-10 {
    width: calc(190% - 12px * 2) !important
}

.column.c-19-11 {
    width: calc(172.72727% - 12px * 2) !important
}

.column.c-19-12 {
    width: calc(158.33333% - 12px * 2) !important
}

.column.c-19-13 {
    width: calc(146.15385% - 12px * 2) !important
}

.column.c-19-14 {
    width: calc(135.71429% - 12px * 2) !important
}

.column.c-19-15 {
    width: calc(126.66667% - 12px * 2) !important
}

.column.c-19-16 {
    width: calc(118.75% - 12px * 2) !important
}

.column.c-19-17 {
    width: calc(111.76471% - 12px * 2) !important
}

.column.c-19-18 {
    width: calc(105.55556% - 12px * 2) !important
}

.column.c-19-19 {
    width: calc(100% - 12px * 2) !important
}

.column.c-19-20 {
    width: calc(95% - 12px * 2) !important
}

.column.c-19-21 {
    width: calc(90.47619% - 12px * 2) !important
}

.column.c-19-22 {
    width: calc(86.36364% - 12px * 2) !important
}

.column.c-19-23 {
    width: calc(82.6087% - 12px * 2) !important
}

.column.c-19-24 {
    width: calc(79.16667% - 12px * 2) !important
}

.column.c-19-25 {
    width: calc(76% - 12px * 2) !important
}

.column.c-20-1 {
    width: calc(2000% - 12px * 2) !important
}

.column.c-20-2 {
    width: calc(1000% - 12px * 2) !important
}

.column.c-20-3 {
    width: calc(666.66667% - 12px * 2) !important
}

.column.c-20-4 {
    width: calc(500% - 12px * 2) !important
}

.column.c-20-5 {
    width: calc(400% - 12px * 2) !important
}

.column.c-20-6 {
    width: calc(333.33333% - 12px * 2) !important
}

.column.c-20-7 {
    width: calc(285.71429% - 12px * 2) !important
}

.column.c-20-8 {
    width: calc(250% - 12px * 2) !important
}

.column.c-20-9 {
    width: calc(222.22222% - 12px * 2) !important
}

.column.c-20-10 {
    width: calc(200% - 12px * 2) !important
}

.column.c-20-11 {
    width: calc(181.81818% - 12px * 2) !important
}

.column.c-20-12 {
    width: calc(166.66667% - 12px * 2) !important
}

.column.c-20-13 {
    width: calc(153.84615% - 12px * 2) !important
}

.column.c-20-14 {
    width: calc(142.85714% - 12px * 2) !important
}

.column.c-20-15 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-20-16 {
    width: calc(125% - 12px * 2) !important
}

.column.c-20-17 {
    width: calc(117.64706% - 12px * 2) !important
}

.column.c-20-18 {
    width: calc(111.11111% - 12px * 2) !important
}

.column.c-20-19 {
    width: calc(105.26316% - 12px * 2) !important
}

.column.c-20-20 {
    width: calc(100% - 12px * 2) !important
}

.column.c-20-21 {
    width: calc(95.2381% - 12px * 2) !important
}

.column.c-20-22 {
    width: calc(90.90909% - 12px * 2) !important
}

.column.c-20-23 {
    width: calc(86.95652% - 12px * 2) !important
}

.column.c-20-24 {
    width: calc(83.33333% - 12px * 2) !important
}

.column.c-20-25 {
    width: calc(80% - 12px * 2) !important
}

.column.c-21-1 {
    width: calc(2100% - 12px * 2) !important
}

.column.c-21-2 {
    width: calc(1050% - 12px * 2) !important
}

.column.c-21-3 {
    width: calc(700% - 12px * 2) !important
}

.column.c-21-4 {
    width: calc(525% - 12px * 2) !important
}

.column.c-21-5 {
    width: calc(420% - 12px * 2) !important
}

.column.c-21-6 {
    width: calc(350% - 12px * 2) !important
}

.column.c-21-7 {
    width: calc(300% - 12px * 2) !important
}

.column.c-21-8 {
    width: calc(262.5% - 12px * 2) !important
}

.column.c-21-9 {
    width: calc(233.33333% - 12px * 2) !important
}

.column.c-21-10 {
    width: calc(210% - 12px * 2) !important
}

.column.c-21-11 {
    width: calc(190.90909% - 12px * 2) !important
}

.column.c-21-12 {
    width: calc(175% - 12px * 2) !important
}

.column.c-21-13 {
    width: calc(161.53846% - 12px * 2) !important
}

.column.c-21-14 {
    width: calc(150% - 12px * 2) !important
}

.column.c-21-15 {
    width: calc(140% - 12px * 2) !important
}

.column.c-21-16 {
    width: calc(131.25% - 12px * 2) !important
}

.column.c-21-17 {
    width: calc(123.52941% - 12px * 2) !important
}

.column.c-21-18 {
    width: calc(116.66667% - 12px * 2) !important
}

.column.c-21-19 {
    width: calc(110.52632% - 12px * 2) !important
}

.column.c-21-20 {
    width: calc(105% - 12px * 2) !important
}

.column.c-21-21 {
    width: calc(100% - 12px * 2) !important
}

.column.c-21-22 {
    width: calc(95.45455% - 12px * 2) !important
}

.column.c-21-23 {
    width: calc(91.30435% - 12px * 2) !important
}

.column.c-21-24 {
    width: calc(87.5% - 12px * 2) !important
}

.column.c-21-25 {
    width: calc(84% - 12px * 2) !important
}

.column.c-22-1 {
    width: calc(2200% - 12px * 2) !important
}

.column.c-22-2 {
    width: calc(1100% - 12px * 2) !important
}

.column.c-22-3 {
    width: calc(733.33333% - 12px * 2) !important
}

.column.c-22-4 {
    width: calc(550% - 12px * 2) !important
}

.column.c-22-5 {
    width: calc(440% - 12px * 2) !important
}

.column.c-22-6 {
    width: calc(366.66667% - 12px * 2) !important
}

.column.c-22-7 {
    width: calc(314.28571% - 12px * 2) !important
}

.column.c-22-8 {
    width: calc(275% - 12px * 2) !important
}

.column.c-22-9 {
    width: calc(244.44444% - 12px * 2) !important
}

.column.c-22-10 {
    width: calc(220% - 12px * 2) !important
}

.column.c-22-11 {
    width: calc(200% - 12px * 2) !important
}

.column.c-22-12 {
    width: calc(183.33333% - 12px * 2) !important
}

.column.c-22-13 {
    width: calc(169.23077% - 12px * 2) !important
}

.column.c-22-14 {
    width: calc(157.14286% - 12px * 2) !important
}

.column.c-22-15 {
    width: calc(146.66667% - 12px * 2) !important
}

.column.c-22-16 {
    width: calc(137.5% - 12px * 2) !important
}

.column.c-22-17 {
    width: calc(129.41176% - 12px * 2) !important
}

.column.c-22-18 {
    width: calc(122.22222% - 12px * 2) !important
}

.column.c-22-19 {
    width: calc(115.78947% - 12px * 2) !important
}

.column.c-22-20 {
    width: calc(110% - 12px * 2) !important
}

.column.c-22-21 {
    width: calc(104.7619% - 12px * 2) !important
}

.column.c-22-22 {
    width: calc(100% - 12px * 2) !important
}

.column.c-22-23 {
    width: calc(95.65217% - 12px * 2) !important
}

.column.c-22-24 {
    width: calc(91.66667% - 12px * 2) !important
}

.column.c-22-25 {
    width: calc(88% - 12px * 2) !important
}

.column.c-23-1 {
    width: calc(2300% - 12px * 2) !important
}

.column.c-23-2 {
    width: calc(1150% - 12px * 2) !important
}

.column.c-23-3 {
    width: calc(766.66667% - 12px * 2) !important
}

.column.c-23-4 {
    width: calc(575% - 12px * 2) !important
}

.column.c-23-5 {
    width: calc(460% - 12px * 2) !important
}

.column.c-23-6 {
    width: calc(383.33333% - 12px * 2) !important
}

.column.c-23-7 {
    width: calc(328.57143% - 12px * 2) !important
}

.column.c-23-8 {
    width: calc(287.5% - 12px * 2) !important
}

.column.c-23-9 {
    width: calc(255.55556% - 12px * 2) !important
}

.column.c-23-10 {
    width: calc(230% - 12px * 2) !important
}

.column.c-23-11 {
    width: calc(209.09091% - 12px * 2) !important
}

.column.c-23-12 {
    width: calc(191.66667% - 12px * 2) !important
}

.column.c-23-13 {
    width: calc(176.92308% - 12px * 2) !important
}

.column.c-23-14 {
    width: calc(164.28571% - 12px * 2) !important
}

.column.c-23-15 {
    width: calc(153.33333% - 12px * 2) !important
}

.column.c-23-16 {
    width: calc(143.75% - 12px * 2) !important
}

.column.c-23-17 {
    width: calc(135.29412% - 12px * 2) !important
}

.column.c-23-18 {
    width: calc(127.77778% - 12px * 2) !important
}

.column.c-23-19 {
    width: calc(121.05263% - 12px * 2) !important
}

.column.c-23-20 {
    width: calc(115% - 12px * 2) !important
}

.column.c-23-21 {
    width: calc(109.52381% - 12px * 2) !important
}

.column.c-23-22 {
    width: calc(104.54545% - 12px * 2) !important
}

.column.c-23-23 {
    width: calc(100% - 12px * 2) !important
}

.column.c-23-24 {
    width: calc(95.83333% - 12px * 2) !important
}

.column.c-23-25 {
    width: calc(92% - 12px * 2) !important
}

.column.c-24-1 {
    width: calc(2400% - 12px * 2) !important
}

.column.c-24-2 {
    width: calc(1200% - 12px * 2) !important
}

.column.c-24-3 {
    width: calc(800% - 12px * 2) !important
}

.column.c-24-4 {
    width: calc(600% - 12px * 2) !important
}

.column.c-24-5 {
    width: calc(480% - 12px * 2) !important
}

.column.c-24-6 {
    width: calc(400% - 12px * 2) !important
}

.column.c-24-7 {
    width: calc(342.85714% - 12px * 2) !important
}

.column.c-24-8 {
    width: calc(300% - 12px * 2) !important
}

.column.c-24-9 {
    width: calc(266.66667% - 12px * 2) !important
}

.column.c-24-10 {
    width: calc(240% - 12px * 2) !important
}

.column.c-24-11 {
    width: calc(218.18182% - 12px * 2) !important
}

.column.c-24-12 {
    width: calc(200% - 12px * 2) !important
}

.column.c-24-13 {
    width: calc(184.61538% - 12px * 2) !important
}

.column.c-24-14 {
    width: calc(171.42857% - 12px * 2) !important
}

.column.c-24-15 {
    width: calc(160% - 12px * 2) !important
}

.column.c-24-16 {
    width: calc(150% - 12px * 2) !important
}

.column.c-24-17 {
    width: calc(141.17647% - 12px * 2) !important
}

.column.c-24-18 {
    width: calc(133.33333% - 12px * 2) !important
}

.column.c-24-19 {
    width: calc(126.31579% - 12px * 2) !important
}

.column.c-24-20 {
    width: calc(120% - 12px * 2) !important
}

.column.c-24-21 {
    width: calc(114.28571% - 12px * 2) !important
}

.column.c-24-22 {
    width: calc(109.09091% - 12px * 2) !important
}

.column.c-24-23 {
    width: calc(104.34783% - 12px * 2) !important
}

.column.c-24-24 {
    width: calc(100% - 12px * 2) !important
}

.column.c-24-25 {
    width: calc(96% - 12px * 2) !important
}

.column.c-25-1 {
    width: calc(2500% - 12px * 2) !important
}

.column.c-25-2 {
    width: calc(1250% - 12px * 2) !important
}

.column.c-25-3 {
    width: calc(833.33333% - 12px * 2) !important
}

.column.c-25-4 {
    width: calc(625% - 12px * 2) !important
}

.column.c-25-5 {
    width: calc(500% - 12px * 2) !important
}

.column.c-25-6 {
    width: calc(416.66667% - 12px * 2) !important
}

.column.c-25-7 {
    width: calc(357.14286% - 12px * 2) !important
}

.column.c-25-8 {
    width: calc(312.5% - 12px * 2) !important
}

.column.c-25-9 {
    width: calc(277.77778% - 12px * 2) !important
}

.column.c-25-10 {
    width: calc(250% - 12px * 2) !important
}

.column.c-25-11 {
    width: calc(227.27273% - 12px * 2) !important
}

.column.c-25-12 {
    width: calc(208.33333% - 12px * 2) !important
}

.column.c-25-13 {
    width: calc(192.30769% - 12px * 2) !important
}

.column.c-25-14 {
    width: calc(178.57143% - 12px * 2) !important
}

.column.c-25-15 {
    width: calc(166.66667% - 12px * 2) !important
}

.column.c-25-16 {
    width: calc(156.25% - 12px * 2) !important
}

.column.c-25-17 {
    width: calc(147.05882% - 12px * 2) !important
}

.column.c-25-18 {
    width: calc(138.88889% - 12px * 2) !important
}

.column.c-25-19 {
    width: calc(131.57895% - 12px * 2) !important
}

.column.c-25-20 {
    width: calc(125% - 12px * 2) !important
}

.column.c-25-21 {
    width: calc(119.04762% - 12px * 2) !important
}

.column.c-25-22 {
    width: calc(113.63636% - 12px * 2) !important
}

.column.c-25-23 {
    width: calc(108.69565% - 12px * 2) !important
}

.column.c-25-24 {
    width: calc(104.16667% - 12px * 2) !important
}

.column.c-25-25 {
    width: calc(100% - 12px * 2) !important
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-r-0 {
    margin-right: 0px !important
}

.m-t-m-0 {
    margin-top: 0px !important
}

.m-b-m-0 {
    margin-bottom: 0px !important
}

.m-l-m-0 {
    margin-left: 0px !important
}

.m-r-m-0 {
    margin-right: 0px !important
}

.p-t-0 {
    padding: 0px !important
}

.p-b-0 {
    padding-bottom: 0px !important
}

.p-l-0 {
    padding-left: 0px !important
}

.p-r-0 {
    padding-right: 0px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-t-m-5 {
    margin-top: -5px !important
}

.m-b-m-5 {
    margin-bottom: -5px !important
}

.m-l-m-5 {
    margin-left: -5px !important
}

.m-r-m-5 {
    margin-right: -5px !important
}

.p-t-5 {
    padding: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-t-m-10 {
    margin-top: -10px !important
}

.m-b-m-10 {
    margin-bottom: -10px !important
}

.m-l-m-10 {
    margin-left: -10px !important
}

.m-r-m-10 {
    margin-right: -10px !important
}

.p-t-10 {
    padding: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-t-m-15 {
    margin-top: -15px !important
}

.m-b-m-15 {
    margin-bottom: -15px !important
}

.m-l-m-15 {
    margin-left: -15px !important
}

.m-r-m-15 {
    margin-right: -15px !important
}

.p-t-15 {
    padding: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-t-m-20 {
    margin-top: -20px !important
}

.m-b-m-20 {
    margin-bottom: -20px !important
}

.m-l-m-20 {
    margin-left: -20px !important
}

.m-r-m-20 {
    margin-right: -20px !important
}

.p-t-20 {
    padding: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-t-m-25 {
    margin-top: -25px !important
}

.m-b-m-25 {
    margin-bottom: -25px !important
}

.m-l-m-25 {
    margin-left: -25px !important
}

.m-r-m-25 {
    margin-right: -25px !important
}

.p-t-25 {
    padding: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-t-m-30 {
    margin-top: -30px !important
}

.m-b-m-30 {
    margin-bottom: -30px !important
}

.m-l-m-30 {
    margin-left: -30px !important
}

.m-r-m-30 {
    margin-right: -30px !important
}

.p-t-30 {
    padding: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-t-m-35 {
    margin-top: -35px !important
}

.m-b-m-35 {
    margin-bottom: -35px !important
}

.m-l-m-35 {
    margin-left: -35px !important
}

.m-r-m-35 {
    margin-right: -35px !important
}

.p-t-35 {
    padding: 35px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-t-m-40 {
    margin-top: -40px !important
}

.m-b-m-40 {
    margin-bottom: -40px !important
}

.m-l-m-40 {
    margin-left: -40px !important
}

.m-r-m-40 {
    margin-right: -40px !important
}

.p-t-40 {
    padding: 40px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.m-t-m-45 {
    margin-top: -45px !important
}

.m-b-m-45 {
    margin-bottom: -45px !important
}

.m-l-m-45 {
    margin-left: -45px !important
}

.m-r-m-45 {
    margin-right: -45px !important
}

.p-t-45 {
    padding: 45px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-t-m-50 {
    margin-top: -50px !important
}

.m-b-m-50 {
    margin-bottom: -50px !important
}

.m-l-m-50 {
    margin-left: -50px !important
}

.m-r-m-50 {
    margin-right: -50px !important
}

.p-t-50 {
    padding: 50px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.m-t-55 {
    margin-top: 55px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-l-55 {
    margin-left: 55px !important
}

.m-r-55 {
    margin-right: 55px !important
}

.m-t-m-55 {
    margin-top: -55px !important
}

.m-b-m-55 {
    margin-bottom: -55px !important
}

.m-l-m-55 {
    margin-left: -55px !important
}

.m-r-m-55 {
    margin-right: -55px !important
}

.p-t-55 {
    padding: 55px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-t-m-60 {
    margin-top: -60px !important
}

.m-b-m-60 {
    margin-bottom: -60px !important
}

.m-l-m-60 {
    margin-left: -60px !important
}

.m-r-m-60 {
    margin-right: -60px !important
}

.p-t-60 {
    padding: 60px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.m-t-65 {
    margin-top: 65px !important
}

.m-b-65 {
    margin-bottom: 65px !important
}

.m-l-65 {
    margin-left: 65px !important
}

.m-r-65 {
    margin-right: 65px !important
}

.m-t-m-65 {
    margin-top: -65px !important
}

.m-b-m-65 {
    margin-bottom: -65px !important
}

.m-l-m-65 {
    margin-left: -65px !important
}

.m-r-m-65 {
    margin-right: -65px !important
}

.p-t-65 {
    padding: 65px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-t-m-70 {
    margin-top: -70px !important
}

.m-b-m-70 {
    margin-bottom: -70px !important
}

.m-l-m-70 {
    margin-left: -70px !important
}

.m-r-m-70 {
    margin-right: -70px !important
}

.p-t-70 {
    padding: 70px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-t-m-75 {
    margin-top: -75px !important
}

.m-b-m-75 {
    margin-bottom: -75px !important
}

.m-l-m-75 {
    margin-left: -75px !important
}

.m-r-m-75 {
    margin-right: -75px !important
}

.p-t-75 {
    padding: 75px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-t-m-80 {
    margin-top: -80px !important
}

.m-b-m-80 {
    margin-bottom: -80px !important
}

.m-l-m-80 {
    margin-left: -80px !important
}

.m-r-m-80 {
    margin-right: -80px !important
}

.p-t-80 {
    padding: 80px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.m-t-85 {
    margin-top: 85px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

.m-l-85 {
    margin-left: 85px !important
}

.m-r-85 {
    margin-right: 85px !important
}

.m-t-m-85 {
    margin-top: -85px !important
}

.m-b-m-85 {
    margin-bottom: -85px !important
}

.m-l-m-85 {
    margin-left: -85px !important
}

.m-r-m-85 {
    margin-right: -85px !important
}

.p-t-85 {
    padding: 85px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-t-m-90 {
    margin-top: -90px !important
}

.m-b-m-90 {
    margin-bottom: -90px !important
}

.m-l-m-90 {
    margin-left: -90px !important
}

.m-r-m-90 {
    margin-right: -90px !important
}

.p-t-90 {
    padding: 90px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.m-t-95 {
    margin-top: 95px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

.m-l-95 {
    margin-left: 95px !important
}

.m-r-95 {
    margin-right: 95px !important
}

.m-t-m-95 {
    margin-top: -95px !important
}

.m-b-m-95 {
    margin-bottom: -95px !important
}

.m-l-m-95 {
    margin-left: -95px !important
}

.m-r-m-95 {
    margin-right: -95px !important
}

.p-t-95 {
    padding: 95px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-t-m-100 {
    margin-top: -100px !important
}

.m-b-m-100 {
    margin-bottom: -100px !important
}

.m-l-m-100 {
    margin-left: -100px !important
}

.m-r-m-100 {
    margin-right: -100px !important
}

.p-t-100 {
    padding: 100px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-r-0 {
    margin-right: 0px !important
}

.m-t-1 {
    margin-top: 1px !important
}

.m-b-1 {
    margin-bottom: 1px !important
}

.m-l-1 {
    margin-left: 1px !important
}

.m-r-1 {
    margin-right: 1px !important
}

.m-t-2 {
    margin-top: 2px !important
}

.m-b-2 {
    margin-bottom: 2px !important
}

.m-l-2 {
    margin-left: 2px !important
}

.m-r-2 {
    margin-right: 2px !important
}

.m-t-3 {
    margin-top: 3px !important
}

.m-b-3 {
    margin-bottom: 3px !important
}

.m-l-3 {
    margin-left: 3px !important
}

.m-r-3 {
    margin-right: 3px !important
}

.m-t-4 {
    margin-top: 4px !important
}

.m-b-4 {
    margin-bottom: 4px !important
}

.m-l-4 {
    margin-left: 4px !important
}

.m-r-4 {
    margin-right: 4px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-t-6 {
    margin-top: 6px !important
}

.m-b-6 {
    margin-bottom: 6px !important
}

.m-l-6 {
    margin-left: 6px !important
}

.m-r-6 {
    margin-right: 6px !important
}

.m-t-7 {
    margin-top: 7px !important
}

.m-b-7 {
    margin-bottom: 7px !important
}

.m-l-7 {
    margin-left: 7px !important
}

.m-r-7 {
    margin-right: 7px !important
}

.m-t-8 {
    margin-top: 8px !important
}

.m-b-8 {
    margin-bottom: 8px !important
}

.m-l-8 {
    margin-left: 8px !important
}

.m-r-8 {
    margin-right: 8px !important
}

.m-t-9 {
    margin-top: 9px !important
}

.m-b-9 {
    margin-bottom: 9px !important
}

.m-l-9 {
    margin-left: 9px !important
}

.m-r-9 {
    margin-right: 9px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-t-x1 {
    margin-top: 12px !important
}

.m-b-x1 {
    margin-bottom: 12px !important
}

.m-l-x1 {
    margin-left: 12px !important
}

.m-r-x1 {
    margin-right: 12px !important
}

.m-x1 {
    margin: 12px !important
}

.m-t-x1-1 {
    margin-top: calc(12px / 1) !important
}

.m-b-x1-1 {
    margin-bottom: calc(12px / 1) !important
}

.m-l-x1-1 {
    margin-left: calc(12px / 1) !important
}

.m-r-x1-1 {
    margin-right: calc(12px / 1) !important
}

.m-x1-1 {
    margin: calc(12px / 1) !important
}

.m-t-m-x1 {
    margin-top: -12px !important
}

.m-b-m-x1 {
    margin-bottom: -12px !important
}

.m-l-m-x1 {
    margin-left: -12px !important
}

.m-r-m-x1 {
    margin-right: -12px !important
}

.m-m-x1 {
    margin: -12px !important
}

.m-t-m-x1-1 {
    margin-top: calc(-12px / 1) !important
}

.m-b-m-x1-1 {
    margin-bottom: calc(-12px / 1) !important
}

.m-l-m-x1-1 {
    margin-left: calc(-12px / 1) !important
}

.m-r-m-x1-1 {
    margin-right: calc(-12px / 1) !important
}

.m-m-x1-1 {
    margin: calc(-12px / 1) !important
}

.m-t-x2 {
    margin-top: 24px !important
}

.m-b-x2 {
    margin-bottom: 24px !important
}

.m-l-x2 {
    margin-left: 24px !important
}

.m-r-x2 {
    margin-right: 24px !important
}

.m-x2 {
    margin: 24px !important
}

.m-t-x1-2 {
    margin-top: calc(12px / 2) !important
}

.m-b-x1-2 {
    margin-bottom: calc(12px / 2) !important
}

.m-l-x1-2 {
    margin-left: calc(12px / 2) !important
}

.m-r-x1-2 {
    margin-right: calc(12px / 2) !important
}

.m-x1-2 {
    margin: calc(12px / 2) !important
}

.m-t-m-x2 {
    margin-top: -24px !important
}

.m-b-m-x2 {
    margin-bottom: -24px !important
}

.m-l-m-x2 {
    margin-left: -24px !important
}

.m-r-m-x2 {
    margin-right: -24px !important
}

.m-m-x2 {
    margin: -24px !important
}

.m-t-m-x1-2 {
    margin-top: calc(-12px / 2) !important
}

.m-b-m-x1-2 {
    margin-bottom: calc(-12px / 2) !important
}

.m-l-m-x1-2 {
    margin-left: calc(-12px / 2) !important
}

.m-r-m-x1-2 {
    margin-right: calc(-12px / 2) !important
}

.m-m-x1-2 {
    margin: calc(-12px / 2) !important
}

.m-t-x3 {
    margin-top: 36px !important
}

.m-b-x3 {
    margin-bottom: 36px !important
}

.m-l-x3 {
    margin-left: 36px !important
}

.m-r-x3 {
    margin-right: 36px !important
}

.m-x3 {
    margin: 36px !important
}

.m-t-x1-3 {
    margin-top: calc(12px / 3) !important
}

.m-b-x1-3 {
    margin-bottom: calc(12px / 3) !important
}

.m-l-x1-3 {
    margin-left: calc(12px / 3) !important
}

.m-r-x1-3 {
    margin-right: calc(12px / 3) !important
}

.m-x1-3 {
    margin: calc(12px / 3) !important
}

.m-t-m-x3 {
    margin-top: -36px !important
}

.m-b-m-x3 {
    margin-bottom: -36px !important
}

.m-l-m-x3 {
    margin-left: -36px !important
}

.m-r-m-x3 {
    margin-right: -36px !important
}

.m-m-x3 {
    margin: -36px !important
}

.m-t-m-x1-3 {
    margin-top: calc(-12px / 3) !important
}

.m-b-m-x1-3 {
    margin-bottom: calc(-12px / 3) !important
}

.m-l-m-x1-3 {
    margin-left: calc(-12px / 3) !important
}

.m-r-m-x1-3 {
    margin-right: calc(-12px / 3) !important
}

.m-m-x1-3 {
    margin: calc(-12px / 3) !important
}

.m-t-x4 {
    margin-top: 48px !important
}

.m-b-x4 {
    margin-bottom: 48px !important
}

.m-l-x4 {
    margin-left: 48px !important
}

.m-r-x4 {
    margin-right: 48px !important
}

.m-x4 {
    margin: 48px !important
}

.m-t-x1-4 {
    margin-top: calc(12px / 4) !important
}

.m-b-x1-4 {
    margin-bottom: calc(12px / 4) !important
}

.m-l-x1-4 {
    margin-left: calc(12px / 4) !important
}

.m-r-x1-4 {
    margin-right: calc(12px / 4) !important
}

.m-x1-4 {
    margin: calc(12px / 4) !important
}

.m-t-m-x4 {
    margin-top: -48px !important
}

.m-b-m-x4 {
    margin-bottom: -48px !important
}

.m-l-m-x4 {
    margin-left: -48px !important
}

.m-r-m-x4 {
    margin-right: -48px !important
}

.m-m-x4 {
    margin: -48px !important
}

.m-t-m-x1-4 {
    margin-top: calc(-12px / 4) !important
}

.m-b-m-x1-4 {
    margin-bottom: calc(-12px / 4) !important
}

.m-l-m-x1-4 {
    margin-left: calc(-12px / 4) !important
}

.m-r-m-x1-4 {
    margin-right: calc(-12px / 4) !important
}

.m-m-x1-4 {
    margin: calc(-12px / 4) !important
}

.w-0 {
    box-sizing: border-box;
    width: 0px !important
}

.h-0 {
    height: 0px !important
}

.min-w-0 {
    min-width: 0px !important
}

.w-5 {
    box-sizing: border-box;
    width: 5px !important
}

.h-5 {
    height: 5px !important
}

.min-w-5 {
    min-width: 5px !important
}

.w-10 {
    box-sizing: border-box;
    width: 10px !important
}

.h-10 {
    height: 10px !important
}

.min-w-10 {
    min-width: 10px !important
}

.w-15 {
    box-sizing: border-box;
    width: 15px !important
}

.h-15 {
    height: 15px !important
}

.min-w-15 {
    min-width: 15px !important
}

.w-20 {
    box-sizing: border-box;
    width: 20px !important
}

.h-20 {
    height: 20px !important
}

.min-w-20 {
    min-width: 20px !important
}

.w-25 {
    box-sizing: border-box;
    width: 25px !important
}

.h-25 {
    height: 25px !important
}

.min-w-25 {
    min-width: 25px !important
}

.w-30 {
    box-sizing: border-box;
    width: 30px !important
}

.h-30 {
    height: 30px !important
}

.min-w-30 {
    min-width: 30px !important
}

.w-35 {
    box-sizing: border-box;
    width: 35px !important
}

.h-35 {
    height: 35px !important
}

.min-w-35 {
    min-width: 35px !important
}

.w-40 {
    box-sizing: border-box;
    width: 40px !important
}

.h-40 {
    height: 40px !important
}

.min-w-40 {
    min-width: 40px !important
}

.w-45 {
    box-sizing: border-box;
    width: 45px !important
}

.h-45 {
    height: 45px !important
}

.min-w-45 {
    min-width: 45px !important
}

.w-50 {
    box-sizing: border-box;
    width: 50px !important
}

.h-50 {
    height: 50px !important
}

.min-w-50 {
    min-width: 50px !important
}

.w-55 {
    box-sizing: border-box;
    width: 55px !important
}

.h-55 {
    height: 55px !important
}

.min-w-55 {
    min-width: 55px !important
}

.w-60 {
    box-sizing: border-box;
    width: 60px !important
}

.h-60 {
    height: 60px !important
}

.min-w-60 {
    min-width: 60px !important
}

.w-65 {
    box-sizing: border-box;
    width: 65px !important
}

.h-65 {
    height: 65px !important
}

.min-w-65 {
    min-width: 65px !important
}

.w-70 {
    box-sizing: border-box;
    width: 70px !important
}

.h-70 {
    height: 70px !important
}

.min-w-70 {
    min-width: 70px !important
}

.w-75 {
    box-sizing: border-box;
    width: 75px !important
}

.h-75 {
    height: 75px !important
}

.min-w-75 {
    min-width: 75px !important
}

.w-80 {
    box-sizing: border-box;
    width: 80px !important
}

.h-80 {
    height: 80px !important
}

.min-w-80 {
    min-width: 80px !important
}

.w-85 {
    box-sizing: border-box;
    width: 85px !important
}

.h-85 {
    height: 85px !important
}

.min-w-85 {
    min-width: 85px !important
}

.w-90 {
    box-sizing: border-box;
    width: 90px !important
}

.h-90 {
    height: 90px !important
}

.min-w-90 {
    min-width: 90px !important
}

.w-95 {
    box-sizing: border-box;
    width: 95px !important
}

.h-95 {
    height: 95px !important
}

.min-w-95 {
    min-width: 95px !important
}

.w-100 {
    box-sizing: border-box;
    width: 100px !important
}

.h-100 {
    height: 100px !important
}

.min-w-100 {
    min-width: 100px !important
}

.w-105 {
    box-sizing: border-box;
    width: 105px !important
}

.h-105 {
    height: 105px !important
}

.min-w-105 {
    min-width: 105px !important
}

.w-110 {
    box-sizing: border-box;
    width: 110px !important
}

.h-110 {
    height: 110px !important
}

.min-w-110 {
    min-width: 110px !important
}

.w-115 {
    box-sizing: border-box;
    width: 115px !important
}

.h-115 {
    height: 115px !important
}

.min-w-115 {
    min-width: 115px !important
}

.w-120 {
    box-sizing: border-box;
    width: 120px !important
}

.h-120 {
    height: 120px !important
}

.min-w-120 {
    min-width: 120px !important
}

.w-125 {
    box-sizing: border-box;
    width: 125px !important
}

.h-125 {
    height: 125px !important
}

.min-w-125 {
    min-width: 125px !important
}

.w-130 {
    box-sizing: border-box;
    width: 130px !important
}

.h-130 {
    height: 130px !important
}

.min-w-130 {
    min-width: 130px !important
}

.w-135 {
    box-sizing: border-box;
    width: 135px !important
}

.h-135 {
    height: 135px !important
}

.min-w-135 {
    min-width: 135px !important
}

.w-140 {
    box-sizing: border-box;
    width: 140px !important
}

.h-140 {
    height: 140px !important
}

.min-w-140 {
    min-width: 140px !important
}

.w-145 {
    box-sizing: border-box;
    width: 145px !important
}

.h-145 {
    height: 145px !important
}

.min-w-145 {
    min-width: 145px !important
}

.w-150 {
    box-sizing: border-box;
    width: 150px !important
}

.h-150 {
    height: 150px !important
}

.min-w-150 {
    min-width: 150px !important
}

.w-155 {
    box-sizing: border-box;
    width: 155px !important
}

.h-155 {
    height: 155px !important
}

.min-w-155 {
    min-width: 155px !important
}

.w-160 {
    box-sizing: border-box;
    width: 160px !important
}

.h-160 {
    height: 160px !important
}

.min-w-160 {
    min-width: 160px !important
}

.w-165 {
    box-sizing: border-box;
    width: 165px !important
}

.h-165 {
    height: 165px !important
}

.min-w-165 {
    min-width: 165px !important
}

.w-170 {
    box-sizing: border-box;
    width: 170px !important
}

.h-170 {
    height: 170px !important
}

.min-w-170 {
    min-width: 170px !important
}

.w-175 {
    box-sizing: border-box;
    width: 175px !important
}

.h-175 {
    height: 175px !important
}

.min-w-175 {
    min-width: 175px !important
}

.w-180 {
    box-sizing: border-box;
    width: 180px !important
}

.h-180 {
    height: 180px !important
}

.min-w-180 {
    min-width: 180px !important
}

.w-185 {
    box-sizing: border-box;
    width: 185px !important
}

.h-185 {
    height: 185px !important
}

.min-w-185 {
    min-width: 185px !important
}

.w-190 {
    box-sizing: border-box;
    width: 190px !important
}

.h-190 {
    height: 190px !important
}

.min-w-190 {
    min-width: 190px !important
}

.w-195 {
    box-sizing: border-box;
    width: 195px !important
}

.h-195 {
    height: 195px !important
}

.min-w-195 {
    min-width: 195px !important
}

.w-200 {
    box-sizing: border-box;
    width: 200px !important
}

.h-200 {
    height: 200px !important
}

.min-w-200 {
    min-width: 200px !important
}

.w-205 {
    box-sizing: border-box;
    width: 205px !important
}

.h-205 {
    height: 205px !important
}

.min-w-205 {
    min-width: 205px !important
}

.w-210 {
    box-sizing: border-box;
    width: 210px !important
}

.h-210 {
    height: 210px !important
}

.min-w-210 {
    min-width: 210px !important
}

.w-215 {
    box-sizing: border-box;
    width: 215px !important
}

.h-215 {
    height: 215px !important
}

.min-w-215 {
    min-width: 215px !important
}

.w-220 {
    box-sizing: border-box;
    width: 220px !important
}

.h-220 {
    height: 220px !important
}

.min-w-220 {
    min-width: 220px !important
}

.w-225 {
    box-sizing: border-box;
    width: 225px !important
}

.h-225 {
    height: 225px !important
}

.min-w-225 {
    min-width: 225px !important
}

.w-230 {
    box-sizing: border-box;
    width: 230px !important
}

.h-230 {
    height: 230px !important
}

.min-w-230 {
    min-width: 230px !important
}

.w-235 {
    box-sizing: border-box;
    width: 235px !important
}

.h-235 {
    height: 235px !important
}

.min-w-235 {
    min-width: 235px !important
}

.w-240 {
    box-sizing: border-box;
    width: 240px !important
}

.h-240 {
    height: 240px !important
}

.min-w-240 {
    min-width: 240px !important
}

.w-245 {
    box-sizing: border-box;
    width: 245px !important
}

.h-245 {
    height: 245px !important
}

.min-w-245 {
    min-width: 245px !important
}

.w-250 {
    box-sizing: border-box;
    width: 250px !important
}

.h-250 {
    height: 250px !important
}

.min-w-250 {
    min-width: 250px !important
}

.w-255 {
    box-sizing: border-box;
    width: 255px !important
}

.h-255 {
    height: 255px !important
}

.min-w-255 {
    min-width: 255px !important
}

.w-260 {
    box-sizing: border-box;
    width: 260px !important
}

.h-260 {
    height: 260px !important
}

.min-w-260 {
    min-width: 260px !important
}

.w-265 {
    box-sizing: border-box;
    width: 265px !important
}

.h-265 {
    height: 265px !important
}

.min-w-265 {
    min-width: 265px !important
}

.w-270 {
    box-sizing: border-box;
    width: 270px !important
}

.h-270 {
    height: 270px !important
}

.min-w-270 {
    min-width: 270px !important
}

.w-275 {
    box-sizing: border-box;
    width: 275px !important
}

.h-275 {
    height: 275px !important
}

.min-w-275 {
    min-width: 275px !important
}

.w-280 {
    box-sizing: border-box;
    width: 280px !important
}

.h-280 {
    height: 280px !important
}

.min-w-280 {
    min-width: 280px !important
}

.w-285 {
    box-sizing: border-box;
    width: 285px !important
}

.h-285 {
    height: 285px !important
}

.min-w-285 {
    min-width: 285px !important
}

.w-290 {
    box-sizing: border-box;
    width: 290px !important
}

.h-290 {
    height: 290px !important
}

.min-w-290 {
    min-width: 290px !important
}

.w-295 {
    box-sizing: border-box;
    width: 295px !important
}

.h-295 {
    height: 295px !important
}

.min-w-295 {
    min-width: 295px !important
}

.w-300 {
    box-sizing: border-box;
    width: 300px !important
}

.h-300 {
    height: 300px !important
}

.min-w-300 {
    min-width: 300px !important
}

.w-305 {
    box-sizing: border-box;
    width: 305px !important
}

.h-305 {
    height: 305px !important
}

.min-w-305 {
    min-width: 305px !important
}

.w-310 {
    box-sizing: border-box;
    width: 310px !important
}

.h-310 {
    height: 310px !important
}

.min-w-310 {
    min-width: 310px !important
}

.w-315 {
    box-sizing: border-box;
    width: 315px !important
}

.h-315 {
    height: 315px !important
}

.min-w-315 {
    min-width: 315px !important
}

.w-320 {
    box-sizing: border-box;
    width: 320px !important
}

.h-320 {
    height: 320px !important
}

.min-w-320 {
    min-width: 320px !important
}

.w-325 {
    box-sizing: border-box;
    width: 325px !important
}

.h-325 {
    height: 325px !important
}

.min-w-325 {
    min-width: 325px !important
}

.w-330 {
    box-sizing: border-box;
    width: 330px !important
}

.h-330 {
    height: 330px !important
}

.min-w-330 {
    min-width: 330px !important
}

.w-335 {
    box-sizing: border-box;
    width: 335px !important
}

.h-335 {
    height: 335px !important
}

.min-w-335 {
    min-width: 335px !important
}

.w-340 {
    box-sizing: border-box;
    width: 340px !important
}

.h-340 {
    height: 340px !important
}

.min-w-340 {
    min-width: 340px !important
}

.w-345 {
    box-sizing: border-box;
    width: 345px !important
}

.h-345 {
    height: 345px !important
}

.min-w-345 {
    min-width: 345px !important
}

.w-350 {
    box-sizing: border-box;
    width: 350px !important
}

.h-350 {
    height: 350px !important
}

.min-w-350 {
    min-width: 350px !important
}

.w-355 {
    box-sizing: border-box;
    width: 355px !important
}

.h-355 {
    height: 355px !important
}

.min-w-355 {
    min-width: 355px !important
}

.w-360 {
    box-sizing: border-box;
    width: 360px !important
}

.h-360 {
    height: 360px !important
}

.min-w-360 {
    min-width: 360px !important
}

.w-365 {
    box-sizing: border-box;
    width: 365px !important
}

.h-365 {
    height: 365px !important
}

.min-w-365 {
    min-width: 365px !important
}

.w-370 {
    box-sizing: border-box;
    width: 370px !important
}

.h-370 {
    height: 370px !important
}

.min-w-370 {
    min-width: 370px !important
}

.w-375 {
    box-sizing: border-box;
    width: 375px !important
}

.h-375 {
    height: 375px !important
}

.min-w-375 {
    min-width: 375px !important
}

.w-380 {
    box-sizing: border-box;
    width: 380px !important
}

.h-380 {
    height: 380px !important
}

.min-w-380 {
    min-width: 380px !important
}

.w-385 {
    box-sizing: border-box;
    width: 385px !important
}

.h-385 {
    height: 385px !important
}

.min-w-385 {
    min-width: 385px !important
}

.w-390 {
    box-sizing: border-box;
    width: 390px !important
}

.h-390 {
    height: 390px !important
}

.min-w-390 {
    min-width: 390px !important
}

.w-395 {
    box-sizing: border-box;
    width: 395px !important
}

.h-395 {
    height: 395px !important
}

.min-w-395 {
    min-width: 395px !important
}

.w-400 {
    box-sizing: border-box;
    width: 400px !important
}

.h-400 {
    height: 400px !important
}

.min-w-400 {
    min-width: 400px !important
}

.w-405 {
    box-sizing: border-box;
    width: 405px !important
}

.h-405 {
    height: 405px !important
}

.min-w-405 {
    min-width: 405px !important
}

.w-410 {
    box-sizing: border-box;
    width: 410px !important
}

.h-410 {
    height: 410px !important
}

.min-w-410 {
    min-width: 410px !important
}

.w-415 {
    box-sizing: border-box;
    width: 415px !important
}

.h-415 {
    height: 415px !important
}

.min-w-415 {
    min-width: 415px !important
}

.w-420 {
    box-sizing: border-box;
    width: 420px !important
}

.h-420 {
    height: 420px !important
}

.min-w-420 {
    min-width: 420px !important
}

.w-425 {
    box-sizing: border-box;
    width: 425px !important
}

.h-425 {
    height: 425px !important
}

.min-w-425 {
    min-width: 425px !important
}

.w-430 {
    box-sizing: border-box;
    width: 430px !important
}

.h-430 {
    height: 430px !important
}

.min-w-430 {
    min-width: 430px !important
}

.w-435 {
    box-sizing: border-box;
    width: 435px !important
}

.h-435 {
    height: 435px !important
}

.min-w-435 {
    min-width: 435px !important
}

.w-440 {
    box-sizing: border-box;
    width: 440px !important
}

.h-440 {
    height: 440px !important
}

.min-w-440 {
    min-width: 440px !important
}

.w-445 {
    box-sizing: border-box;
    width: 445px !important
}

.h-445 {
    height: 445px !important
}

.min-w-445 {
    min-width: 445px !important
}

.w-450 {
    box-sizing: border-box;
    width: 450px !important
}

.h-450 {
    height: 450px !important
}

.min-w-450 {
    min-width: 450px !important
}

.w-455 {
    box-sizing: border-box;
    width: 455px !important
}

.h-455 {
    height: 455px !important
}

.min-w-455 {
    min-width: 455px !important
}

.w-460 {
    box-sizing: border-box;
    width: 460px !important
}

.h-460 {
    height: 460px !important
}

.min-w-460 {
    min-width: 460px !important
}

.w-465 {
    box-sizing: border-box;
    width: 465px !important
}

.h-465 {
    height: 465px !important
}

.min-w-465 {
    min-width: 465px !important
}

.w-470 {
    box-sizing: border-box;
    width: 470px !important
}

.h-470 {
    height: 470px !important
}

.min-w-470 {
    min-width: 470px !important
}

.w-475 {
    box-sizing: border-box;
    width: 475px !important
}

.h-475 {
    height: 475px !important
}

.min-w-475 {
    min-width: 475px !important
}

.w-480 {
    box-sizing: border-box;
    width: 480px !important
}

.h-480 {
    height: 480px !important
}

.min-w-480 {
    min-width: 480px !important
}

.w-485 {
    box-sizing: border-box;
    width: 485px !important
}

.h-485 {
    height: 485px !important
}

.min-w-485 {
    min-width: 485px !important
}

.w-490 {
    box-sizing: border-box;
    width: 490px !important
}

.h-490 {
    height: 490px !important
}

.min-w-490 {
    min-width: 490px !important
}

.w-495 {
    box-sizing: border-box;
    width: 495px !important
}

.h-495 {
    height: 495px !important
}

.min-w-495 {
    min-width: 495px !important
}

.w-500 {
    box-sizing: border-box;
    width: 500px !important
}

.h-500 {
    height: 500px !important
}

.min-w-500 {
    min-width: 500px !important
}

.w-505 {
    box-sizing: border-box;
    width: 505px !important
}

.h-505 {
    height: 505px !important
}

.min-w-505 {
    min-width: 505px !important
}

.w-510 {
    box-sizing: border-box;
    width: 510px !important
}

.h-510 {
    height: 510px !important
}

.min-w-510 {
    min-width: 510px !important
}

.w-515 {
    box-sizing: border-box;
    width: 515px !important
}

.h-515 {
    height: 515px !important
}

.min-w-515 {
    min-width: 515px !important
}

.w-520 {
    box-sizing: border-box;
    width: 520px !important
}

.h-520 {
    height: 520px !important
}

.min-w-520 {
    min-width: 520px !important
}

.w-525 {
    box-sizing: border-box;
    width: 525px !important
}

.h-525 {
    height: 525px !important
}

.min-w-525 {
    min-width: 525px !important
}

.w-530 {
    box-sizing: border-box;
    width: 530px !important
}

.h-530 {
    height: 530px !important
}

.min-w-530 {
    min-width: 530px !important
}

.w-535 {
    box-sizing: border-box;
    width: 535px !important
}

.h-535 {
    height: 535px !important
}

.min-w-535 {
    min-width: 535px !important
}

.w-540 {
    box-sizing: border-box;
    width: 540px !important
}

.h-540 {
    height: 540px !important
}

.min-w-540 {
    min-width: 540px !important
}

.w-545 {
    box-sizing: border-box;
    width: 545px !important
}

.h-545 {
    height: 545px !important
}

.min-w-545 {
    min-width: 545px !important
}

.w-550 {
    box-sizing: border-box;
    width: 550px !important
}

.h-550 {
    height: 550px !important
}

.min-w-550 {
    min-width: 550px !important
}

.w-555 {
    box-sizing: border-box;
    width: 555px !important
}

.h-555 {
    height: 555px !important
}

.min-w-555 {
    min-width: 555px !important
}

.w-560 {
    box-sizing: border-box;
    width: 560px !important
}

.h-560 {
    height: 560px !important
}

.min-w-560 {
    min-width: 560px !important
}

.w-565 {
    box-sizing: border-box;
    width: 565px !important
}

.h-565 {
    height: 565px !important
}

.min-w-565 {
    min-width: 565px !important
}

.w-570 {
    box-sizing: border-box;
    width: 570px !important
}

.h-570 {
    height: 570px !important
}

.min-w-570 {
    min-width: 570px !important
}

.w-575 {
    box-sizing: border-box;
    width: 575px !important
}

.h-575 {
    height: 575px !important
}

.min-w-575 {
    min-width: 575px !important
}

.w-580 {
    box-sizing: border-box;
    width: 580px !important
}

.h-580 {
    height: 580px !important
}

.min-w-580 {
    min-width: 580px !important
}

.w-585 {
    box-sizing: border-box;
    width: 585px !important
}

.h-585 {
    height: 585px !important
}

.min-w-585 {
    min-width: 585px !important
}

.w-590 {
    box-sizing: border-box;
    width: 590px !important
}

.h-590 {
    height: 590px !important
}

.min-w-590 {
    min-width: 590px !important
}

.w-595 {
    box-sizing: border-box;
    width: 595px !important
}

.h-595 {
    height: 595px !important
}

.min-w-595 {
    min-width: 595px !important
}

.w-600 {
    box-sizing: border-box;
    width: 600px !important
}

.h-600 {
    height: 600px !important
}

.min-w-600 {
    min-width: 600px !important
}

.w-605 {
    box-sizing: border-box;
    width: 605px !important
}

.h-605 {
    height: 605px !important
}

.min-w-605 {
    min-width: 605px !important
}

.w-610 {
    box-sizing: border-box;
    width: 610px !important
}

.h-610 {
    height: 610px !important
}

.min-w-610 {
    min-width: 610px !important
}

.w-615 {
    box-sizing: border-box;
    width: 615px !important
}

.h-615 {
    height: 615px !important
}

.min-w-615 {
    min-width: 615px !important
}

.w-620 {
    box-sizing: border-box;
    width: 620px !important
}

.h-620 {
    height: 620px !important
}

.min-w-620 {
    min-width: 620px !important
}

.w-625 {
    box-sizing: border-box;
    width: 625px !important
}

.h-625 {
    height: 625px !important
}

.min-w-625 {
    min-width: 625px !important
}

.w-630 {
    box-sizing: border-box;
    width: 630px !important
}

.h-630 {
    height: 630px !important
}

.min-w-630 {
    min-width: 630px !important
}

.w-635 {
    box-sizing: border-box;
    width: 635px !important
}

.h-635 {
    height: 635px !important
}

.min-w-635 {
    min-width: 635px !important
}

.w-640 {
    box-sizing: border-box;
    width: 640px !important
}

.h-640 {
    height: 640px !important
}

.min-w-640 {
    min-width: 640px !important
}

.w-645 {
    box-sizing: border-box;
    width: 645px !important
}

.h-645 {
    height: 645px !important
}

.min-w-645 {
    min-width: 645px !important
}

.w-650 {
    box-sizing: border-box;
    width: 650px !important
}

.h-650 {
    height: 650px !important
}

.min-w-650 {
    min-width: 650px !important
}

.w-655 {
    box-sizing: border-box;
    width: 655px !important
}

.h-655 {
    height: 655px !important
}

.min-w-655 {
    min-width: 655px !important
}

.w-660 {
    box-sizing: border-box;
    width: 660px !important
}

.h-660 {
    height: 660px !important
}

.min-w-660 {
    min-width: 660px !important
}

.w-665 {
    box-sizing: border-box;
    width: 665px !important
}

.h-665 {
    height: 665px !important
}

.min-w-665 {
    min-width: 665px !important
}

.w-670 {
    box-sizing: border-box;
    width: 670px !important
}

.h-670 {
    height: 670px !important
}

.min-w-670 {
    min-width: 670px !important
}

.w-675 {
    box-sizing: border-box;
    width: 675px !important
}

.h-675 {
    height: 675px !important
}

.min-w-675 {
    min-width: 675px !important
}

.w-680 {
    box-sizing: border-box;
    width: 680px !important
}

.h-680 {
    height: 680px !important
}

.min-w-680 {
    min-width: 680px !important
}

.w-685 {
    box-sizing: border-box;
    width: 685px !important
}

.h-685 {
    height: 685px !important
}

.min-w-685 {
    min-width: 685px !important
}

.w-690 {
    box-sizing: border-box;
    width: 690px !important
}

.h-690 {
    height: 690px !important
}

.min-w-690 {
    min-width: 690px !important
}

.w-695 {
    box-sizing: border-box;
    width: 695px !important
}

.h-695 {
    height: 695px !important
}

.min-w-695 {
    min-width: 695px !important
}

.w-700 {
    box-sizing: border-box;
    width: 700px !important
}

.h-700 {
    height: 700px !important
}

.min-w-700 {
    min-width: 700px !important
}

.w-705 {
    box-sizing: border-box;
    width: 705px !important
}

.h-705 {
    height: 705px !important
}

.min-w-705 {
    min-width: 705px !important
}

.w-710 {
    box-sizing: border-box;
    width: 710px !important
}

.h-710 {
    height: 710px !important
}

.min-w-710 {
    min-width: 710px !important
}

.w-715 {
    box-sizing: border-box;
    width: 715px !important
}

.h-715 {
    height: 715px !important
}

.min-w-715 {
    min-width: 715px !important
}

.w-720 {
    box-sizing: border-box;
    width: 720px !important
}

.h-720 {
    height: 720px !important
}

.min-w-720 {
    min-width: 720px !important
}

.w-725 {
    box-sizing: border-box;
    width: 725px !important
}

.h-725 {
    height: 725px !important
}

.min-w-725 {
    min-width: 725px !important
}

.w-730 {
    box-sizing: border-box;
    width: 730px !important
}

.h-730 {
    height: 730px !important
}

.min-w-730 {
    min-width: 730px !important
}

.w-735 {
    box-sizing: border-box;
    width: 735px !important
}

.h-735 {
    height: 735px !important
}

.min-w-735 {
    min-width: 735px !important
}

.w-740 {
    box-sizing: border-box;
    width: 740px !important
}

.h-740 {
    height: 740px !important
}

.min-w-740 {
    min-width: 740px !important
}

.w-745 {
    box-sizing: border-box;
    width: 745px !important
}

.h-745 {
    height: 745px !important
}

.min-w-745 {
    min-width: 745px !important
}

.w-750 {
    box-sizing: border-box;
    width: 750px !important
}

.h-750 {
    height: 750px !important
}

.min-w-750 {
    min-width: 750px !important
}

.w-755 {
    box-sizing: border-box;
    width: 755px !important
}

.h-755 {
    height: 755px !important
}

.min-w-755 {
    min-width: 755px !important
}

.w-760 {
    box-sizing: border-box;
    width: 760px !important
}

.h-760 {
    height: 760px !important
}

.min-w-760 {
    min-width: 760px !important
}

.w-765 {
    box-sizing: border-box;
    width: 765px !important
}

.h-765 {
    height: 765px !important
}

.min-w-765 {
    min-width: 765px !important
}

.w-770 {
    box-sizing: border-box;
    width: 770px !important
}

.h-770 {
    height: 770px !important
}

.min-w-770 {
    min-width: 770px !important
}

.w-775 {
    box-sizing: border-box;
    width: 775px !important
}

.h-775 {
    height: 775px !important
}

.min-w-775 {
    min-width: 775px !important
}

.w-780 {
    box-sizing: border-box;
    width: 780px !important
}

.h-780 {
    height: 780px !important
}

.min-w-780 {
    min-width: 780px !important
}

.w-785 {
    box-sizing: border-box;
    width: 785px !important
}

.h-785 {
    height: 785px !important
}

.min-w-785 {
    min-width: 785px !important
}

.w-790 {
    box-sizing: border-box;
    width: 790px !important
}

.h-790 {
    height: 790px !important
}

.min-w-790 {
    min-width: 790px !important
}

.w-795 {
    box-sizing: border-box;
    width: 795px !important
}

.h-795 {
    height: 795px !important
}

.min-w-795 {
    min-width: 795px !important
}

.w-800 {
    box-sizing: border-box;
    width: 800px !important
}

.h-800 {
    height: 800px !important
}

.min-w-800 {
    min-width: 800px !important
}

.w-805 {
    box-sizing: border-box;
    width: 805px !important
}

.h-805 {
    height: 805px !important
}

.min-w-805 {
    min-width: 805px !important
}

.w-810 {
    box-sizing: border-box;
    width: 810px !important
}

.h-810 {
    height: 810px !important
}

.min-w-810 {
    min-width: 810px !important
}

.w-815 {
    box-sizing: border-box;
    width: 815px !important
}

.h-815 {
    height: 815px !important
}

.min-w-815 {
    min-width: 815px !important
}

.w-820 {
    box-sizing: border-box;
    width: 820px !important
}

.h-820 {
    height: 820px !important
}

.min-w-820 {
    min-width: 820px !important
}

.w-825 {
    box-sizing: border-box;
    width: 825px !important
}

.h-825 {
    height: 825px !important
}

.min-w-825 {
    min-width: 825px !important
}

.w-830 {
    box-sizing: border-box;
    width: 830px !important
}

.h-830 {
    height: 830px !important
}

.min-w-830 {
    min-width: 830px !important
}

.w-835 {
    box-sizing: border-box;
    width: 835px !important
}

.h-835 {
    height: 835px !important
}

.min-w-835 {
    min-width: 835px !important
}

.w-840 {
    box-sizing: border-box;
    width: 840px !important
}

.h-840 {
    height: 840px !important
}

.min-w-840 {
    min-width: 840px !important
}

.w-845 {
    box-sizing: border-box;
    width: 845px !important
}

.h-845 {
    height: 845px !important
}

.min-w-845 {
    min-width: 845px !important
}

.w-850 {
    box-sizing: border-box;
    width: 850px !important
}

.h-850 {
    height: 850px !important
}

.min-w-850 {
    min-width: 850px !important
}

.w-855 {
    box-sizing: border-box;
    width: 855px !important
}

.h-855 {
    height: 855px !important
}

.min-w-855 {
    min-width: 855px !important
}

.w-860 {
    box-sizing: border-box;
    width: 860px !important
}

.h-860 {
    height: 860px !important
}

.min-w-860 {
    min-width: 860px !important
}

.w-865 {
    box-sizing: border-box;
    width: 865px !important
}

.h-865 {
    height: 865px !important
}

.min-w-865 {
    min-width: 865px !important
}

.w-870 {
    box-sizing: border-box;
    width: 870px !important
}

.h-870 {
    height: 870px !important
}

.min-w-870 {
    min-width: 870px !important
}

.w-875 {
    box-sizing: border-box;
    width: 875px !important
}

.h-875 {
    height: 875px !important
}

.min-w-875 {
    min-width: 875px !important
}

.w-880 {
    box-sizing: border-box;
    width: 880px !important
}

.h-880 {
    height: 880px !important
}

.min-w-880 {
    min-width: 880px !important
}

.w-885 {
    box-sizing: border-box;
    width: 885px !important
}

.h-885 {
    height: 885px !important
}

.min-w-885 {
    min-width: 885px !important
}

.w-890 {
    box-sizing: border-box;
    width: 890px !important
}

.h-890 {
    height: 890px !important
}

.min-w-890 {
    min-width: 890px !important
}

.w-895 {
    box-sizing: border-box;
    width: 895px !important
}

.h-895 {
    height: 895px !important
}

.min-w-895 {
    min-width: 895px !important
}

.w-900 {
    box-sizing: border-box;
    width: 900px !important
}

.h-900 {
    height: 900px !important
}

.min-w-900 {
    min-width: 900px !important
}

.w-905 {
    box-sizing: border-box;
    width: 905px !important
}

.h-905 {
    height: 905px !important
}

.min-w-905 {
    min-width: 905px !important
}

.w-910 {
    box-sizing: border-box;
    width: 910px !important
}

.h-910 {
    height: 910px !important
}

.min-w-910 {
    min-width: 910px !important
}

.w-915 {
    box-sizing: border-box;
    width: 915px !important
}

.h-915 {
    height: 915px !important
}

.min-w-915 {
    min-width: 915px !important
}

.w-920 {
    box-sizing: border-box;
    width: 920px !important
}

.h-920 {
    height: 920px !important
}

.min-w-920 {
    min-width: 920px !important
}

.w-925 {
    box-sizing: border-box;
    width: 925px !important
}

.h-925 {
    height: 925px !important
}

.min-w-925 {
    min-width: 925px !important
}

.w-930 {
    box-sizing: border-box;
    width: 930px !important
}

.h-930 {
    height: 930px !important
}

.min-w-930 {
    min-width: 930px !important
}

.w-935 {
    box-sizing: border-box;
    width: 935px !important
}

.h-935 {
    height: 935px !important
}

.min-w-935 {
    min-width: 935px !important
}

.w-940 {
    box-sizing: border-box;
    width: 940px !important
}

.h-940 {
    height: 940px !important
}

.min-w-940 {
    min-width: 940px !important
}

.w-945 {
    box-sizing: border-box;
    width: 945px !important
}

.h-945 {
    height: 945px !important
}

.min-w-945 {
    min-width: 945px !important
}

.w-950 {
    box-sizing: border-box;
    width: 950px !important
}

.h-950 {
    height: 950px !important
}

.min-w-950 {
    min-width: 950px !important
}

.w-955 {
    box-sizing: border-box;
    width: 955px !important
}

.h-955 {
    height: 955px !important
}

.min-w-955 {
    min-width: 955px !important
}

.w-960 {
    box-sizing: border-box;
    width: 960px !important
}

.h-960 {
    height: 960px !important
}

.min-w-960 {
    min-width: 960px !important
}

.w-965 {
    box-sizing: border-box;
    width: 965px !important
}

.h-965 {
    height: 965px !important
}

.min-w-965 {
    min-width: 965px !important
}

.w-970 {
    box-sizing: border-box;
    width: 970px !important
}

.h-970 {
    height: 970px !important
}

.min-w-970 {
    min-width: 970px !important
}

.w-975 {
    box-sizing: border-box;
    width: 975px !important
}

.h-975 {
    height: 975px !important
}

.min-w-975 {
    min-width: 975px !important
}

.w-980 {
    box-sizing: border-box;
    width: 980px !important
}

.h-980 {
    height: 980px !important
}

.min-w-980 {
    min-width: 980px !important
}

.w-985 {
    box-sizing: border-box;
    width: 985px !important
}

.h-985 {
    height: 985px !important
}

.min-w-985 {
    min-width: 985px !important
}

.w-990 {
    box-sizing: border-box;
    width: 990px !important
}

.h-990 {
    height: 990px !important
}

.min-w-990 {
    min-width: 990px !important
}

.w-995 {
    box-sizing: border-box;
    width: 995px !important
}

.h-995 {
    height: 995px !important
}

.min-w-995 {
    min-width: 995px !important
}

.w-1000 {
    box-sizing: border-box;
    width: 1000px !important
}

.h-1000 {
    height: 1000px !important
}

.min-w-1000 {
    min-width: 1000px !important
}

.w-1005 {
    box-sizing: border-box;
    width: 1005px !important
}

.h-1005 {
    height: 1005px !important
}

.min-w-1005 {
    min-width: 1005px !important
}

.w-1010 {
    box-sizing: border-box;
    width: 1010px !important
}

.h-1010 {
    height: 1010px !important
}

.min-w-1010 {
    min-width: 1010px !important
}

.w-1015 {
    box-sizing: border-box;
    width: 1015px !important
}

.h-1015 {
    height: 1015px !important
}

.min-w-1015 {
    min-width: 1015px !important
}

.w-1020 {
    box-sizing: border-box;
    width: 1020px !important
}

.h-1020 {
    height: 1020px !important
}

.min-w-1020 {
    min-width: 1020px !important
}

.w-1025 {
    box-sizing: border-box;
    width: 1025px !important
}

.h-1025 {
    height: 1025px !important
}

.min-w-1025 {
    min-width: 1025px !important
}

.w-1030 {
    box-sizing: border-box;
    width: 1030px !important
}

.h-1030 {
    height: 1030px !important
}

.min-w-1030 {
    min-width: 1030px !important
}

.w-1035 {
    box-sizing: border-box;
    width: 1035px !important
}

.h-1035 {
    height: 1035px !important
}

.min-w-1035 {
    min-width: 1035px !important
}

.w-1040 {
    box-sizing: border-box;
    width: 1040px !important
}

.h-1040 {
    height: 1040px !important
}

.min-w-1040 {
    min-width: 1040px !important
}

.w-1045 {
    box-sizing: border-box;
    width: 1045px !important
}

.h-1045 {
    height: 1045px !important
}

.min-w-1045 {
    min-width: 1045px !important
}

.w-1050 {
    box-sizing: border-box;
    width: 1050px !important
}

.h-1050 {
    height: 1050px !important
}

.min-w-1050 {
    min-width: 1050px !important
}

.w-1055 {
    box-sizing: border-box;
    width: 1055px !important
}

.h-1055 {
    height: 1055px !important
}

.min-w-1055 {
    min-width: 1055px !important
}

.w-1060 {
    box-sizing: border-box;
    width: 1060px !important
}

.h-1060 {
    height: 1060px !important
}

.min-w-1060 {
    min-width: 1060px !important
}

.w-1065 {
    box-sizing: border-box;
    width: 1065px !important
}

.h-1065 {
    height: 1065px !important
}

.min-w-1065 {
    min-width: 1065px !important
}

.w-1070 {
    box-sizing: border-box;
    width: 1070px !important
}

.h-1070 {
    height: 1070px !important
}

.min-w-1070 {
    min-width: 1070px !important
}

.w-1075 {
    box-sizing: border-box;
    width: 1075px !important
}

.h-1075 {
    height: 1075px !important
}

.min-w-1075 {
    min-width: 1075px !important
}

.w-1080 {
    box-sizing: border-box;
    width: 1080px !important
}

.h-1080 {
    height: 1080px !important
}

.min-w-1080 {
    min-width: 1080px !important
}

.w-1085 {
    box-sizing: border-box;
    width: 1085px !important
}

.h-1085 {
    height: 1085px !important
}

.min-w-1085 {
    min-width: 1085px !important
}

.w-1090 {
    box-sizing: border-box;
    width: 1090px !important
}

.h-1090 {
    height: 1090px !important
}

.min-w-1090 {
    min-width: 1090px !important
}

.w-1095 {
    box-sizing: border-box;
    width: 1095px !important
}

.h-1095 {
    height: 1095px !important
}

.min-w-1095 {
    min-width: 1095px !important
}

.w-1100 {
    box-sizing: border-box;
    width: 1100px !important
}

.h-1100 {
    height: 1100px !important
}

.min-w-1100 {
    min-width: 1100px !important
}

.w-1105 {
    box-sizing: border-box;
    width: 1105px !important
}

.h-1105 {
    height: 1105px !important
}

.min-w-1105 {
    min-width: 1105px !important
}

.w-1110 {
    box-sizing: border-box;
    width: 1110px !important
}

.h-1110 {
    height: 1110px !important
}

.min-w-1110 {
    min-width: 1110px !important
}

.w-1115 {
    box-sizing: border-box;
    width: 1115px !important
}

.h-1115 {
    height: 1115px !important
}

.min-w-1115 {
    min-width: 1115px !important
}

.w-1120 {
    box-sizing: border-box;
    width: 1120px !important
}

.h-1120 {
    height: 1120px !important
}

.min-w-1120 {
    min-width: 1120px !important
}

.w-1125 {
    box-sizing: border-box;
    width: 1125px !important
}

.h-1125 {
    height: 1125px !important
}

.min-w-1125 {
    min-width: 1125px !important
}

.w-1130 {
    box-sizing: border-box;
    width: 1130px !important
}

.h-1130 {
    height: 1130px !important
}

.min-w-1130 {
    min-width: 1130px !important
}

.w-1135 {
    box-sizing: border-box;
    width: 1135px !important
}

.h-1135 {
    height: 1135px !important
}

.min-w-1135 {
    min-width: 1135px !important
}

.w-1140 {
    box-sizing: border-box;
    width: 1140px !important
}

.h-1140 {
    height: 1140px !important
}

.min-w-1140 {
    min-width: 1140px !important
}

.w-1145 {
    box-sizing: border-box;
    width: 1145px !important
}

.h-1145 {
    height: 1145px !important
}

.min-w-1145 {
    min-width: 1145px !important
}

.w-1150 {
    box-sizing: border-box;
    width: 1150px !important
}

.h-1150 {
    height: 1150px !important
}

.min-w-1150 {
    min-width: 1150px !important
}

.w-1155 {
    box-sizing: border-box;
    width: 1155px !important
}

.h-1155 {
    height: 1155px !important
}

.min-w-1155 {
    min-width: 1155px !important
}

.w-1160 {
    box-sizing: border-box;
    width: 1160px !important
}

.h-1160 {
    height: 1160px !important
}

.min-w-1160 {
    min-width: 1160px !important
}

.w-1165 {
    box-sizing: border-box;
    width: 1165px !important
}

.h-1165 {
    height: 1165px !important
}

.min-w-1165 {
    min-width: 1165px !important
}

.w-1170 {
    box-sizing: border-box;
    width: 1170px !important
}

.h-1170 {
    height: 1170px !important
}

.min-w-1170 {
    min-width: 1170px !important
}

.w-1175 {
    box-sizing: border-box;
    width: 1175px !important
}

.h-1175 {
    height: 1175px !important
}

.min-w-1175 {
    min-width: 1175px !important
}

.w-1180 {
    box-sizing: border-box;
    width: 1180px !important
}

.h-1180 {
    height: 1180px !important
}

.min-w-1180 {
    min-width: 1180px !important
}

.w-1185 {
    box-sizing: border-box;
    width: 1185px !important
}

.h-1185 {
    height: 1185px !important
}

.min-w-1185 {
    min-width: 1185px !important
}

.w-1190 {
    box-sizing: border-box;
    width: 1190px !important
}

.h-1190 {
    height: 1190px !important
}

.min-w-1190 {
    min-width: 1190px !important
}

.w-1195 {
    box-sizing: border-box;
    width: 1195px !important
}

.h-1195 {
    height: 1195px !important
}

.min-w-1195 {
    min-width: 1195px !important
}

.w-1200 {
    box-sizing: border-box;
    width: 1200px !important
}

.h-1200 {
    height: 1200px !important
}

.min-w-1200 {
    min-width: 1200px !important
}

.w-1205 {
    box-sizing: border-box;
    width: 1205px !important
}

.h-1205 {
    height: 1205px !important
}

.min-w-1205 {
    min-width: 1205px !important
}

.w-1210 {
    box-sizing: border-box;
    width: 1210px !important
}

.h-1210 {
    height: 1210px !important
}

.min-w-1210 {
    min-width: 1210px !important
}

.w-1215 {
    box-sizing: border-box;
    width: 1215px !important
}

.h-1215 {
    height: 1215px !important
}

.min-w-1215 {
    min-width: 1215px !important
}

.w-1220 {
    box-sizing: border-box;
    width: 1220px !important
}

.h-1220 {
    height: 1220px !important
}

.min-w-1220 {
    min-width: 1220px !important
}

.w-1225 {
    box-sizing: border-box;
    width: 1225px !important
}

.h-1225 {
    height: 1225px !important
}

.min-w-1225 {
    min-width: 1225px !important
}

.w-1230 {
    box-sizing: border-box;
    width: 1230px !important
}

.h-1230 {
    height: 1230px !important
}

.min-w-1230 {
    min-width: 1230px !important
}

.w-1235 {
    box-sizing: border-box;
    width: 1235px !important
}

.h-1235 {
    height: 1235px !important
}

.min-w-1235 {
    min-width: 1235px !important
}

.w-1240 {
    box-sizing: border-box;
    width: 1240px !important
}

.h-1240 {
    height: 1240px !important
}

.min-w-1240 {
    min-width: 1240px !important
}

.w-1245 {
    box-sizing: border-box;
    width: 1245px !important
}

.h-1245 {
    height: 1245px !important
}

.min-w-1245 {
    min-width: 1245px !important
}

.w-1250 {
    box-sizing: border-box;
    width: 1250px !important
}

.h-1250 {
    height: 1250px !important
}

.min-w-1250 {
    min-width: 1250px !important
}

.w-1255 {
    box-sizing: border-box;
    width: 1255px !important
}

.h-1255 {
    height: 1255px !important
}

.min-w-1255 {
    min-width: 1255px !important
}

.w-1260 {
    box-sizing: border-box;
    width: 1260px !important
}

.h-1260 {
    height: 1260px !important
}

.min-w-1260 {
    min-width: 1260px !important
}

.w-1265 {
    box-sizing: border-box;
    width: 1265px !important
}

.h-1265 {
    height: 1265px !important
}

.min-w-1265 {
    min-width: 1265px !important
}

.w-1270 {
    box-sizing: border-box;
    width: 1270px !important
}

.h-1270 {
    height: 1270px !important
}

.min-w-1270 {
    min-width: 1270px !important
}

.w-1275 {
    box-sizing: border-box;
    width: 1275px !important
}

.h-1275 {
    height: 1275px !important
}

.min-w-1275 {
    min-width: 1275px !important
}

.w-1280 {
    box-sizing: border-box;
    width: 1280px !important
}

.h-1280 {
    height: 1280px !important
}

.min-w-1280 {
    min-width: 1280px !important
}

.w-1285 {
    box-sizing: border-box;
    width: 1285px !important
}

.h-1285 {
    height: 1285px !important
}

.min-w-1285 {
    min-width: 1285px !important
}

.w-1290 {
    box-sizing: border-box;
    width: 1290px !important
}

.h-1290 {
    height: 1290px !important
}

.min-w-1290 {
    min-width: 1290px !important
}

.w-1295 {
    box-sizing: border-box;
    width: 1295px !important
}

.h-1295 {
    height: 1295px !important
}

.min-w-1295 {
    min-width: 1295px !important
}

.w-1300 {
    box-sizing: border-box;
    width: 1300px !important
}

.h-1300 {
    height: 1300px !important
}

.min-w-1300 {
    min-width: 1300px !important
}

.w-1305 {
    box-sizing: border-box;
    width: 1305px !important
}

.h-1305 {
    height: 1305px !important
}

.min-w-1305 {
    min-width: 1305px !important
}

.w-1310 {
    box-sizing: border-box;
    width: 1310px !important
}

.h-1310 {
    height: 1310px !important
}

.min-w-1310 {
    min-width: 1310px !important
}

.w-1315 {
    box-sizing: border-box;
    width: 1315px !important
}

.h-1315 {
    height: 1315px !important
}

.min-w-1315 {
    min-width: 1315px !important
}

.w-1320 {
    box-sizing: border-box;
    width: 1320px !important
}

.h-1320 {
    height: 1320px !important
}

.min-w-1320 {
    min-width: 1320px !important
}

.w-1325 {
    box-sizing: border-box;
    width: 1325px !important
}

.h-1325 {
    height: 1325px !important
}

.min-w-1325 {
    min-width: 1325px !important
}

.w-1330 {
    box-sizing: border-box;
    width: 1330px !important
}

.h-1330 {
    height: 1330px !important
}

.min-w-1330 {
    min-width: 1330px !important
}

.w-1335 {
    box-sizing: border-box;
    width: 1335px !important
}

.h-1335 {
    height: 1335px !important
}

.min-w-1335 {
    min-width: 1335px !important
}

.w-1340 {
    box-sizing: border-box;
    width: 1340px !important
}

.h-1340 {
    height: 1340px !important
}

.min-w-1340 {
    min-width: 1340px !important
}

.w-1345 {
    box-sizing: border-box;
    width: 1345px !important
}

.h-1345 {
    height: 1345px !important
}

.min-w-1345 {
    min-width: 1345px !important
}

.w-1350 {
    box-sizing: border-box;
    width: 1350px !important
}

.h-1350 {
    height: 1350px !important
}

.min-w-1350 {
    min-width: 1350px !important
}

.w-1355 {
    box-sizing: border-box;
    width: 1355px !important
}

.h-1355 {
    height: 1355px !important
}

.min-w-1355 {
    min-width: 1355px !important
}

.w-1360 {
    box-sizing: border-box;
    width: 1360px !important
}

.h-1360 {
    height: 1360px !important
}

.min-w-1360 {
    min-width: 1360px !important
}

.w-1365 {
    box-sizing: border-box;
    width: 1365px !important
}

.h-1365 {
    height: 1365px !important
}

.min-w-1365 {
    min-width: 1365px !important
}

.w-1370 {
    box-sizing: border-box;
    width: 1370px !important
}

.h-1370 {
    height: 1370px !important
}

.min-w-1370 {
    min-width: 1370px !important
}

.w-1375 {
    box-sizing: border-box;
    width: 1375px !important
}

.h-1375 {
    height: 1375px !important
}

.min-w-1375 {
    min-width: 1375px !important
}

.w-1380 {
    box-sizing: border-box;
    width: 1380px !important
}

.h-1380 {
    height: 1380px !important
}

.min-w-1380 {
    min-width: 1380px !important
}

.w-1385 {
    box-sizing: border-box;
    width: 1385px !important
}

.h-1385 {
    height: 1385px !important
}

.min-w-1385 {
    min-width: 1385px !important
}

.w-1390 {
    box-sizing: border-box;
    width: 1390px !important
}

.h-1390 {
    height: 1390px !important
}

.min-w-1390 {
    min-width: 1390px !important
}

.w-1395 {
    box-sizing: border-box;
    width: 1395px !important
}

.h-1395 {
    height: 1395px !important
}

.min-w-1395 {
    min-width: 1395px !important
}

.w-1400 {
    box-sizing: border-box;
    width: 1400px !important
}

.h-1400 {
    height: 1400px !important
}

.min-w-1400 {
    min-width: 1400px !important
}

.w-1405 {
    box-sizing: border-box;
    width: 1405px !important
}

.h-1405 {
    height: 1405px !important
}

.min-w-1405 {
    min-width: 1405px !important
}

.w-1410 {
    box-sizing: border-box;
    width: 1410px !important
}

.h-1410 {
    height: 1410px !important
}

.min-w-1410 {
    min-width: 1410px !important
}

.w-1415 {
    box-sizing: border-box;
    width: 1415px !important
}

.h-1415 {
    height: 1415px !important
}

.min-w-1415 {
    min-width: 1415px !important
}

.w-1420 {
    box-sizing: border-box;
    width: 1420px !important
}

.h-1420 {
    height: 1420px !important
}

.min-w-1420 {
    min-width: 1420px !important
}

.w-1425 {
    box-sizing: border-box;
    width: 1425px !important
}

.h-1425 {
    height: 1425px !important
}

.min-w-1425 {
    min-width: 1425px !important
}

.w-1430 {
    box-sizing: border-box;
    width: 1430px !important
}

.h-1430 {
    height: 1430px !important
}

.min-w-1430 {
    min-width: 1430px !important
}

.w-1435 {
    box-sizing: border-box;
    width: 1435px !important
}

.h-1435 {
    height: 1435px !important
}

.min-w-1435 {
    min-width: 1435px !important
}

.w-1440 {
    box-sizing: border-box;
    width: 1440px !important
}

.h-1440 {
    height: 1440px !important
}

.min-w-1440 {
    min-width: 1440px !important
}

.w-1445 {
    box-sizing: border-box;
    width: 1445px !important
}

.h-1445 {
    height: 1445px !important
}

.min-w-1445 {
    min-width: 1445px !important
}

.w-1450 {
    box-sizing: border-box;
    width: 1450px !important
}

.h-1450 {
    height: 1450px !important
}

.min-w-1450 {
    min-width: 1450px !important
}

.w-1455 {
    box-sizing: border-box;
    width: 1455px !important
}

.h-1455 {
    height: 1455px !important
}

.min-w-1455 {
    min-width: 1455px !important
}

.w-1460 {
    box-sizing: border-box;
    width: 1460px !important
}

.h-1460 {
    height: 1460px !important
}

.min-w-1460 {
    min-width: 1460px !important
}

.w-1465 {
    box-sizing: border-box;
    width: 1465px !important
}

.h-1465 {
    height: 1465px !important
}

.min-w-1465 {
    min-width: 1465px !important
}

.w-1470 {
    box-sizing: border-box;
    width: 1470px !important
}

.h-1470 {
    height: 1470px !important
}

.min-w-1470 {
    min-width: 1470px !important
}

.w-1475 {
    box-sizing: border-box;
    width: 1475px !important
}

.h-1475 {
    height: 1475px !important
}

.min-w-1475 {
    min-width: 1475px !important
}

.w-1480 {
    box-sizing: border-box;
    width: 1480px !important
}

.h-1480 {
    height: 1480px !important
}

.min-w-1480 {
    min-width: 1480px !important
}

.w-1485 {
    box-sizing: border-box;
    width: 1485px !important
}

.h-1485 {
    height: 1485px !important
}

.min-w-1485 {
    min-width: 1485px !important
}

.w-1490 {
    box-sizing: border-box;
    width: 1490px !important
}

.h-1490 {
    height: 1490px !important
}

.min-w-1490 {
    min-width: 1490px !important
}

.w-1495 {
    box-sizing: border-box;
    width: 1495px !important
}

.h-1495 {
    height: 1495px !important
}

.min-w-1495 {
    min-width: 1495px !important
}

.w-1500 {
    box-sizing: border-box;
    width: 1500px !important
}

.h-1500 {
    height: 1500px !important
}

.min-w-1500 {
    min-width: 1500px !important
}

.w-1505 {
    box-sizing: border-box;
    width: 1505px !important
}

.h-1505 {
    height: 1505px !important
}

.min-w-1505 {
    min-width: 1505px !important
}

.w-1510 {
    box-sizing: border-box;
    width: 1510px !important
}

.h-1510 {
    height: 1510px !important
}

.min-w-1510 {
    min-width: 1510px !important
}

.w-1515 {
    box-sizing: border-box;
    width: 1515px !important
}

.h-1515 {
    height: 1515px !important
}

.min-w-1515 {
    min-width: 1515px !important
}

.w-1520 {
    box-sizing: border-box;
    width: 1520px !important
}

.h-1520 {
    height: 1520px !important
}

.min-w-1520 {
    min-width: 1520px !important
}

.w-1525 {
    box-sizing: border-box;
    width: 1525px !important
}

.h-1525 {
    height: 1525px !important
}

.min-w-1525 {
    min-width: 1525px !important
}

.w-1530 {
    box-sizing: border-box;
    width: 1530px !important
}

.h-1530 {
    height: 1530px !important
}

.min-w-1530 {
    min-width: 1530px !important
}

.w-1535 {
    box-sizing: border-box;
    width: 1535px !important
}

.h-1535 {
    height: 1535px !important
}

.min-w-1535 {
    min-width: 1535px !important
}

.w-1540 {
    box-sizing: border-box;
    width: 1540px !important
}

.h-1540 {
    height: 1540px !important
}

.min-w-1540 {
    min-width: 1540px !important
}

.w-1545 {
    box-sizing: border-box;
    width: 1545px !important
}

.h-1545 {
    height: 1545px !important
}

.min-w-1545 {
    min-width: 1545px !important
}

.w-1550 {
    box-sizing: border-box;
    width: 1550px !important
}

.h-1550 {
    height: 1550px !important
}

.min-w-1550 {
    min-width: 1550px !important
}

.w-1555 {
    box-sizing: border-box;
    width: 1555px !important
}

.h-1555 {
    height: 1555px !important
}

.min-w-1555 {
    min-width: 1555px !important
}

.w-1560 {
    box-sizing: border-box;
    width: 1560px !important
}

.h-1560 {
    height: 1560px !important
}

.min-w-1560 {
    min-width: 1560px !important
}

.w-1565 {
    box-sizing: border-box;
    width: 1565px !important
}

.h-1565 {
    height: 1565px !important
}

.min-w-1565 {
    min-width: 1565px !important
}

.w-1570 {
    box-sizing: border-box;
    width: 1570px !important
}

.h-1570 {
    height: 1570px !important
}

.min-w-1570 {
    min-width: 1570px !important
}

.w-1575 {
    box-sizing: border-box;
    width: 1575px !important
}

.h-1575 {
    height: 1575px !important
}

.min-w-1575 {
    min-width: 1575px !important
}

.w-1580 {
    box-sizing: border-box;
    width: 1580px !important
}

.h-1580 {
    height: 1580px !important
}

.min-w-1580 {
    min-width: 1580px !important
}

.w-1585 {
    box-sizing: border-box;
    width: 1585px !important
}

.h-1585 {
    height: 1585px !important
}

.min-w-1585 {
    min-width: 1585px !important
}

.w-1590 {
    box-sizing: border-box;
    width: 1590px !important
}

.h-1590 {
    height: 1590px !important
}

.min-w-1590 {
    min-width: 1590px !important
}

.w-1595 {
    box-sizing: border-box;
    width: 1595px !important
}

.h-1595 {
    height: 1595px !important
}

.min-w-1595 {
    min-width: 1595px !important
}

.w-1600 {
    box-sizing: border-box;
    width: 1600px !important
}

.h-1600 {
    height: 1600px !important
}

.min-w-1600 {
    min-width: 1600px !important
}

.w-1605 {
    box-sizing: border-box;
    width: 1605px !important
}

.h-1605 {
    height: 1605px !important
}

.min-w-1605 {
    min-width: 1605px !important
}

.w-1610 {
    box-sizing: border-box;
    width: 1610px !important
}

.h-1610 {
    height: 1610px !important
}

.min-w-1610 {
    min-width: 1610px !important
}

.w-1615 {
    box-sizing: border-box;
    width: 1615px !important
}

.h-1615 {
    height: 1615px !important
}

.min-w-1615 {
    min-width: 1615px !important
}

.w-1620 {
    box-sizing: border-box;
    width: 1620px !important
}

.h-1620 {
    height: 1620px !important
}

.min-w-1620 {
    min-width: 1620px !important
}

.w-1625 {
    box-sizing: border-box;
    width: 1625px !important
}

.h-1625 {
    height: 1625px !important
}

.min-w-1625 {
    min-width: 1625px !important
}

.w-1630 {
    box-sizing: border-box;
    width: 1630px !important
}

.h-1630 {
    height: 1630px !important
}

.min-w-1630 {
    min-width: 1630px !important
}

.w-1635 {
    box-sizing: border-box;
    width: 1635px !important
}

.h-1635 {
    height: 1635px !important
}

.min-w-1635 {
    min-width: 1635px !important
}

.w-1640 {
    box-sizing: border-box;
    width: 1640px !important
}

.h-1640 {
    height: 1640px !important
}

.min-w-1640 {
    min-width: 1640px !important
}

.w-1645 {
    box-sizing: border-box;
    width: 1645px !important
}

.h-1645 {
    height: 1645px !important
}

.min-w-1645 {
    min-width: 1645px !important
}

.w-1650 {
    box-sizing: border-box;
    width: 1650px !important
}

.h-1650 {
    height: 1650px !important
}

.min-w-1650 {
    min-width: 1650px !important
}

.w-1655 {
    box-sizing: border-box;
    width: 1655px !important
}

.h-1655 {
    height: 1655px !important
}

.min-w-1655 {
    min-width: 1655px !important
}

.w-1660 {
    box-sizing: border-box;
    width: 1660px !important
}

.h-1660 {
    height: 1660px !important
}

.min-w-1660 {
    min-width: 1660px !important
}

.w-1665 {
    box-sizing: border-box;
    width: 1665px !important
}

.h-1665 {
    height: 1665px !important
}

.min-w-1665 {
    min-width: 1665px !important
}

.w-1670 {
    box-sizing: border-box;
    width: 1670px !important
}

.h-1670 {
    height: 1670px !important
}

.min-w-1670 {
    min-width: 1670px !important
}

.w-1675 {
    box-sizing: border-box;
    width: 1675px !important
}

.h-1675 {
    height: 1675px !important
}

.min-w-1675 {
    min-width: 1675px !important
}

.w-1680 {
    box-sizing: border-box;
    width: 1680px !important
}

.h-1680 {
    height: 1680px !important
}

.min-w-1680 {
    min-width: 1680px !important
}

.w-1685 {
    box-sizing: border-box;
    width: 1685px !important
}

.h-1685 {
    height: 1685px !important
}

.min-w-1685 {
    min-width: 1685px !important
}

.w-1690 {
    box-sizing: border-box;
    width: 1690px !important
}

.h-1690 {
    height: 1690px !important
}

.min-w-1690 {
    min-width: 1690px !important
}

.w-1695 {
    box-sizing: border-box;
    width: 1695px !important
}

.h-1695 {
    height: 1695px !important
}

.min-w-1695 {
    min-width: 1695px !important
}

.w-1700 {
    box-sizing: border-box;
    width: 1700px !important
}

.h-1700 {
    height: 1700px !important
}

.min-w-1700 {
    min-width: 1700px !important
}

.w-1705 {
    box-sizing: border-box;
    width: 1705px !important
}

.h-1705 {
    height: 1705px !important
}

.min-w-1705 {
    min-width: 1705px !important
}

.w-1710 {
    box-sizing: border-box;
    width: 1710px !important
}

.h-1710 {
    height: 1710px !important
}

.min-w-1710 {
    min-width: 1710px !important
}

.w-1715 {
    box-sizing: border-box;
    width: 1715px !important
}

.h-1715 {
    height: 1715px !important
}

.min-w-1715 {
    min-width: 1715px !important
}

.w-1720 {
    box-sizing: border-box;
    width: 1720px !important
}

.h-1720 {
    height: 1720px !important
}

.min-w-1720 {
    min-width: 1720px !important
}

.w-1725 {
    box-sizing: border-box;
    width: 1725px !important
}

.h-1725 {
    height: 1725px !important
}

.min-w-1725 {
    min-width: 1725px !important
}

.w-1730 {
    box-sizing: border-box;
    width: 1730px !important
}

.h-1730 {
    height: 1730px !important
}

.min-w-1730 {
    min-width: 1730px !important
}

.w-1735 {
    box-sizing: border-box;
    width: 1735px !important
}

.h-1735 {
    height: 1735px !important
}

.min-w-1735 {
    min-width: 1735px !important
}

.w-1740 {
    box-sizing: border-box;
    width: 1740px !important
}

.h-1740 {
    height: 1740px !important
}

.min-w-1740 {
    min-width: 1740px !important
}

.w-1745 {
    box-sizing: border-box;
    width: 1745px !important
}

.h-1745 {
    height: 1745px !important
}

.min-w-1745 {
    min-width: 1745px !important
}

.w-1750 {
    box-sizing: border-box;
    width: 1750px !important
}

.h-1750 {
    height: 1750px !important
}

.min-w-1750 {
    min-width: 1750px !important
}

.w-1755 {
    box-sizing: border-box;
    width: 1755px !important
}

.h-1755 {
    height: 1755px !important
}

.min-w-1755 {
    min-width: 1755px !important
}

.w-1760 {
    box-sizing: border-box;
    width: 1760px !important
}

.h-1760 {
    height: 1760px !important
}

.min-w-1760 {
    min-width: 1760px !important
}

.w-1765 {
    box-sizing: border-box;
    width: 1765px !important
}

.h-1765 {
    height: 1765px !important
}

.min-w-1765 {
    min-width: 1765px !important
}

.w-1770 {
    box-sizing: border-box;
    width: 1770px !important
}

.h-1770 {
    height: 1770px !important
}

.min-w-1770 {
    min-width: 1770px !important
}

.w-1775 {
    box-sizing: border-box;
    width: 1775px !important
}

.h-1775 {
    height: 1775px !important
}

.min-w-1775 {
    min-width: 1775px !important
}

.w-1780 {
    box-sizing: border-box;
    width: 1780px !important
}

.h-1780 {
    height: 1780px !important
}

.min-w-1780 {
    min-width: 1780px !important
}

.w-1785 {
    box-sizing: border-box;
    width: 1785px !important
}

.h-1785 {
    height: 1785px !important
}

.min-w-1785 {
    min-width: 1785px !important
}

.w-1790 {
    box-sizing: border-box;
    width: 1790px !important
}

.h-1790 {
    height: 1790px !important
}

.min-w-1790 {
    min-width: 1790px !important
}

.w-1795 {
    box-sizing: border-box;
    width: 1795px !important
}

.h-1795 {
    height: 1795px !important
}

.min-w-1795 {
    min-width: 1795px !important
}

.w-1800 {
    box-sizing: border-box;
    width: 1800px !important
}

.h-1800 {
    height: 1800px !important
}

.min-w-1800 {
    min-width: 1800px !important
}

.w-1805 {
    box-sizing: border-box;
    width: 1805px !important
}

.h-1805 {
    height: 1805px !important
}

.min-w-1805 {
    min-width: 1805px !important
}

.w-1810 {
    box-sizing: border-box;
    width: 1810px !important
}

.h-1810 {
    height: 1810px !important
}

.min-w-1810 {
    min-width: 1810px !important
}

.w-1815 {
    box-sizing: border-box;
    width: 1815px !important
}

.h-1815 {
    height: 1815px !important
}

.min-w-1815 {
    min-width: 1815px !important
}

.w-1820 {
    box-sizing: border-box;
    width: 1820px !important
}

.h-1820 {
    height: 1820px !important
}

.min-w-1820 {
    min-width: 1820px !important
}

.w-1825 {
    box-sizing: border-box;
    width: 1825px !important
}

.h-1825 {
    height: 1825px !important
}

.min-w-1825 {
    min-width: 1825px !important
}

.w-1830 {
    box-sizing: border-box;
    width: 1830px !important
}

.h-1830 {
    height: 1830px !important
}

.min-w-1830 {
    min-width: 1830px !important
}

.w-1835 {
    box-sizing: border-box;
    width: 1835px !important
}

.h-1835 {
    height: 1835px !important
}

.min-w-1835 {
    min-width: 1835px !important
}

.w-1840 {
    box-sizing: border-box;
    width: 1840px !important
}

.h-1840 {
    height: 1840px !important
}

.min-w-1840 {
    min-width: 1840px !important
}

.w-1845 {
    box-sizing: border-box;
    width: 1845px !important
}

.h-1845 {
    height: 1845px !important
}

.min-w-1845 {
    min-width: 1845px !important
}

.w-1850 {
    box-sizing: border-box;
    width: 1850px !important
}

.h-1850 {
    height: 1850px !important
}

.min-w-1850 {
    min-width: 1850px !important
}

.w-1855 {
    box-sizing: border-box;
    width: 1855px !important
}

.h-1855 {
    height: 1855px !important
}

.min-w-1855 {
    min-width: 1855px !important
}

.w-1860 {
    box-sizing: border-box;
    width: 1860px !important
}

.h-1860 {
    height: 1860px !important
}

.min-w-1860 {
    min-width: 1860px !important
}

.w-1865 {
    box-sizing: border-box;
    width: 1865px !important
}

.h-1865 {
    height: 1865px !important
}

.min-w-1865 {
    min-width: 1865px !important
}

.w-1870 {
    box-sizing: border-box;
    width: 1870px !important
}

.h-1870 {
    height: 1870px !important
}

.min-w-1870 {
    min-width: 1870px !important
}

.w-1875 {
    box-sizing: border-box;
    width: 1875px !important
}

.h-1875 {
    height: 1875px !important
}

.min-w-1875 {
    min-width: 1875px !important
}

.w-1880 {
    box-sizing: border-box;
    width: 1880px !important
}

.h-1880 {
    height: 1880px !important
}

.min-w-1880 {
    min-width: 1880px !important
}

.w-1885 {
    box-sizing: border-box;
    width: 1885px !important
}

.h-1885 {
    height: 1885px !important
}

.min-w-1885 {
    min-width: 1885px !important
}

.w-1890 {
    box-sizing: border-box;
    width: 1890px !important
}

.h-1890 {
    height: 1890px !important
}

.min-w-1890 {
    min-width: 1890px !important
}

.w-1895 {
    box-sizing: border-box;
    width: 1895px !important
}

.h-1895 {
    height: 1895px !important
}

.min-w-1895 {
    min-width: 1895px !important
}

.w-1900 {
    box-sizing: border-box;
    width: 1900px !important
}

.h-1900 {
    height: 1900px !important
}

.min-w-1900 {
    min-width: 1900px !important
}

.w-1905 {
    box-sizing: border-box;
    width: 1905px !important
}

.h-1905 {
    height: 1905px !important
}

.min-w-1905 {
    min-width: 1905px !important
}

.w-1910 {
    box-sizing: border-box;
    width: 1910px !important
}

.h-1910 {
    height: 1910px !important
}

.min-w-1910 {
    min-width: 1910px !important
}

.w-1915 {
    box-sizing: border-box;
    width: 1915px !important
}

.h-1915 {
    height: 1915px !important
}

.min-w-1915 {
    min-width: 1915px !important
}

.w-1920 {
    box-sizing: border-box;
    width: 1920px !important
}

.h-1920 {
    height: 1920px !important
}

.min-w-1920 {
    min-width: 1920px !important
}

.w-1925 {
    box-sizing: border-box;
    width: 1925px !important
}

.h-1925 {
    height: 1925px !important
}

.min-w-1925 {
    min-width: 1925px !important
}

.w-1930 {
    box-sizing: border-box;
    width: 1930px !important
}

.h-1930 {
    height: 1930px !important
}

.min-w-1930 {
    min-width: 1930px !important
}

.w-1935 {
    box-sizing: border-box;
    width: 1935px !important
}

.h-1935 {
    height: 1935px !important
}

.min-w-1935 {
    min-width: 1935px !important
}

.w-1940 {
    box-sizing: border-box;
    width: 1940px !important
}

.h-1940 {
    height: 1940px !important
}

.min-w-1940 {
    min-width: 1940px !important
}

.w-1945 {
    box-sizing: border-box;
    width: 1945px !important
}

.h-1945 {
    height: 1945px !important
}

.min-w-1945 {
    min-width: 1945px !important
}

.w-1950 {
    box-sizing: border-box;
    width: 1950px !important
}

.h-1950 {
    height: 1950px !important
}

.min-w-1950 {
    min-width: 1950px !important
}

.w-1955 {
    box-sizing: border-box;
    width: 1955px !important
}

.h-1955 {
    height: 1955px !important
}

.min-w-1955 {
    min-width: 1955px !important
}

.w-1960 {
    box-sizing: border-box;
    width: 1960px !important
}

.h-1960 {
    height: 1960px !important
}

.min-w-1960 {
    min-width: 1960px !important
}

.w-1965 {
    box-sizing: border-box;
    width: 1965px !important
}

.h-1965 {
    height: 1965px !important
}

.min-w-1965 {
    min-width: 1965px !important
}

.w-1970 {
    box-sizing: border-box;
    width: 1970px !important
}

.h-1970 {
    height: 1970px !important
}

.min-w-1970 {
    min-width: 1970px !important
}

.w-1975 {
    box-sizing: border-box;
    width: 1975px !important
}

.h-1975 {
    height: 1975px !important
}

.min-w-1975 {
    min-width: 1975px !important
}

.w-1980 {
    box-sizing: border-box;
    width: 1980px !important
}

.h-1980 {
    height: 1980px !important
}

.min-w-1980 {
    min-width: 1980px !important
}

.w-1985 {
    box-sizing: border-box;
    width: 1985px !important
}

.h-1985 {
    height: 1985px !important
}

.min-w-1985 {
    min-width: 1985px !important
}

.w-1990 {
    box-sizing: border-box;
    width: 1990px !important
}

.h-1990 {
    height: 1990px !important
}

.min-w-1990 {
    min-width: 1990px !important
}

.w-1995 {
    box-sizing: border-box;
    width: 1995px !important
}

.h-1995 {
    height: 1995px !important
}

.min-w-1995 {
    min-width: 1995px !important
}

.w-2000 {
    box-sizing: border-box;
    width: 2000px !important
}

.h-2000 {
    height: 2000px !important
}

.min-w-2000 {
    min-width: 2000px !important
}

.h-38 {
    height: 38px !important
}

.m-w-0 {
    max-width: 0px !important
}

.m-w-10 {
    max-width: 10px !important
}

.m-w-20 {
    max-width: 20px !important
}

.m-w-30 {
    max-width: 30px !important
}

.m-w-40 {
    max-width: 40px !important
}

.m-w-50 {
    max-width: 50px !important
}

.m-w-60 {
    max-width: 60px !important
}

.m-w-70 {
    max-width: 70px !important
}

.m-w-80 {
    max-width: 80px !important
}

.m-w-90 {
    max-width: 90px !important
}

.m-w-100 {
    max-width: 100px !important
}

.m-w-110 {
    max-width: 110px !important
}

.m-w-120 {
    max-width: 120px !important
}

.m-w-130 {
    max-width: 130px !important
}

.m-w-140 {
    max-width: 140px !important
}

.m-w-150 {
    max-width: 150px !important
}

.m-w-160 {
    max-width: 160px !important
}

.m-w-170 {
    max-width: 170px !important
}

.m-w-180 {
    max-width: 180px !important
}

.m-w-190 {
    max-width: 190px !important
}

.m-w-200 {
    max-width: 200px !important
}

.m-w-210 {
    max-width: 210px !important
}

.m-w-220 {
    max-width: 220px !important
}

.m-w-230 {
    max-width: 230px !important
}

.m-w-240 {
    max-width: 240px !important
}

.m-w-250 {
    max-width: 250px !important
}

.m-w-260 {
    max-width: 260px !important
}

.m-w-270 {
    max-width: 270px !important
}

.m-w-280 {
    max-width: 280px !important
}

.m-w-290 {
    max-width: 290px !important
}

.m-w-300 {
    max-width: 300px !important
}

.m-w-310 {
    max-width: 310px !important
}

.m-w-320 {
    max-width: 320px !important
}

.m-w-330 {
    max-width: 330px !important
}

.m-w-340 {
    max-width: 340px !important
}

.m-w-350 {
    max-width: 350px !important
}

.m-w-360 {
    max-width: 360px !important
}

.m-w-370 {
    max-width: 370px !important
}

.m-w-380 {
    max-width: 380px !important
}

.m-w-390 {
    max-width: 390px !important
}

.m-w-400 {
    max-width: 400px !important
}

.m-w-0 {
    max-width: 0px !important
}

.m-w-50 {
    max-width: 50px !important
}

.m-w-100 {
    max-width: 100px !important
}

.m-w-150 {
    max-width: 150px !important
}

.m-w-200 {
    max-width: 200px !important
}

.m-w-250 {
    max-width: 250px !important
}

.m-w-300 {
    max-width: 300px !important
}

.m-w-350 {
    max-width: 350px !important
}

.m-w-400 {
    max-width: 400px !important
}

.m-w-450 {
    max-width: 450px !important
}

.m-w-500 {
    max-width: 500px !important
}

.m-w-550 {
    max-width: 550px !important
}

.m-w-600 {
    max-width: 600px !important
}

.m-w-650 {
    max-width: 650px !important
}

.m-w-700 {
    max-width: 700px !important
}

.m-w-750 {
    max-width: 750px !important
}

.m-w-800 {
    max-width: 800px !important
}

.m-w-850 {
    max-width: 850px !important
}

.m-w-900 {
    max-width: 900px !important
}

.m-w-950 {
    max-width: 950px !important
}

.m-w-1000 {
    max-width: 1000px !important
}

.m-w-1050 {
    max-width: 1050px !important
}

.m-w-1100 {
    max-width: 1100px !important
}

.m-w-1150 {
    max-width: 1150px !important
}

.m-w-1200 {
    max-width: 1200px !important
}

.m-w-1250 {
    max-width: 1250px !important
}

.m-w-1300 {
    max-width: 1300px !important
}

.m-w-1350 {
    max-width: 1350px !important
}

.m-w-1400 {
    max-width: 1400px !important
}

.m-w-1450 {
    max-width: 1450px !important
}

.m-w-1500 {
    max-width: 1500px !important
}

.m-w-1550 {
    max-width: 1550px !important
}

.m-w-1600 {
    max-width: 1600px !important
}

.m-w-1650 {
    max-width: 1650px !important
}

.m-w-1700 {
    max-width: 1700px !important
}

.m-w-1750 {
    max-width: 1750px !important
}

.m-w-1800 {
    max-width: 1800px !important
}

.m-w-1850 {
    max-width: 1850px !important
}

.m-w-1900 {
    max-width: 1900px !important
}

.m-w-1950 {
    max-width: 1950px !important
}

.m-w-2000 {
    max-width: 2000px !important
}

.m-h-0 {
    max-height: 0px !important
}

.m-h-10 {
    max-height: 10px !important
}

.m-h-20 {
    max-height: 20px !important
}

.m-h-30 {
    max-height: 30px !important
}

.m-h-40 {
    max-height: 40px !important
}

.m-h-50 {
    max-height: 50px !important
}

.m-h-60 {
    max-height: 60px !important
}

.m-h-70 {
    max-height: 70px !important
}

.m-h-80 {
    max-height: 80px !important
}

.m-h-90 {
    max-height: 90px !important
}

.m-h-100 {
    max-height: 100px !important
}

.m-h-110 {
    max-height: 110px !important
}

.m-h-120 {
    max-height: 120px !important
}

.m-h-130 {
    max-height: 130px !important
}

.m-h-140 {
    max-height: 140px !important
}

.m-h-150 {
    max-height: 150px !important
}

.m-h-160 {
    max-height: 160px !important
}

.m-h-170 {
    max-height: 170px !important
}

.m-h-180 {
    max-height: 180px !important
}

.m-h-190 {
    max-height: 190px !important
}

.m-h-200 {
    max-height: 200px !important
}

.m-h-210 {
    max-height: 210px !important
}

.m-h-220 {
    max-height: 220px !important
}

.m-h-230 {
    max-height: 230px !important
}

.m-h-240 {
    max-height: 240px !important
}

.m-h-250 {
    max-height: 250px !important
}

.m-h-260 {
    max-height: 260px !important
}

.m-h-270 {
    max-height: 270px !important
}

.m-h-280 {
    max-height: 280px !important
}

.m-h-290 {
    max-height: 290px !important
}

.m-h-300 {
    max-height: 300px !important
}

.m-h-310 {
    max-height: 310px !important
}

.m-h-320 {
    max-height: 320px !important
}

.m-h-330 {
    max-height: 330px !important
}

.m-h-340 {
    max-height: 340px !important
}

.m-h-350 {
    max-height: 350px !important
}

.m-h-360 {
    max-height: 360px !important
}

.m-h-370 {
    max-height: 370px !important
}

.m-h-380 {
    max-height: 380px !important
}

.m-h-390 {
    max-height: 390px !important
}

.m-h-400 {
    max-height: 400px !important
}

.m-h-0 {
    max-height: 0px !important
}

.m-h-50 {
    max-height: 50px !important
}

.m-h-100 {
    max-height: 100px !important
}

.m-h-150 {
    max-height: 150px !important
}

.m-h-200 {
    max-height: 200px !important
}

.m-h-250 {
    max-height: 250px !important
}

.m-h-300 {
    max-height: 300px !important
}

.m-h-350 {
    max-height: 350px !important
}

.m-h-400 {
    max-height: 400px !important
}

.m-h-450 {
    max-height: 450px !important
}

.m-h-500 {
    max-height: 500px !important
}

.m-h-550 {
    max-height: 550px !important
}

.m-h-600 {
    max-height: 600px !important
}

.m-h-650 {
    max-height: 650px !important
}

.m-h-700 {
    max-height: 700px !important
}

.m-h-750 {
    max-height: 750px !important
}

.m-h-800 {
    max-height: 800px !important
}

.m-h-850 {
    max-height: 850px !important
}

.m-h-900 {
    max-height: 900px !important
}

.m-h-950 {
    max-height: 950px !important
}

.m-h-1000 {
    max-height: 1000px !important
}

.m-h-1050 {
    max-height: 1050px !important
}

.m-h-1100 {
    max-height: 1100px !important
}

.m-h-1150 {
    max-height: 1150px !important
}

.m-h-1200 {
    max-height: 1200px !important
}

.m-h-1250 {
    max-height: 1250px !important
}

.m-h-1300 {
    max-height: 1300px !important
}

.m-h-1350 {
    max-height: 1350px !important
}

.m-h-1400 {
    max-height: 1400px !important
}

.m-h-1450 {
    max-height: 1450px !important
}

.m-h-1500 {
    max-height: 1500px !important
}

.m-h-1550 {
    max-height: 1550px !important
}

.m-h-1600 {
    max-height: 1600px !important
}

.m-h-1650 {
    max-height: 1650px !important
}

.m-h-1700 {
    max-height: 1700px !important
}

.m-h-1750 {
    max-height: 1750px !important
}

.m-h-1800 {
    max-height: 1800px !important
}

.m-h-1850 {
    max-height: 1850px !important
}

.m-h-1900 {
    max-height: 1900px !important
}

.m-h-1950 {
    max-height: 1950px !important
}

.m-h-2000 {
    max-height: 2000px !important
}

.t-0 {
    top: 0% !important
}

.t-5 {
    top: 5% !important
}

.t-10 {
    top: 10% !important
}

.t-15 {
    top: 15% !important
}

.t-20 {
    top: 20% !important
}

.t-25 {
    top: 25% !important
}

.t-30 {
    top: 30% !important
}

.t-35 {
    top: 35% !important
}

.t-40 {
    top: 40% !important
}

.t-45 {
    top: 45% !important
}

.t-50 {
    top: 50% !important
}

.t-55 {
    top: 55% !important
}

.t-60 {
    top: 60% !important
}

.t-65 {
    top: 65% !important
}

.t-70 {
    top: 70% !important
}

.t-75 {
    top: 75% !important
}

.t-80 {
    top: 80% !important
}

.t-85 {
    top: 85% !important
}

.t-90 {
    top: 90% !important
}

.t-95 {
    top: 95% !important
}

.t-100 {
    top: 100% !important
}

.l-h-0 {
    line-height: 0px !important
}

.f-z-0 {
    font-size: 0px
}

.f-z-0-i {
    font-size: 0px !important
}

.l-h-1 {
    line-height: 1px !important
}

.f-z-1 {
    font-size: 1px
}

.f-z-1-i {
    font-size: 1px !important
}

.l-h-2 {
    line-height: 2px !important
}

.f-z-2 {
    font-size: 2px
}

.f-z-2-i {
    font-size: 2px !important
}

.l-h-3 {
    line-height: 3px !important
}

.f-z-3 {
    font-size: 3px
}

.f-z-3-i {
    font-size: 3px !important
}

.l-h-4 {
    line-height: 4px !important
}

.f-z-4 {
    font-size: 4px
}

.f-z-4-i {
    font-size: 4px !important
}

.l-h-5 {
    line-height: 5px !important
}

.f-z-5 {
    font-size: 5px
}

.f-z-5-i {
    font-size: 5px !important
}

.l-h-6 {
    line-height: 6px !important
}

.f-z-6 {
    font-size: 6px
}

.f-z-6-i {
    font-size: 6px !important
}

.l-h-7 {
    line-height: 7px !important
}

.f-z-7 {
    font-size: 7px
}

.f-z-7-i {
    font-size: 7px !important
}

.l-h-8 {
    line-height: 8px !important
}

.f-z-8 {
    font-size: 8px
}

.f-z-8-i {
    font-size: 8px !important
}

.l-h-9 {
    line-height: 9px !important
}

.f-z-9 {
    font-size: 9px
}

.f-z-9-i {
    font-size: 9px !important
}

.l-h-10 {
    line-height: 10px !important
}

.f-z-10 {
    font-size: 10px
}

.f-z-10-i {
    font-size: 10px !important
}

.l-h-11 {
    line-height: 11px !important
}

.f-z-11 {
    font-size: 11px
}

.f-z-11-i {
    font-size: 11px !important
}

.l-h-12 {
    line-height: 12px !important
}

.f-z-12 {
    font-size: 12px
}

.f-z-12-i {
    font-size: 12px !important
}

.l-h-13 {
    line-height: 13px !important
}

.f-z-13 {
    font-size: 13px
}

.f-z-13-i {
    font-size: 13px !important
}

.l-h-14 {
    line-height: 14px !important
}

.f-z-14 {
    font-size: 14px
}

.f-z-14-i {
    font-size: 14px !important
}

.l-h-15 {
    line-height: 15px !important
}

.f-z-15 {
    font-size: 15px
}

.f-z-15-i {
    font-size: 15px !important
}

.l-h-16 {
    line-height: 16px !important
}

.f-z-16 {
    font-size: 16px
}

.f-z-16-i {
    font-size: 16px !important
}

.l-h-17 {
    line-height: 17px !important
}

.f-z-17 {
    font-size: 17px
}

.f-z-17-i {
    font-size: 17px !important
}

.l-h-18 {
    line-height: 18px !important
}

.f-z-18 {
    font-size: 18px
}

.f-z-18-i {
    font-size: 18px !important
}

.l-h-19 {
    line-height: 19px !important
}

.f-z-19 {
    font-size: 19px
}

.f-z-19-i {
    font-size: 19px !important
}

.l-h-20 {
    line-height: 20px !important
}

.f-z-20 {
    font-size: 20px
}

.f-z-20-i {
    font-size: 20px !important
}

.l-h-21 {
    line-height: 21px !important
}

.f-z-21 {
    font-size: 21px
}

.f-z-21-i {
    font-size: 21px !important
}

.l-h-22 {
    line-height: 22px !important
}

.f-z-22 {
    font-size: 22px
}

.f-z-22-i {
    font-size: 22px !important
}

.l-h-23 {
    line-height: 23px !important
}

.f-z-23 {
    font-size: 23px
}

.f-z-23-i {
    font-size: 23px !important
}

.l-h-24 {
    line-height: 24px !important
}

.f-z-24 {
    font-size: 24px
}

.f-z-24-i {
    font-size: 24px !important
}

.l-h-25 {
    line-height: 25px !important
}

.f-z-25 {
    font-size: 25px
}

.f-z-25-i {
    font-size: 25px !important
}

.l-h-26 {
    line-height: 26px !important
}

.f-z-26 {
    font-size: 26px
}

.f-z-26-i {
    font-size: 26px !important
}

.l-h-27 {
    line-height: 27px !important
}

.f-z-27 {
    font-size: 27px
}

.f-z-27-i {
    font-size: 27px !important
}

.l-h-28 {
    line-height: 28px !important
}

.f-z-28 {
    font-size: 28px
}

.f-z-28-i {
    font-size: 28px !important
}

.l-h-29 {
    line-height: 29px !important
}

.f-z-29 {
    font-size: 29px
}

.f-z-29-i {
    font-size: 29px !important
}

.l-h-30 {
    line-height: 30px !important
}

.f-z-30 {
    font-size: 30px
}

.f-z-30-i {
    font-size: 30px !important
}

.l-h-31 {
    line-height: 31px !important
}

.f-z-31 {
    font-size: 31px
}

.f-z-31-i {
    font-size: 31px !important
}

.l-h-32 {
    line-height: 32px !important
}

.f-z-32 {
    font-size: 32px
}

.f-z-32-i {
    font-size: 32px !important
}

.l-h-33 {
    line-height: 33px !important
}

.f-z-33 {
    font-size: 33px
}

.f-z-33-i {
    font-size: 33px !important
}

.l-h-34 {
    line-height: 34px !important
}

.f-z-34 {
    font-size: 34px
}

.f-z-34-i {
    font-size: 34px !important
}

.l-h-35 {
    line-height: 35px !important
}

.f-z-35 {
    font-size: 35px
}

.f-z-35-i {
    font-size: 35px !important
}

.l-h-36 {
    line-height: 36px !important
}

.f-z-36 {
    font-size: 36px
}

.f-z-36-i {
    font-size: 36px !important
}

.l-h-37 {
    line-height: 37px !important
}

.f-z-37 {
    font-size: 37px
}

.f-z-37-i {
    font-size: 37px !important
}

.l-h-38 {
    line-height: 38px !important
}

.f-z-38 {
    font-size: 38px
}

.f-z-38-i {
    font-size: 38px !important
}

.l-h-39 {
    line-height: 39px !important
}

.f-z-39 {
    font-size: 39px
}

.f-z-39-i {
    font-size: 39px !important
}

.l-h-40 {
    line-height: 40px !important
}

.f-z-40 {
    font-size: 40px
}

.f-z-40-i {
    font-size: 40px !important
}

.l-h-41 {
    line-height: 41px !important
}

.f-z-41 {
    font-size: 41px
}

.f-z-41-i {
    font-size: 41px !important
}

.l-h-42 {
    line-height: 42px !important
}

.f-z-42 {
    font-size: 42px
}

.f-z-42-i {
    font-size: 42px !important
}

.l-h-43 {
    line-height: 43px !important
}

.f-z-43 {
    font-size: 43px
}

.f-z-43-i {
    font-size: 43px !important
}

.l-h-44 {
    line-height: 44px !important
}

.f-z-44 {
    font-size: 44px
}

.f-z-44-i {
    font-size: 44px !important
}

.l-h-45 {
    line-height: 45px !important
}

.f-z-45 {
    font-size: 45px
}

.f-z-45-i {
    font-size: 45px !important
}

.l-h-46 {
    line-height: 46px !important
}

.f-z-46 {
    font-size: 46px
}

.f-z-46-i {
    font-size: 46px !important
}

.l-h-47 {
    line-height: 47px !important
}

.f-z-47 {
    font-size: 47px
}

.f-z-47-i {
    font-size: 47px !important
}

.l-h-48 {
    line-height: 48px !important
}

.f-z-48 {
    font-size: 48px
}

.f-z-48-i {
    font-size: 48px !important
}

.l-h-49 {
    line-height: 49px !important
}

.f-z-49 {
    font-size: 49px
}

.f-z-49-i {
    font-size: 49px !important
}

.l-h-50 {
    line-height: 50px !important
}

.f-z-50 {
    font-size: 50px
}

.f-z-50-i {
    font-size: 50px !important
}

i.juice {
    width: 28px;
    height: 28px;
    background: url("/project/img/ice-icon.svg") no-repeat center
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.m-l-r-a {
    margin-right: auto;
    margin-left: auto
}

.font-default {
    color: #12263f
}

.font-light {
    color: #95aac9
}

.font-normal {
    color: #6e84a3
}

.font-dark {
    color: #283e59
}

.font-primary {
    color: #2e7ae6
}

.font-secondary {
    color: #6e84a3
}

.font-success {
    color: #00d97e
}

.font-warning {
    color: #f6c343
}

.font-danger {
    color: #e63757
}

.font-info {
    color: #39afd1
}

.font-light-color {
    color: #edf2f9
}

.font-dark-color {
    color: #12263f
}

.font-default-i {
    color: #12263f !important
}

.font-light-i {
    color: #95aac9 !important
}

.font-normal-i {
    color: #6e84a3 !important
}

.font-dark-i {
    color: #283e59 !important
}

.font-primary-i {
    color: #2e7ae6 !important
}

.font-secondary-i {
    color: #6e84a3 !important
}

.font-success-i {
    color: #00d97e !important
}

.font-warning-i {
    color: #f6c343 !important
}

.font-danger-i {
    color: #e63757 !important
}

.font-info-i {
    color: #39afd1 !important
}

.font-light-color-i {
    color: #edf2f9 !important
}

.font-dark-color-i {
    color: #12263f !important
}

.hover-font-default:hover {
    color: #12263f
}

.hover-font-light:hover {
    color: #95aac9
}

.hover-font-normal:hover {
    color: #6e84a3
}

.hover-font-dark:hover {
    color: #283e59
}

.hover-font-primary:hover {
    color: #2e7ae6
}

.hover-font-secondary:hover {
    color: #6e84a3
}

.hover-font-success:hover {
    color: #00d97e
}

.hover-font-warning:hover {
    color: #f6c343
}

.hover-font-danger:hover {
    color: #e63757
}

.hover-font-info:hover {
    color: #39afd1
}

.hover-font-light-color:hover {
    color: #edf2f9
}

.hover-font-dark-color:hover {
    color: #12263f
}

.hover-font-default-darken:hover {
    color: #070e17
}

.hover-font-light-darken:hover {
    color: #738fb8
}

.hover-font-normal-darken:hover {
    color: #566b88
}

.hover-font-dark-darken:hover {
    color: #182536
}

.hover-font-primary-darken:hover {
    color: #1861c9
}

.hover-font-secondary-darken:hover {
    color: #566b88
}

.hover-font-success-darken:hover {
    color: #00a660
}

.hover-font-warning-darken:hover {
    color: #f4b312
}

.hover-font-danger-darken:hover {
    color: #d01a3b
}

.hover-font-info-darken:hover {
    color: #2991ae
}

.hover-font-light-color-darken:hover {
    color: #c7d6ec
}

.hover-font-dark-color-darken:hover {
    color: #070e17
}

.bg-primary {
    background-color: #2e7ae6
}

.bg-secondary {
    background-color: #6e84a3
}

.bg-success {
    background-color: #00d97e
}

.bg-warning-light {
    background-color: #fbe2a4
}

.bg-warning {
    background-color: #f6c343
}

.bg-danger-light {
    background-color: #f192a3
}

.bg-danger {
    background-color: #e63757
}

.bg-info {
    background-color: #39afd1
}

.bg-light {
    background-color: #edf2f9
}

.bg-dark {
    background-color: #12263f
}

.font-bold {
    font-weight: 800
}

.input-block .label {
    padding-bottom: calc(6px + 2px);
    font-size: 14px;
    font-weight: 400;
    color: #12263f
}

.input-block .desc {
    padding-bottom: calc(6px + 2px);
    font-size: 12px;
    font-weight: 400;
    color: #95aac9
}

.input-block .label+.desc {
    margin-top: -5px;
    padding-bottom: calc(6px + 2px)
}

.input-block.checkbox-block .label {
    display: none
}

.input-block.checkbox-block .desc {
    margin-top: 2px;
    margin-left: 30px;
    padding-bottom: 0
}

.input-block.is-invalid input,.input-block .custom-is-invalid input {
    border-color: #e63757 !important
}

.input-block.is-invalid textarea,.input-block .custom-is-invalid textarea {
    border-color: #e63757 !important
}

.input-block.is-invalid ul,.input-block .custom-is-invalid ul {
    border-color: #e63757 !important
}

.input-block.is-invalid .select-selected,.input-block .custom-is-invalid .select-selected {
    border-color: #e63757 !important
}

.input-block.is-invalid div.simple-file,.input-block .custom-is-invalid div.simple-file {
    border-color: #e63757 !important
}

.input-block.is-invalid .validation-hint,.input-block .custom-is-invalid .validation-hint {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #e63757
}

.hide-opacity {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0 !important;
    opacity: 0;
    pointer-events: none
}

.ws-nowrap {
    white-space: nowrap
}

.alert {
    padding: 12px 24px;
    color: #ffffff
}

.alert.primary {
    background: #2e7ae6
}

.alert.success {
    background: #00d97e
}

.alert.warning {
    background: #f6c343
}

.alert.danger {
    background: #e63757
}

.empty-data {
    padding: 24px;
    color: #6e84a3
}

.cursor-default {
    cursor: default !important
}

.word-break {
    word-break: break-word
}

.flex-center {
    display: flex !important;
    align-items: center
}

.pointer {
    cursor: pointer
}

.enable-copy-to-clipboard:active {
    background-color: #f6c343 !important;
    transition: all .2s ease
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
