@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Quicksand-Light.ttf) format("truetype")
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Quicksand-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Quicksand-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Quicksand-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Quicksand-Bold.ttf) format("truetype")
}

@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ShantellSans-Medium.ttf) format("truetype")
}

@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ShantellSans-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ShantellSans-Bold.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg")
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-time:before {
    content: "\e900";
    font-family: "icomoon";
}

.icon-nav:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-right-go:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-x:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-phone-ring:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-earth:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.d-flex {
    display: flex
}

.d-flex.inline {
    display: inline-flex
}

.d-flex.wrap {
    flex-wrap: wrap
}

.align-items-flex-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-flex-end {
    align-items: flex-end
}

.justify-content-flex-start {
    justify-content: flex-start
}

.justify-content-center {
    justify-content: center
}

.justify-content-flex-end {
    justify-content: flex-end
}

.justify-content-space-between {
    justify-content: space-between
}

.justify-content-space-around {
    justify-content: space-around
}

.gap-4 {
    gap: 4px
}

.row-gap-4 {
    row-gap: 4px
}

.column-gap-4 {
    -moz-column-gap: 4px;
    column-gap: 4px
}

.gap-6 {
    gap: 6px
}

.row-gap-6 {
    row-gap: 6px
}

.column-gap-6 {
    -moz-column-gap: 6px;
    column-gap: 6px
}

.gap-8 {
    gap: 8px
}

.row-gap-8 {
    row-gap: 8px
}

.column-gap-8 {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.gap-12 {
    gap: 12px
}

.row-gap-12 {
    row-gap: 12px
}

.column-gap-12 {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.gap-14 {
    gap: 14px
}

.row-gap-14 {
    row-gap: 14px
}

.column-gap-14 {
    -moz-column-gap: 14px;
    column-gap: 14px
}

.gap-16 {
    gap: 16px
}

.row-gap-16 {
    row-gap: 16px
}

.column-gap-16 {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.gap-20 {
    gap: 20px
}

.row-gap-20 {
    row-gap: 20px
}

.column-gap-20 {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.gap-24 {
    gap: 24px
}

.row-gap-24 {
    row-gap: 24px
}

.column-gap-24 {
    -moz-column-gap: 24px;
    column-gap: 24px
}

.gap-30 {
    gap: 30px
}

.row-gap-30 {
    row-gap: 30px
}

.column-gap-30 {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.flex-basis-0 {
    flex-basis: 0%
}

.flex-basis-1 {
    flex-basis: 1%
}

.flex-basis-2 {
    flex-basis: 2%
}

.flex-basis-3 {
    flex-basis: 3%
}

.flex-basis-4 {
    flex-basis: 4%
}

.flex-basis-5 {
    flex-basis: 5%
}

.flex-basis-6 {
    flex-basis: 6%
}

.flex-basis-7 {
    flex-basis: 7%
}

.flex-basis-8 {
    flex-basis: 8%
}

.flex-basis-9 {
    flex-basis: 9%
}

.flex-basis-10 {
    flex-basis: 10%
}

.flex-basis-11 {
    flex-basis: 11%
}

.flex-basis-12 {
    flex-basis: 12%
}

.flex-basis-13 {
    flex-basis: 13%
}

.flex-basis-14 {
    flex-basis: 14%
}

.flex-basis-15 {
    flex-basis: 15%
}

.flex-basis-16 {
    flex-basis: 16%
}

.flex-basis-17 {
    flex-basis: 17%
}

.flex-basis-18 {
    flex-basis: 18%
}

.flex-basis-19 {
    flex-basis: 19%
}

.flex-basis-20 {
    flex-basis: 20%
}

.flex-basis-21 {
    flex-basis: 21%
}

.flex-basis-22 {
    flex-basis: 22%
}

.flex-basis-23 {
    flex-basis: 23%
}

.flex-basis-24 {
    flex-basis: 24%
}

.flex-basis-25 {
    flex-basis: 25%
}

.flex-basis-26 {
    flex-basis: 26%
}

.flex-basis-27 {
    flex-basis: 27%
}

.flex-basis-28 {
    flex-basis: 28%
}

.flex-basis-29 {
    flex-basis: 29%
}

.flex-basis-30 {
    flex-basis: 30%
}

.flex-basis-31 {
    flex-basis: 31%
}

.flex-basis-32 {
    flex-basis: 32%
}

.flex-basis-33 {
    flex-basis: 33%
}

.flex-basis-34 {
    flex-basis: 34%
}

.flex-basis-35 {
    flex-basis: 35%
}

.flex-basis-36 {
    flex-basis: 36%
}

.flex-basis-37 {
    flex-basis: 37%
}

.flex-basis-38 {
    flex-basis: 38%
}

.flex-basis-39 {
    flex-basis: 39%
}

.flex-basis-40 {
    flex-basis: 40%
}

.flex-basis-41 {
    flex-basis: 41%
}

.flex-basis-42 {
    flex-basis: 42%
}

.flex-basis-43 {
    flex-basis: 43%
}

.flex-basis-44 {
    flex-basis: 44%
}

.flex-basis-45 {
    flex-basis: 45%
}

.flex-basis-46 {
    flex-basis: 46%
}

.flex-basis-47 {
    flex-basis: 47%
}

.flex-basis-48 {
    flex-basis: 48%
}

.flex-basis-49 {
    flex-basis: 49%
}

.flex-basis-50 {
    flex-basis: 50%
}

.flex-basis-51 {
    flex-basis: 51%
}

.flex-basis-52 {
    flex-basis: 52%
}

.flex-basis-53 {
    flex-basis: 53%
}

.flex-basis-54 {
    flex-basis: 54%
}

.flex-basis-55 {
    flex-basis: 55%
}

.flex-basis-56 {
    flex-basis: 56%
}

.flex-basis-57 {
    flex-basis: 57%
}

.flex-basis-58 {
    flex-basis: 58%
}

.flex-basis-59 {
    flex-basis: 59%
}

.flex-basis-60 {
    flex-basis: 60%
}

.flex-basis-61 {
    flex-basis: 61%
}

.flex-basis-62 {
    flex-basis: 62%
}

.flex-basis-63 {
    flex-basis: 63%
}

.flex-basis-64 {
    flex-basis: 64%
}

.flex-basis-65 {
    flex-basis: 65%
}

.flex-basis-66 {
    flex-basis: 66%
}

.flex-basis-67 {
    flex-basis: 67%
}

.flex-basis-68 {
    flex-basis: 68%
}

.flex-basis-69 {
    flex-basis: 69%
}

.flex-basis-70 {
    flex-basis: 70%
}

.flex-basis-71 {
    flex-basis: 71%
}

.flex-basis-72 {
    flex-basis: 72%
}

.flex-basis-73 {
    flex-basis: 73%
}

.flex-basis-74 {
    flex-basis: 74%
}

.flex-basis-75 {
    flex-basis: 75%
}

.flex-basis-76 {
    flex-basis: 76%
}

.flex-basis-77 {
    flex-basis: 77%
}

.flex-basis-78 {
    flex-basis: 78%
}

.flex-basis-79 {
    flex-basis: 79%
}

.flex-basis-80 {
    flex-basis: 80%
}

.flex-basis-81 {
    flex-basis: 81%
}

.flex-basis-82 {
    flex-basis: 82%
}

.flex-basis-83 {
    flex-basis: 83%
}

.flex-basis-84 {
    flex-basis: 84%
}

.flex-basis-85 {
    flex-basis: 85%
}

.flex-basis-86 {
    flex-basis: 86%
}

.flex-basis-87 {
    flex-basis: 87%
}

.flex-basis-88 {
    flex-basis: 88%
}

.flex-basis-89 {
    flex-basis: 89%
}

.flex-basis-90 {
    flex-basis: 90%
}

.flex-basis-91 {
    flex-basis: 91%
}

.flex-basis-92 {
    flex-basis: 92%
}

.flex-basis-93 {
    flex-basis: 93%
}

.flex-basis-94 {
    flex-basis: 94%
}

.flex-basis-95 {
    flex-basis: 95%
}

.flex-basis-96 {
    flex-basis: 96%
}

.flex-basis-97 {
    flex-basis: 97%
}

.flex-basis-98 {
    flex-basis: 98%
}

.flex-basis-99 {
    flex-basis: 99%
}

.flex-basis-100 {
    flex-basis: 100%
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.ph-0, .pl-0 {
    padding-left: 0
}

.ph-0 {
    padding-right: 0
}

.pv-0 {
    padding-bottom: 0;
    padding-top: 0
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mh-0, .ml-0 {
    margin-left: 0 !important
}

.mh-0 {
    margin-right: 0 !important
}

.mv-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.p-2 {
    padding: 2px
}

.pt-2 {
    padding-top: 2px
}

.pr-2 {
    padding-right: 2px
}

.pb-2 {
    padding-bottom: 2px
}

.ph-2, .pl-2 {
    padding-left: 2px
}

.ph-2 {
    padding-right: 2px
}

.pv-2 {
    padding-bottom: 2px;
    padding-top: 2px
}

.m-2 {
    margin: 2px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mr-2 {
    margin-right: 2px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mh-2, .ml-2 {
    margin-left: 2px !important
}

.mh-2 {
    margin-right: 2px !important
}

.mv-2 {
    margin-bottom: 2px !important;
    margin-top: 2px !important
}

.p-4 {
    padding: 4px
}

.pt-4 {
    padding-top: 4px
}

.pr-4 {
    padding-right: 4px
}

.pb-4 {
    padding-bottom: 4px
}

.ph-4, .pl-4 {
    padding-left: 4px
}

.ph-4 {
    padding-right: 4px
}

.pv-4 {
    padding-bottom: 4px;
    padding-top: 4px
}

.m-4 {
    margin: 4px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mr-4 {
    margin-right: 4px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mh-4, .ml-4 {
    margin-left: 4px !important
}

.mh-4 {
    margin-right: 4px !important
}

.mv-4 {
    margin-bottom: 4px !important;
    margin-top: 4px !important
}

.p-6 {
    padding: 6px
}

.pt-6 {
    padding-top: 6px
}

.pr-6 {
    padding-right: 6px
}

.pb-6 {
    padding-bottom: 6px
}

.ph-6, .pl-6 {
    padding-left: 6px
}

.ph-6 {
    padding-right: 6px
}

.pv-6 {
    padding-bottom: 6px;
    padding-top: 6px
}

.m-6 {
    margin: 6px !important
}

.mt-6 {
    margin-top: 6px !important
}

.mr-6 {
    margin-right: 6px !important
}

.mb-6 {
    margin-bottom: 6px !important
}

.mh-6, .ml-6 {
    margin-left: 6px !important
}

.mh-6 {
    margin-right: 6px !important
}

.mv-6 {
    margin-bottom: 6px !important;
    margin-top: 6px !important
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.ph-8, .pl-8 {
    padding-left: 8px
}

.ph-8 {
    padding-right: 8px
}

.pv-8 {
    padding-bottom: 8px;
    padding-top: 8px
}

.m-8 {
    margin: 8px !important
}

.mt-8 {
    margin-top: 8px !important
}

.mr-8 {
    margin-right: 8px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mh-8, .ml-8 {
    margin-left: 8px !important
}

.mh-8 {
    margin-right: 8px !important
}

.mv-8 {
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

.p-10 {
    padding: 10px
}

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ph-10, .pl-10 {
    padding-left: 10px
}

.ph-10 {
    padding-right: 10px
}

.pv-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

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

.mt-10 {
    margin-top: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mh-10, .ml-10 {
    margin-left: 10px !important
}

.mh-10 {
    margin-right: 10px !important
}

.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.p-12 {
    padding: 12px
}

.pt-12 {
    padding-top: 12px
}

.pr-12 {
    padding-right: 12px
}

.pb-12 {
    padding-bottom: 12px
}

.ph-12, .pl-12 {
    padding-left: 12px
}

.ph-12 {
    padding-right: 12px
}

.pv-12 {
    padding-bottom: 12px;
    padding-top: 12px
}

.m-12 {
    margin: 12px !important
}

.mt-12 {
    margin-top: 12px !important
}

.mr-12 {
    margin-right: 12px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mh-12, .ml-12 {
    margin-left: 12px !important
}

.mh-12 {
    margin-right: 12px !important
}

.mv-12 {
    margin-bottom: 12px !important;
    margin-top: 12px !important
}

.p-14 {
    padding: 14px
}

.pt-14 {
    padding-top: 14px
}

.pr-14 {
    padding-right: 14px
}

.pb-14 {
    padding-bottom: 14px
}

.ph-14, .pl-14 {
    padding-left: 14px
}

.ph-14 {
    padding-right: 14px
}

.pv-14 {
    padding-bottom: 14px;
    padding-top: 14px
}

.m-14 {
    margin: 14px !important
}

.mt-14 {
    margin-top: 14px !important
}

.mr-14 {
    margin-right: 14px !important
}

.mb-14 {
    margin-bottom: 14px !important
}

.mh-14, .ml-14 {
    margin-left: 14px !important
}

.mh-14 {
    margin-right: 14px !important
}

.mv-14 {
    margin-bottom: 14px !important;
    margin-top: 14px !important
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.ph-16, .pl-16 {
    padding-left: 16px
}

.ph-16 {
    padding-right: 16px
}

.pv-16 {
    padding-bottom: 16px;
    padding-top: 16px
}

.m-16 {
    margin: 16px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mr-16 {
    margin-right: 16px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mh-16, .ml-16 {
    margin-left: 16px !important
}

.mh-16 {
    margin-right: 16px !important
}

.mv-16 {
    margin-bottom: 16px !important;
    margin-top: 16px !important
}

.p-18 {
    padding: 18px
}

.pt-18 {
    padding-top: 18px
}

.pr-18 {
    padding-right: 18px
}

.pb-18 {
    padding-bottom: 18px
}

.ph-18, .pl-18 {
    padding-left: 18px
}

.ph-18 {
    padding-right: 18px
}

.pv-18 {
    padding-bottom: 18px;
    padding-top: 18px
}

.m-18 {
    margin: 18px !important
}

.mt-18 {
    margin-top: 18px !important
}

.mr-18 {
    margin-right: 18px !important
}

.mb-18 {
    margin-bottom: 18px !important
}

.mh-18, .ml-18 {
    margin-left: 18px !important
}

.mh-18 {
    margin-right: 18px !important
}

.mv-18 {
    margin-bottom: 18px !important;
    margin-top: 18px !important
}

.p-20 {
    padding: 20px
}

.pt-20 {
    padding-top: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ph-20, .pl-20 {
    padding-left: 20px
}

.ph-20 {
    padding-right: 20px
}

.pv-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

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

.mt-20 {
    margin-top: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mh-20, .ml-20 {
    margin-left: 20px !important
}

.mh-20 {
    margin-right: 20px !important
}

.mv-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.p-22 {
    padding: 22px
}

.pt-22 {
    padding-top: 22px
}

.pr-22 {
    padding-right: 22px
}

.pb-22 {
    padding-bottom: 22px
}

.ph-22, .pl-22 {
    padding-left: 22px
}

.ph-22 {
    padding-right: 22px
}

.pv-22 {
    padding-bottom: 22px;
    padding-top: 22px
}

.m-22 {
    margin: 22px !important
}

.mt-22 {
    margin-top: 22px !important
}

.mr-22 {
    margin-right: 22px !important
}

.mb-22 {
    margin-bottom: 22px !important
}

.mh-22, .ml-22 {
    margin-left: 22px !important
}

.mh-22 {
    margin-right: 22px !important
}

.mv-22 {
    margin-bottom: 22px !important;
    margin-top: 22px !important
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.ph-24, .pl-24 {
    padding-left: 24px
}

.ph-24 {
    padding-right: 24px
}

.pv-24 {
    padding-bottom: 24px;
    padding-top: 24px
}

.m-24 {
    margin: 24px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mr-24 {
    margin-right: 24px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.mh-24, .ml-24 {
    margin-left: 24px !important
}

.mh-24 {
    margin-right: 24px !important
}

.mv-24 {
    margin-bottom: 24px !important;
    margin-top: 24px !important
}

.p-26 {
    padding: 26px
}

.pt-26 {
    padding-top: 26px
}

.pr-26 {
    padding-right: 26px
}

.pb-26 {
    padding-bottom: 26px
}

.ph-26, .pl-26 {
    padding-left: 26px
}

.ph-26 {
    padding-right: 26px
}

.pv-26 {
    padding-bottom: 26px;
    padding-top: 26px
}

.m-26 {
    margin: 26px !important
}

.mt-26 {
    margin-top: 26px !important
}

.mr-26 {
    margin-right: 26px !important
}

.mb-26 {
    margin-bottom: 26px !important
}

.mh-26, .ml-26 {
    margin-left: 26px !important
}

.mh-26 {
    margin-right: 26px !important
}

.mv-26 {
    margin-bottom: 26px !important;
    margin-top: 26px !important
}

.p-28 {
    padding: 28px
}

.pt-28 {
    padding-top: 28px
}

.pr-28 {
    padding-right: 28px
}

.pb-28 {
    padding-bottom: 28px
}

.ph-28, .pl-28 {
    padding-left: 28px
}

.ph-28 {
    padding-right: 28px
}

.pv-28 {
    padding-bottom: 28px;
    padding-top: 28px
}

.m-28 {
    margin: 28px !important
}

.mt-28 {
    margin-top: 28px !important
}

.mr-28 {
    margin-right: 28px !important
}

.mb-28 {
    margin-bottom: 28px !important
}

.mh-28, .ml-28 {
    margin-left: 28px !important
}

.mh-28 {
    margin-right: 28px !important
}

.mv-28 {
    margin-bottom: 28px !important;
    margin-top: 28px !important
}

.p-30 {
    padding: 30px
}

.pt-30 {
    padding-top: 30px
}

.pr-30 {
    padding-right: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ph-30, .pl-30 {
    padding-left: 30px
}

.ph-30 {
    padding-right: 30px
}

.pv-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

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

.mt-30 {
    margin-top: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mh-30, .ml-30 {
    margin-left: 30px !important
}

.mh-30 {
    margin-right: 30px !important
}

.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.ph-32, .pl-32 {
    padding-left: 32px
}

.ph-32 {
    padding-right: 32px
}

.pv-32 {
    padding-bottom: 32px;
    padding-top: 32px
}

.m-32 {
    margin: 32px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mr-32 {
    margin-right: 32px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.mh-32, .ml-32 {
    margin-left: 32px !important
}

.mh-32 {
    margin-right: 32px !important
}

.mv-32 {
    margin-bottom: 32px !important;
    margin-top: 32px !important
}

.p-34 {
    padding: 34px
}

.pt-34 {
    padding-top: 34px
}

.pr-34 {
    padding-right: 34px
}

.pb-34 {
    padding-bottom: 34px
}

.ph-34, .pl-34 {
    padding-left: 34px
}

.ph-34 {
    padding-right: 34px
}

.pv-34 {
    padding-bottom: 34px;
    padding-top: 34px
}

.m-34 {
    margin: 34px !important
}

.mt-34 {
    margin-top: 34px !important
}

.mr-34 {
    margin-right: 34px !important
}

.mb-34 {
    margin-bottom: 34px !important
}

.mh-34, .ml-34 {
    margin-left: 34px !important
}

.mh-34 {
    margin-right: 34px !important
}

.mv-34 {
    margin-bottom: 34px !important;
    margin-top: 34px !important
}

.p-36 {
    padding: 36px
}

.pt-36 {
    padding-top: 36px
}

.pr-36 {
    padding-right: 36px
}

.pb-36 {
    padding-bottom: 36px
}

.ph-36, .pl-36 {
    padding-left: 36px
}

.ph-36 {
    padding-right: 36px
}

.pv-36 {
    padding-bottom: 36px;
    padding-top: 36px
}

.m-36 {
    margin: 36px !important
}

.mt-36 {
    margin-top: 36px !important
}

.mr-36 {
    margin-right: 36px !important
}

.mb-36 {
    margin-bottom: 36px !important
}

.mh-36, .ml-36 {
    margin-left: 36px !important
}

.mh-36 {
    margin-right: 36px !important
}

.mv-36 {
    margin-bottom: 36px !important;
    margin-top: 36px !important
}

.p-38 {
    padding: 38px
}

.pt-38 {
    padding-top: 38px
}

.pr-38 {
    padding-right: 38px
}

.pb-38 {
    padding-bottom: 38px
}

.ph-38, .pl-38 {
    padding-left: 38px
}

.ph-38 {
    padding-right: 38px
}

.pv-38 {
    padding-bottom: 38px;
    padding-top: 38px
}

.m-38 {
    margin: 38px !important
}

.mt-38 {
    margin-top: 38px !important
}

.mr-38 {
    margin-right: 38px !important
}

.mb-38 {
    margin-bottom: 38px !important
}

.mh-38, .ml-38 {
    margin-left: 38px !important
}

.mh-38 {
    margin-right: 38px !important
}

.mv-38 {
    margin-bottom: 38px !important;
    margin-top: 38px !important
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ph-40, .pl-40 {
    padding-left: 40px
}

.ph-40 {
    padding-right: 40px
}

.pv-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

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

.mt-40 {
    margin-top: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mh-40, .ml-40 {
    margin-left: 40px !important
}

.mh-40 {
    margin-right: 40px !important
}

.mv-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.p-42 {
    padding: 42px
}

.pt-42 {
    padding-top: 42px
}

.pr-42 {
    padding-right: 42px
}

.pb-42 {
    padding-bottom: 42px
}

.ph-42, .pl-42 {
    padding-left: 42px
}

.ph-42 {
    padding-right: 42px
}

.pv-42 {
    padding-bottom: 42px;
    padding-top: 42px
}

.m-42 {
    margin: 42px !important
}

.mt-42 {
    margin-top: 42px !important
}

.mr-42 {
    margin-right: 42px !important
}

.mb-42 {
    margin-bottom: 42px !important
}

.mh-42, .ml-42 {
    margin-left: 42px !important
}

.mh-42 {
    margin-right: 42px !important
}

.mv-42 {
    margin-bottom: 42px !important;
    margin-top: 42px !important
}

.p-44 {
    padding: 44px
}

.pt-44 {
    padding-top: 44px
}

.pr-44 {
    padding-right: 44px
}

.pb-44 {
    padding-bottom: 44px
}

.ph-44, .pl-44 {
    padding-left: 44px
}

.ph-44 {
    padding-right: 44px
}

.pv-44 {
    padding-bottom: 44px;
    padding-top: 44px
}

.m-44 {
    margin: 44px !important
}

.mt-44 {
    margin-top: 44px !important
}

.mr-44 {
    margin-right: 44px !important
}

.mb-44 {
    margin-bottom: 44px !important
}

.mh-44, .ml-44 {
    margin-left: 44px !important
}

.mh-44 {
    margin-right: 44px !important
}

.mv-44 {
    margin-bottom: 44px !important;
    margin-top: 44px !important
}

.p-46 {
    padding: 46px
}

.pt-46 {
    padding-top: 46px
}

.pr-46 {
    padding-right: 46px
}

.pb-46 {
    padding-bottom: 46px
}

.ph-46, .pl-46 {
    padding-left: 46px
}

.ph-46 {
    padding-right: 46px
}

.pv-46 {
    padding-bottom: 46px;
    padding-top: 46px
}

.m-46 {
    margin: 46px !important
}

.mt-46 {
    margin-top: 46px !important
}

.mr-46 {
    margin-right: 46px !important
}

.mb-46 {
    margin-bottom: 46px !important
}

.mh-46, .ml-46 {
    margin-left: 46px !important
}

.mh-46 {
    margin-right: 46px !important
}

.mv-46 {
    margin-bottom: 46px !important;
    margin-top: 46px !important
}

.p-48 {
    padding: 48px
}

.pt-48 {
    padding-top: 48px
}

.pr-48 {
    padding-right: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.ph-48, .pl-48 {
    padding-left: 48px
}

.ph-48 {
    padding-right: 48px
}

.pv-48 {
    padding-bottom: 48px;
    padding-top: 48px
}

.m-48 {
    margin: 48px !important
}

.mt-48 {
    margin-top: 48px !important
}

.mr-48 {
    margin-right: 48px !important
}

.mb-48 {
    margin-bottom: 48px !important
}

.mh-48, .ml-48 {
    margin-left: 48px !important
}

.mh-48 {
    margin-right: 48px !important
}

.mv-48 {
    margin-bottom: 48px !important;
    margin-top: 48px !important
}

.p-50 {
    padding: 50px
}

.pt-50 {
    padding-top: 50px
}

.pr-50 {
    padding-right: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ph-50, .pl-50 {
    padding-left: 50px
}

.ph-50 {
    padding-right: 50px
}

.pv-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

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

.mt-50 {
    margin-top: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mh-50, .ml-50 {
    margin-left: 50px !important
}

.mh-50 {
    margin-right: 50px !important
}

.mv-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important
}

.p-52 {
    padding: 52px
}

.pt-52 {
    padding-top: 52px
}

.pr-52 {
    padding-right: 52px
}

.pb-52 {
    padding-bottom: 52px
}

.ph-52, .pl-52 {
    padding-left: 52px
}

.ph-52 {
    padding-right: 52px
}

.pv-52 {
    padding-bottom: 52px;
    padding-top: 52px
}

.m-52 {
    margin: 52px !important
}

.mt-52 {
    margin-top: 52px !important
}

.mr-52 {
    margin-right: 52px !important
}

.mb-52 {
    margin-bottom: 52px !important
}

.mh-52, .ml-52 {
    margin-left: 52px !important
}

.mh-52 {
    margin-right: 52px !important
}

.mv-52 {
    margin-bottom: 52px !important;
    margin-top: 52px !important
}

.p-54 {
    padding: 54px
}

.pt-54 {
    padding-top: 54px
}

.pr-54 {
    padding-right: 54px
}

.pb-54 {
    padding-bottom: 54px
}

.ph-54, .pl-54 {
    padding-left: 54px
}

.ph-54 {
    padding-right: 54px
}

.pv-54 {
    padding-bottom: 54px;
    padding-top: 54px
}

.m-54 {
    margin: 54px !important
}

.mt-54 {
    margin-top: 54px !important
}

.mr-54 {
    margin-right: 54px !important
}

.mb-54 {
    margin-bottom: 54px !important
}

.mh-54, .ml-54 {
    margin-left: 54px !important
}

.mh-54 {
    margin-right: 54px !important
}

.mv-54 {
    margin-bottom: 54px !important;
    margin-top: 54px !important
}

.p-56 {
    padding: 56px
}

.pt-56 {
    padding-top: 56px
}

.pr-56 {
    padding-right: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.ph-56, .pl-56 {
    padding-left: 56px
}

.ph-56 {
    padding-right: 56px
}

.pv-56 {
    padding-bottom: 56px;
    padding-top: 56px
}

.m-56 {
    margin: 56px !important
}

.mt-56 {
    margin-top: 56px !important
}

.mr-56 {
    margin-right: 56px !important
}

.mb-56 {
    margin-bottom: 56px !important
}

.mh-56, .ml-56 {
    margin-left: 56px !important
}

.mh-56 {
    margin-right: 56px !important
}

.mv-56 {
    margin-bottom: 56px !important;
    margin-top: 56px !important
}

.p-58 {
    padding: 58px
}

.pt-58 {
    padding-top: 58px
}

.pr-58 {
    padding-right: 58px
}

.pb-58 {
    padding-bottom: 58px
}

.ph-58, .pl-58 {
    padding-left: 58px
}

.ph-58 {
    padding-right: 58px
}

.pv-58 {
    padding-bottom: 58px;
    padding-top: 58px
}

.m-58 {
    margin: 58px !important
}

.mt-58 {
    margin-top: 58px !important
}

.mr-58 {
    margin-right: 58px !important
}

.mb-58 {
    margin-bottom: 58px !important
}

.mh-58, .ml-58 {
    margin-left: 58px !important
}

.mh-58 {
    margin-right: 58px !important
}

.mv-58 {
    margin-bottom: 58px !important;
    margin-top: 58px !important
}

.p-60 {
    padding: 60px
}

.pt-60 {
    padding-top: 60px
}

.pr-60 {
    padding-right: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.ph-60, .pl-60 {
    padding-left: 60px
}

.ph-60 {
    padding-right: 60px
}

.pv-60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.m-60 {
    margin: 60px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mh-60, .ml-60 {
    margin-left: 60px !important
}

.mh-60 {
    margin-right: 60px !important
}

.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important
}

.p-62 {
    padding: 62px
}

.pt-62 {
    padding-top: 62px
}

.pr-62 {
    padding-right: 62px
}

.pb-62 {
    padding-bottom: 62px
}

.ph-62, .pl-62 {
    padding-left: 62px
}

.ph-62 {
    padding-right: 62px
}

.pv-62 {
    padding-bottom: 62px;
    padding-top: 62px
}

.m-62 {
    margin: 62px !important
}

.mt-62 {
    margin-top: 62px !important
}

.mr-62 {
    margin-right: 62px !important
}

.mb-62 {
    margin-bottom: 62px !important
}

.mh-62, .ml-62 {
    margin-left: 62px !important
}

.mh-62 {
    margin-right: 62px !important
}

.mv-62 {
    margin-bottom: 62px !important;
    margin-top: 62px !important
}

.p-64 {
    padding: 64px
}

.pt-64 {
    padding-top: 64px
}

.pr-64 {
    padding-right: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.ph-64, .pl-64 {
    padding-left: 64px
}

.ph-64 {
    padding-right: 64px
}

.pv-64 {
    padding-bottom: 64px;
    padding-top: 64px
}

.m-64 {
    margin: 64px !important
}

.mt-64 {
    margin-top: 64px !important
}

.mr-64 {
    margin-right: 64px !important
}

.mb-64 {
    margin-bottom: 64px !important
}

.mh-64, .ml-64 {
    margin-left: 64px !important
}

.mh-64 {
    margin-right: 64px !important
}

.mv-64 {
    margin-bottom: 64px !important;
    margin-top: 64px !important
}

.p-66 {
    padding: 66px
}

.pt-66 {
    padding-top: 66px
}

.pr-66 {
    padding-right: 66px
}

.pb-66 {
    padding-bottom: 66px
}

.ph-66, .pl-66 {
    padding-left: 66px
}

.ph-66 {
    padding-right: 66px
}

.pv-66 {
    padding-bottom: 66px;
    padding-top: 66px
}

.m-66 {
    margin: 66px !important
}

.mt-66 {
    margin-top: 66px !important
}

.mr-66 {
    margin-right: 66px !important
}

.mb-66 {
    margin-bottom: 66px !important
}

.mh-66, .ml-66 {
    margin-left: 66px !important
}

.mh-66 {
    margin-right: 66px !important
}

.mv-66 {
    margin-bottom: 66px !important;
    margin-top: 66px !important
}

.p-68 {
    padding: 68px
}

.pt-68 {
    padding-top: 68px
}

.pr-68 {
    padding-right: 68px
}

.pb-68 {
    padding-bottom: 68px
}

.ph-68, .pl-68 {
    padding-left: 68px
}

.ph-68 {
    padding-right: 68px
}

.pv-68 {
    padding-bottom: 68px;
    padding-top: 68px
}

.m-68 {
    margin: 68px !important
}

.mt-68 {
    margin-top: 68px !important
}

.mr-68 {
    margin-right: 68px !important
}

.mb-68 {
    margin-bottom: 68px !important
}

.mh-68, .ml-68 {
    margin-left: 68px !important
}

.mh-68 {
    margin-right: 68px !important
}

.mv-68 {
    margin-bottom: 68px !important;
    margin-top: 68px !important
}

.p-70 {
    padding: 70px
}

.pt-70 {
    padding-top: 70px
}

.pr-70 {
    padding-right: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.ph-70, .pl-70 {
    padding-left: 70px
}

.ph-70 {
    padding-right: 70px
}

.pv-70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.m-70 {
    margin: 70px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mh-70, .ml-70 {
    margin-left: 70px !important
}

.mh-70 {
    margin-right: 70px !important
}

.mv-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important
}

.p-72 {
    padding: 72px
}

.pt-72 {
    padding-top: 72px
}

.pr-72 {
    padding-right: 72px
}

.pb-72 {
    padding-bottom: 72px
}

.ph-72, .pl-72 {
    padding-left: 72px
}

.ph-72 {
    padding-right: 72px
}

.pv-72 {
    padding-bottom: 72px;
    padding-top: 72px
}

.m-72 {
    margin: 72px !important
}

.mt-72 {
    margin-top: 72px !important
}

.mr-72 {
    margin-right: 72px !important
}

.mb-72 {
    margin-bottom: 72px !important
}

.mh-72, .ml-72 {
    margin-left: 72px !important
}

.mh-72 {
    margin-right: 72px !important
}

.mv-72 {
    margin-bottom: 72px !important;
    margin-top: 72px !important
}

.p-74 {
    padding: 74px
}

.pt-74 {
    padding-top: 74px
}

.pr-74 {
    padding-right: 74px
}

.pb-74 {
    padding-bottom: 74px
}

.ph-74, .pl-74 {
    padding-left: 74px
}

.ph-74 {
    padding-right: 74px
}

.pv-74 {
    padding-bottom: 74px;
    padding-top: 74px
}

.m-74 {
    margin: 74px !important
}

.mt-74 {
    margin-top: 74px !important
}

.mr-74 {
    margin-right: 74px !important
}

.mb-74 {
    margin-bottom: 74px !important
}

.mh-74, .ml-74 {
    margin-left: 74px !important
}

.mh-74 {
    margin-right: 74px !important
}

.mv-74 {
    margin-bottom: 74px !important;
    margin-top: 74px !important
}

.p-76 {
    padding: 76px
}

.pt-76 {
    padding-top: 76px
}

.pr-76 {
    padding-right: 76px
}

.pb-76 {
    padding-bottom: 76px
}

.ph-76, .pl-76 {
    padding-left: 76px
}

.ph-76 {
    padding-right: 76px
}

.pv-76 {
    padding-bottom: 76px;
    padding-top: 76px
}

.m-76 {
    margin: 76px !important
}

.mt-76 {
    margin-top: 76px !important
}

.mr-76 {
    margin-right: 76px !important
}

.mb-76 {
    margin-bottom: 76px !important
}

.mh-76, .ml-76 {
    margin-left: 76px !important
}

.mh-76 {
    margin-right: 76px !important
}

.mv-76 {
    margin-bottom: 76px !important;
    margin-top: 76px !important
}

.p-78 {
    padding: 78px
}

.pt-78 {
    padding-top: 78px
}

.pr-78 {
    padding-right: 78px
}

.pb-78 {
    padding-bottom: 78px
}

.ph-78, .pl-78 {
    padding-left: 78px
}

.ph-78 {
    padding-right: 78px
}

.pv-78 {
    padding-bottom: 78px;
    padding-top: 78px
}

.m-78 {
    margin: 78px !important
}

.mt-78 {
    margin-top: 78px !important
}

.mr-78 {
    margin-right: 78px !important
}

.mb-78 {
    margin-bottom: 78px !important
}

.mh-78, .ml-78 {
    margin-left: 78px !important
}

.mh-78 {
    margin-right: 78px !important
}

.mv-78 {
    margin-bottom: 78px !important;
    margin-top: 78px !important
}

.p-80 {
    padding: 80px
}

.pt-80 {
    padding-top: 80px
}

.pr-80 {
    padding-right: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.ph-80, .pl-80 {
    padding-left: 80px
}

.ph-80 {
    padding-right: 80px
}

.pv-80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.m-80 {
    margin: 80px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mh-80, .ml-80 {
    margin-left: 80px !important
}

.mh-80 {
    margin-right: 80px !important
}

.mv-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important
}

.p-82 {
    padding: 82px
}

.pt-82 {
    padding-top: 82px
}

.pr-82 {
    padding-right: 82px
}

.pb-82 {
    padding-bottom: 82px
}

.ph-82, .pl-82 {
    padding-left: 82px
}

.ph-82 {
    padding-right: 82px
}

.pv-82 {
    padding-bottom: 82px;
    padding-top: 82px
}

.m-82 {
    margin: 82px !important
}

.mt-82 {
    margin-top: 82px !important
}

.mr-82 {
    margin-right: 82px !important
}

.mb-82 {
    margin-bottom: 82px !important
}

.mh-82, .ml-82 {
    margin-left: 82px !important
}

.mh-82 {
    margin-right: 82px !important
}

.mv-82 {
    margin-bottom: 82px !important;
    margin-top: 82px !important
}

.p-84 {
    padding: 84px
}

.pt-84 {
    padding-top: 84px
}

.pr-84 {
    padding-right: 84px
}

.pb-84 {
    padding-bottom: 84px
}

.ph-84, .pl-84 {
    padding-left: 84px
}

.ph-84 {
    padding-right: 84px
}

.pv-84 {
    padding-bottom: 84px;
    padding-top: 84px
}

.m-84 {
    margin: 84px !important
}

.mt-84 {
    margin-top: 84px !important
}

.mr-84 {
    margin-right: 84px !important
}

.mb-84 {
    margin-bottom: 84px !important
}

.mh-84, .ml-84 {
    margin-left: 84px !important
}

.mh-84 {
    margin-right: 84px !important
}

.mv-84 {
    margin-bottom: 84px !important;
    margin-top: 84px !important
}

.p-86 {
    padding: 86px
}

.pt-86 {
    padding-top: 86px
}

.pr-86 {
    padding-right: 86px
}

.pb-86 {
    padding-bottom: 86px
}

.ph-86, .pl-86 {
    padding-left: 86px
}

.ph-86 {
    padding-right: 86px
}

.pv-86 {
    padding-bottom: 86px;
    padding-top: 86px
}

.m-86 {
    margin: 86px !important
}

.mt-86 {
    margin-top: 86px !important
}

.mr-86 {
    margin-right: 86px !important
}

.mb-86 {
    margin-bottom: 86px !important
}

.mh-86, .ml-86 {
    margin-left: 86px !important
}

.mh-86 {
    margin-right: 86px !important
}

.mv-86 {
    margin-bottom: 86px !important;
    margin-top: 86px !important
}

.p-88 {
    padding: 88px
}

.pt-88 {
    padding-top: 88px
}

.pr-88 {
    padding-right: 88px
}

.pb-88 {
    padding-bottom: 88px
}

.ph-88, .pl-88 {
    padding-left: 88px
}

.ph-88 {
    padding-right: 88px
}

.pv-88 {
    padding-bottom: 88px;
    padding-top: 88px
}

.m-88 {
    margin: 88px !important
}

.mt-88 {
    margin-top: 88px !important
}

.mr-88 {
    margin-right: 88px !important
}

.mb-88 {
    margin-bottom: 88px !important
}

.mh-88, .ml-88 {
    margin-left: 88px !important
}

.mh-88 {
    margin-right: 88px !important
}

.mv-88 {
    margin-bottom: 88px !important;
    margin-top: 88px !important
}

.p-90 {
    padding: 90px
}

.pt-90 {
    padding-top: 90px
}

.pr-90 {
    padding-right: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.ph-90, .pl-90 {
    padding-left: 90px
}

.ph-90 {
    padding-right: 90px
}

.pv-90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.m-90 {
    margin: 90px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mh-90, .ml-90 {
    margin-left: 90px !important
}

.mh-90 {
    margin-right: 90px !important
}

.mv-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important
}

.p-92 {
    padding: 92px
}

.pt-92 {
    padding-top: 92px
}

.pr-92 {
    padding-right: 92px
}

.pb-92 {
    padding-bottom: 92px
}

.ph-92, .pl-92 {
    padding-left: 92px
}

.ph-92 {
    padding-right: 92px
}

.pv-92 {
    padding-bottom: 92px;
    padding-top: 92px
}

.m-92 {
    margin: 92px !important
}

.mt-92 {
    margin-top: 92px !important
}

.mr-92 {
    margin-right: 92px !important
}

.mb-92 {
    margin-bottom: 92px !important
}

.mh-92, .ml-92 {
    margin-left: 92px !important
}

.mh-92 {
    margin-right: 92px !important
}

.mv-92 {
    margin-bottom: 92px !important;
    margin-top: 92px !important
}

.p-94 {
    padding: 94px
}

.pt-94 {
    padding-top: 94px
}

.pr-94 {
    padding-right: 94px
}

.pb-94 {
    padding-bottom: 94px
}

.ph-94, .pl-94 {
    padding-left: 94px
}

.ph-94 {
    padding-right: 94px
}

.pv-94 {
    padding-bottom: 94px;
    padding-top: 94px
}

.m-94 {
    margin: 94px !important
}

.mt-94 {
    margin-top: 94px !important
}

.mr-94 {
    margin-right: 94px !important
}

.mb-94 {
    margin-bottom: 94px !important
}

.mh-94, .ml-94 {
    margin-left: 94px !important
}

.mh-94 {
    margin-right: 94px !important
}

.mv-94 {
    margin-bottom: 94px !important;
    margin-top: 94px !important
}

.p-96 {
    padding: 96px
}

.pt-96 {
    padding-top: 96px
}

.pr-96 {
    padding-right: 96px
}

.pb-96 {
    padding-bottom: 96px
}

.ph-96, .pl-96 {
    padding-left: 96px
}

.ph-96 {
    padding-right: 96px
}

.pv-96 {
    padding-bottom: 96px;
    padding-top: 96px
}

.m-96 {
    margin: 96px !important
}

.mt-96 {
    margin-top: 96px !important
}

.mr-96 {
    margin-right: 96px !important
}

.mb-96 {
    margin-bottom: 96px !important
}

.mh-96, .ml-96 {
    margin-left: 96px !important
}

.mh-96 {
    margin-right: 96px !important
}

.mv-96 {
    margin-bottom: 96px !important;
    margin-top: 96px !important
}

.p-98 {
    padding: 98px
}

.pt-98 {
    padding-top: 98px
}

.pr-98 {
    padding-right: 98px
}

.pb-98 {
    padding-bottom: 98px
}

.ph-98, .pl-98 {
    padding-left: 98px
}

.ph-98 {
    padding-right: 98px
}

.pv-98 {
    padding-bottom: 98px;
    padding-top: 98px
}

.m-98 {
    margin: 98px !important
}

.mt-98 {
    margin-top: 98px !important
}

.mr-98 {
    margin-right: 98px !important
}

.mb-98 {
    margin-bottom: 98px !important
}

.mh-98, .ml-98 {
    margin-left: 98px !important
}

.mh-98 {
    margin-right: 98px !important
}

.mv-98 {
    margin-bottom: 98px !important;
    margin-top: 98px !important
}

.p-100 {
    padding: 100px
}

.pt-100 {
    padding-top: 100px
}

.pr-100 {
    padding-right: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ph-100, .pl-100 {
    padding-left: 100px
}

.ph-100 {
    padding-right: 100px
}

.pv-100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.m-100 {
    margin: 100px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mh-100, .ml-100 {
    margin-left: 100px !important
}

.mh-100 {
    margin-right: 100px !important
}

.mv-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important
}

.width-30 {
    width: 30px
}

.height-30 {
    height: 30px
}

.min-height-30 {
    min-height: 30px
}

.max-height-30 {
    max-height: 30px
}

.min-width-30 {
    min-width: 30px
}

.max-width-30 {
    max-width: 30px
}

.width-32 {
    width: 32px
}

.height-32 {
    height: 32px
}

.min-height-32 {
    min-height: 32px
}

.max-height-32 {
    max-height: 32px
}

.min-width-32 {
    min-width: 32px
}

.max-width-32 {
    max-width: 32px
}

.width-34 {
    width: 34px
}

.height-34 {
    height: 34px
}

.min-height-34 {
    min-height: 34px
}

.max-height-34 {
    max-height: 34px
}

.min-width-34 {
    min-width: 34px
}

.max-width-34 {
    max-width: 34px
}

.width-36 {
    width: 36px
}

.height-36 {
    height: 36px
}

.min-height-36 {
    min-height: 36px
}

.max-height-36 {
    max-height: 36px
}

.min-width-36 {
    min-width: 36px
}

.max-width-36 {
    max-width: 36px
}

.width-38 {
    width: 38px
}

.height-38 {
    height: 38px
}

.min-height-38 {
    min-height: 38px
}

.max-height-38 {
    max-height: 38px
}

.min-width-38 {
    min-width: 38px
}

.max-width-38 {
    max-width: 38px
}

.width-40 {
    width: 40px
}

.height-40 {
    height: 40px
}

.min-height-40 {
    min-height: 40px
}

.max-height-40 {
    max-height: 40px
}

.min-width-40 {
    min-width: 40px
}

.max-width-40 {
    max-width: 40px
}

.width-42 {
    width: 42px
}

.height-42 {
    height: 42px
}

.min-height-42 {
    min-height: 42px
}

.max-height-42 {
    max-height: 42px
}

.min-width-42 {
    min-width: 42px
}

.max-width-42 {
    max-width: 42px
}

.width-44 {
    width: 44px
}

.height-44 {
    height: 44px
}

.min-height-44 {
    min-height: 44px
}

.max-height-44 {
    max-height: 44px
}

.min-width-44 {
    min-width: 44px
}

.max-width-44 {
    max-width: 44px
}

.width-46 {
    width: 46px
}

.height-46 {
    height: 46px
}

.min-height-46 {
    min-height: 46px
}

.max-height-46 {
    max-height: 46px
}

.min-width-46 {
    min-width: 46px
}

.max-width-46 {
    max-width: 46px
}

.width-48 {
    width: 48px
}

.height-48 {
    height: 48px
}

.min-height-48 {
    min-height: 48px
}

.max-height-48 {
    max-height: 48px
}

.min-width-48 {
    min-width: 48px
}

.max-width-48 {
    max-width: 48px
}

.width-50 {
    width: 50px
}

.height-50 {
    height: 50px
}

.min-height-50 {
    min-height: 50px
}

.max-height-50 {
    max-height: 50px
}

.min-width-50 {
    min-width: 50px
}

.max-width-50 {
    max-width: 50px
}

.width-52 {
    width: 52px
}

.height-52 {
    height: 52px
}

.min-height-52 {
    min-height: 52px
}

.max-height-52 {
    max-height: 52px
}

.min-width-52 {
    min-width: 52px
}

.max-width-52 {
    max-width: 52px
}

.width-54 {
    width: 54px
}

.height-54 {
    height: 54px
}

.min-height-54 {
    min-height: 54px
}

.max-height-54 {
    max-height: 54px
}

.min-width-54 {
    min-width: 54px
}

.max-width-54 {
    max-width: 54px
}

.width-56 {
    width: 56px
}

.height-56 {
    height: 56px
}

.min-height-56 {
    min-height: 56px
}

.max-height-56 {
    max-height: 56px
}

.min-width-56 {
    min-width: 56px
}

.max-width-56 {
    max-width: 56px
}

.width-58 {
    width: 58px
}

.height-58 {
    height: 58px
}

.min-height-58 {
    min-height: 58px
}

.max-height-58 {
    max-height: 58px
}

.min-width-58 {
    min-width: 58px
}

.max-width-58 {
    max-width: 58px
}

.width-60 {
    width: 60px
}

.height-60 {
    height: 60px
}

.min-height-60 {
    min-height: 60px
}

.max-height-60 {
    max-height: 60px
}

.min-width-60 {
    min-width: 60px
}

.max-width-60 {
    max-width: 60px
}

.width-62 {
    width: 62px
}

.height-62 {
    height: 62px
}

.min-height-62 {
    min-height: 62px
}

.max-height-62 {
    max-height: 62px
}

.min-width-62 {
    min-width: 62px
}

.max-width-62 {
    max-width: 62px
}

.width-64 {
    width: 64px
}

.height-64 {
    height: 64px
}

.min-height-64 {
    min-height: 64px
}

.max-height-64 {
    max-height: 64px
}

.min-width-64 {
    min-width: 64px
}

.max-width-64 {
    max-width: 64px
}

.width-66 {
    width: 66px
}

.height-66 {
    height: 66px
}

.min-height-66 {
    min-height: 66px
}

.max-height-66 {
    max-height: 66px
}

.min-width-66 {
    min-width: 66px
}

.max-width-66 {
    max-width: 66px
}

.width-68 {
    width: 68px
}

.height-68 {
    height: 68px
}

.min-height-68 {
    min-height: 68px
}

.max-height-68 {
    max-height: 68px
}

.min-width-68 {
    min-width: 68px
}

.max-width-68 {
    max-width: 68px
}

.width-70 {
    width: 70px
}

.height-70 {
    height: 70px
}

.min-height-70 {
    min-height: 70px
}

.max-height-70 {
    max-height: 70px
}

.min-width-70 {
    min-width: 70px
}

.max-width-70 {
    max-width: 70px
}

.width-72 {
    width: 72px
}

.height-72 {
    height: 72px
}

.min-height-72 {
    min-height: 72px
}

.max-height-72 {
    max-height: 72px
}

.min-width-72 {
    min-width: 72px
}

.max-width-72 {
    max-width: 72px
}

.width-74 {
    width: 74px
}

.height-74 {
    height: 74px
}

.min-height-74 {
    min-height: 74px
}

.max-height-74 {
    max-height: 74px
}

.min-width-74 {
    min-width: 74px
}

.max-width-74 {
    max-width: 74px
}

.width-76 {
    width: 76px
}

.height-76 {
    height: 76px
}

.min-height-76 {
    min-height: 76px
}

.max-height-76 {
    max-height: 76px
}

.min-width-76 {
    min-width: 76px
}

.max-width-76 {
    max-width: 76px
}

.width-78 {
    width: 78px
}

.height-78 {
    height: 78px
}

.min-height-78 {
    min-height: 78px
}

.max-height-78 {
    max-height: 78px
}

.min-width-78 {
    min-width: 78px
}

.max-width-78 {
    max-width: 78px
}

.width-80 {
    width: 80px
}

.height-80 {
    height: 80px
}

.min-height-80 {
    min-height: 80px
}

.max-height-80 {
    max-height: 80px
}

.min-width-80 {
    min-width: 80px
}

.max-width-80 {
    max-width: 80px
}

.width-82 {
    width: 82px
}

.height-82 {
    height: 82px
}

.min-height-82 {
    min-height: 82px
}

.max-height-82 {
    max-height: 82px
}

.min-width-82 {
    min-width: 82px
}

.max-width-82 {
    max-width: 82px
}

.width-84 {
    width: 84px
}

.height-84 {
    height: 84px
}

.min-height-84 {
    min-height: 84px
}

.max-height-84 {
    max-height: 84px
}

.min-width-84 {
    min-width: 84px
}

.max-width-84 {
    max-width: 84px
}

.width-86 {
    width: 86px
}

.height-86 {
    height: 86px
}

.min-height-86 {
    min-height: 86px
}

.max-height-86 {
    max-height: 86px
}

.min-width-86 {
    min-width: 86px
}

.max-width-86 {
    max-width: 86px
}

.width-88 {
    width: 88px
}

.height-88 {
    height: 88px
}

.min-height-88 {
    min-height: 88px
}

.max-height-88 {
    max-height: 88px
}

.min-width-88 {
    min-width: 88px
}

.max-width-88 {
    max-width: 88px
}

.width-90 {
    width: 90px
}

.height-90 {
    height: 90px
}

.min-height-90 {
    min-height: 90px
}

.max-height-90 {
    max-height: 90px
}

.min-width-90 {
    min-width: 90px
}

.max-width-90 {
    max-width: 90px
}

.width-92 {
    width: 92px
}

.height-92 {
    height: 92px
}

.min-height-92 {
    min-height: 92px
}

.max-height-92 {
    max-height: 92px
}

.min-width-92 {
    min-width: 92px
}

.max-width-92 {
    max-width: 92px
}

.width-94 {
    width: 94px
}

.height-94 {
    height: 94px
}

.min-height-94 {
    min-height: 94px
}

.max-height-94 {
    max-height: 94px
}

.min-width-94 {
    min-width: 94px
}

.max-width-94 {
    max-width: 94px
}

.width-96 {
    width: 96px
}

.height-96 {
    height: 96px
}

.min-height-96 {
    min-height: 96px
}

.max-height-96 {
    max-height: 96px
}

.min-width-96 {
    min-width: 96px
}

.max-width-96 {
    max-width: 96px
}

.width-98 {
    width: 98px
}

.height-98 {
    height: 98px
}

.min-height-98 {
    min-height: 98px
}

.max-height-98 {
    max-height: 98px
}

.min-width-98 {
    min-width: 98px
}

.max-width-98 {
    max-width: 98px
}

.width-100 {
    width: 100px
}

.height-100 {
    height: 100px
}

.min-height-100 {
    min-height: 100px
}

.max-height-100 {
    max-height: 100px
}

.min-width-100 {
    min-width: 100px
}

.max-width-100 {
    max-width: 100px
}

.width-102 {
    width: 102px
}

.height-102 {
    height: 102px
}

.min-height-102 {
    min-height: 102px
}

.max-height-102 {
    max-height: 102px
}

.min-width-102 {
    min-width: 102px
}

.max-width-102 {
    max-width: 102px
}

.width-104 {
    width: 104px
}

.height-104 {
    height: 104px
}

.min-height-104 {
    min-height: 104px
}

.max-height-104 {
    max-height: 104px
}

.min-width-104 {
    min-width: 104px
}

.max-width-104 {
    max-width: 104px
}

.width-106 {
    width: 106px
}

.height-106 {
    height: 106px
}

.min-height-106 {
    min-height: 106px
}

.max-height-106 {
    max-height: 106px
}

.min-width-106 {
    min-width: 106px
}

.max-width-106 {
    max-width: 106px
}

.width-108 {
    width: 108px
}

.height-108 {
    height: 108px
}

.min-height-108 {
    min-height: 108px
}

.max-height-108 {
    max-height: 108px
}

.min-width-108 {
    min-width: 108px
}

.max-width-108 {
    max-width: 108px
}

.width-110 {
    width: 110px
}

.height-110 {
    height: 110px
}

.min-height-110 {
    min-height: 110px
}

.max-height-110 {
    max-height: 110px
}

.min-width-110 {
    min-width: 110px
}

.max-width-110 {
    max-width: 110px
}

.width-112 {
    width: 112px
}

.height-112 {
    height: 112px
}

.min-height-112 {
    min-height: 112px
}

.max-height-112 {
    max-height: 112px
}

.min-width-112 {
    min-width: 112px
}

.max-width-112 {
    max-width: 112px
}

.width-114 {
    width: 114px
}

.height-114 {
    height: 114px
}

.min-height-114 {
    min-height: 114px
}

.max-height-114 {
    max-height: 114px
}

.min-width-114 {
    min-width: 114px
}

.max-width-114 {
    max-width: 114px
}

.width-116 {
    width: 116px
}

.height-116 {
    height: 116px
}

.min-height-116 {
    min-height: 116px
}

.max-height-116 {
    max-height: 116px
}

.min-width-116 {
    min-width: 116px
}

.max-width-116 {
    max-width: 116px
}

.width-118 {
    width: 118px
}

.height-118 {
    height: 118px
}

.min-height-118 {
    min-height: 118px
}

.max-height-118 {
    max-height: 118px
}

.min-width-118 {
    min-width: 118px
}

.max-width-118 {
    max-width: 118px
}

.width-120 {
    width: 120px
}

.height-120 {
    height: 120px
}

.min-height-120 {
    min-height: 120px
}

.max-height-120 {
    max-height: 120px
}

.min-width-120 {
    min-width: 120px
}

.max-width-120 {
    max-width: 120px
}

.width-122 {
    width: 122px
}

.height-122 {
    height: 122px
}

.min-height-122 {
    min-height: 122px
}

.max-height-122 {
    max-height: 122px
}

.min-width-122 {
    min-width: 122px
}

.max-width-122 {
    max-width: 122px
}

.width-124 {
    width: 124px
}

.height-124 {
    height: 124px
}

.min-height-124 {
    min-height: 124px
}

.max-height-124 {
    max-height: 124px
}

.min-width-124 {
    min-width: 124px
}

.max-width-124 {
    max-width: 124px
}

.width-126 {
    width: 126px
}

.height-126 {
    height: 126px
}

.min-height-126 {
    min-height: 126px
}

.max-height-126 {
    max-height: 126px
}

.min-width-126 {
    min-width: 126px
}

.max-width-126 {
    max-width: 126px
}

.width-128 {
    width: 128px
}

.height-128 {
    height: 128px
}

.min-height-128 {
    min-height: 128px
}

.max-height-128 {
    max-height: 128px
}

.min-width-128 {
    min-width: 128px
}

.max-width-128 {
    max-width: 128px
}

.width-130 {
    width: 130px
}

.height-130 {
    height: 130px
}

.min-height-130 {
    min-height: 130px
}

.max-height-130 {
    max-height: 130px
}

.min-width-130 {
    min-width: 130px
}

.max-width-130 {
    max-width: 130px
}

.width-132 {
    width: 132px
}

.height-132 {
    height: 132px
}

.min-height-132 {
    min-height: 132px
}

.max-height-132 {
    max-height: 132px
}

.min-width-132 {
    min-width: 132px
}

.max-width-132 {
    max-width: 132px
}

.width-134 {
    width: 134px
}

.height-134 {
    height: 134px
}

.min-height-134 {
    min-height: 134px
}

.max-height-134 {
    max-height: 134px
}

.min-width-134 {
    min-width: 134px
}

.max-width-134 {
    max-width: 134px
}

.width-136 {
    width: 136px
}

.height-136 {
    height: 136px
}

.min-height-136 {
    min-height: 136px
}

.max-height-136 {
    max-height: 136px
}

.min-width-136 {
    min-width: 136px
}

.max-width-136 {
    max-width: 136px
}

.width-138 {
    width: 138px
}

.height-138 {
    height: 138px
}

.min-height-138 {
    min-height: 138px
}

.max-height-138 {
    max-height: 138px
}

.min-width-138 {
    min-width: 138px
}

.max-width-138 {
    max-width: 138px
}

.width-140 {
    width: 140px
}

.height-140 {
    height: 140px
}

.min-height-140 {
    min-height: 140px
}

.max-height-140 {
    max-height: 140px
}

.min-width-140 {
    min-width: 140px
}

.max-width-140 {
    max-width: 140px
}

.width-142 {
    width: 142px
}

.height-142 {
    height: 142px
}

.min-height-142 {
    min-height: 142px
}

.max-height-142 {
    max-height: 142px
}

.min-width-142 {
    min-width: 142px
}

.max-width-142 {
    max-width: 142px
}

.width-144 {
    width: 144px
}

.height-144 {
    height: 144px
}

.min-height-144 {
    min-height: 144px
}

.max-height-144 {
    max-height: 144px
}

.min-width-144 {
    min-width: 144px
}

.max-width-144 {
    max-width: 144px
}

.width-146 {
    width: 146px
}

.height-146 {
    height: 146px
}

.min-height-146 {
    min-height: 146px
}

.max-height-146 {
    max-height: 146px
}

.min-width-146 {
    min-width: 146px
}

.max-width-146 {
    max-width: 146px
}

.width-148 {
    width: 148px
}

.height-148 {
    height: 148px
}

.min-height-148 {
    min-height: 148px
}

.max-height-148 {
    max-height: 148px
}

.min-width-148 {
    min-width: 148px
}

.max-width-148 {
    max-width: 148px
}

.width-150 {
    width: 150px
}

.height-150 {
    height: 150px
}

.min-height-150 {
    min-height: 150px
}

.max-height-150 {
    max-height: 150px
}

.min-width-150 {
    min-width: 150px
}

.max-width-150 {
    max-width: 150px
}

.width-152 {
    width: 152px
}

.height-152 {
    height: 152px
}

.min-height-152 {
    min-height: 152px
}

.max-height-152 {
    max-height: 152px
}

.min-width-152 {
    min-width: 152px
}

.max-width-152 {
    max-width: 152px
}

.width-154 {
    width: 154px
}

.height-154 {
    height: 154px
}

.min-height-154 {
    min-height: 154px
}

.max-height-154 {
    max-height: 154px
}

.min-width-154 {
    min-width: 154px
}

.max-width-154 {
    max-width: 154px
}

.width-156 {
    width: 156px
}

.height-156 {
    height: 156px
}

.min-height-156 {
    min-height: 156px
}

.max-height-156 {
    max-height: 156px
}

.min-width-156 {
    min-width: 156px
}

.max-width-156 {
    max-width: 156px
}

.width-158 {
    width: 158px
}

.height-158 {
    height: 158px
}

.min-height-158 {
    min-height: 158px
}

.max-height-158 {
    max-height: 158px
}

.min-width-158 {
    min-width: 158px
}

.max-width-158 {
    max-width: 158px
}

.width-160 {
    width: 160px
}

.height-160 {
    height: 160px
}

.min-height-160 {
    min-height: 160px
}

.max-height-160 {
    max-height: 160px
}

.min-width-160 {
    min-width: 160px
}

.max-width-160 {
    max-width: 160px
}

.width-162 {
    width: 162px
}

.height-162 {
    height: 162px
}

.min-height-162 {
    min-height: 162px
}

.max-height-162 {
    max-height: 162px
}

.min-width-162 {
    min-width: 162px
}

.max-width-162 {
    max-width: 162px
}

.width-164 {
    width: 164px
}

.height-164 {
    height: 164px
}

.min-height-164 {
    min-height: 164px
}

.max-height-164 {
    max-height: 164px
}

.min-width-164 {
    min-width: 164px
}

.max-width-164 {
    max-width: 164px
}

.width-166 {
    width: 166px
}

.height-166 {
    height: 166px
}

.min-height-166 {
    min-height: 166px
}

.max-height-166 {
    max-height: 166px
}

.min-width-166 {
    min-width: 166px
}

.max-width-166 {
    max-width: 166px
}

.width-168 {
    width: 168px
}

.height-168 {
    height: 168px
}

.min-height-168 {
    min-height: 168px
}

.max-height-168 {
    max-height: 168px
}

.min-width-168 {
    min-width: 168px
}

.max-width-168 {
    max-width: 168px
}

.width-170 {
    width: 170px
}

.height-170 {
    height: 170px
}

.min-height-170 {
    min-height: 170px
}

.max-height-170 {
    max-height: 170px
}

.min-width-170 {
    min-width: 170px
}

.max-width-170 {
    max-width: 170px
}

.width-172 {
    width: 172px
}

.height-172 {
    height: 172px
}

.min-height-172 {
    min-height: 172px
}

.max-height-172 {
    max-height: 172px
}

.min-width-172 {
    min-width: 172px
}

.max-width-172 {
    max-width: 172px
}

.width-174 {
    width: 174px
}

.height-174 {
    height: 174px
}

.min-height-174 {
    min-height: 174px
}

.max-height-174 {
    max-height: 174px
}

.min-width-174 {
    min-width: 174px
}

.max-width-174 {
    max-width: 174px
}

.width-176 {
    width: 176px
}

.height-176 {
    height: 176px
}

.min-height-176 {
    min-height: 176px
}

.max-height-176 {
    max-height: 176px
}

.min-width-176 {
    min-width: 176px
}

.max-width-176 {
    max-width: 176px
}

.width-178 {
    width: 178px
}

.height-178 {
    height: 178px
}

.min-height-178 {
    min-height: 178px
}

.max-height-178 {
    max-height: 178px
}

.min-width-178 {
    min-width: 178px
}

.max-width-178 {
    max-width: 178px
}

.width-180 {
    width: 180px
}

.height-180 {
    height: 180px
}

.min-height-180 {
    min-height: 180px
}

.max-height-180 {
    max-height: 180px
}

.min-width-180 {
    min-width: 180px
}

.max-width-180 {
    max-width: 180px
}

.width-182 {
    width: 182px
}

.height-182 {
    height: 182px
}

.min-height-182 {
    min-height: 182px
}

.max-height-182 {
    max-height: 182px
}

.min-width-182 {
    min-width: 182px
}

.max-width-182 {
    max-width: 182px
}

.width-184 {
    width: 184px
}

.height-184 {
    height: 184px
}

.min-height-184 {
    min-height: 184px
}

.max-height-184 {
    max-height: 184px
}

.min-width-184 {
    min-width: 184px
}

.max-width-184 {
    max-width: 184px
}

.width-186 {
    width: 186px
}

.height-186 {
    height: 186px
}

.min-height-186 {
    min-height: 186px
}

.max-height-186 {
    max-height: 186px
}

.min-width-186 {
    min-width: 186px
}

.max-width-186 {
    max-width: 186px
}

.width-188 {
    width: 188px
}

.height-188 {
    height: 188px
}

.min-height-188 {
    min-height: 188px
}

.max-height-188 {
    max-height: 188px
}

.min-width-188 {
    min-width: 188px
}

.max-width-188 {
    max-width: 188px
}

.width-190 {
    width: 190px
}

.height-190 {
    height: 190px
}

.min-height-190 {
    min-height: 190px
}

.max-height-190 {
    max-height: 190px
}

.min-width-190 {
    min-width: 190px
}

.max-width-190 {
    max-width: 190px
}

.width-192 {
    width: 192px
}

.height-192 {
    height: 192px
}

.min-height-192 {
    min-height: 192px
}

.max-height-192 {
    max-height: 192px
}

.min-width-192 {
    min-width: 192px
}

.max-width-192 {
    max-width: 192px
}

.width-194 {
    width: 194px
}

.height-194 {
    height: 194px
}

.min-height-194 {
    min-height: 194px
}

.max-height-194 {
    max-height: 194px
}

.min-width-194 {
    min-width: 194px
}

.max-width-194 {
    max-width: 194px
}

.width-196 {
    width: 196px
}

.height-196 {
    height: 196px
}

.min-height-196 {
    min-height: 196px
}

.max-height-196 {
    max-height: 196px
}

.min-width-196 {
    min-width: 196px
}

.max-width-196 {
    max-width: 196px
}

.width-198 {
    width: 198px
}

.height-198 {
    height: 198px
}

.min-height-198 {
    min-height: 198px
}

.max-height-198 {
    max-height: 198px
}

.min-width-198 {
    min-width: 198px
}

.max-width-198 {
    max-width: 198px
}

.width-200 {
    width: 200px
}

.height-200 {
    height: 200px
}

.min-height-200 {
    min-height: 200px
}

.max-height-200 {
    max-height: 200px
}

.min-width-200 {
    min-width: 200px
}

.max-width-200 {
    max-width: 200px
}

.text-transform-none {
    text-transform: none
}

.text-transform-inherit {
    text-transform: inherit
}

.text-transform-uppercase {
    text-transform: uppercase
}

.text-transform-capitalize {
    text-transform: capitalize
}

.text-transform-lowercase {
    text-transform: lowercase
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center
}

.text-decoration-none {
    text-decoration: none
}

.text-decoration-overline {
    text-decoration: overline
}

.text-decoration-line-through {
    text-decoration: line-through
}

.text-decoration-underline {
    text-decoration: underline
}

.text-decoration-underline-overline {
    text-decoration: underline overline
}

.text-wrap-wrap {
    text-wrap: wrap
}

.text-wrap-nowrap {
    text-wrap: nowrap
}

.text-wrap-balance {
    text-wrap: balance
}

.line-clamp-1 {
    line-clamp: 1;
    -webkit-line-clamp: 1
}

.line-clamp-1, .line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-clamp-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3
}

.line-clamp-3, .line-clamp-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-clamp-4 {
    line-clamp: 4;
    -webkit-line-clamp: 4
}

.line-clamp-5 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.font {
    font-family: Quicksand,sans-serif
}

.font-ShantellSans {
    font-family: ShantellSans,sans-serif
}

.font-size-4 {
    font-size: 4px
}

.font-size-5 {
    font-size: 5px
}

.font-size-6 {
    font-size: 6px
}

.font-size-7 {
    font-size: 7px
}

.font-size-8 {
    font-size: 8px
}

.font-size-9 {
    font-size: 9px
}

.font-size-10 {
    font-size: 10px
}

.font-size-11 {
    font-size: 11px
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.font-size-23 {
    font-size: 23px
}

.font-size-24 {
    font-size: 24px
}

.font-size-25 {
    font-size: 25px
}

.font-size-26 {
    font-size: 26px
}

.font-size-27 {
    font-size: 27px
}

.font-size-28 {
    font-size: 28px
}

.font-size-29 {
    font-size: 29px
}

.font-size-30 {
    font-size: 30px
}

.font-size-31 {
    font-size: 31px
}

.font-size-32 {
    font-size: 32px
}

.font-size-33 {
    font-size: 33px
}

.font-size-34 {
    font-size: 34px
}

.font-size-35 {
    font-size: 35px
}

.font-size-36 {
    font-size: 36px
}

.font-size-37 {
    font-size: 37px
}

.font-size-38 {
    font-size: 38px
}

.font-size-39 {
    font-size: 39px
}

.font-size-40 {
    font-size: 40px
}

.font-size-41 {
    font-size: 41px
}

.font-size-42 {
    font-size: 42px
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-700 {
    font-weight: 700
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-move {
    cursor: move
}

.cursor-progress {
    cursor: progress
}

.border-radius-2 {
    border-radius: 2px
}

.border-radius-4 {
    border-radius: 4px
}

.border-radius-6 {
    border-radius: 6px
}

.border-radius-8 {
    border-radius: 8px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-12 {
    border-radius: 12px
}

.border-radius-14 {
    border-radius: 14px
}

.border-radius-16 {
    border-radius: 16px
}

.border-radius-18 {
    border-radius: 18px
}

.border-radius-20 {
    border-radius: 20px
}

.border-radius-22 {
    border-radius: 22px
}

.border-radius-24 {
    border-radius: 24px
}

.border-radius-26 {
    border-radius: 26px
}

.border-radius-28 {
    border-radius: 28px
}

.border-radius-30 {
    border-radius: 30px
}

.border-radius-0 {
    border-radius: 0
}

.border {
    border: 1px solid #e4e9f0
}

.border-top {
    border-top: 1px solid #e4e9f0
}

.border-right {
    border-right: 1px solid #e4e9f0
}

.border-bottom {
    border-bottom: 1px solid #e4e9f0
}

.border-left {
    border-left: 1px solid #e4e9f0
}

.opacity-0 {
    opacity: 0
}

.opacity-01 {
    opacity: .1
}

.opacity-02 {
    opacity: .2
}

.opacity-03 {
    opacity: .3
}

.opacity-04 {
    opacity: .4
}

.opacity-05 {
    opacity: .5
}

.opacity-06 {
    opacity: .6
}

.opacity-07 {
    opacity: .7
}

.opacity-08 {
    opacity: .8
}

.opacity-09 {
    opacity: .9
}

img {
    height: auto;
    max-width: 100%
}

.animate.fadeInDown {
    animation: fadeInDown .6s ease backwards;
    animation-delay: var(--delay,0s)
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bubble {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }

    50% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1.3)
    }

    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 50%;
        background-size: 150%
    }

    50% {
        background-position: 50%;
        background-size: 200%
    }

    to {
        background-position: 50%;
        background-size: 150%
    }
}

@keyframes float {
    0%,to {
        transform: rotate(-45deg) translateY(0)
    }

    50% {
        transform: rotate(-45deg) translateY(-20px)
    }
}

@keyframes moveCloud {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100px)
    }
}

@keyframes moveCloud2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50px)
    }
}

@keyframes floatRotate {
    0% {
        transform: translateY(0) rotate(0deg)
    }

    to {
        transform: translateY(-60px) rotate(-45deg)
    }
}

@keyframes floatRotate2 {
    0% {
        transform: translateY(0) rotate(0deg)
    }

    to {
        transform: translateY(-20px) rotate(-30deg)
    }
}

@keyframes topBottom {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-60px)
    }
}

@keyframes beeFly {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(20px,-20px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes rocketMove {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translateY(20px)
    }

    to {
        transform: translate(0)
    }
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.color-main {
    color: #ed3439
}

.color-green {
    color: #09B500
}

.color-777 {
    color: #777
}

.bg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding-top: 100%
}

.bg-img img {
    height: 0;
    line-height: 0;
    width: 0
}

.bg-img.height-65 {
    padding-top: 65%
}

.bg-img.height-49 {
    padding-top: 49%
}

.bg-main {
    background-color: #ed3439
}

.bg-gray {
    background-color: #fafafa
}

.bg-main-opacity {
    background: #f5f7ff
}

.row-flex {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap
}

.row-flex > * {
    flex: 1 auto;
    min-width: 0
}

.row-flex.items-2 {
    gap: 30px;
}

.row-flex.items-2 > * {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

@media(max-width: 545px) {
    .row-flex.items-2 > * {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.row-flex.items-3 {
    gap: 30px
}

.row-flex.items-3 > * {
    flex-basis: calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px)
}

@media(max-width:992px) {
    .row-flex.items-3 > * {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media(max-width:545px) {
    .row-flex.items-3 > * {
        flex-basis: 100%;
        max-width: 100%
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.lightbox {
    align-items: center;
    background: rgba(0,0,0,.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease,visibility .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000
}

    .lightbox.active {
        opacity: 1;
        visibility: visible
    }

    .lightbox .lightbox-content {
        box-sizing: border-box;
        flex-direction: column;
        max-height: calc(100% - 60px);
        max-width: 1200px;
        padding: 14px
    }

    .lightbox .lightbox-content, .lightbox .lightbox-content .media {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%
    }

    .lightbox .lightbox-content .media {
        height: 100%
    }

    .lightbox .lightbox-content .media .lightbox-image {
        display: none;
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .lightbox .lightbox-content .media .lightbox-video {
        border: none;
        display: none;
        height: 100%;
        min-height: 400px;
        width: 100%
    }

    .lightbox button {
        align-items: center;
        background: hsla(0,0%,100%,.5);
        border: none;
        border-radius: 3px;
        color: #000;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        height: 40px;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px
    }

        .lightbox button:hover {
            background: #fff
        }

        .lightbox button.close {
            align-items: center;
            border-radius: 0;
            color: #333;
            cursor: pointer;
            font-size: 18px;
            justify-content: center;
            right: 0;
            top: 0;
            transform: translateY(0)
        }

        .lightbox button.prev {
            color: #333;
            font-size: 16px;
            left: 10px
        }

        .lightbox button.next {
            color: #333;
            font-size: 16px;
            right: 10px
        }

@media(max-width:992px) {
    #menu-mobile {
        background-color: #ed3439;
        box-sizing: border-box;
        height: 100vh;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 14px;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: .3s;
        width: 300px;
        z-index: 9
    }

        #menu-mobile.open {
            display: block;
            opacity: 1;
            transform: translateX(0)
        }

        #menu-mobile ul {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

            #menu-mobile ul li {
                margin: 5px 0
            }

                #menu-mobile ul li:not(:first-of-type) {
                    border-top: 1px solid hsla(0,0%,100%,.2)
                }

                #menu-mobile ul li a {
                    color: #fff;
                    display: block;
                    padding: 5px 10px;
                    text-decoration: none
                }

                #menu-mobile ul li.active, #menu-mobile ul li:hover {
                    background-color: rgba(0,0,0,.1)
                }

                    #menu-mobile ul li.active a, #menu-mobile ul li:hover a {
                        color: #ddd
                    }

            #menu-mobile ul ul {
                max-height: 0;
                overflow: hidden;
                padding-left: 20px;
                transition: max-height .3s ease-in-out
            }

        #menu-mobile li > a {
            position: relative
        }

            #menu-mobile li > a .icon-arrow-down {
                font-size: 4px;
                line-height: 0;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%)
            }

        #menu-mobile li.active > a .icon-arrow-down {
            transform: rotate(180deg)
        }

    .overlay {
        background-color: rgba(0,0,0,.5);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            overflow: hidden;
            padding-left: 8px;
            padding-right: 20px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-left: 20px;
        padding-right: 8px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        border: none;
        box-sizing: border-box;
        font-family: sans-serif;
        font-size: 100%;
        height: 18px;
        margin-left: 5px;
        margin-top: 5px;
        max-width: 100%;
        overflow: hidden;
        padding: 0;
        resize: none;
        vertical-align: bottom;
        word-break: keep-all
    }

    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none
    }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        box-sizing: border-box;
        padding: 4px;
        width: 100%
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        height: 26px;
        margin-right: 20px;
        padding-right: 0
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

    .select2-container--default .select2-selection--multiple.select2-selection--clearable {
        padding-right: 25px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: 700;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px;
        position: absolute;
        right: 0
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        max-width: 100%;
        overflow: hidden;
        padding: 0 0 0 20px;
        position: relative;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-bottom-left-radius: 4px;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: 700;
        left: 0;
        padding: 0 4px;
        position: absolute;
        top: 0
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            background-color: #f1f1f1;
            color: #333;
            outline: none
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
    outline: 0
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        background-image: linear-gradient(180deg,#eee 50%,#ccc);
        background-repeat: repeat-x;
        border: none;
        border-bottom-right-radius: 4px;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
        height: 26px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 20px
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: 700;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container .select2-selection--single {
    height: 36px
}

.select2-container.select2-container--default .select2-selection--single {
    border: 1px solid #ddd
}

    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px
    }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px
    }

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none
}

    .select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
        border: none;
        outline: none
    }

.select2-container .select2-dropdown {
    border: 1px solid #ddd
}

    .select2-container .select2-dropdown .select2-results__option {
        padding: 8px 14px
    }

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    border-collapse: collapse;
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle
}

.ui-widget-icon-block {
    display: block;
    left: 50%;
    margin-left: -8px
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    position: relative
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        cursor: pointer;
        margin: 0
    }

    .ui-menu .ui-menu-item-wrapper {
        padding: 3px 1em 3px .4em;
        position: relative
    }

    .ui-menu .ui-menu-divider {
        border-width: 1px 0 0;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 5px 0
    }

    .ui-menu .ui-state-active, .ui-menu .ui-state-focus {
        margin: -1px
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    padding: .4em 1em;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none
    }

.ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
    width: 2em
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-button.ui-icon-notext .ui-icon {
    height: 2.1em;
    padding: 0;
    text-indent: -9999px;
    white-space: nowrap;
    width: 2.1em
}

input.ui-button.ui-icon-notext .ui-icon {
    height: auto;
    padding: .4em 1em;
    text-indent: 0;
    white-space: normal;
    width: auto
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    display: inline-block;
    vertical-align: middle
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
            z-index: 9999
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 100%
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    border: none;
    border-radius: .12em;
    box-shadow: inset 1px 1px 1px #ccc
}

.ui-checkboxradio-radio-label .ui-icon-background {
    border: none;
    border-radius: 1em;
    height: 16px;
    overflow: visible;
    width: 16px
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    border-style: solid;
    border-width: 4px;
    height: 8px;
    width: 8px
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em
}

    .ui-datepicker .ui-datepicker-header {
        padding: .2em 0;
        position: relative
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        height: 1.8em;
        position: absolute;
        top: 2px;
        width: 1.8em
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: .9em;
        margin: 0 0 .4em;
        width: 100%
    }

    .ui-datepicker th {
        border: 0;
        font-weight: 700;
        padding: .7em .3em;
        text-align: center
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin: .7em 0 0;
        padding: 0 .2em
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: .5em .2em .4em;
            overflow: visible;
            padding: .2em .6em .3em;
            width: auto
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto .4em;
        width: 95%
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        left: auto;
        right: 1px
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0
    }

.ui-datepicker .ui-icon {
    background-repeat: no-repeat;
    display: block;
    left: .5em;
    overflow: hidden;
    text-indent: -99999px;
    top: .3em
}

.ui-dialog {
    left: 0;
    outline: 0;
    padding: .2em;
    position: absolute;
    top: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 20px;
        margin: -10px 0 0;
        padding: 1px;
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px
    }

    .ui-dialog .ui-dialog-content {
        background: none;
        border: 0;
        overflow: auto;
        padding: .5em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-buttonpane {
        background-image: none;
        border-width: 1px 0 0;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
        text-align: left
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
            margin: .5em .4em .5em 0
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0
    }

    .ui-dialog .ui-resizable-e {
        right: 0;
        width: 2px
    }

    .ui-dialog .ui-resizable-s {
        bottom: 0;
        height: 2px
    }

    .ui-dialog .ui-resizable-w {
        left: 0;
        width: 2px
    }

    .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
        height: 7px;
        width: 7px
    }

    .ui-dialog .ui-resizable-se {
        bottom: 0;
        right: 0
    }

    .ui-dialog .ui-resizable-sw {
        bottom: 0;
        left: 0
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    display: block;
    font-size: .1px;
    position: absolute;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        margin: -1px
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100
}

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            border: 0;
            font-size: 1em;
            font-weight: 700;
            height: auto;
            line-height: 1.5;
            margin: .5em 0 0;
            padding: 2px .4em
        }

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 1.2em;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    height: 100px;
    width: .8em
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    touch-action: none
}

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 2em .2em .4em;
    padding: .222em 0;
    vertical-align: middle
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1.6em
}

.ui-spinner a.ui-spinner-button {
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    padding: .2em;
    position: relative
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em
}

.ui-tooltip {
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    background: #fff;
    border: 1px solid #ddd;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    background: #e9e9e9;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: 400
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    background: #ededed;
    border: 1px solid #ccc;
    color: #2b2b2b;
    font-weight: 400
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: #007fff;
    border: 1px solid #003eff;
    color: #fff;
    font-weight: 400
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        background-color: #fff;
        border: #003eff
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fffa90;
    border: 1px solid #dad55e;
    color: #777620
}

.ui-state-checked {
    background: #fffa90;
    border: 1px solid #dad55e
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fddfdf;
    border: 1px solid #f1a899;
    color: #5f3f3f
}

    .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: 400;
    opacity: .7
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: .35
}

.ui-icon {
    height: 16px;
    width: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(../images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(../images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../images/ui-icons_777777_256x240.png)
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.ui-tab-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

    .ui-tab-header > * {
        background-color: transparent;
        border: none;
        border-radius: 4px;
        box-sizing: border-box;
        color: #1e1c1c;
        cursor: pointer;
        min-height: 38px;
        outline: none;
        padding: 4px 12px
    }

    .ui-tab-header > :hover {
        background-color: #f9f9f9
    }

    .ui-tab-header > .active {
        background-color: #2d308d;
        color: #fff
    }

.ui-tab-content > * {
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden
}

.ui-tab-content > .active {
    height: auto;
    opacity: 1;
    visibility: visible
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */ /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: ""
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "¥"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    background-color: #337ab7;
    color: #fff
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol, ul {
    margin-bottom: 10px;
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        color: #777;
        display: block;
        font-size: 80%;
        line-height: 1.42857143
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "— "
        }

    .blockquote-reverse, blockquote.pull-right {
        border-left: 0;
        border-right: 5px solid #eee;
        padding-left: 0;
        padding-right: 15px;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: " —"
        }

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e
}

code, kbd {
    font-size: 90%;
    padding: 2px 4px
}

kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    color: #fff
}

    kbd kbd {
        box-shadow: none;
        font-size: 100%;
        font-weight: 700;
        padding: 0
    }

pre {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        background-color: transparent;
        border-radius: 0;
        color: inherit;
        font-size: inherit;
        padding: 0;
        white-space: pre-wrap
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1300px) {
    .container {
        width: 1270px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0
}

    .row-no-gutters [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1300px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    display: table-column;
    float: none;
    position: static
}

table td[class*=col-], table th[class*=col-] {
    display: table-cell;
    float: none;
    position: static
}

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px
}

caption, th {
    text-align: left
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

    .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
        background-color: #e8e8e8
    }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    border: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9
}

    fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

    .form-control:focus {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        outline: 0
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

    .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
        cursor: not-allowed
    }

    .checkbox label, .radio label {
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0;
        min-height: 20px;
        padding-left: 20px
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -20px;
        margin-top: 4px\9;
        position: absolute
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

    .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
        cursor: not-allowed
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 10px;
        margin-top: 0
    }

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px
}

.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            margin-left: 0;
            position: relative
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 11px
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px
    }
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        outline: 0
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        box-shadow: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333
}

    .btn-default.focus, .btn-default:focus {
        background-color: #e6e6e6;
        border-color: #8c8c8c;
        color: #333
    }

    .btn-default:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
        color: #333
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
        color: #333
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            background-color: #d4d4d4;
            border-color: #8c8c8c;
            color: #333
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        background-color: #333;
        color: #fff
    }

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff
}

    .btn-primary.focus, .btn-primary:focus {
        background-color: #286090;
        border-color: #122b40;
        color: #fff
    }

    .btn-primary:hover {
        background-color: #286090;
        border-color: #204d74;
        color: #fff
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
        color: #fff
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            background-color: #204d74;
            border-color: #122b40;
            color: #fff
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        background-color: #fff;
        color: #337ab7
    }

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

    .btn-success.focus, .btn-success:focus {
        background-color: #449d44;
        border-color: #255625;
        color: #fff
    }

    .btn-success:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
        color: #fff
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            background-color: #398439;
            border-color: #255625;
            color: #fff
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        background-color: #fff;
        color: #5cb85c
    }

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff
}

    .btn-info.focus, .btn-info:focus {
        background-color: #31b0d5;
        border-color: #1b6d85;
        color: #fff
    }

    .btn-info:hover {
        background-color: #31b0d5;
        border-color: #269abc;
        color: #fff
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc;
        color: #fff
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            background-color: #269abc;
            border-color: #1b6d85;
            color: #fff
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        background-color: #fff;
        color: #5bc0de
    }

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

    .btn-warning.focus, .btn-warning:focus {
        background-color: #ec971f;
        border-color: #985f0d;
        color: #fff
    }

    .btn-warning:hover {
        background-color: #ec971f;
        border-color: #d58512;
        color: #fff
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512;
        color: #fff
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            background-color: #d58512;
            border-color: #985f0d;
            color: #fff
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        background-color: #fff;
        color: #f0ad4e
    }

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

    .btn-danger.focus, .btn-danger:focus {
        background-color: #c9302c;
        border-color: #761c19;
        color: #fff
    }

    .btn-danger:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925;
        color: #fff
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            background-color: #ac2925;
            border-color: #761c19;
            color: #fff
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        background-color: #fff;
        color: #d9534f
    }

.btn-link {
    border-radius: 0;
    color: #337ab7;
    font-weight: 400
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                background-color: transparent;
                color: #23527c;
                text-decoration: underline
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-group-xs > .btn, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height,visibility;
    transition-timing-function: ease
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

    .dropdown-menu.pull-right {
        left: auto;
        right: 0
    }

    .dropdown-menu .divider {
        background-color: #e5e5e5;
        height: 1px;
        margin: 9px 0;
        overflow: hidden
    }

    .dropdown-menu > li > a {
        clear: both;
        color: #333;
        display: block;
        font-weight: 400;
        line-height: 1.42857143;
        padding: 3px 20px;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #f5f5f5;
            color: #262626;
            text-decoration: none
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #337ab7;
        color: #fff;
        outline: 0;
        text-decoration: none
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            background-color: transparent;
            background-image: none;
            cursor: not-allowed;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            text-decoration: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    left: auto;
    right: 0
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        float: left;
        position: relative
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-left: 0;
        margin-top: -1px
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 2
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center
}

    .input-group-addon.input-sm {
        border-radius: 3px;
        font-size: 12px;
        padding: 5px 10px
    }

    .input-group-addon.input-lg {
        border-radius: 6px;
        font-size: 18px;
        padding: 10px 16px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            margin-left: -1px;
            z-index: 2
        }

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

    .nav > li, .nav > li > a {
        display: block;
        position: relative
    }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                background-color: #eee;
                text-decoration: none
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                background-color: transparent;
                color: #777;
                cursor: not-allowed;
                text-decoration: none
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        background-color: #e5e5e5;
        height: 1px;
        margin: 9px 0;
        overflow: hidden
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            line-height: 1.42857143;
            margin-right: 2px
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: #fff;
            border: 1px solid;
            border-color: #ddd #ddd transparent;
            color: #555;
            cursor: default
        }

    .nav-tabs.nav-justified {
        border-bottom: 0;
        width: 100%
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            left: auto;
            top: auto
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #337ab7;
        color: #fff
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-left: 0;
        margin-top: 2px
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        left: auto;
        top: auto
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        border-radius: 4px;
        margin-right: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        width: auto
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            overflow: visible !important;
            padding-bottom: 0
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px
    }

@media(max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media(min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-bottom: 15px;
                padding-top: 15px
            }
}

.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    margin: 8px -15px;
    padding: 10px 15px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            margin-left: 0;
            position: relative
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px
}

    .navbar-btn.btn-sm {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .navbar-btn.btn-xs {
        margin-bottom: 14px;
        margin-top: 14px
    }

.navbar-text {
    margin-bottom: 15px;
    margin-top: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            background-color: transparent;
            color: #5e5e5e
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            background-color: transparent;
            color: #333
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        background-color: transparent;
        color: #ccc
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: #333
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: #ccc
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            background-color: transparent;
            color: #fff
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            background-color: transparent;
            color: #fff
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: #080808;
        color: #fff
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        background-color: transparent;
        color: #444
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: #fff
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #080808;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: #444
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #333
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            color: #337ab7;
            float: left;
            line-height: 1.42857143;
            margin-left: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                background-color: #eee;
                border-color: #ddd;
                color: #23527c;
                z-index: 2
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            margin-left: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #337ab7;
        border-color: #337ab7;
        color: #fff;
        cursor: default;
        z-index: 3
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        background-color: #fff;
        border-color: #ddd;
        color: #777;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
            display: inline-block;
            padding: 5px 14px
        }

            .pager li > a:focus, .pager li > a:hover {
                background-color: #eee;
                text-decoration: none
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        background-color: #fff;
        color: #777;
        cursor: not-allowed
    }

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    padding: 1px 5px;
    top: 0
}

a.badge:focus, a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #337ab7
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    background-color: #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

    .jumbotron, .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

        .jumbotron p {
            font-size: 21px;
            font-weight: 200;
            margin-bottom: 15px
        }

        .jumbotron > hr {
            border-top-color: #d5d5d5
        }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857143;
    margin-bottom: 20px;
    padding: 4px;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    color: #333;
    padding: 9px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

    .alert h4 {
        color: inherit;
        margin-top: 0
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        color: inherit;
        position: relative;
        right: -21px;
        top: -2px
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease;
    width: 0
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.media-list {
    list-style: none;
    padding-left: 0
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 0
    }

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
        background-color: #eee;
        color: #777;
        cursor: not-allowed
    }

        .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
            color: inherit
        }

        .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
            color: #777
        }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #337ab7;
        border-color: #337ab7;
        color: #fff;
        z-index: 2
    }

        .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
            color: inherit
        }

        .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
            color: #c7ddef
        }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        background-color: #f5f5f5;
        color: #555;
        text-decoration: none
    }

button.list-group-item {
    text-align: left;
    width: 100%
}

.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        background-color: #d0e9c6;
        color: #3c763d
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        background-color: #3c763d;
        border-color: #3c763d;
        color: #fff
    }

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        background-color: #c4e3f3;
        color: #31708f
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        background-color: #31708f;
        border-color: #31708f;
        color: #fff
    }

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        background-color: #faf2cc;
        color: #8a6d3b
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        background-color: #8a6d3b;
        border-color: #8a6d3b;
        color: #fff
    }

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        background-color: #ebcccc;
        color: #a94442
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        background-color: #a94442;
        border-color: #a94442;
        color: #fff
    }

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px
}

.panel-body {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-radius: 0;
        border-width: 1px 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        border-radius: 4px;
        margin-bottom: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        background-color: #f5f5f5;
        border-color: #ddd;
        color: #333
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            background-color: #333;
            color: #f5f5f5
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        background-color: #337ab7;
        border-color: #337ab7;
        color: #fff
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            background-color: #fff;
            color: #337ab7
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            background-color: #3c763d;
            color: #dff0d8
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #31708f
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            background-color: #31708f;
            color: #d9edf7
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            background-color: #8a6d3b;
            color: #fcf8e3
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    background-color: #a94442;
    color: #f2dede
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    border-radius: 6px;
    padding: 24px
}

.well-sm {
    border-radius: 3px;
    padding: 9px
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

    .close:focus, .close:hover {
        color: #000;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none
    }

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        transform: translateY(-25%);
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    position: relative
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    line-height: 1.42857143;
    margin: 0
}

.modal-body {
    padding: 15px;
    position: relative
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width:768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    display: block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
    word-wrap: normal;
    filter: alpha(opacity=0);
    font-size: 12px;
    opacity: 0;
    white-space: normal
}

.tooltip.custom-tooltip {
    z-index: 9999;
    transition: opacity 0.2s ease;
}

.tooltip.custom-tooltip .tooltip-inner {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: left;
    max-width: 280px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.tooltip.custom-tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip.custom-tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip.custom-tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip.custom-tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}
.tooltip.custom-tooltip.in .tooltip-inner {
    opacity: 1;
    transform: translateY(0);
}
.tooltip.custom-tooltip:not(.in) .tooltip-inner {
    opacity: 0;
    transform: translateY(4px);
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.popover {
    display: none;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
    word-wrap: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

    .popover > .arrow {
        border-width: 11px
    }

        .popover > .arrow, .popover > .arrow:after {
            border-color: transparent;
            border-style: solid;
            display: block;
            height: 0;
            position: absolute;
            width: 0
        }

            .popover > .arrow:after {
                border-width: 10px;
                content: ""
            }

    .popover.top > .arrow {
        border-bottom-width: 0;
        border-top-color: #999;
        border-top-color: rgba(0,0,0,.25);
        bottom: -11px;
        left: 50%;
        margin-left: -11px
    }

        .popover.top > .arrow:after {
            border-bottom-width: 0;
            border-top-color: #fff;
            bottom: 1px;
            content: " ";
            margin-left: -10px
        }

    .popover.right > .arrow {
        border-left-width: 0;
        border-right-color: #999;
        border-right-color: rgba(0,0,0,.25);
        left: -11px;
        margin-top: -11px;
        top: 50%
    }

        .popover.right > .arrow:after {
            border-left-width: 0;
            border-right-color: #fff;
            bottom: -10px;
            content: " ";
            left: 1px
        }

    .popover.bottom > .arrow {
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25);
        border-top-width: 0;
        left: 50%;
        margin-left: -11px;
        top: -11px
    }

        .popover.bottom > .arrow:after {
            border-bottom-color: #fff;
            border-top-width: 0;
            content: " ";
            margin-left: -10px;
            top: 1px
        }

    .popover.left > .arrow {
        border-left-color: #999;
        border-left-color: rgba(0,0,0,.25);
        border-right-width: 0;
        margin-top: -11px;
        right: -11px;
        top: 50%
    }

        .popover.left > .arrow:after {
            border-left-color: #fff;
            border-right-width: 0;
            bottom: -10px;
            content: " ";
            right: 1px
        }

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px
}

.popover-content {
    padding: 9px 14px
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: left .6s ease-in-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform .6s ease-in-out
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                transform: translateZ(0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 0;
    width: 15%
}

    .carousel-control.left {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,transparent);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
    }

    .carousel-control.right {
        background-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
        left: auto;
        right: 0
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        filter: alpha(opacity=90);
        opacity: .9;
        outline: 0;
        text-decoration: none
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        display: inline-block;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        z-index: 5
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
        right: 50%
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        font-family: serif;
        height: 20px;
        line-height: 1;
        width: 20px
    }

        .carousel-control .icon-prev:before {
            content: "‹"
        }

        .carousel-control .icon-next:before {
            content: "›"
        }

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15
}

    .carousel-indicators li {
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        width: 10px
    }

    .carousel-indicators .active {
        background-color: #fff;
        height: 12px;
        margin: 0;
        width: 12px
    }

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 10
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 30px;
        height: 30px;
        margin-top: -10px;
        width: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 20%
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px)and (max-width:1299px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1300px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px)and (max-width:1299px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1300px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.comp-button {
    align-items: center;
    background-color: var(--bg,#ed3439);
    border: 1px solid var(--bd,#ed3439);
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    justify-content: center;
    min-height: var(--mh,48px);
    min-width: var(--mw,100);
    padding: 0 var(--lr,24px)
}

.comp-button, .comp-button:hover {
    color: var(--cl,#fff);
    text-decoration: none
}

.comp-button:hover {
    opacity: .8
}

.footer-wave {
    background-image: url(../images/wave.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    display: block;
    height: 61px;
    width: 100%;
    z-index: 1
}

.footer-wave, footer {
    background-color: #fdf3f4
}

footer {
    min-height: 400px;
    padding: 154px 0 69px;
    position: relative
}

@media(max-width:768px) {
    footer {
        padding: 100px 0 30px
    }
}

footer:before {
    animation: moveCloud 6s ease-in-out infinite alternate;
    background-image: url(../images/cloud.png);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 66px;
    left: 30%;
    top: 10px;
    width: 128px;
    z-index: 1
}

footer:after, footer:before {
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

footer:after {
    background-image: url(../images/mountain.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    bottom: 0;
    height: 69px;
    left: 0;
    width: 100%
}

footer .footer-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
    position: relative
}

footer .footer-wrapper > * {
    flex: 1;
    min-width: 0;
    min-width: 200px
}

footer .footer-wrapper:after {
    background-image: url(../images/cactus.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    right: 0;
    width: 110px;
}

footer .footer-title {
    font-family: ShantellSans,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
}

footer ul {
    margin: 25px 0 0;
    padding: 0
}

    footer ul li {
        list-style: none
    }

        footer ul li, footer ul li a {
            font-size: 16px;
            font-weight: 500
        }

            footer ul li a {
                color: #333;
                line-height: 24px;
                text-decoration: none;
                transition: .3s
            }

                footer ul li a:hover {
                    color: #ed3439;
                    text-decoration: none
                }

footer .footer-contact {
    min-width: 300px
}

    footer .footer-contact ul {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    footer .footer-contact li {
        align-items: center;
        display: flex;
        gap: 4px
    }

footer .footer-menu {
    min-width: 300px
}

    footer .footer-menu ul {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    footer .footer-menu li {
        min-width: 0;
        padding-left: 14px;
        position: relative
    }

        footer .footer-menu li:before {
            background-color: #ef5155;
            border-radius: 50%;
            content: "";
            display: block;
            height: 5px;
            left: 0;
            opacity: .7;
            position: absolute;
            top: 12px;
            width: 5px
        }

footer .footer-menu__layout {
    display: flex;
    gap: 20px
}

footer .footer-social {
    max-width: 200px
}

    footer .footer-social ul {
        align-items: center;
        display: flex;
        gap: 20px;
        transition: .3s
    }

    footer .footer-social li {
        transition: .3s
    }

        footer .footer-social li a {
            border-radius: 8px;
            box-sizing: border-box;
            display: block;
            height: 36px;
            line-height: 36px;
            text-align: center;
            width: 36px
        }

    footer .footer-social:hover li a {
        opacity: .8
    }

        footer .footer-social:hover li a:hover {
            opacity: 1
        }

    footer .footer-social img {
        width: 36px
    }

.main {
    max-width: 100%;
    overflow: hidden
}

.header-top {
    background: #ed3439
}

.header-top ul {
    margin: 0;
    padding: 0
}

.header-top ul li {
    align-items: center;
    display: flex;
    gap: 8px;
    list-style: none;
}
.header-top span {
    color: #fff
}

.header-top .header-top__left {
    align-items: center;
    display: flex;
    min-height: 56px
}

.header-top .header-top__left ul {
    align-items: center;
    display: flex;
    gap: 30px
}

.header-top .header-top__right {
    align-items: center;
    display: flex;
    gap: 10px;
    min-height: 56px
}

.header-top .header-top__right ul {
    align-items: center;
    display: flex;
    gap: 12px
}

.header-top .header-top__right ul [class*=-icon], .header-top .header-top__right ul [class^=-icon] {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px
}

.header-top .header-top__right ul [class*=-icon].fb-icon, .header-top .header-top__right ul [class^=-icon].fb-icon {
    background-image: url(../images/facebook.svg)
}

.header-top .header-top__right ul [class*=-icon].yt-icon, .header-top .header-top__right ul [class^=-icon].yt-icon {
    background-image: url(../images/youtube.svg)
}

.header-top .header-top__right ul [class*=-icon].zl-icon, .header-top .header-top__right ul [class^=-icon].zl-icon {
    background-image: url(../images/zalo.svg)
}

@media(max-width:768px) {
    .header-top .header-top__right {
        display: none
    }
}

.header-top .header-top__right a:hover {
    text-decoration: none
}

.header-menu {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.05)
}

.header-menu-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.head-logo {
    font-size: .0001px;
    line-height: 0;
    margin: 0;
    padding: 0
}

.head-logo img {
    display: block;
    line-height: 0;
    max-height: 60px
}

.nav-toggle {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 36px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 36px
}

@media(max-width:992px) {
    .nav-toggle {
        display: flex
    }
}

.nav-toggle span {
    background: #333;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    transition: .5s;
    width: 32px
}

.nav-toggle span:first-child {
    left: 0;
    transform: translateY(-9px);
    width: 18px
}

.nav-toggle span:nth-child(2) {
    left: 0;
    transform: translateY(9px);
    width: 22px
}

.nav-toggle span:nth-child(3) {
    left: 0
}

.nav-toggle.active span {
    height: 2px
}

.nav-toggle.active span:first-child {
    transform: translateY(0) rotate(45deg);
    transition-delay: .09s;
    width: 28px
}

.nav-toggle.active span:nth-child(2) {
    transform: translateY(0) rotate(315deg);
    transition-delay: .05s;
    width: 28px
}

.nav-toggle.active span:nth-child(3) {
    transform: translateX(60px)
}

.header-style-1, .header-style-2 {
    transition: .3s
}

@media(max-width:1199px) {
    .header-style-1 .head-menu > ul, .header-style-2 .head-menu > ul {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.header-style-1 .head-menu ul, .header-style-2 .head-menu ul {
    margin: 0;
    padding: 0
}

.header-style-1 .head-menu ul li, .header-style-2 .head-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-style-1 .head-menu ul li a, .header-style-2 .head-menu ul li a {
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 20px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:1299px) {
    .header-style-1 .head-menu ul li a, .header-style-2 .head-menu ul li a {
        font-size: 13px
    }
}

.header-style-1 .head-menu ul li a .icon-arrow-down, .header-style-2 .head-menu ul li a .icon-arrow-down {
    display: inline-block;
    font-size: 4px;
    line-height: 7px;
    margin-left: 5px;
    vertical-align: middle
}

.header-style-1 .head-menu > ul, .header-style-2 .head-menu > ul {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex
}

.header-style-1 .head-menu > ul > li, .header-style-2 .head-menu > ul > li {
    position: relative
}

.header-style-1 .head-menu > ul > li > a, .header-style-2 .head-menu > ul > li > a {
    padding: 10px 0;
    text-transform: uppercase;
    transition: unset
}

.header-style-1 .head-menu > ul > li > a:hover, .header-style-2 .head-menu > ul > li > a:hover {
    color: #ed3439;
    text-shadow: 0 0 1px #fff
}

.header-style-1 .head-menu > ul > li:hover > a, .header-style-2 .head-menu > ul > li:hover > a {
    color: #ed3439
}

.header-style-1 .head-menu > ul > li > ul, .header-style-2 .head-menu > ul > li > ul {
    background-color: transparent;
    border-radius: 6px;
    height: 0;
    left: 50%;
    margin-top: -10px;
    min-width: 250px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: opacity .1s,margin-top .1s;
    visibility: hidden;
    width: 100%
}

.header-style-1 .head-menu > ul > li > ul > li > a, .header-style-2 .head-menu > ul > li > ul > li > a {
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    color: #333;
    display: block;
    padding: 10px 20px;
    transition: all .2s ease
}

.header-style-1 .head-menu > ul > li > ul > li:first-child > a, .header-style-2 .head-menu > ul > li > ul > li:first-child > a {
    border-top: none
}

.header-style-1 .head-menu > ul > li:hover > ul, .header-style-2 .head-menu > ul > li:hover > ul {
    height: auto;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.header-style-1 .head-menu > ul > li:hover > ul > li > a:hover, .header-style-2 .head-menu > ul > li:hover > ul > li > a:hover {
    color: #ed3439
}

.header-style-1 .head-menu > ul > li.active > a, .header-style-2 .head-menu > ul > li.active > a {
    color: #ed3439;
    text-shadow: 0 0 1px #fff;
}

.main.fixed, .main.main-style-2 {
    padding-top: 60px
}

.header-style-2 .header-menu, .header-style-3.fixed .header-menu {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.button-nav-item {
    align-items: center;
    background-color: #ed3439;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 125%;
    padding: 14px 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s
}

.button-nav-item:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none
}

@media(max-width:991px) {
    .button-nav-item {
        padding: 8px 10px
    }
}

.banner-wrapper {
    background-image: url(../images/bg-slide.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    padding: 74px 0 230px;
    position: relative
}

@media(max-width:768px) {
    .banner-wrapper {
        margin-top: 16px
    }
}

.banner-wrapper.theme-default {
    padding: 74px 0 80px
}

@media(max-width:768px) {
    .banner-wrapper.theme-default {
        margin-top: 16px
    }
}

.banner-wrapper.theme-2 {
    background-image: url(../images/bg-slide-2.png)
}

.banner-wrapper.theme-2:before {
    background-image: url(../images/embe.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 293px;
    left: calc(50% - 80px);
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    width: 316px
}

@media(max-width:992px) {
    .banner-wrapper.theme-2:before {
        display: none
    }
}

.banner-wrapper.theme-2 .slick-dots {
    display: none !important
}

.banner-wrapper.theme-3 {
    border-radius: 0;
    margin-top: 0;
    padding: 0
}

.banner-wrapper.theme-3 .banner-slider {
    clip-path: none;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0);
    width: auto
}

.banner-wrapper.theme-3 .banner-slider .img {
    padding-top: 50%
}

@media(max-width:1299px) {
    .banner-wrapper {
        padding: 0 0 60px;
        z-index: 1
    }
}

.banner-wrapper .banner-infos {
    max-width: 530px
}

.banner-wrapper .banner-infos .type {
    color: #09b500;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    margin: 0
}

@media(max-width:992px) {
    .banner-wrapper .banner-infos .type {
        font-size: 40px
    }
}

.banner-wrapper .banner-infos .name {
    color: #ed3439;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 8px 0 0
}

@media(max-width:992px) {
    .banner-wrapper .banner-infos .name {
        font-size: 55px
    }
}

.banner-wrapper .banner-infos .summary {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 28px 0 0
}

.banner-wrapper .banner-play {
    align-items: center;
    display: flex;
    gap: 8px
}

.banner-wrapper .banner-play .icon-play {
    border: 1px solid #ed3439;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ed3439;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-indent: 4px;
    transition: .3s;
    width: 48px
}

.banner-wrapper .banner-play .name {
    font-weight: 500;
    text-transform: uppercase
}

.banner-wrapper .banner-play:hover .icon-play {
    background-color: #ed3439;
    border-color: #ed3439;
    color: #fff;
    cursor: pointer
}

.banner-play a:hover {
    text-decoration: none !important;
}
.banner-wrapper .banner-slider {
    clip-path: path("M152.5 93.5C258.5 50.7 291.999 14 295.499 1H767V445.5V447L762 450L754 455L744 460L733.5 466L720.5 472.5L694 484.5L666 496L636 506L616 512.5L597.5 517L579 522L558 527L538 531L519.5 534.5L506.5 536.5L485.5 540L457.5 543.5L430.5 546.5L405.5 548.5L385 550L369 550.5L349.5 551.5H328H309L289 551L272.5 550L255.5 549L240.5 548L221.5 546L208 544.5L195.5 542L184 539.5L171.5 536L155.5 530.5L141 524L130 518L120.5 512.5L109.5 505L96.5 495.5L85.5 485.5L76 476.5L68.5 468.5L59 457.5L51.5 447L45 437.5L39 428L33 417L28 407L23.5 397L19 386.5L15 375L12 365.5L8 351L5.5 338.5L3.5 326L2 311.5L1 298.5V287L1.5 276.5L2.49951 262C9 216.5 36.8995 131.1 152.5 93.5Z");
    height: 550px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.8) translate(94px,-68px);
    width: 765px;
    z-index: 2
}

.banner-wrapper .banner-slider .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 72%
}

.banner-wrapper .banner-slider .img img {
    display: none
}

@media(max-width:1299px) {
    .banner-wrapper .banner-slider {
        clip-path: none;
        height: auto;
        position: relative;
        transform: scale(1) translate(0);
        width: 100%
    }
}

.banner-wrapper .banner-slider .slick-dots {
    align-items: center;
    bottom: 18%;
    display: flex;
    gap: 22px;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.banner-wrapper .banner-slider .slick-dots li {
    list-style: none
}

.banner-wrapper .banner-slider .slick-dots li button {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 13px;
    position: relative;
    text-indent: -9999px;
    width: 13px
}

.banner-wrapper .banner-slider .slick-dots li.slick-active button:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px
}

.banner-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    min-height: 532px;
    padding: 0 40px
}

@media(max-width:992px) {
    .banner-layout {
        flex-direction: column;
        min-height: 400px;
        padding: 0 20px
    }
}

.banner-layout > * {
    flex: 1;
    max-width: 530px;
    min-width: 0
}

.form-admissions {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 530px;
    padding: 30px;
    position: relative
}

.form-admissions .title {
    font-family: ShantellSans,sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.form-admissions input, .form-admissions select, .form-admissions textarea {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    outline: none
}

.form-admissions input::-moz-placeholder, .form-admissions select::-moz-placeholder, .form-admissions textarea::-moz-placeholder {
    color: #585c5a;
    font-family: Quicksand,sans-serif;
    font-size: 16px
}

.form-admissions input::placeholder, .form-admissions select::placeholder, .form-admissions textarea::placeholder {
    color: #585c5a;
    font-family: Quicksand,sans-serif;
    font-size: 16px
}

.form-admissions input {
    height: 48px;
    padding: 0 16px
}

.form-admissions select {
    height: 48px;
    padding: 0 14px
}

.form-admissions textarea {
    padding: 10px 16px;
    resize: vertical
}

.title-shape {
    position: relative
}

.title-shape:after {
    animation: floatRotate2 3s ease-in-out infinite alternate;
    background-image: url(../images/dashed-line.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30%;
    content: "";
    display: block;
    height: 79px;
    position: absolute;
    right: 22%;
    width: 79px;
    z-index: 2
}

@media(max-width:992px) {
    .title-shape:after {
        height: 80px;
        right: 10%;
        width: 80px
    }
}

@media(max-width:768px) {
    .title-shape:after {
        display: none
    }
}

.curriculum-wrapper {
    background: #fff;
    padding: 30px 0 100px;
    position: relative
}

@media(max-width:768px) {
    .curriculum-wrapper {
        padding: 40px 0 60px
    }
}

.curriculum-wrapper:before {
    background-image: url(../images/cloud-half.svg);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 100%;
    content: "";
    display: block;
    height: 65px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.curriculum-wrapper .curriculum-box .img {
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 2px 2px 0 #ed3439;
    transition: .3s;
    cursor: pointer;
}

.curriculum-wrapper .curriculum-box .img:hover {
    transform: scale(1.1);
}

.curriculum-wrapper .row [class*=" col-"]:nth-child(2n) .curriculum-box .img,
.curriculum-wrapper .row [class^=col-]:nth-child(2n) .curriculum-box .img {
    box-shadow: 2px 2px 0 #09b500;
    cursor: pointer;
}

.curriculum-wrapper .curriculum-box .name a {
    color: #ed3439;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.curriculum-wrapper .curriculum-box .name a:hover {
    color: #c61d21;
    text-decoration: none;
}

.curriculum-wrapper .row [class*=" col-"]:nth-child(2n) .curriculum-box .name a,
.curriculum-wrapper .row [class^=col-]:nth-child(2n) .curriculum-box .name a {
    color: #09b500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.curriculum-wrapper .row [class*=" col-"]:nth-child(2n) .curriculum-box .name a:hover,
.curriculum-wrapper .row [class^=col-]:nth-child(2n) .curriculum-box .name a:hover {
    color: #078d00;
    text-decoration: none;
}

.timetable {
    background-image: url(../images/hoatdong.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 0;
    position: relative
}

.timetable:before {
    background-image: url(../images/hoatdong-top.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.timetable .timetable-content > * {
    display: none
}

.timetable .timetable-content > .active {
    display: block
}

.timetable .timetable-header {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
    row-gap: 20px
}

.timetable .timetable-header > * {
    border: 1px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    padding: 12px 24px;
    transition: all 0.3s;
}
.timetable .timetable-header > *:hover {
    background-color: #fff;
    color: #ed3439;
}
.timetable .timetable-header > .active {
    background-color: #fff;
    color: #ed3439
}

.timetable .timetable-content > * {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.08);
    box-sizing: border-box;
    margin-top: 40px
}

.timetable .timetable-content-block {
    margin-bottom: -200px;
    position: relative;
    z-index: 1
}

.timetable .timetable-content-block .img {
    background-position: top;
    padding-top: 24%;
    position: relative;
    transition: all 0.3s;
}

.timetable .timetable-content-block .img:before {
    background-image: url(../images/wave-2-shape.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: -2px;
    content: "";
    display: block;
    height: 68px;
    left: 0;
    position: absolute;
    width: 100%
}

.timetable .timetable-content-block .tag-year-old {
    background-color: #09b500;
    border-radius: 8px;
    bottom: 20px;
    display: block;
    left: 60px;
    line-height: 24px;
    padding: 10px 16px;
    position: absolute
}

.timetable-block {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 60px
}

@media(max-width:768px) {
    .timetable-block {
        padding: 30px 20px
    }
}

@media(max-width:600px) {
    .timetable-block {
        flex-direction: column
    }
}

.timetable-block > * {
    flex: 1
}

.timetable-block .timetable-list {
    display: flex;
    flex-direction: column;
    margin: 12px 0 0;
    padding: 0
}

.timetable-block .timetable-list li {
    border-left: 1px solid #e7e7e7;
    list-style: none;
    padding: 5px 10px 5px 18px;
    position: relative
}

.timetable-block .timetable-list li:before {
    background-color: #ed3439;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.timetable-block .timetable-list li:first-child:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 50%;
    left: -1px;
    position: absolute;
    top: -4px;
    width: 1px
}

.timetable-block .timetable-list li:last-child:after {
    background-color: #fff;
    bottom: -4px;
    content: "";
    display: block;
    height: 50%;
    left: -1px;
    position: absolute;
    width: 1px
}

.news-wrapper {
    background-color: #fdf3f4;
    padding: 300px 0 160px;
    position: relative
}

.news-wrapper:before {
    animation: topBottom 2s ease-in-out infinite alternate;
    background-image: url(../images/giraffe.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 193px
}

@media(max-width:768px) {
    .news-wrapper:before {
        display: none
    }
}

.news-wrapper .news-content > * {
    display: none
}

.news-wrapper .news-content > .active {
    display: block
}

.news-wrapper-title {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.news-wrapper-title .shape-bird {
    animation: moveCloud2 6s ease-in-out infinite alternate;
    background-image: url(../images/bird.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 53px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px
}

@media(max-width:992px) {
    .news-wrapper-title .shape-bird {
        width: 200px
    }
}

@media(max-width:600px) {
    .news-wrapper-title .shape-bird {
        left: -100px
    }
}

.news-wrapper-more-info {
    color: #666;
    margin: 20px auto 0;
    max-width: 800px
}

.news-header {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    row-gap: 10px
}

.news-header > * {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
    width: 150px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    list-style: none;
    padding: 12px 24px;
    transition: all 0.3s;
}

.news-header > *:hover {
    background-color: #ed3439;
    color: #fff;
}

.news-header > .active {
    background-color: #ed3439;
    color: #fff
}

.news-content > * {
    box-sizing: border-box;
    margin-top: 10px
}

.news-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.news-box .img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.news-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    will-change: transform;         
    backface-visibility: hidden; 
}

.news-box .img:hover img {
    transform: scale(1.08); 
}

.news-box .infos {
    height: 190px;
    padding: 20px;
}

.news-box .date {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px
}

.news-box .name {
    font-size: 0;
    line-height: 0;
    margin: 12px 0 0
}

.news-box .name a {
    font-family: ShantellSans,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none
}

.news-box .name a:hover {
    color: #43a047;
}

.news-box .note {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 12px
}

.news-box .link-detail {
    align-items: center;
    background-color: #ed3439;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    line-height: 0;
    margin-top: 8px;
    min-height: 35px;
    padding: 0 12px;
    text-decoration: none
}

.news-box.theme-home .date {
    color: #777;
}

.news-box.theme-home .name a {
    color: #43a047;
}

.news-box.theme-home .name a:hover {
    color: #ef5350;
}

.news-box.theme-home .note {
    color: #777;
}

.news-box.theme-list .date {
    color: #777;
}

.news-box.theme-list .name a {
    color: #43a047;
}

.news-box.theme-list .name a:hover {
    color: #ed3439;
}

.news-box.theme-list .note {
    color: #777;
}

.news-box.theme-basic .img {
    height: 180px;
}

.news-box.theme-basic .infos {
    height: auto;
    padding: 15px;
}

.news-box.theme-basic .date {
    font-size: 16px;
    line-height: 18px;
}

.news-box.theme-basic .name a {
    color: #43a047;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.news-box.theme-basic .name a:hover {
    color: #ef5350;
}

.news-box.theme-horizontal {
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.news-box.theme-horizontal .infos {
    padding: 0
}

.news-box.theme-horizontal .infos .name {
    margin: 0
}

.news-box.theme-horizontal .infos .name a {
    color: #ed3439;
    font-family: Quicksand,sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.news-box.theme-horizontal .infos .note {
    color: #333;
    margin: 0
}

.news-box.theme-horizontal .infos .date {
    margin: 8px 0 0
}

.image-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.image-box .img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.image-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    will-change: transform;         
    backface-visibility: hidden; 
}

.image-box .img:hover img {
    transform: scale(1.08); 
}

.image-box .infos {
    height: 190px;
    padding: 20px;
}

.image-box .date {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px
}

.image-box .name {
    font-size: 0;
    line-height: 0;
    margin: 12px 0 0
}

.image-box .name a {
    font-family: ShantellSans,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none
}

.image-box .name a:hover {
    color: #43a047;
}

.image-box .note {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 12px
}

.image-box.theme-list .date {
    color: #777;
}

.image-box.theme-list .name a {
    color: #43a047;
}

.image-box.theme-list .name a:hover {
    color: #ed3439;
}

.image-box.theme-list .note {
    color: #777;
}

.image-box.theme-basic .img {
    height: 180px;
}

.image-box.theme-basic .infos {
    height: auto;
    padding: 15px;
}

.image-box.theme-basic .date {
    font-size: 16px;
    line-height: 18px;
}

.image-box.theme-basic .name a {
    color: #43a047;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.image-box.theme-basic .name a:hover {
    color: #ef5350;
}

.image-thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.image-thumbnail:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    transform: translateY(-6px); 
}

.video-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.video-box .img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.video-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    will-change: transform;         
    backface-visibility: hidden; 
}

.video-box .img:hover img {
    transform: scale(1.08);
}

.video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 49px;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
    cursor: pointer;
}

.video-box .play span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -50%);
    color: #09b500;
    font-size: 20px;
    will-change: transform;
    backface-visibility: hidden;
}

.video-box .play:hover span {
    color: #ed3439;
}

.video-box .img:hover .play {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.video-box .infos {
    height: 150px;
    padding: 20px;
}

.video-box .date {
    color: #777;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.video-box .name {
    font-size: 0;
    line-height: 0;
    margin: 12px 0 0;
}

.video-box .name a {
    color: #43a047;
    font-family: ShantellSans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
}

.video-box .name a:hover {
    color: #ed3439;
}

.video-box.theme-home .date {
    color: #777;
}

.video-box.theme-home .name a {
    color: #43a047;
}

.video-box.theme-home .name a:hover {
    color: #ed3439;
}

.video-box.theme-list .infos {
    height: 190px;
    padding: 20px;
}

.video-box.theme-list .date {
    color: #777;
}

.video-box.theme-list .name a {
    color: #43a047;
}

.video-box.theme-list .name a:hover {
    color: #ed3439;
}

.video-box.theme-list .note {
    color: #777;
}

.extracurricular-wrapper {
    padding: 40px 0 40px;
    position: relative
}

.extracurricular-wrapper:before {
    background-image: url(../images/cloud-activity.png);
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 100%;
    height: 125px;
    left: 0;
    width: 100%
}

.extracurricular-wrapper:after, .extracurricular-wrapper:before {
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.extracurricular-wrapper:after {
    animation: floatRotate 3s ease-in-out infinite alternate;
    background-image: url(../images/spaceship.png);
    background-position: 100%;
    background-repeat: no-repeat;
    height: 98px;
    right: 43px;
    top: 24px;
    width: 174px
}

@media(max-width:768px) {
    .extracurricular-wrapper:after {
        display: none
    }
}

.extracurricular-wrapper .extracurricular-wrapper-more-info {
    color: #666;
    margin: 20px auto 0;
    max-width: 800px
}

.feedback-wrapper {
    background-color: #fff;
    padding: 80px 0 100px;
    position: relative
}

.feedback-wrapper:before {
    animation: float 2s ease-in-out infinite;
    background-image: url(../images/heart.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 176px;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 180px
}

@media(max-width:768px) {
    .feedback-wrapper:before {
        display: none
    }
}

.feedback-wrapper:after {
    background-image: url(../images/wave.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    content: "";
    display: block;
    height: 61px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

.feedback-wrapper .slick-slide {
    margin: 0 10px
}

.feedback-wrapper .slick-dots {
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0;
    row-gap: 6px
}

        .feedback-wrapper .slick-dots li {
            display: block;
            line-height: 0;
            list-style: none
        }

.feedback-wrapper .slick-dots li button {
    background-color: #d9d9d9;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    height: 13px;
    outline: none;
    position: relative;
    text-indent: -9999px;
    width: 13px
}

.feedback-wrapper .slick-dots li button:before {
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 29px;
    left: 50%;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    width: 29px
}

.feedback-wrapper .slick-dots li.slick-active button {
    background-color: #ed3439
}

.feedback-wrapper .slick-dots li.slick-active button:before {
    border: 1px solid #ed3439
}

@media(max-width:768px) {
    .feedback-wrapper {
        padding: 60px 0 80px
    }
}

.feedback-box {
    background-image: url(../images/box-shape.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 90px;
    position: relative
}

@media(max-width:992px) {
    .feedback-box {
        background-image: none;
        border: 1px dashed #ed3439;
        border-radius: 20px;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.08);
        overflow: hidden;
        padding: 30px
    }
}

.feedback-box .img {
    border: 2px solid #ed3439;
    border-radius: 50%;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    width: 60px
}

.home-slider-wrapper {
    background-image: url(../images/bg-slide-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-slider-wrapper .home-slider-block {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.home-slider-wrapper .home-slider-block > * {
    min-width: 0;
    width: 100%;
}

.home-slider-wrapper .home-slider-block .home-slider-infos .type {
    color: #09b500;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
}

.home-slider-wrapper .home-slider-block .home-slider-infos .name {
    color: #ed3439;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 8px 0 0;
}

@media (max-width: 992px) {
    .home-slider-wrapper .home-slider-block {
        flex-wrap: wrap;
    }

    .home-slider-wrapper.theme-has-form .home-slider-block > * {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-slider-wrapper .home-slider-block .home-slider-infos,
    .home-slider-wrapper .home-slider-block .form-admissions {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-slider-wrapper .home-slider-block .home-slider-infos .type {
        font-size: 40px;
    }

    .home-slider-wrapper .home-slider-block .home-slider-infos .name {
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width: 768px) {
    .home-slider-wrapper .home-slider-block .home-slider-infos .name {
        font-size: 45px;
        line-height: 54px;
    }
}

@media (max-width: 576px) {
    .home-slider-wrapper .home-slider-block .home-slider-infos .type {
        font-size: 36px;
    }
    .home-slider-wrapper .home-slider-block .home-slider-infos .name {
        font-size: 36px;
        line-height: 40px;
    }
}

.home-slider-wrapper .home-slider-block .home-slider-infos .summary {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 28px 0 0;
}

.home-slider-wrapper .home-slider-block .banner-play {
    align-items: center;
    display: flex;
    gap: 8px;
}

.home-slider-wrapper .home-slider-block .banner-play .icon-play {
    border: 1px solid #ed3439;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ed3439;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-indent: 4px;
    transition: .3s;
    width: 48px;
}

.home-slider-wrapper .home-slider-block .banner-play .name {
    font-weight: 500;
    text-transform: uppercase;
}

.home-slider-wrapper .home-slider-block .banner-play:hover .icon-play {
    background-color: #ed3439;
    border-color: #ed3439;
    color: #fff;
    cursor: pointer;
}

.home-slider-wrapper.theme-has-form {
    position: relative;
}

.home-slider-wrapper.theme-has-form .home-slider-block {
    align-items: flex-start;
    padding: 50px 0 80px;
}

.home-slider-wrapper.theme-has-form .home-slider-block > * {
    max-width: 530px;
}

.home-slider-wrapper.theme-has-form .home-slider-block .home-slider-infos {
    padding-top: 46px;
}

@media (max-width: 992px) {
    .home-slider-wrapper.theme-has-form .home-slider-block .home-slider-infos {
        padding-top: 0;
    }
}

.home-slider-wrapper.theme-has-form:after {
    background-image: url(../images/embe.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 293px;
    left: calc(50% - 80px);
    position: absolute;
    transform: translate(-50%);
    width: 316px;
}

@media (max-width: 1299px) {
    .home-slider-wrapper.theme-has-form:after {
        display: none;
    }
}

.home-slider-wrapper.theme-has-carousel {
    position: relative;
}

/* Cập nhật padding-top để khớp với tỷ lệ 1900/600 (~31.58%) */
.home-slider-wrapper.theme-has-carousel .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 31.58%; /* Đổi từ 30% để khớp với tỷ lệ 1900x600 */
}

.home-slider-wrapper.theme-has-carousel .img img {
    display: none;
}

/* Điều chỉnh vị trí slick dots cho chiều cao ảnh 600px */
.home-slider-wrapper.theme-has-carousel .slick-dots {
    align-items: center;
    bottom: 50px;
    display: flex;
    gap: 22px;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 10; /* Thêm z-index */
}

.home-slider-wrapper.theme-has-carousel .slick-dots li {
    list-style: none;
}

.home-slider-wrapper.theme-has-carousel .slick-dots li button {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 13px;
    position: relative;
    text-indent: -9999px;
    width: 13px;
}

.home-slider-wrapper.theme-has-carousel .slick-dots li.slick-active button:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

/* Cập nhật container cho ảnh 1900x600 */
.home-slider-wrapper.theme-has-canvas-carousel {
    background-image: url(../images/bg-slide.jpg);
    min-height: 600px; /* Đổi từ 400px để khớp với chiều cao ảnh */
    padding: 100px 0 150px; /* Giữ nguyên, có thể giảm nếu cần */
    position: relative;
}

@media (max-width: 1299px) {
    .home-slider-wrapper.theme-has-canvas-carousel {
        padding: 0;
    }
}

.home-slider-wrapper.theme-has-canvas-carousel .home-slider-block {
    align-items: flex-start;
    padding: 80px 0 100px; /* Điều chỉnh từ 50px 0 80px cho cân đối với ảnh cao hơn */
}

.home-slider-wrapper.theme-has-canvas-carousel .home-slider-block > :first-child {
    max-width: 431px;
}

/* Cập nhật kích thước và clip-path cho canvas carousel */
.home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel {
    /* Clip-path được nhân tỷ lệ 1.5 để khớp với 1900x600 */
    clip-path: path("M293.432 150.201C334.923 134.569 518.34 55.0476 536.352 0H1253.997C1267.251 0 1277.997 10.7452 1277.997 24V699.551C1013.494 859.784 607.076 907.857 389.25 880.5C171.424 853.143 0.75 675.375 0.75 487.5C0.75 215.25 241.569 169.742 293.432 150.201Z");
    height: 600px; /* Đổi từ 400px để khớp với chiều cao ảnh */
    position: absolute;
    right: 0;
    top: 0;
    width: 1900px; /* Đổi từ 852px để khớp với chiều rộng ảnh */
}

/* Cập nhật padding-top để khớp với tỷ lệ 1900/600 */
.home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 31.58%; /* Đổi từ 60% để khớp với tỷ lệ 1900x600 */
}

@media (max-width: 1299px) {
    .home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel .img {
        padding-top: 31.58%; /* Đổi từ 40% để duy trì tỷ lệ khung hình */
    }
}

.home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel .img img {
    display: none;
}

@media (max-width: 1299px) {
    .home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel {
        clip-path: none;
        height: auto;
        position: relative;
        width: 100%;
    }
}

.home-slider-wrapper.theme-has-canvas-carousel .canvas-carousel .slick-dots {
    display: flex !important; /* Bỏ display: none */
    align-items: center;
    bottom: 50px;
    gap: 22px;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 10; /* Thêm z-index */
}

.button-shape {
    position: relative
}

.button-shape:after {
    background-image: url(../images/dashed-line-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 129px;
    left: 70px;
    position: absolute;
    top: 100%;
    width: 100%;
    width: 218px
}

@media(max-width:992px) {
    .button-shape:after {
        display: none
    }
}

.inner-wrapper {
    padding: 0 0 50px
}

.breadcrumb-v2 ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin: 0;
    padding: 0
}

.breadcrumb-v2 ul li {
    list-style: none;
    position: relative
}

.breadcrumb-v2 ul li:last-child a {
    color: #777
}

.breadcrumb-v2 ul li:not(:last-child):after {
    content: "";
    display: block;
    font-family: icomoon !important;
    font-size: 10px;
    height: 10px;
    line-height: 100%;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.breadcrumb-v2 ul a {
    color: #333;
    display: block;
    text-decoration: none !important
}

.breadcrumb-v2 ul a:hover {
    color: #777
}

.seo-title {
    font-family: ShantellSans,sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 52px;
    margin: 0
}

.seo-title.middle {
    font-size: 31px !important;
    line-height: 44px
}

.seo-title.red {
    color: #ed3439
}

.article-info-bar {
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.article-info-bar ul {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.article-info-bar ul li {
    list-style: none;
    position: relative;
}

.article-info-bar ul li.date {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
}

.article-info-bar ul li.share {
    margin-left: auto !important;
}

.article-block {
    width: 100%;
}

.article-block .border {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    overflow: hidden;
}

.article-block .title {
    font-family: ShantellSans,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0
}

.article-block .content {
    font-size: 18px !important; 
}

.pagination-v2 {
    width: 100%
}

.pagination-v2 ul {
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0
}

.pagination-v2 ul, .pagination-v2 ul li {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagination-v2 ul li {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    box-sizing: border-box;
    height: 38px;
    list-style: none;
    min-width: 38px
}

.pagination-v2 ul a {
    color: #777
}

.contact-page {
    background: #fdf3f4;
    border: 1px solid rgba(237,52,57,.16);
    border-radius: 16px;
    padding: 10px 40px 40px;
    position: relative
}

@media(max-width:768px) {
    .contact-page {
        padding: 10px 20px 20px
    }
}

.contact-page .contact-infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0
}

.contact-page .contact-infos li {
    align-items: center;
    display: flex;
    gap: 6px
}

.contact-page .contact-infos a {
    color: #333;
    text-decoration: none
}

.contact-page .boy {
    background-image: url(../images/embe.png);
    background-repeat: no-repeat;
    bottom: 0;
    height: 293px;
    left: 200px;
    position: absolute;
    width: 316px;
    z-index: 1
}

@media(max-width:992px) {
    .contact-page .boy {
        display: none
    }
}

.contact-page .bee {
    animation: beeFly 2s ease-in-out infinite;
    background-image: url(../images/bee.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40px;
    height: 110px;
    left: 46px;
    position: absolute;
    width: 110px
}

@media(max-width:992px) {
    .contact-page .bee {
        display: none
    }
}

.contact-page .rocket {
    animation: rocketMove 3s ease-in-out infinite;
    background-image: url(../images/misile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 148px;
    height: 335px;
    left: 320px;
    position: absolute;
    width: 250px
}

@media(max-width:992px) {
    .contact-page .rocket {
        bottom: auto;
        left: auto;
        right: 10px;
        top: 10px
    }
}

.recruitment-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
    transition: 0.3s ease;
}

.recruitment-left {
    width: 150px;
    margin-right: 20px;
    flex-shrink: 0;
}

.recruitment-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.recruitment-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.recruitment-right .title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #ed3439;
}

.recruitment-right .title a {
    color: #43a047;
    font-family: ShantellSans,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none
}

.recruitment-right .title a:hover {
    color: #ef5350;
}

.recruitment-right .info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
}
.recruitment-right .info-list li {
    padding: 2px 0;
}

.recruitment-footer {
    width: 100%;
}

.btn-view {
    align-items: center;
    background-color: var(--bg,#ed3439);
    border: 1px solid var(--bd,#ed3439);
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    justify-content: center;
    min-height: var(--mh,38px);
    padding: 0 var(--lr,24px);
    width: 180px;
}

.btn-view, .btn-view:hover {
    color: var(--cl,#fff);
    text-decoration: none
}

.btn-view:hover {
    opacity: .8
}
.recruitment-detail {
    width: 100%;
}
.recruitment-detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #222;
}

.recruitment-detail ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.recruitment-detail li {
    line-height: 1.6;
    margin-bottom: 6px;
    list-style-type: disc;
    color: #333;
}

.recruitment-box.theme-basic {
    margin-bottom: 20px;
    border: none;
}

.recruitment-apply {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px;
    padding: 16px 22px;
}

.button-apply {
    align-items: center;
    background-color: var(--bg, #ed3439);
    border: 1px solid var(--bd, #ed3439);
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    gap: 4px;
    justify-content: center;
    min-height: var(--mh,48px);
    min-width: var(--mw,100);
    padding: 0 var(--lr,24px)
}

.button-apply {
    color: var(--cl, #fff);
    text-decoration: none; 
}

.button-apply:hover {
    opacity: 0.8; 
}

body, html {
    color: #333;
    font-family: Quicksand,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    max-width: 100%;
    padding: 0
}

::selection {
    background-color: #ed3439;
    color: #fff
}

::-moz-selection {
    background-color: #ed3439;
    color: #fff
}
