.tabs {
    width: 100%
}

.tabs .tab_content_1, .tabs .tab_content_2, .tabs .tab_content_3, .tabs .tab_content_4, .tabs .tab_content_5, .tabs input {
    display: none
}

.tabs .tab_btn_1:checked ~ .tab_content_1, .tabs .tab_btn_2:checked ~ .tab_content_2, .tabs .tab_btn_3:checked ~ .tab_content_3, .tabs .tab_btn_4:checked ~ .tab_content_4, .tabs .tab_btn_5:checked ~ .tab_content_5 {
    display: block
}

.tabs .tab_btn_1:checked ~ .tab_btns .tab_label_1::after, .tabs .tab_btn_2:checked ~ .tab_btns .tab_label_2::after, .tabs .tab_btn_3:checked ~ .tab_btns .tab_label_3::after, .tabs .tab_btn_4:checked ~ .tab_btns .tab_label_4::after, .tabs .tab_btn_5:checked ~ .tab_btns .tab_label_5::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 3px solid #019db4
}

.tabs .tab_btns, .tabs .tab_btns label {
    position: relative;
    box-sizing: border-box
}

.tabs .tab_btn_1:checked ~ .tab_btns .tab_label_1 .tab_not_active, .tabs .tab_btn_2:checked ~ .tab_btns .tab_label_2 .tab_not_active, .tabs .tab_btn_3:checked ~ .tab_btns .tab_label_3 .tab_not_active, .tabs .tab_btn_4:checked ~ .tab_btns .tab_label_4 .tab_not_active, .tabs .tab_btn_5:checked ~ .tab_btns .tab_label_5 .tab_not_active {
    visibility: hidden
}

.tabs .tab_btn_1:checked ~ .tab_btns .tab_label_1 .tab_active, .tabs .tab_btn_2:checked ~ .tab_btns .tab_label_2 .tab_active, .tabs .tab_btn_3:checked ~ .tab_btns .tab_label_3 .tab_active, .tabs .tab_btn_4:checked ~ .tab_btns .tab_label_4 .tab_active, .tabs .tab_btn_5:checked ~ .tab_btns .tab_label_5 .tab_active, .tabs .tab_btns label .tab_not_active {
    visibility: visible
}

.tabs .tab_btns {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0
}

.tabs .tab_btns label {
    text-decoration: none;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #757575;
    cursor: pointer;
    height: 89px;
    display: inline-block
}

.tabs .tab_btns label .tab_active, .tabs .tab_btns label .tab_not_active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: table;
    box-sizing: border-box;
    vertical-align: middle
}

.tabs .tab_btns label .tab_active {
    position: relative;
    visibility: hidden;
    color: #019db4
}

.tabs .tab_btns label::after {
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #757575
}

.tabs .tab_btns label div {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}

.tabs .tab_btns label img {
    vertical-align: middle;
    margin-right: 24px
}

.tabs .tab_btns label span {
    vertical-align: middle;
    display: table-cell;
    text-align: left
}

.tabs .tab_btns label:hover .tab_not_active {
    visibility: hidden
}

.tabs .tab_btns label:hover .tab_active, .marins_widget:hover .marins_widget_panel {
    visibility: visible
}

@media (max-width: 1200px) {
    .tabs .tab_btns {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        margin-bottom: 42px;
        width: calc(100% + 48px);
        left: -24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .tabs .tab_btns::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }

    .tabs .tab_btns label {
        width: 55% !important;
        min-width: 267px;
        max-width: 350px;
        font-size: 20px;
        height: 61px
    }

    .tabs .tab_btns label:first-child {
        min-width: 210px
    }

    .tabs .tab_btns label:last-child {
        min-width: 190px
    }

    .tabs .tab_btns label img {
        margin-right: 16px;
        width: 48px
    }
}

.health_container {
    background: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .16);
    border-radius: 4px;
    text-align: left;
    color: #757575;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 52px 112px 66px
}
@media (max-width: 1200px){
    .health_container {
        font-size: 16px;
        line-height: 24px;
        padding: 32px 24px!important;
    }
}
.health_container .title_cat {
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 40px
}

.actions_header {
    background-size: cover;
    background-position: center center;
}

.actions_header {
    background-size: cover;
    background-position: center center;
    display: flex;
    height: 500px
}

.actions_header_left {
    background-size: cover;
    background-position: center center;
    /*background: rgba(57, 59, 65, 0.7);*/
    background: rgba(0, 178, 189, .7);
    width: 450px;
    padding: 54px;

    display: flex;
    flex-direction: column;
}

.actions_header_left__title {
    background-size: cover;
    background-position: center center;
    color: white;

    font-size: 33px;
    font-weight: 700;
    text-align: left;
    display: block;
    line-height: 1.6;
}

.actions_header_left__subtitle {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 20px;
}

.btn-head-wrapper {
    margin-top: auto;
}

.btn-head {
    margin: 0;
    background: none;
    font-size: 26px;
    border-radius: 6px;
    border: 2px solid #fff;
    color: white;
    text-decoration: none;
    display: block;
    padding: 20px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-head:hover {
    text-decoration: none;
    color: white;
    background: rgba(255, 255, 255, .3);
    transition: background .3s ease-out;
}

/* content */

.actions_content {
    line-height: 1.15;
    font-size: 26px;
    /*margin: 40px 80px;*/
}

.actions_content li {
    line-height: 1.2;
}

.actions_content p {
    margin: 0 0 20px;
}

.box-margin {
    margin: 40px 80px;
}


/* other */

.btn-mobile-app {
    margin: 0 20px 15px 0;
}

.btn-mobile-app:hover {
    background: rgba(255, 255, 255, .3);
    transition: background .3s ease-out;
}

.actions_header_left__title-wrapper {
    min-height: 200px;
    display: flex;
    color: #fff;
    justify-content: center;
    flex-direction: column;
}

.actions_content a:hover {
    color: #D71F85;
}

.actions_content a {
    font-size: 24px;
}

.mobile .hotel_slider .btn_block {
    z-index: 1;
}

.container_card .decor_block .card_block {
    margin-bottom: 0;
    text-align: left;
}

.container_card .decor_block .card_block img {
    max-width: 100%;
    height: auto;
}

.container_card .decor_block .title_block, .mobile .container_card .decor_block .title_block .title {
    display: none;
}

.mobile .container_card .card_block img, .container_card .card_block img {
    max-width: 100%;
}

.container_card.rest .card_block .card .b_block .desc {
    float: none;
}

.container_card.rest .card_block .card .b_block .time {
    margin-left: 0;
}

.text-large {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 576px) {
    font-size:

            38px

;
}

.text-fuxy {
    color: #d73786 !important;
}

.text-marins {
    color: #009296 !important;
}

.text-danger {
    color: red !important;
}

.text-fuxy span, .text-marins span {
    color: #333 !important;
}

.img-resp {
    width: 100%;
    height: auto
}

.container_card .decor_block .card_block h4 {
    font-size: 1.5em;
    margin: 0;
    font-weight: normal;
}

.offers_single .card_block > ul, .container_card .decor_block .card_block > ul {
    padding-left: 17px;
}

@media (min-width: 576px) {
    .spec-caption {
        width: 100%;
        position: absolute;
        bottom: 4px;
        background: rgba(0, 178, 189, 0.7);
        color: #fff;
        padding: 0;
        font-size: 18px;
    }

    .spec-caption ul {
        padding-left: 40px;
    }
}

.spec-photo-wrapper {
    margin: 0 0 40px;
    position: relative;
}

.spec-wrapper .spec-text img {
    max-width: 100%;
}

.spec-photo-wrapper .spec-caption ul {
    padding-left: 15px;
}

.spec-photo-wrapper .spec-caption ul li {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .spec-photo-wrapper .spec-caption {
        width: 100%;
        position: absolute;
        bottom: 4px;
        background: rgba(0, 178, 189, 0.7);
        color: #fff;
        padding: 15px;
        font-size: 18px;
    }

    .spec-photo-wrapper .spec-caption ul {
        padding-left: 40px;
    }
}

.spec-icon-list-item {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}

.spec-icon-list-item > div {
    text-align: center;
}

.spec-icon-list-item > div.img {
    flex-shrink: 0;
}

.spec-icon-list-item .image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 53px;
}

.spec-icon-list-item svg {
    margin: 0 20px 0 2px;
}

.spec-icon-list-item b {
    font-size: 16px;
    font-weight: 600;
}

.spec-icon-list-item ul {
    padding-left: 20px;
}

.spec-icon-list-img-medium .spec-icon-list-item .image {
    width: 56px;
    max-height: unset;
    max-width: unset;
    margin: 0 20px 0 2px;
}

@media (min-width: 576px) {
    .spec-icon-list-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex-box;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .spec-icon-list-item .image {
        text-align: left;
        margin: 0 15px 0 0;
        max-height: 64px;
    }

    .spec-icon-list-item ul {
        padding-left: 40px;
    }

    .spec-icon-list-item > div.img {
        text-align: center;
        margin-left: 0;
    }

    .spec-icon-list-item > div {
        text-align: left;
        margin-left: 15px;
    }
}

.spec-icon-list-wrapper > div {
    width: 100%;
}

.spec-icon-list-wrapper img {
    width: auto !important;
}

.row.spec-icon-list-wrapper .span5, .row.spec-icon-list-wrapper .span6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 767px) {
    .spec-icon-list-wrapper {
        display: flex;
        align-items: center;
    }

    .spec-icon-list-wrapper .spec-icon-list-item img {
        width: auto;
    }

    .spec-icon-list-item img {
        width: auto;
    }

    .spec-icon-list-wrapper > div {
        width: 50%
    }
}

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

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

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

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

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

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

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

.ml-45 {
    margin-left: 45px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

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

@media (max-width: 576px) {
    .mb-40 {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 576px) {
    .sm-mt-10 {
        margin-top: 10px !important;
    }

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

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

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

    .sm-ml-45 {
        margin-left: 45px !important;
    }

    .sm-ml-110 {
        margin-left: 110px !important;
    }

    .sm-mr-45 {
        margin-right: 45px !important;
    }

    .sm-p-20 {
        padding: 20px !important;
    }
}

@media (min-width: 767px) {
    .mr-md-60 {
        margin-right: 60px;
    }

    .ml-md-60 {
        margin-left: 60px;
    }
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 400;
}

@media (min-width: 576px) {
    .sm-text-bold {
        font-weight: 400;
    }

    .sm-text-center {
        text-align: center;
    }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-6, span6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6, span6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.mobile .hotel_slider .btn_block {
    z-index: 1;
}

.container_card .decor_block .card_block {
    margin-bottom: 0;
    text-align: left;
}

.container_card .decor_block .card_block img {
    max-width: 100%;
    height: auto;
}

.container_card .decor_block .title_block, .mobile .container_card .decor_block .title_block .title {
    display: none;
}

.mobile .container_card .card_block img, .container_card .card_block img {
    max-width: 100%;
}

.container_card.rest .card_block .card .b_block .desc {
    float: none;
}

.container_card.rest .card_block .card .b_block .time {
    margin-left: 0;
}

.text-large {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 576px) {
    font-size:

            38px

;
}

.text-fuxy {
    color: #d73786 !important;
}

.text-marins {
    color: #009296 !important;
}

.text-danger {
    color: red !important;
}

.text-fuxy span, .text-marins span {
    color: #333 !important;
}

.img-resp {
    width: 100%;
    height: auto
}

.container_card .decor_block .card_block h4 {
    font-size: 1.5em;
    margin: 0;
    font-weight: normal;
}

.offers_single .card_block > ul, .container_card .decor_block .card_block > ul {
    padding-left: 17px;
}

@media (min-width: 576px) {
    .spec-caption {
        width: 100%;
        position: absolute;
        bottom: 4px;
        background: rgba(0, 178, 189, 0.7);
        color: #fff;
        padding: 0;
        font-size: 18px;
    }

    .spec-caption ul {
        padding-left: 40px;
    }
}

.spec-photo-wrapper {
    margin: 0 0 40px;
    position: relative;
}

.spec-wrapper .spec-text img {
    max-width: 100%;
}

.spec-photo-wrapper .spec-caption ul {
    padding-left: 15px;
}

.spec-photo-wrapper .spec-caption ul li {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .spec-photo-wrapper .spec-caption {
        width: 100%;
        position: absolute;
        bottom: 4px;
        background: rgba(0, 178, 189, 0.7);
        color: #fff;
        padding: 15px;
        font-size: 18px;
    }

    .spec-photo-wrapper .spec-caption ul {
        padding-left: 40px;
    }
}

.spec-icon-list-item {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}

.spec-icon-list-item > div {
    text-align: center;
}

.spec-icon-list-item > div.img {
    flex-shrink: 0;
}

.spec-icon-list-item .image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 53px;
}

.spec-icon-list-item svg {
    margin: 0 20px 0 2px;
}

.spec-icon-list-item b {
    font-size: 16px;
    font-weight: 600;
}

.spec-icon-list-item ul {
    padding-left: 20px;
}

.spec-icon-list-img-medium .spec-icon-list-item .image {
    width: 56px;
    max-height: unset;
    max-width: unset;
    margin: 0 20px 0 2px;
}

@media (min-width: 576px) {
    .spec-icon-list-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex-box;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -o-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .spec-icon-list-item .image {
        text-align: left;
        margin: 0 15px 0 0;
        max-height: 64px;
    }

    .spec-icon-list-item ul {
        padding-left: 40px;
    }

    .spec-icon-list-item > div.img {
        text-align: center;
        margin-left: 0;
    }

    .spec-icon-list-item > div {
        text-align: left;
        margin-left: 15px;
    }
}

.spec-icon-list-wrapper > div {
    width: 100%;
}

.spec-icon-list-wrapper img {
    width: auto !important;
}

.row.spec-icon-list-wrapper .span5, .row.spec-icon-list-wrapper .span6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 767px) {
    .spec-icon-list-wrapper {
        display: flex;
        align-items: center;
    }

    .spec-icon-list-wrapper .spec-icon-list-item img {
        width: auto;
    }

    .spec-icon-list-item img {
        width: auto;
    }

    .spec-icon-list-wrapper > div {
        width: 50%
    }
}

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

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

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

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

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

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

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

.ml-45 {
    margin-left: 45px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

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

@media (max-width: 576px) {
    .mb-40 {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 576px) {
    .sm-mt-10 {
        margin-top: 10px !important;
    }

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

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

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

    .sm-ml-45 {
        margin-left: 45px !important;
    }

    .sm-ml-110 {
        margin-left: 110px !important;
    }

    .sm-mr-45 {
        margin-right: 45px !important;
    }

    .sm-p-20 {
        padding: 20px !important;
    }
}

@media (min-width: 767px) {
    .mr-md-60 {
        margin-right: 60px;
    }

    .ml-md-60 {
        margin-left: 60px;
    }
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 400;
}

@media (min-width: 576px) {
    .sm-text-bold {
        font-weight: 400;
    }

    .sm-text-center {
        text-align: center;
    }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-6, span6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-12, span12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6, span6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12, span12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.box-margin {
    margin: 40px 80px;
}

@media screen and (max-width: 416px) {
    .box-margin {
        margin: 5px 0;
    }
}

@media screen and (max-width: 1406px) {
    .nobrifsmall {
        display: none;
    }
}

.container_card .decor_block .card_block a.btn {
    margin-bottom: 104px;
    font-size: 24px;
}
.mobile .container_card .decor_block .card_block a.btn {
    margin-bottom: 16px;!important;
    font-size: 24px;
}
.container_card img {
    max-width: 100%;
    height: auto;
}

.mobile-content .spec_v1 .tab-pane {
    padding: 0;
}

.fs-14 {
    font-size: 14px !important;
    line-height: normal;
}

.fs-16 {
    font-size: 16px !important;
    line-height: normal;
}

.fs-18 {
    font-size: 18px !important;
    line-height: normal;
}

.fs-20 {
    font-size: 20px !important;
    line-height: normal;
}

.fs-22 {
    font-size: 22px !important;
    line-height: normal;
}

.fs-24 {
    font-size: 24px !important;
    line-height: normal;
}

.fs-26 {
    font-size: 26px !important;
    line-height: normal;
}

.fs-28 {
    font-size: 28px !important;
    line-height: normal;
}

.fs-30 {
    font-size: 30px !important;
    line-height: normal;
}

.fs-32 {
    font-size: 32px !important;
    line-height: normal;
}

.fs-34 {
    font-size: 34px !important;
    line-height: normal;
}

.fs-36 {
    font-size: 36px !important;
    line-height: normal;
}

.fs-40 {
    font-size: 40px !important;
    line-height: normal;
}

.fs-50 {
    font-size: 50px !important;
    line-height: normal;
}

.lh-100 {
    line-height: 1;
}

.lh-110 {
    line-height: 1.1;
}

.lh-120 {
    line-height: 1.2;
}

.lh-130 {
    line-height: 1.3;
}

.lh-140 {
    line-height: 1.4;
}

.lh-150 {
    line-height: 1.5;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
    font-family: 'Roboto', 'PT Sans', sans-serif !important;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
    color: #333333;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-italic {
    font-style: italic !important;
}

.text-bold {
    font-weight: 500 !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-underline {
    text-decoration: underline !important;
}

.m-5 {
    margin: 5px !important;
}

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

.m-15 {
    margin: 15px !important;
}

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

.m-25 {
    margin: 25px !important;
}

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

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

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

.m-45 {
    margin: 45px !important;
}

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

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

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

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

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

.m-100 {
    margin: 100px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

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

.mt-15 {
    margin-top: 15px !important;
}

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

.mt-25 {
    margin-top: 25px !important;
}

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

.mt-35 {
    margin-top: 35px !important;
}

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

.mt-45 {
    margin-top: 45px !important;
}

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

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

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

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

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

.mt-100 {
    margin-top: 100px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

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

.mb-15 {
    margin-bottom: 15px !important;
}

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

.mb-25 {
    margin-bottom: 25px !important;
}

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

.mb-35 {
    margin-bottom: 35px !important;
}

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

.mb-45 {
    margin-bottom: 45px !important;
}

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

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

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

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

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

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-5 {
    margin-left: 5px !important;
}

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

.ml-15 {
    margin-left: 15px !important;
}

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

.ml-25 {
    margin-left: 25px !important;
}

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

.ml-35 {
    margin-left: 35px !important;
}

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

.ml-45 {
    margin-left: 45px !important;
}

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

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

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

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

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

.ml-100 {
    margin-left: 100px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-5 {
    margin-right: 5px !important;
}

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

.mr-15 {
    margin-right: 15px !important;
}

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

.mr-25 {
    margin-right: 25px !important;
}

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

.mr-35 {
    margin-right: 35px !important;
}

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

.mr-45 {
    margin-right: 45px !important;
}

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

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

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

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

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

.mr-100 {
    margin-right: 100px !important;
}

.mr-auto {
    margin-right: auto !important;
}

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

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

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

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

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

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

.p-35 {
    padding: 30px !important;
}

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

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

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

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.d-flex {
    display: flex !important;
}

.d-flex-inline {
    display: inline-flex !important;
}

.d-block {
    display: block !important;
}

.d-block-inline {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-grow-1 {
    -ms-flex-grow: column !important;
    flex-grow: 1 !important;
}

.flex-grow-0 {
    -ms-flex-grow: column !important;
    flex-grow: 0 !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-end !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-full {
    width: 100%;
}

@media (max-width: 1000px) {
    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-italic {
        font-style: italic;
    }

    .text-md-bold {
        font-weight: bold !important;
    }

    .text-md-normal {
        font-weight: normal !important;
    }

    .text-md-uppercase {
        text-transform: uppercase !important;
    }

    .text-md-underline {
        text-decoration: underline !important;
    }

    .fs-md-14 {
        font-size: 14px !important;
        line-height: normal;
    }

    .fs-md-16 {
        font-size: 16px !important;
        line-height: normal;
    }

    .fs-md-18 {
        font-size: 18px !important;
        line-height: normal;
    }

    .fs-md-20 {
        font-size: 20px !important;
        line-height: normal;
    }

    .fs-md-22 {
        font-size: 22px !important;
        line-height: normal;
    }

    .fs-md-24 {
        font-size: 24px !important;
        line-height: normal;
    }

    .fs-md-26 {
        font-size: 26px !important;
        line-height: normal;
    }

    .fs-md-28 {
        font-size: 28px !important;
        line-height: normal;
    }

    .fs-md-30 {
        font-size: 30px !important;
        line-height: normal;
    }

    .fs-md-32 {
        font-size: 32px !important;
        line-height: normal;
    }

    .fs-md-34 {
        font-size: 34px !important;
        line-height: normal;
    }

    .fs-md-36 {
        font-size: 36px !important;
        line-height: normal;
    }

    .fs-md-40 {
        font-size: 40px !important;
        line-height: normal;
    }

    .fs-md-50 {
        font-size: 50px !important;
        line-height: normal;
    }

    .lh-md-100 {
        line-height: 1;
    }

    .lh-md-110 {
        line-height: 1.1;
    }

    .lh-md-120 {
        line-height: 1.2;
    }

    .lh-md-130 {
        line-height: 1.3;
    }

    .lh-md-140 {
        line-height: 1.4;
    }

    .lh-md-150 {
        line-height: 1.5;
    }

    .m-md-0 {
        margin: 0px !important;
    }

    .m-md-5 {
        margin: 5px !important;
    }

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

    .m-md-15 {
        margin: 15px !important;
    }

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

    .m-md-25 {
        margin: 25px !important;
    }

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

    .m-md-35 {
        margin: 30px !important;
    }

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

    .m-md-45 {
        margin: 45px !important;
    }

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

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

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

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

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

    .m-md-100 {
        margin: 100px !important;
    }

    .mt-md-0 {
        margin-top: 0px !important;
    }

    .mt-md-5 {
        margin-top: 5px !important;
    }

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

    .mt-md-15 {
        margin-top: 15px !important;
    }

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

    .mt-md-25 {
        margin-top: 25px !important;
    }

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

    .mt-md-35 {
        margin-top: 35px !important;
    }

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

    .mt-md-45 {
        margin-top: 45px !important;
    }

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

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

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

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

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

    .mt-md-100 {
        margin-top: 100px !important;
    }

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-5 {
        margin-bottom: 5px !important;
    }

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

    .mb-md-15 {
        margin-bottom: 15px !important;
    }

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

    .mb-md-25 {
        margin-bottom: 25px !important;
    }

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

    .mb-md-35 {
        margin-bottom: 35px !important;
    }

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

    .mb-md-45 {
        margin-bottom: 45px !important;
    }

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

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

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

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

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

    .mb-md-100 {
        margin-bottom: 100px !important;
    }

    .ml-md-0 {
        margin-left: 0px !important;
    }

    .ml-md-5 {
        margin-left: 5px !important;
    }

    .ml-md-10 {
        margin-left: 10px !important;
    }

    .ml-md-15 {
        margin-left: 15px !important;
    }

    .ml-md-25 {
        margin-left: 25px !important;
    }

    .ml-md-25 {
        margin-left: 25px !important;
    }

    .ml-md-30 {
        margin-left: 30px !important;
    }

    .ml-md-35 {
        margin-left: 35px !important;
    }

    .ml-md-40 {
        margin-left: 40px !important;
    }

    .ml-md-45 {
        margin-left: 45px !important;
    }

    .ml-md-50 {
        margin-left: 50px !important;
    }

    .ml-md-60 {
        margin-left: 60px !important;
    }

    .ml-md-70 {
        margin-left: 70px !important;
    }

    .ml-md-80 {
        margin-left: 80px !important;
    }

    .ml-md-90 {
        margin-left: 90px !important;
    }

    .ml-md-100 {
        margin-left: 100px !important;
    }

    .mr-md-0 {
        margin-right: 0px !important;
    }

    .mr-md-5 {
        margin-right: 5px !important;
    }

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

    .mr-md-15 {
        margin-right: 15px !important;
    }

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

    .mr-md-25 {
        margin-right: 25px !important;
    }

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

    .mr-md-35 {
        margin-right: 35px !important;
    }

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

    .mr-md-45 {
        margin-right: 45px !important;
    }

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

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

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

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

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

    .mr-md-100 {
        margin-right: 100px !important;
    }

    .p-md-0 {
        padding: 0px !important;
    }

    .p-md-5 {
        padding: 5px !important;
    }

    .p-md-10 {
        padding: 10px !important;
    }

    .p-md-15 {
        padding: 15px !important;
    }

    .p-md-20 {
        padding: 20px !important;
    }

    .p-md-25 {
        padding: 25px !important;
    }

    .p-md-30 {
        padding: 30px !important;
    }

    .p-md-35 {
        padding: 30px !important;
    }

    .p-md-40 {
        padding: 40px !important;
    }

    .p-md-45 {
        padding: 45px !important;
    }

    .p-md-50 {
        padding: 50px !important;
    }

    .p-md-60 {
        padding: 60px !important;
    }

    .p-md-70 {
        padding: 70px !important;
    }

    .p-md-80 {
        padding: 80px !important;
    }

    .p-md-90 {
        padding: 90px !important;
    }

    .p-md-100 {
        padding: 100px !important;
    }

    .pt-md-0 {
        padding-top: 0px !important;
    }

    .pt-md-5 {
        padding-top: 5px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pt-md-25 {
        padding-top: 25px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-35 {
        padding-top: 35px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pt-md-45 {
        padding-top: 45px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-90 {
        padding-top: 90px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pb-md-0 {
        padding-bottom: 0px !important;
    }

    .pb-md-5 {
        padding-bottom: 5px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-15 {
        padding-bottom: 15px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-25 {
        padding-bottom: 25px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-35 {
        padding-bottom: 35px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-45 {
        padding-bottom: 45px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-70 {
        padding-bottom: 70px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-90 {
        padding-bottom: 90px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pl-md-0 {
        padding-left: 0px !important;
    }

    .pl-md-5 {
        padding-left: 5px !important;
    }

    .pl-md-10 {
        padding-left: 10px !important;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }

    .pl-md-25 {
        padding-left: 25px !important;
    }

    .pl-md-25 {
        padding-left: 25px !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .pl-md-35 {
        padding-left: 35px !important;
    }

    .pl-md-40 {
        padding-left: 40px !important;
    }

    .pl-md-45 {
        padding-left: 45px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }

    .pl-md-60 {
        padding-left: 60px !important;
    }

    .pl-md-70 {
        padding-left: 70px !important;
    }

    .pl-md-80 {
        padding-left: 80px !important;
    }

    .pl-md-90 {
        padding-left: 90px !important;
    }

    .pl-md-100 {
        padding-left: 100px !important;
    }

    .pr-md-0 {
        padding-right: 0px !important;
    }

    .pr-md-5 {
        padding-right: 5px !important;
    }

    .pr-md-10 {
        padding-right: 10px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pr-md-20 {
        padding-right: 20px !important;
    }

    .pr-md-25 {
        padding-right: 25px !important;
    }

    .pr-md-30 {
        padding-right: 30px !important;
    }

    .pr-md-35 {
        padding-right: 35px !important;
    }

    .pr-md-40 {
        padding-right: 40px !important;
    }

    .pr-md-45 {
        padding-right: 45px !important;
    }

    .pr-md-50 {
        padding-right: 50px !important;
    }

    .pr-md-60 {
        padding-right: 60px !important;
    }

    .pr-md-70 {
        padding-right: 70px !important;
    }

    .pr-md-80 {
        padding-right: 80px !important;
    }

    .pr-md-90 {
        padding-right: 90px !important;
    }

    .pr-md-100 {
        padding-right: 100px !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-flex-inline {
        display: inline-flex !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-block-inline {
        display: inline-block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-grow-1 {
        -ms-flex-grow: column !important;
        flex-grow: 1 !important;
    }

    .flex-md-grow-0 {
        -ms-flex-grow: column !important;
        flex-grow: 0 !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .w-md-1\/2 {
        width: 50%;
    }

    .w-md-1\/3 {
        width: 33.333333%;
    }

    .w-md-1\/4 {
        width: 25%;
    }

    .w-md-full {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-italic {
        font-style: italic !important;
    }

    .text-sm-bold {
        font-weight: bold !important;
    }

    .text-sm-normal {
        font-weight: normal !important;
    }

    .text-sm-uppercase {
        text-transform: uppercase !important;
    }

    .text-sm-underline {
        text-decoration: underline !important;
    }

    .font-sm-normal {
        font-weight: 400;
    }

    .fs-sm-14 {
        font-size: 14px !important;
        line-height: normal;
    }

    .fs-sm-16 {
        font-size: 16px !important;
        line-height: normal;
    }

    .fs-sm-18 {
        font-size: 18px !important;
        line-height: normal;
    }

    .fs-sm-20 {
        font-size: 20px !important;
        line-height: normal;
    }

    .fs-sm-22 {
        font-size: 22px !important;
        line-height: normal;
    }

    .fs-sm-24 {
        font-size: 24px !important;
        line-height: normal;
    }

    .fs-sm-26 {
        font-size: 26px !important;
        line-height: normal;
    }

    .fs-sm-28 {
        font-size: 28px !important;
        line-height: normal;
    }

    .fs-sm-30 {
        font-size: 30px !important;
        line-height: normal;
    }

    .fs-sm-32 {
        font-size: 32px !important;
        line-height: normal;
    }

    .fs-sm-34 {
        font-size: 34px !important;
        line-height: normal;
    }

    .fs-sm-36 {
        font-size: 36px !important;
        line-height: normal;
    }

    .fs-sm-40 {
        font-size: 40px !important;
        line-height: normal;
    }

    .fs-sm-50 {
        font-size: 50px !important;
        line-height: normal;
    }

    .lh-sm-100 {
        line-height: 1;
    }

    .lh-sm-110 {
        line-height: 1.1;
    }

    .lh-sm-120 {
        line-height: 1.2;
    }

    .lh-sm-130 {
        line-height: 1.3;
    }

    .lh-sm-140 {
        line-height: 1.4;
    }

    .lh-sm-150 {
        line-height: 1.5;
    }

    .m-sm-0 {
        margin: 0px !important;
    }

    .m-sm-5 {
        margin: 5px !important;
    }

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

    .m-sm-15 {
        margin: 15px !important;
    }

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

    .m-sm-25 {
        margin: 25px !important;
    }

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

    .m-sm-35 {
        margin: 30px !important;
    }

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

    .m-sm-45 {
        margin: 45px !important;
    }

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

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

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

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

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

    .m-sm-100 {
        margin: 100px !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    .mt-sm-5 {
        margin-top: 5px !important;
    }

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

    .mt-sm-15 {
        margin-top: 15px !important;
    }

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

    .mt-sm-25 {
        margin-top: 25px !important;
    }

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

    .mt-sm-35 {
        margin-top: 35px !important;
    }

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

    .mt-sm-45 {
        margin-top: 45px !important;
    }

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

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

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

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

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

    .mt-sm-100 {
        margin-top: 100px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0px !important;
    }

    .mb-sm-5 {
        margin-bottom: 5px !important;
    }

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

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }

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

    .mb-sm-25 {
        margin-bottom: 25px !important;
    }

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

    .mb-sm-35 {
        margin-bottom: 35px !important;
    }

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

    .mb-sm-45 {
        margin-bottom: 45px !important;
    }

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

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

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

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

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

    .mb-sm-100 {
        margin-bottom: 100px !important;
    }

    .ml-sm-0 {
        margin-left: 0px !important;
    }

    .ml-sm-5 {
        margin-left: 5px !important;
    }

    .ml-sm-10 {
        margin-left: 10px !important;
    }

    .ml-sm-15 {
        margin-left: 15px !important;
    }

    .ml-sm-25 {
        margin-left: 25px !important;
    }

    .ml-sm-25 {
        margin-left: 25px !important;
    }

    .ml-sm-30 {
        margin-left: 30px !important;
    }

    .ml-sm-35 {
        margin-left: 35px !important;
    }

    .ml-sm-40 {
        margin-left: 40px !important;
    }

    .ml-sm-45 {
        margin-left: 45px !important;
    }

    .ml-sm-50 {
        margin-left: 50px !important;
    }

    .ml-sm-60 {
        margin-left: 60px !important;
    }

    .ml-sm-70 {
        margin-left: 70px !important;
    }

    .ml-sm-80 {
        margin-left: 80px !important;
    }

    .ml-sm-90 {
        margin-left: 90px !important;
    }

    .ml-sm-100 {
        margin-left: 100px !important;
    }

    .mr-sm-0 {
        margin-right: 0px !important;
    }

    .mr-sm-5 {
        margin-right: 5px !important;
    }

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

    .mr-sm-15 {
        margin-right: 15px !important;
    }

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

    .mr-sm-25 {
        margin-right: 25px !important;
    }

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

    .mr-sm-35 {
        margin-right: 35px !important;
    }

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

    .mr-sm-45 {
        margin-right: 45px !important;
    }

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

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

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

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

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

    .mr-sm-100 {
        margin-right: 100px !important;
    }

    .p-sm-0 {
        padding: 0px !important;
    }

    .p-sm-5 {
        padding: 5px !important;
    }

    .p-sm-10 {
        padding: 10px !important;
    }

    .p-sm-15 {
        padding: 15px !important;
    }

    .p-sm-20 {
        padding: 20px !important;
    }

    .p-sm-25 {
        padding: 25px !important;
    }

    .p-sm-30 {
        padding: 30px !important;
    }

    .p-sm-35 {
        padding: 30px !important;
    }

    .p-sm-40 {
        padding: 40px !important;
    }

    .p-sm-45 {
        padding: 45px !important;
    }

    .p-sm-50 {
        padding: 50px !important;
    }

    .p-sm-60 {
        padding: 60px !important;
    }

    .p-sm-70 {
        padding: 70px !important;
    }

    .p-sm-80 {
        padding: 80px !important;
    }

    .p-sm-90 {
        padding: 90px !important;
    }

    .p-sm-100 {
        padding: 100px !important;
    }

    .pt-sm-0 {
        padding-top: 0px !important;
    }

    .pt-sm-5 {
        padding-top: 5px !important;
    }

    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pt-sm-15 {
        padding-top: 15px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pt-sm-25 {
        padding-top: 25px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pt-sm-35 {
        padding-top: 35px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pt-sm-45 {
        padding-top: 45px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pt-sm-70 {
        padding-top: 70px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pt-sm-90 {
        padding-top: 90px !important;
    }

    .pt-sm-100 {
        padding-top: 100px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .pb-sm-5 {
        padding-bottom: 5px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }

    .pb-sm-15 {
        padding-bottom: 15px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pb-sm-25 {
        padding-bottom: 25px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pb-sm-35 {
        padding-bottom: 35px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pb-sm-45 {
        padding-bottom: 45px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pb-sm-70 {
        padding-bottom: 70px !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pb-sm-90 {
        padding-bottom: 90px !important;
    }

    .pb-sm-100 {
        padding-bottom: 100px !important;
    }

    .pl-sm-0 {
        padding-left: 0px !important;
    }

    .pl-sm-5 {
        padding-left: 5px !important;
    }

    .pl-sm-10 {
        padding-left: 10px !important;
    }

    .pl-sm-15 {
        padding-left: 15px !important;
    }

    .pl-sm-20 {
        padding-left: 20px !important;
    }

    .pl-sm-25 {
        padding-left: 25px !important;
    }

    .pl-sm-30 {
        padding-left: 30px !important;
    }

    .pl-sm-35 {
        padding-left: 35px !important;
    }

    .pl-sm-40 {
        padding-left: 40px !important;
    }

    .pl-sm-45 {
        padding-left: 45px !important;
    }

    .pl-sm-50 {
        padding-left: 50px !important;
    }

    .pl-sm-60 {
        padding-left: 60px !important;
    }

    .pl-sm-70 {
        padding-left: 70px !important;
    }

    .pl-sm-80 {
        padding-left: 80px !important;
    }

    .pl-sm-90 {
        padding-left: 90px !important;
    }

    .pl-sm-100 {
        padding-left: 100px !important;
    }

    .pr-sm-0 {
        padding-right: 0px !important;
    }

    .pr-sm-5 {
        padding-right: 5px !important;
    }

    .pr-sm-10 {
        padding-right: 10px !important;
    }

    .pr-sm-15 {
        padding-right: 15px !important;
    }

    .pr-sm-20 {
        padding-right: 20px !important;
    }

    .pr-sm-25 {
        padding-right: 25px !important;
    }

    .pr-sm-30 {
        padding-right: 30px !important;
    }

    .pr-sm-35 {
        padding-right: 35px !important;
    }

    .pr-sm-40 {
        padding-right: 40px !important;
    }

    .pr-sm-45 {
        padding-right: 45px !important;
    }

    .pr-sm-50 {
        padding-right: 50px !important;
    }

    .pr-sm-60 {
        padding-right: 60px !important;
    }

    .pr-sm-70 {
        padding-right: 70px !important;
    }

    .pr-sm-80 {
        padding-right: 80px !important;
    }

    .pr-sm-90 {
        padding-right: 90px !important;
    }

    .pr-sm-100 {
        padding-right: 100px !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-flex-inline {
        display: inline-flex !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-block-inline {
        display: inline-block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-grow: column !important;
        flex-grow: 1 !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-grow: column !important;
        flex-grow: 0 !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .w-sm-1\/2 {
        width: 50%;
    }

    .w-sm-1\/3 {
        width: 33.333333%;
    }

    .w-sm-1\/4 {
        width: 25%;
    }

    .w-sm-1\/5 {
        width: 20%;
    }

    .w-sm-full {
        width: 100%;
    }
}

.spec_v1 .text-primary {
    color: #413e3e !important;
}

.spec_v1 .text-muted {
    color: #8F9092 !important;
}

.spec_v1 .text-pink {
    color: #E62987 !important;
}

.spec_v1 .text-blue {
    color: #019DB4;
}

.spec_v1.spec-wrapper {
    margin: 45px 95px
}

.spec_v1 .media-row {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px
}

.spec_v1 .media-row .media-col-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8, 3333%;
}

.spec_v1 .media-row .media-col-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666%;
}

.spec_v1 .media-row .media-col-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.spec_v1 .media-row .media-col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
}

.spec_v1 .media-row .media-col-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41, 6666%;
}

.spec_v1 .media-row .media-col-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.spec_v1 .media-row .media-col-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58, 3333%;
}

.spec_v1 .media-row .media-col-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66, 6666%;
}

.spec_v1 .media-row .media-col-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
}

.spec_v1 .media-row .media-col-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83, 3333%;
}

.spec_v1 .media-row .media-col-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91, 6666%;
}

.spec_v1 .media-row .media-col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.spec_v1 .order-0 {
    order: 0
}

.spec_v1 .order-1 {
    order: 1
}

.spec_v1 .order-2 {
    order: 2
}

.spec_v1 .order-3 {
    order: 3
}

.spec_v1 .media-item {
    display: flex;
    align-items: center;
}

.spec_v1 .media-item .image {
    width: 100px;
    flex-shrink: 0;
}

.spec_v1 .media-item .image img {
    width: auto;
    max-width: 80px;
    height: auto
}

.spec_v1 .media-item .text {
    padding-right: 40px
}

.spec_v1 .align-items-start {
    align-items: flex-start !important;
}

.spec_v1 -show, .spec_v1 -only {
    display: block
}

.spec_v1 -hide, .spec_v1 .mobile-only {
    display: none
}

.spec_v1 .list-style-decimal {
    list-style-type: decimal;
    padding-left: 22px;
}

.spec_v1 .list-style-circle {
    list-style-type: circle;
    padding-left: 22px;
}

.spec_v1 .list-blue, .spec_v1 .list-pink {
    list-style-type: none;
}

.spec_v1 .list-blue li, .spec_v1 .list-pink li {
    position: relative;
    padding-left: 22px;
}

.spec_v1 .list-blue li:before, .spec_v1 .list-pink li:before {
    background: #009296;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: calc(50% - 4px);
    left: 2px;
}

.spec_v1 .list-pink li:before {
    background: #E72887;
}

.spec_v1 .list-black {
    list-style-type: none;
}

.spec_v1 .list-black li {
    position: relative;
    padding-left: 22px;
}

.spec_v1 .list-black li:before {
    background: #333333;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: calc(50% - 2px);
    left: 2px;
}

.spec_v1 .photo-shadow {
    filter: drop-shadow(2px 5px 16px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
}

.spec_v1 .btn-content-bottom {
    padding: 22px 60px;
    background: #E62987;
    border-radius: 6px;
    color: #ffffff;
    font-size: 26px;
    display: inline-block;
    text-decoration: none;
}

.spec_v1 .btn-content-bottom:hover {
    text-decoration: none;
}

.spec_v1 .spec-btn {
    text-align: center;
    border: 2px solid #3e3e3e;
    padding: 12px 64px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background: #3e3e3e;
    border-radius: 4px;
    font-size: 24px;
}

.spec_v1 .spec-btn-blue {
    border-color: #008f9d;
    background: #008f9d;
    color: #ffffff !important;
}

.spec_v1 .spec-btn-pink {
    border-color: #E62987;
    background: #E62987;
    color: #ffffff !important;
}

.spec_v1 .spec-btn-flat {
    border: 2px solid #3e3e3e;
    background: transparent;
    color: #3e3e3e
}

.spec_v1 .spec-btn-blue.spec-btn-flat {
    border: 2px solid #008f9d;
    background: transparent;
    color: #008f9d !important
}

.spec_v1 .spec-btn-pink.spec-btn-flat {
    border: 2px solid #E62987;
    background: transparent;
    color: #E62987 !important
}

.spec_v1 .spec-btn-shadow {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.spec_v1 ul, .spec_v1 ol {
    padding: 0;
    margin: 0;
}

@media (max-width: 1000px) {
    .spec_v1 .media-row {
        flex-direction: column;
    }

    .spec_v1 .media-row .media-col-1 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-2 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-3 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-4 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-5 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-6 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-7 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-8 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-9 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-10 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-11 {
        width: 100%;
    }

    .spec_v1 .media-row .media-col-12 {
        width: 100%;
    }

    .spec_v1 .order-md-0 {
        order: 0
    }

    .spec_v1 .order-md-1 {
        order: 1
    }

    .spec_v1 .order-md-2 {
        order: 2
    }

    .spec_v1 .order-md-3 {
        order: 3
    }

    .spec_v1.spec-wrapper, .spec-wrapper {
        margin: 20px 50px
    }

    .spec_v1 .text-md-primary {
        color: #413e3e !important;
    }

    .spec_v1 .text-md-muted {
        color: #8F9092 !important;
    }

    .spec_v1 .text-md-pink {
        color: #E62987 !important;
    }

    .spec_v1 .text-md-blue {
        color: #009296 !important;
    }
}

@media (max-width: 500px) {
    .spec_v1.spec-wrapper, .spec-wrapper {
        margin: 10px 10px
    }

    .spec_v1 .media-item .text {
        padding-right: 0
    }

    .spec_v1 .media-item .image {
        width: 48px;
    }

    .spec_v1 .media-item .image img {
        width: 32px;
    }

    .spec_v1 .order-sm-0 {
        order: 0
    }

    .spec_v1 .order-sm-1 {
        order: 1
    }

    .spec_v1 .order-sm-2 {
        order: 2
    }

    .spec_v1 .order-sm-3 {
        order: 3
    }

    .spec_v1 -show, .spec_v1 -only {
        display: none
    }

    .spec_v1 -hide, .spec_v1 .mobile-only {
        display: block
    }

    .spec_v1 .text-sm-primary {
        color: #413e3e !important;
    }

    .spec_v1 .text-sm-muted {
        color: #8F9092 !important;
    }

    .spec_v1 .text-sm-pink {
        color: #E72887 !important;
    }

    .spec_v1 .text-sm-blue {
        color: #009296 !important;
    }

    .spec_v1 .spec-btn-flat {
        border-width: 1px;
    }

    .spec_v1 .spec-btn-blue.spec-btn-flat {
        border-width: 1px;
    }

    .spec_v1 .spec-btn-pink.spec-btn-flat {
        border-width: 1px;
    }

    .spec_v1 .list-blue li:before, .spec_v1 .list-pink li:before {
        width: 3px;
        height: 3px;
        border-radius: 100%;
        top: calc(50% - 1px);
    }

    .spec_v1 .list-blue li, .spec_v1 .list-pink li {
        position: relative;
        padding-left: 9px;
    }
}

.spec_v1 .visible-main {
    display: block !important;
}

.spec_v1 .visible-local {
    display: block !important;
}

.button_view_menu {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #fffcfc !important;
    color: #006089 !important;
    border: 1px solid #009db4 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 15px 50px !important;
    transition: all 0.8s ease !important;
}

.button_view_menu:hover {
    text-decoration: none !important;
    background-color: #006089 !important;
    color: #ffeded !important;
    border-color: #006089 !important;
}
.container_card a.btn {
    background: #d73786;
    border-radius: 4px;
    width: 320px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 16px;
}