.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-clipped {
    overflow: hidden !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width: 768px) {
    .is-size-1-mobile {
        font-size:3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 769px), print {
    .is-size-1-tablet {
        font-size:3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width: 1087px) {
    .is-size-1-touch {
        font-size:3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1088px) {
    .is-size-1-desktop {
        font-size:3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1280px) {
    .is-size-1-widescreen {
        font-size:3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1472px) {
    .is-size-1-fullhd {
        font-size:3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

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

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

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align:center !important
    }
}

@media screen and (min-width: 769px), print {
    .has-text-centered-tablet {
        text-align:center !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-centered-tablet-only {
        text-align:center !important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-centered-touch {
        text-align:center !important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-centered-desktop {
        text-align:center !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-centered-desktop-only {
        text-align:center !important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-centered-widescreen {
        text-align:center !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-centered-widescreen-only {
        text-align:center !important
    }
}

@media screen and (min-width: 1472px) {
    .has-text-centered-fullhd {
        text-align:center !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align:justify !important
    }
}

@media screen and (min-width: 769px), print {
    .has-text-justified-tablet {
        text-align:justify !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-justified-tablet-only {
        text-align:justify !important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-justified-touch {
        text-align:justify !important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-justified-desktop {
        text-align:justify !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-justified-desktop-only {
        text-align:justify !important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-justified-widescreen {
        text-align:justify !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-justified-widescreen-only {
        text-align:justify !important
    }
}

@media screen and (min-width: 1472px) {
    .has-text-justified-fullhd {
        text-align:justify !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align:left !important
    }
}

@media screen and (min-width: 769px), print {
    .has-text-left-tablet {
        text-align:left !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-left-tablet-only {
        text-align:left !important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-left-touch {
        text-align:left !important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-left-desktop {
        text-align:left !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-left-desktop-only {
        text-align:left !important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-left-widescreen {
        text-align:left !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-left-widescreen-only {
        text-align:left !important
    }
}

@media screen and (min-width: 1472px) {
    .has-text-left-fullhd {
        text-align:left !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align:right !important
    }
}

@media screen and (min-width: 769px), print {
    .has-text-right-tablet {
        text-align:right !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-right-tablet-only {
        text-align:right !important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-right-touch {
        text-align:right !important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-right-desktop {
        text-align:right !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-right-desktop-only {
        text-align:right !important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-right-widescreen {
        text-align:right !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-right-widescreen-only {
        text-align:right !important
    }
}

@media screen and (min-width: 1472px) {
    .has-text-right-fullhd {
        text-align:right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

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

.is-italic {
    font-style: italic !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:hover,a.has-text-white:focus {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:hover,a.has-text-black:focus {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:hover,a.has-text-light:focus {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:hover,a.has-text-dark:focus {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: #363636 !important
}

.has-text-primary {
    color: #00d1b2 !important
}

a.has-text-primary:hover,a.has-text-primary:focus {
    color: #009e86 !important
}

.has-background-primary {
    background-color: #00d1b2 !important
}

.has-text-link {
    color: #3273dc !important
}

a.has-text-link:hover,a.has-text-link:focus {
    color: #205bbc !important
}

.has-background-link {
    background-color: #3273dc !important
}

.has-text-info {
    color: #209cee !important
}

a.has-text-info:hover,a.has-text-info:focus {
    color: #0f81cc !important
}

.has-background-info {
    background-color: #209cee !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:hover,a.has-text-success:focus {
    color: #1ca64c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-warning {
    color: #ffdd57 !important
}

a.has-text-warning:hover,a.has-text-warning:focus {
    color: #ffd324 !important
}

.has-background-warning {
    background-color: #ffdd57 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:hover,a.has-text-danger:focus {
    color: #ff0537 !important
}

.has-background-danger {
    background-color: #ff3860 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-background-black-bis {
    background-color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-background-grey-darker {
    background-color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-background-white-bis {
    background-color: #fafafa !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-secondary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-sans-serif {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-monospace {
    font-family: monospace !important
}

.is-family-code {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display:block !important
    }
}

@media screen and (min-width: 769px), print {
    .is-block-tablet {
        display:block !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-block-tablet-only {
        display:block !important
    }
}

@media screen and (max-width: 1087px) {
    .is-block-touch {
        display:block !important
    }
}

@media screen and (min-width: 1088px) {
    .is-block-desktop {
        display:block !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-block-desktop-only {
        display:block !important
    }
}

@media screen and (min-width: 1280px) {
    .is-block-widescreen {
        display:block !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-block-widescreen-only {
        display:block !important
    }
}

@media screen and (min-width: 1472px) {
    .is-block-fullhd {
        display:block !important
    }
}

.is-flex {
    display: flex !important
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display:flex !important
    }
}

@media screen and (min-width: 769px), print {
    .is-flex-tablet {
        display:flex !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-flex-tablet-only {
        display:flex !important
    }
}

@media screen and (max-width: 1087px) {
    .is-flex-touch {
        display:flex !important
    }
}

@media screen and (min-width: 1088px) {
    .is-flex-desktop {
        display:flex !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-flex-desktop-only {
        display:flex !important
    }
}

@media screen and (min-width: 1280px) {
    .is-flex-widescreen {
        display:flex !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-flex-widescreen-only {
        display:flex !important
    }
}

@media screen and (min-width: 1472px) {
    .is-flex-fullhd {
        display:flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width: 768px) {
    .is-inline-mobile {
        display:inline !important
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-tablet {
        display:inline !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-tablet-only {
        display:inline !important
    }
}

@media screen and (max-width: 1087px) {
    .is-inline-touch {
        display:inline !important
    }
}

@media screen and (min-width: 1088px) {
    .is-inline-desktop {
        display:inline !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-desktop-only {
        display:inline !important
    }
}

@media screen and (min-width: 1280px) {
    .is-inline-widescreen {
        display:inline !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-widescreen-only {
        display:inline !important
    }
}

@media screen and (min-width: 1472px) {
    .is-inline-fullhd {
        display:inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display:inline-block !important
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-block-tablet {
        display:inline-block !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-block-tablet-only {
        display:inline-block !important
    }
}

@media screen and (max-width: 1087px) {
    .is-inline-block-touch {
        display:inline-block !important
    }
}

@media screen and (min-width: 1088px) {
    .is-inline-block-desktop {
        display:inline-block !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-block-desktop-only {
        display:inline-block !important
    }
}

@media screen and (min-width: 1280px) {
    .is-inline-block-widescreen {
        display:inline-block !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-block-widescreen-only {
        display:inline-block !important
    }
}

@media screen and (min-width: 1472px) {
    .is-inline-block-fullhd {
        display:inline-block !important
    }
}

.is-inline-flex {
    display: inline-flex !important
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display:inline-flex !important
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-flex-tablet {
        display:inline-flex !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-flex-tablet-only {
        display:inline-flex !important
    }
}

@media screen and (max-width: 1087px) {
    .is-inline-flex-touch {
        display:inline-flex !important
    }
}

@media screen and (min-width: 1088px) {
    .is-inline-flex-desktop {
        display:inline-flex !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-flex-desktop-only {
        display:inline-flex !important
    }
}

@media screen and (min-width: 1280px) {
    .is-inline-flex-widescreen {
        display:inline-flex !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-flex-widescreen-only {
        display:inline-flex !important
    }
}

@media screen and (min-width: 1472px) {
    .is-inline-flex-fullhd {
        display:inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 0.01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0.01em !important
}

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display:none !important
    }
}

@media screen and (min-width: 769px), print {
    .is-hidden-tablet {
        display:none !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-hidden-tablet-only {
        display:none !important
    }
}

@media screen and (max-width: 1087px) {
    .is-hidden-touch {
        display:none !important
    }
}

@media screen and (min-width: 1088px) {
    .is-hidden-desktop {
        display:none !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-hidden-desktop-only {
        display:none !important
    }
}

@media screen and (min-width: 1280px) {
    .is-hidden-widescreen {
        display:none !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-hidden-widescreen-only {
        display:none !important
    }
}

@media screen and (min-width: 1472px) {
    .is-hidden-fullhd {
        display:none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility:hidden !important
    }
}

@media screen and (min-width: 769px), print {
    .is-invisible-tablet {
        visibility:hidden !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-invisible-tablet-only {
        visibility:hidden !important
    }
}

@media screen and (max-width: 1087px) {
    .is-invisible-touch {
        visibility:hidden !important
    }
}

@media screen and (min-width: 1088px) {
    .is-invisible-desktop {
        visibility:hidden !important
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-invisible-desktop-only {
        visibility:hidden !important
    }
}

@media screen and (min-width: 1280px) {
    .is-invisible-widescreen {
        visibility:hidden !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-invisible-widescreen-only {
        visibility:hidden !important
    }
}

@media screen and (min-width: 1472px) {
    .is-invisible-fullhd {
        visibility:hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    flex: none
}

.columns.is-mobile>.column.is-full {
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    flex: none;
    width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile>.column.is-1 {
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3 {
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5 {
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6 {
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8 {
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9 {
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11 {
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12 {
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        flex:none
    }

    .column.is-full-mobile {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width: 769px), print {
    .column.is-narrow,.column.is-narrow-tablet {
        flex:none
    }

    .column.is-full,.column.is-full-tablet {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,.column.is-three-quarters-tablet {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,.column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%
    }

    .column.is-half,.column.is-half-tablet {
        flex: none;
        width: 50%
    }

    .column.is-one-third,.column.is-one-third-tablet {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,.column.is-one-quarter-tablet {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,.column.is-one-fifth-tablet {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,.column.is-two-fifths-tablet {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,.column.is-three-fifths-tablet {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,.column.is-four-fifths-tablet {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,.column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,.column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1,.column.is-1-tablet {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1,.column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2,.column.is-2-tablet {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2,.column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3,.column.is-3-tablet {
        flex: none;
        width: 25%
    }

    .column.is-offset-3,.column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,.column.is-4-tablet {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4,.column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5,.column.is-5-tablet {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5,.column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6,.column.is-6-tablet {
        flex: none;
        width: 50%
    }

    .column.is-offset-6,.column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,.column.is-7-tablet {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7,.column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8,.column.is-8-tablet {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8,.column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9,.column.is-9-tablet {
        flex: none;
        width: 75%
    }

    .column.is-offset-9,.column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,.column.is-10-tablet {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10,.column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11,.column.is-11-tablet {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11,.column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12,.column.is-12-tablet {
        flex: none;
        width: 100%
    }

    .column.is-offset-12,.column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
        flex:none
    }

    .column.is-full-touch {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-1-touch {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
        flex:none
    }

    .column.is-full-desktop {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
        flex:none
    }

    .column.is-full-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
        flex:none
    }

    .column.is-full-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-1-fullhd {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%
    }

    .column.is-2-fullhd {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%
    }

    .column.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%
    }

    .column.is-5-fullhd {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%
    }

    .column.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%
    }

    .column.is-8-fullhd {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%
    }

    .column.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%
    }

    .column.is-11-fullhd {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%
    }

    .column.is-12-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem)
}

.columns.is-centered {
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: flex
}

.columns.is-multiline {
    flex-wrap: wrap
}

.columns.is-vcentered {
    align-items: center
}

@media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display:flex
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-desktop {
        display:flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: .25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: .25rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: .25rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: .25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: .5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: .5rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: .5rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: .5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: .75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: .75rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: .75rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: .75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem
    }
}

.tile {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: min-content
}

.tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem
}

.tile.is-ancestor:last-child {
    margin-bottom: -0.75rem
}

.tile.is-ancestor:not(:last-child) {
    margin-bottom: 0.75rem
}

.tile.is-child {
    margin: 0 !important
}

.tile.is-parent {
    padding: 0.75rem
}

.tile.is-vertical {
    flex-direction: column
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important
}

@media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
        display:flex
    }

    .tile.is-1 {
        flex: none;
        width: 8.33333%
    }

    .tile.is-2 {
        flex: none;
        width: 16.66667%
    }

    .tile.is-3 {
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        flex: none;
        width: 33.33333%
    }

    .tile.is-5 {
        flex: none;
        width: 41.66667%
    }

    .tile.is-6 {
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        flex: none;
        width: 58.33333%
    }

    .tile.is-8 {
        flex: none;
        width: 66.66667%
    }

    .tile.is-9 {
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        flex: none;
        width: 83.33333%
    }

    .tile.is-11 {
        flex: none;
        width: 91.66667%
    }

    .tile.is-12 {
        flex: none;
        width: 100%
    }
}

* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-smooth: always;
    font-family: nunito, sans-serif;
    font-weight: 400
}

body,p,h1,h2,h3,h4,h5,h6,ul,li,ol {
    padding: 0;
    margin: 0
}

a {
    color: #0058FF;
    text-decoration: none
}

li {
    list-style: none
}

svg {
    height: initial;
    width: 100%
}

.is-center {
    justify-content: center
}

.is-vbottom {
    align-self: flex-end
}

.is-vcenter {
    align-self: center
}

.columns {
    display: flex !important;
    align-self: multiplos
}

h1 {
    font-family: bebas-kai, sans-serif;
    font-size: 4.3rem;
    line-height: 4.3rem;
    font-weight: 400
}

@media (max-width: 800px) {
    h1 {
        font-size:2.6rem;
        line-height: 2.6rem
    }
}

h2 {
    font-family: bebas-kai, sans-serif;
    font-size: 2.8rem;
    font-weight: 400
}

@media (max-width: 800px) {
    h2 {
        font-size:2.2rem
    }
}

h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 10px
}

@media (max-width: 800px) {
    h3 {
        font-size:1.8rem
    }
}

h4 {
    font-size: 1.582rem;
    font-weight: 400
}

h5 {
    font-size: 1.406rem;
    font-weight: 400
}

h6 {
    font-size: 1.25rem;
    font-weight: 400
}

p,label,input {
    font-size: 1.3rem;
    line-height: 1.8rem
}

p {
    margin-bottom: 5px
}

.bt_white {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02rem;
    padding: 1.1rem 5rem 1.05rem 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #46b8a9 50%);
    background-size: 200.5% 100%;
    background-position: right bottom;
    transition-delay: .5s
}

.bt_white:after {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -moz-transform: translate(0, 445%);
    -o-transform: translate(0, 445%);
    -ms-transform: translate(0, 445%);
    -webkit-transform: translate(0, 445%);
    transform: translate(0, 445%);
    background: linear-gradient(to right, #363636 0, #363636 33%, #46b8a9 33%, #46b8a9 66%, #fff 66%, #fff 100%);
    background-size: 304% 100%;
    background-position: right bottom;
    content: ' ';
    display: block;
    height: 4px;
    width: 135%
}

.bt_white:hover {
    border-color: transparent;
    background-position: left bottom;
    color: #363636
}

.bt_white:hover:after {
    background-position: left bottom
}

.bt_dark {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #363636;
    border: 1px solid dimgray;
    display: inline-block;
    color: #ffdd57;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02rem;
    padding: 1.1rem 5rem 1.05rem 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #46b8a9 50%);
    background-size: 200.5% 100%;
    background-position: right bottom;
    transition-delay: .5s
}

.bt_dark:after {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -moz-transform: translate(0, 445%);
    -o-transform: translate(0, 445%);
    -ms-transform: translate(0, 445%);
    -webkit-transform: translate(0, 445%);
    transform: translate(0, 445%);
    background: linear-gradient(to right, #363636 0, #363636 33%, #46b8a9 33%, #46b8a9 66%, #ffdd57 66%, #ffdd57 100%);
    background-size: 304% 100%;
    background-position: right bottom;
    content: ' ';
    display: block;
    height: 4px;
    width: 135%
}

.bt_dark:hover {
    border-color: transparent;
    background-position: left bottom;
    color: #363636
}

.bt_dark:hover:after {
    background-position: left bottom
}

.bt_fill {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    display: inline-block;
    color: #363636;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02rem;
    padding: 1.1rem 5rem 1.05rem 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #46b8a9 50%);
    background-size: 200.5% 100%;
    background-position: right bottom;
    transition-delay: .5s
}

.bt_fill:after {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -moz-transform: translate(0, 445%);
    -o-transform: translate(0, 445%);
    -ms-transform: translate(0, 445%);
    -webkit-transform: translate(0, 445%);
    transform: translate(0, 445%);
    background: linear-gradient(to right, #363636 0, #363636 33%, #46b8a9 33%, #46b8a9 66%, #363636 66%, #363636 100%);
    background-size: 304% 100%;
    background-position: right bottom;
    content: ' ';
    display: block;
    height: 4px;
    width: 135%
}

.bt_fill:hover {
    border-color: transparent;
    background-position: left bottom;
    color: #363636
}

.bt_fill:hover:after {
    background-position: left bottom
}

.bt_fill img {
    -moz-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    margin-right: .3rem
}

.bt_pink {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .02rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 1.1rem 2.2rem;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #666 50%);
    background-color: #46b8a9;
    background-size: 200.5% 100%;
    background-position: right bottom;
    transition-delay: .5s;
    margin-top: 10px;
    cursor: pointer
}

.bt_pink:hover {
    border-color: transparent;
    background-position: left bottom;
    color: #FFFFFF
}

.bt_pink:hover:after {
    background-position: left bottom
}

.bt_envio {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .02rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 1.1rem 2.2rem;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #666 50%);
    background-color: #46b8a9;
    background-size: 200.5% 100%;
    background-position: right bottom;
    transition-delay: .5s;
    margin-top: 10px;
    cursor: pointer;
    border: 0
}

.bt_envio:hover {
    border-color: transparent;
    background-position: left bottom;
    color: #FFFFFF
}

.bt_envio:hover:after {
    background-position: left bottom
}

.bt_cinza {
    padding: 0.3rem 2.5rem 0.3rem 0.8rem;
    color: white;
    background-color: #c5c5c5
}

.bt_cinza:after {
    background-image: url("../../build/img/icons/seta-cinza.png");
    background-size: 20px;
    content: ' ';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px)
}

.bt_branco {
    background-color: white;
    color: #e90079
}

.bt_branco:after {
    background-image: url("../../build/img/icons/pink-invert.png")
}

.form-block {
    position: relative;
    display: block
}

.input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    color: #707070;
    font-size: 1rem;
    outline: none;
    padding: 1rem .8rem;
    width: calc(100% - 1.6rem);
    width: -webkit-calc(100% - 1.6rem);
    margin-top: 20px
}

.textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    color: #707070;
    font-size: 1rem;
    outline: none;
    padding: 1rem .8rem;
    width: calc(100% - 1.6rem);
    width: -webkit-calc(100% - 1.6rem);
    margin-top: 20px;
    height: 150px
}

label {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: .8rem;
    position: absolute;
    top: 50%
}

.file {
    background-color: transparent !important;
    border: 0 !important;
    padding-left: 0
}

.input::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

.input:-ms-input-placeholder {
    font-size: 1rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

.input::placeholder {
    font-size: 1rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

textarea::-webkit-input-placeholder {
    font-size: 1.05rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

textarea:-ms-input-placeholder {
    font-size: 1.05rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

textarea::placeholder {
    font-size: 1rem;
    font-family: roboto, sans-serif;
    color: #707070;
    font-weight: 400
}

.content {
    display: block;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 10rem);
    width: -webkit-calc(100% - 10rem)
}

@media screen and (max-width: 1600px) {
    .content {
        width:calc(100% - 5rem);
        width: -webkit-calc(100% - 5rem)
    }
}

@media screen and (max-width: 1024px) {
    .content {
        width:calc(100% - 3rem);
        width: -webkit-calc(100% - 3rem)
    }
}

.section {
    display: block;
    position: relative;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    cursor: grab;
    display: none
}

[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 {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:active {
    cursor: grabbing
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    -webkit-appearance: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9998;
    width: 17px
}

.slick-arrow:active {
    -moz-transform: scale(0.9) translate(0, -51%);
    -o-transform: scale(0.9) translate(0, -51%);
    -ms-transform: scale(0.9) translate(0, -51%);
    -webkit-transform: scale(0.9) translate(0, -51%);
    transform: scale(0.9) translate(0, -51%)
}

.slick-prev {
    background-image: url("../img/icons/prev.svg");
    left: 2rem
}

.slick-next {
    background-image: url("../img/icons/next.svg");
    right: 2rem
}

.slick-dots {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    bottom: 2rem
}

.slick-dots li {
    display: inline-block;
    margin: 0 .3rem
}

.slick-dots li button {
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    font-size: 0;
    height: 20px;
    outline: none;
    width: 20px
}

.slick-dots li button:active {
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.slick-dots .slick-active button {
    background-color: #000
}

.slide {
    display: block;
    position: relative;
    width: 100%
}

.header {
    background-color: #46b8a9;
    padding: 1rem 0;
    position: fixed;
    z-index: 999
}

@media (max-width: 800px) {
    .header {
        position:relative
    }
}

.header .content {
    display: flex;
    flex-direction: column;
    height: 70px;
    flex-direction: row;
    justify-content: space-between
}

.header .content .menu {
    display: flex;
    align-items: center
}

.header .content .menu li {
    margin-right: 2rem;
    text-transform: uppercase
}

.header .content .menu li a {
    color: white;
    font-size: 1rem
}

.header .content .menu li:last-child {
    margin-right: 0
}

.header .content .logo {
    width: 150px
}

@media (max-width: 1600px) {
    .header .content .menu li {
        margin-right:1rem;
        text-transform: uppercase
    }

    .header .content .menu li a {
        color: white;
        font-size: 1rem
    }

    .header .content .menu li:last-child {
        margin-right: 0
    }
}

@media (max-width: 800px) {
    .header .content .menu {
        background-image:url("../img/icons/menu.svg?2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 25px
    }

    .header .content .menu li {
        display: none
    }
}

.whats {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 99999
}

@media (max-width: 800px) {
    .whats {
        right:15px;
        bottom: 15px
    }
}

#footer {
    margin-top: 0;
    background-color: #46b8a9;
    padding: 120px 10%
}

#footer ul li {
    margin-bottom: 5px
}

#footer ul li a {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 600
}

#footer .logo {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 220px
}

#footer .mt {
    margin-top: 20px
}

#footer .redes {
    position: absolute;
    top: 0;
    left: calc(50% - 44px)
}

#footer .redes img {
    margin: 0 2px
}

@media (max-width: 900px) {
    #footer .redes {
        position:relative;
        left: 0;
        margin-top: 40px
    }
}

@media (max-width: 900px) {
    #footer {
        text-align:center
    }

    #footer .logo {
        bottom: 0;
        right: 0;
        position: relative;
        margin-top: 40px;
        width: 150px
    }
}

.menu-mobile {
    display: none
}

@media (max-width: 800px) {
    .menu-mobile {
        background-color:#000000;
        display: none;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 9999
    }

    .menu-mobile .content {
        height: 100vh
    }

    .menu-mobile .content .menu-close {
        background-image: url("../img/icons/close.svg?2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 25px;
        position: absolute;
        right: 0;
        top: 1.5rem;
        width: 25px
    }

    .menu-mobile .content .menu {
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%
    }

    .menu-mobile .content .menu li {
        font-size: 1.6rem;
        margin-bottom: 1rem
    }

    .menu-mobile .content .menu li a {
        color: white
    }

    .menu-mobile .content .menu li:last-child {
        margin-bottom: 0
    }
}

.mascara {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.2)
}

.page-home {
    overflow-x: hidden
}

.page-home .hero .slide {
    background-image: url("https://via.placeholder.com/1920x1080");
    background-position: center;
    background-size: cover;
    position: relative
}

.page-home .hero .columns {

}

.page-home .hero .columns .legenda {
    margin: 0 auto
}

.page-home .hero .columns .legenda h2,.page-home .hero .columns .legenda h4 {
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 4rem
}

.page-home .hero .columns .legenda p {
    color: #FFFFFF;
    font-size: 1.8rem
}

.page-home .hero .columns .column {
    margin-bottom: 5rem;
    text-align: center
}

.mt30 {
    margin-top: 30px
}

#somos {
    width: 100%;
    padding: 40px 10% 0 10%;
    background-image: url("../../build/img/somos-icones.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center
}

#somos p {
    font-size: 1.8rem
}

#somos h1 {
    margin-bottom: 10px
}

#somos .whtsapp {
    margin-top: 50px
}

#somos .whtsapp h2 {
    color: #9c9b9b
}

@media (max-width: 800px) {
    #somos {
        padding:50px 0;
        background-size: 100%;
        background-position: right bottom
    }
}

.contact {
    margin: 0;
    text-align: center
}

.contact p {
    font-size: 1.8rem
}

.contact h1 {
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .contact {
        margin:-90px 0 120px 0
    }
}

.contact2 {
    margin: 60px 0;
    text-align: center
}

.contact2 p {
    font-size: 1.8rem
}

.contact2 h1 {
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .contact2 {
        margin:90px 0 120px 0
    }
}

.icones {
    height: auto !important;
    margin-top: 90px
}

.whatsp {
    padding: 100px 0 200px 0
}

@media (max-width: 900px) {
    .whatsp {
        padding:50px 0
    }
}

.marcas {
    margin: 60px auto
}

.linkvideo {
    width: 100%;
    height: 100%;
    display: block
}

#vantagens {
    width: 100%;
    padding: 100px 10% 0 10%;
    text-align: center
}

#vantagens h1 {
    margin-bottom: 10px
}

@media (max-width: 800px) {
    #vantagens {
        padding:50px 0
    }
}

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

.servicos .boxer {
    background-color: #f6f6f6;
    padding: 40px;
    height: 400px;
    margin: 20px;
    width: calc(33.3% - 40px);
    cursor: pointer
}

.servicos .boxer p {
    font-size: 1.6rem;
    text-align: center
}

.servicos .boxer .bt_cinza {
    margin-top: 40px
}

.servicos .boxer .areaicone {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 160px;
    margin: -50px auto 20px auto
}

.servicos .boxer .areaicone img {
    width: 60%;
    height: auto;
    margin-bottom: 20px
}

@media (max-width: 1100px) {
    .servicos .boxer {
        margin:20px 0;
        width: 100%
    }
}

.box {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 5px
}

.pense {
    text-align: center;
    margin: -140px 0 140px 0
}

.pense .marca {
    width: 600px;
    height: auto;
    margin: -140px auto 140px auto
}

@media (max-width: 900px) {
    .pense .marca {
        width:80%;
        margin: 0 auto 70px auto
    }
}


@media (max-width: 900px) {
    .pense .slide {
        height:auto
    }
}

@media (max-width: 900px) {
    .pense .columns {
        height:auto !important
    }
}

.pense .columns .legendas {
    color: white;
    padding: 100px 0 0 0
}

.pense .columns .column {
    margin-bottom: 5rem;
    text-align: center
}

.bloco {
    padding: 0 10% 0 10%
}

.blocos {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width: 900px) {
    .blocos {
        margin-bottom:90px;
        margin-top: 20px
    }
}

.blocos .bloco1 {
    position: relative;
    padding-top: 40px;
    z-index: 2
}

@media (max-width: 900px) {
    .blocos .bloco1 {
        margin-top:150px
    }
}

.blocos h1 {
    width: 70%;
    text-align: center;
    margin: 0 auto 20px auto;
    z-index: 2
}

.blocos p {
    font-size: 1.8rem
}

.blocos .bloco2 {
    margin-top: -260px
}

@media (max-width: 900px) {
    .blocos .bloco2 {
        margin-top:0
    }
}

.mg0 {
    margin-top: -60px
}

.blur {
    display: none
}

@media (max-width: 900px) {
    .blur {
        display:block;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background-color: rgba(255,255,255,0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0
    }
}

.fono {
    text-align: center;
    margin-bottom: 160px;
    margin-top: -90px
}

.fono h1 {
    width: 50%;
    margin: 0 auto 40px auto
}

@media (max-width: 1600px) {
    .fono h1 {
        width:60%
    }
}

@media (max-width: 1450px) {
    .fono h1 {
        width:65%
    }
}

@media (max-width: 900px) {
    .fono h1 {
        width:90%
    }
}

.bolhas {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 900px) {
    .bolhas {
        display:block
    }
}

.perfil {
    flex: 1;
    width: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width: 900px) {
    .perfil {
        margin:20px auto;
        width: 200px;
        display: flex;
        align-content: center
    }
}

.bolha {
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 50%;
    margin: 10px
}

@media (max-width: 900px) {
    .bolha {
        width:200px;
        height: 200px
    }
}

.imagemfinal {
    text-align: center;
    height: 900px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 90px
}

@media (max-width: 900px) {
    .imagemfinal {
        height:400px
    }
}

.imagemfinal .logof {
    display: none;
    width: 30%;
    height: auto;
    margin: 0 auto
}

@media (max-width: 900px) {
    .imagemfinal .logof {
        display:block
    }
}

.final .columns {
    height: auto !important
}

#localizacao {
    background-color: #2aa2b2;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    color: #FFFFFF;
    margin-top: -220px
}

#localizacao a {
    color: #FFFFFF
}

@media (max-width: 900px) {
    #localizacao {
        margin-top:0
    }
}

#localizacao .guanabara {
    width: 49%;
    float: left;
    margin-top: 60px
}

#localizacao .cambui {
    width: 49%;
    float: right;
    margin-top: 60px
}

#localizacao .content {
    width: 70%
}

#localizacao iframe {
    width: 100%;
    height: 400px
}

@media screen and (max-width: 1280px) {
    #localizacao .guanabara {
        width:100%;
        float: none;
        margin: 60px 0
    }

    #localizacao .cambui {
        width: 100%;
        float: none;
        margin: 0
    }

    #localizacao iframe {
        height: 300px
    }
}

#descricao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
    display: none
}

#descricao p {
    color: white
}

#descricao .content {
    width: 60%
}

@media (max-width: 800px) {
    #descricao .content {
        width:90%
    }
}

#funciona {
    width: 100%;
    padding: 100px 10% 0 10%;
    text-align: center
}

#funciona img {
    width: 90%
}

#funciona h1 {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 90%
}

#funciona .itens {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px
}

#funciona .itens .descricao {
    width: 500px;
    margin: 10px
}

#funciona .itens .descricao .conteudo {
    height: 850px;
    background-color: #CCCCCC;
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
    color: white;
    text-align: left
}

#funciona .itens .descricao .conteudo p {
    font-size: 1.4rem
}

#funciona .itens .descricao .conteudo h6 {
    border-bottom: 1px solid white;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.4rem
}

#funciona .itens .descricao .conteudo h2 {
    margin: 10px 0 0 0
}

@media (max-width: 1800px) {
    #funciona .itens .descricao .conteudo {
        height:1100px
    }
}

@media (max-width: 1400px) {
    #funciona .itens .descricao .conteudo {
        height:1200px
    }
}

@media (max-width: 1100px) {
    #funciona .itens .descricao .conteudo {
        height:1300px
    }
}

#funciona .itens .descricao .titulo {
    width: 100%;
    height: 120px;
    background-color: #CCCCCC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

#funciona .itens .descricao .titulo h5 {
    font-weight: 600;
    color: white
}

#funciona .itens .agregacao .titulo,#funciona .itens .agregacao .conteudo {
    background-color: #73a900
}

#funciona .itens .negociacao .titulo,#funciona .itens .negociacao .conteudo {
    background-color: #8a00ca
}

#funciona .itens .confirmacao .titulo,#funciona .itens .confirmacao .conteudo {
    background-color: #009bb4
}

#funciona .itens .fornecimento .titulo,#funciona .itens .fornecimento .conteudo {
    background-color: #e90079
}

@media (max-width: 800px) {
    #funciona {
        padding:50px 0
    }

    #funciona h1 {
        width: 100%
    }

    #funciona img {
        width: 100%
    }

    #funciona .itens {
        display: block;
        margin-top: 60px
    }

    #funciona .itens .descricao {
        width: 90%;
        margin: 40px auto 0 auto
    }

    #funciona .itens .descricao .conteudo {
        height: auto;
        padding-bottom: 30px;
        margin-top: 10px
    }
}

.destaque {
    width: 100%;
    height: 65vh;
    min-height: 500px;
    margin: 120px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.destaque .mascara {
    background-color: rgba(0,0,0,0.7)
}

.destaque .columns .legendas {
    color: white;
    padding: 0 0 0 0
}

.destaque .columns .column {
    margin-bottom: 5rem;
    text-align: center
}

@media (max-width: 800px) {
    .destaque {
        margin:20px 0 60px 0
    }
}

.formulario {
    padding: 90px 0;
    text-align: center
}

.formulario h1 {
    margin-bottom: 20px
}

.carrosselnoticias .box {
    width: 25%;
    height: 450px;
    margin: 10px;
    background-size: 100% auto;
    background-repeat: no-repeat
}

@media (max-width: 800px) {
    .carrosselnoticias .box {
        height:250px
    }
}

.popup {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    background-color: #009bb4;
    bottom: 0;
    color: #fff;
    padding: 1.3rem 0 1.3rem 0;
    position: fixed;
    width: 100%;
    z-index: 9998
}

.popup .bt_branco {
    margin: 0
}

@media (max-width: 800px) {
    .popup .bt_branco {
        margin-left:-60px
    }
}

.popup .content {
    display: flex;
    max-width: 1000px;
    align-items: center
}

.popup .content p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0;
    width: 80%;
    text-align: center
}

.popup .content p a {
    color: #fff
}

.popup .content span {
    width: 20%;
    text-align: right
}

@media (max-width: 800px) {
    .popup .content {
        display:block;
        text-align: center
    }

    .popup .content p {
        margin-bottom: 15px
    }
}

.popup .close {
    position: absolute;
    z-index: 99;
    right: 19px;
    top: 19px;
    background-color: rgba(0,0,0,0.1);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.popup .close img {
    width: 13px;
    height: 13px
}

.popup .close:hover {
    background-color: rgba(0,0,0,0.16)
}

.mais {
    margin-top: 90px
}

.geral {
    text-align: center
}

.geral .box {
    margin-bottom: 60px
}

.geral p {
    font-size: 1.6rem;
    text-align: center
}

.geral h1 {
    margin-bottom: 30px;
    text-align: center
}

.geral .bt_pink {
    margin-top: 20px
}

.geral .citacao {
    padding: 0 40px
}

@media (max-width: 900px) {
    .geral .citacao {
        padding:0 45px
    }
}

.geral .citacao:after {
    background-size: 100%;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    left: -30px;
    top: 10px
}

@media (max-width: 900px) {
    .geral .citacao:after {
        left:-10px;
        height: 60px;
        width: 60px
    }
}

.geral .citacao:before {
    background-size: 100%;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 30px;
    bottom: 30px
}

@media (max-width: 900px) {
    .geral .citacao:before {
        right:-10px;
        height: 60px;
        width: 60px
    }
}

.geral .citacao p {
    color: #b1b1b0;
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 600
}

@media (max-width: 900px) {
    .geral .citacao p {
        font-size:2.6rem;
        line-height: 2.6rem
    }
}

.geral .citacao .autor {
    color: #b1b1b0;
    font-size: 1.6rem;
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: 1.6rem
}

.geral .citacao .empresa {
    margin: 0
}

.area-depoimento {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #f8f8f8
}

@media (max-width: 900px) {
    .area-depoimento .depoimento {
        display:block !important
    }

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