@charset "UTF-8";
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PT Sans Caption
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #1c4530;
    border: 1px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important
}

.select2-results__options .select2-results__option {
    list-style: none
}

.select2-results__option {
    color: #fff;
    font-size: 15px;
    padding: 7.5px 20px;
    transition: .3s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #c9a969
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 400;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 0;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@media (max-width:374px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 1rem
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 12px;
        right: 10px;
        width: 20px
    }
    .home-hero-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: .5rem 1rem
    }
    .home-hero-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px
    }
    #form_free-case-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: .5rem 1rem
    }
    #form_free-case-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px
    }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: hsla(0, 0%, 100%, .3);
    color: #000;
    border: none;
    padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: none
}

.featherlight * {
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,
    to {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    to {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateX(0)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    to {
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.with_frm_style .frm_primary_label {
    font-size: 14px;
    line-height: 18px
}

.with_frm_style .frm_primary_label,
.with_frm_style .frm_radio label {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: PT Sans Caption
}

.with_frm_style .horizontal_radio {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    padding: .75rem 1rem
}

.flf-default-form--center-submit .frm_submit {
    text-align: center
}

.flf-default-form input {
    padding: .75rem 2px;
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.flf-default-form .frm_form_field {
    margin-top: .25rem;
    margin-bottom: .25rem;
    position: relative
}

input.placeholder--gold-400::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #c9a969 !important;
    color: rgba(201, 169, 105, var(--text-opacity)) !important
}

input.placeholder--gold-400:-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #c9a969 !important;
    color: rgba(201, 169, 105, var(--text-opacity)) !important
}

input.placeholder--gold-400::placeholder {
    --text-opacity: 1 !important;
    color: #c9a969 !important;
    color: rgba(201, 169, 105, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black input[type=email],
.flf-default-form.flf-default-form--black input[type=tel],
.flf-default-form.flf-default-form--black input[type=text],
.flf-default-form.flf-default-form--black textarea {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity));
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.flf-default-form.flf-default-form--black button[type=submit],
.flf-default-form.flf-default-form--black input[type=submit] {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: PT Sans Caption;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0;
    box-shadow: none;
    transition-duration: .3s;
    padding: .75rem 4rem
}

.flf-default-form.flf-default-form--black textarea {
    min-height: 300px
}

.flf-default-form.flf-default-form--black input::-moz-placeholder,
.flf-default-form.flf-default-form--black select::-moz-placeholder,
.flf-default-form.flf-default-form--black textarea::-moz-placeholder {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-weight: 700
}

.flf-default-form.flf-default-form--black input:-ms-input-placeholder,
.flf-default-form.flf-default-form--black select:-ms-input-placeholder,
.flf-default-form.flf-default-form--black textarea:-ms-input-placeholder {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-weight: 700
}

.flf-default-form.flf-default-form--black input::placeholder,
.flf-default-form.flf-default-form--black select::placeholder,
.flf-default-form.flf-default-form--black textarea::placeholder {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-weight: 700
}

.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__placeholder,
.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__rendered {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #383838 transparent transparent
}

.flf-default-form.flf-default-form--black .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #383838
}

.flf-default-form.flf-default-form--black input::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black input:-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black input::placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black textarea::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black textarea:-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black textarea::placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    background-color: transparent
}

.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style textarea:focus {
    background-color: transparent;
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style textarea:focus {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.flf-default-form.flf-default-form--white input[type=email],
.flf-default-form.flf-default-form--white input[type=tel],
.flf-default-form.flf-default-form--white input[type=text],
.flf-default-form.flf-default-form--white textarea {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.flf-default-form.flf-default-form--white input[type=email]:focus,
.flf-default-form.flf-default-form--white input[type=tel]:focus,
.flf-default-form.flf-default-form--white input[type=text]:focus,
.flf-default-form.flf-default-form--white textarea:focus {
    background-color: transparent !important
}

.flf-default-form.flf-default-form--white .select2-container--default .select2-selection--single {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.flf-default-form.flf-default-form--white input::-moz-placeholder,
.flf-default-form.flf-default-form--white select::-moz-placeholder,
.flf-default-form.flf-default-form--white textarea::-moz-placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.flf-default-form.flf-default-form--white input:-ms-input-placeholder,
.flf-default-form.flf-default-form--white select:-ms-input-placeholder,
.flf-default-form.flf-default-form--white textarea:-ms-input-placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.flf-default-form.flf-default-form--white input::placeholder,
.flf-default-form.flf-default-form--white select::placeholder,
.flf-default-form.flf-default-form--white textarea::placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.flf-default-form.flf-default-form--white button[type=submit],
.flf-default-form.flf-default-form--white input[type=submit] {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: PT Sans Caption;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0;
    box-shadow: none;
    transition-duration: .3s;
    padding: .75rem 4rem
}

.flf-form-panel .flf-default-form .frm_submit {
    text-align: right;
    padding-top: 2rem
}

.flf-green-box-title-offset li {
    font-family: Frank Ruhl Libre;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.625
}

.flf-green-box-title-offset strong {
    display: block;
    font-size: 24px;
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    padding-bottom: 2px
}

.flf-newsletter-signup .flf-default-form .frm_submit {
    text-align: right;
    padding-top: 2rem
}

.flf-newsletter-signup .flf-default-form .with_frm_style input[type=email] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.faq_container .faq_accordion .accordion-list-item {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.faq_container .faq_accordion .accordion-list-item::marker {
    content: "";
    display: none
}

.faq_container .faq_accordion .accordion-list-item .accordion-title {
    cursor: pointer;
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-size: 32px;
    line-height: 26px;
    font-family: Frank Ruhl Libre;
    display: flex;
    align-items: center;
    justify-content: space-between;
    --border-opacity: 1;
    border-color: #383838;
    border-bottom: 1px;
    border-color: rgba(56, 56, 56, var(--border-opacity));
    border-style: solid;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem
}

.faq_container .faq_accordion .accordion-list-item .accordion-body {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity));
    padding: 45px;
    font-size: 14px;
    line-height: 22px;
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

@media (max-width:767px) {
    .faq_container .faq_accordion .accordion-list-item .accordion-body {
        padding: 30px
    }
}

.flf-related-content a {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.flf-related-content a:hover {
    --text-opacity: 1 !important;
    color: #b08c4a !important;
    color: rgba(176, 140, 74, var(--text-opacity)) !important
}

.content-carousel .content-carousel__button {
    width: 50px;
    cursor: pointer
}

.content-carousel .slick-track {
    display: flex !important
}

.content-carousel .slick-slide {
    height: inherit !important
}

.flf-popup.flf-popup--case-referral .frm_submit {
    text-align: center;
    position: relative;
    z-index: 10
}

@media (max-width:767px) {
    .flf-popup.flf-popup--case-referral .form-wrapper {
        overflow: auto;
        max-height: 95vh
    }
}

.flf-popup.flf-popup--evaluation.flf-popup--override .form-wrapper {
    height: 75vh
}

@media (max-width:767px) {
    .flf-popup.flf-popup--evaluation.flf-popup--override .form-wrapper {
        height: 95vh
    }
}

.flf-header {
    font-family: Frank Ruhl Libre
}

.flf-header.flf-header--2xl {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .03px
}

.flf-header.flf-header--3xl {
    font-size: 56px;
    line-height: 58px
}

.flf-header.flf-header--4xl {
    font-size: 72px;
    line-height: 72px
}

@media (max-width:991px) {
    .flf-header.flf-header--4xl {
        font-size: 42px;
        line-height: 52px
    }
}

@media (max-width:767px) {
    .flf-header.flf-header--4xl {
        font-size: 32px;
        line-height: 36px
    }
}

#ez-toc-container {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

#ez-toc-container .ez-toc-title-container {
    display: flex;
    align-items: center;
    padding-bottom: 1rem
}

#ez-toc-container .ez-toc-title-container:before {
    content: "";
    width: 6rem;
    height: 2px;
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity))
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-family: PT Sans Caption;
    display: inline-block;
    padding-left: 1.25rem;
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

#ez-toc-container .ez-toc-list-level-1,
#ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2,
#ez-toc-container .ez-toc-list-level-2,
#ez-toc-container .ez-toc-list-level-2 .ez-toc-heading-level-2 {
    list-style-type: none
}

#ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2>a,
#ez-toc-container .ez-toc-list-level-2 .ez-toc-heading-level-2>a {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-family: Frank Ruhl Libre;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    font-weight: 600
}

#ez-toc-container .ez-toc-list-level-3 {
    list-style-type: disc;
    margin-bottom: 0
}

#ez-toc-container .ez-toc-list-level-3 .ez-toc-heading-level-3 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 0
}

#ez-toc-container .ez-toc-list-level-3 .ez-toc-heading-level-3>a {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-family: PT Sans Caption;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none
}

#ez-toc-container .ez-toc-heading-level-5,
#ez-toc-container .ez-toc-list-level-4 {
    margin-bottom: 0;
    list-style-type: circle
}

#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-4,
#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-5,
#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-4,
#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-5 {
    list-style-type: circle;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 0
}

#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-4>a,
#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-5>a,
#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-4>a,
#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-5>a {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-family: PT Sans Caption;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none
}

#ez-toc-container .ez-toc-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (max-width:767px) {
    #ez-toc-container .ez-toc-list {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.searchwp-live-search-results {
    --bg-opacity: 1 !important;
    background-color: #153425 !important;
    background-color: rgba(21, 52, 37, var(--bg-opacity)) !important;
    border-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
    --border-opacity: 1;
    border-color: #d0a85e;
    border-color: rgba(208, 168, 94, var(--border-opacity));
    overflow: scroll;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.searchwp-live-search-results::-webkit-scrollbar {
    width: 8px
}

.searchwp-live-search-results::-webkit-scrollbar-track {
    background-color: transparent
}

.searchwp-live-search-results::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #846b3a;
    background-color: rgba(132, 107, 58, var(--bg-opacity))
}

.searchwp-live-search-results::-webkit-scrollbar-thumb:hover {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity))
}

.searchwp-live-search-result {
    border-width: 0
}

.searchwp-live-search-result a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .5s
}

.searchwp-live-search-result a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: PT Sans Caption;
    line-height: 1.5
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-green-400 {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

.bg-green-500 {
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity))
}

.bg-green-600 {
    --bg-opacity: 1;
    background-color: #173a28;
    background-color: rgba(23, 58, 40, var(--bg-opacity))
}

.bg-gold-50 {
    --bg-opacity: 1;
    background-color: #f0e7d8;
    background-color: rgba(240, 231, 216, var(--bg-opacity))
}

.bg-gold-100 {
    --bg-opacity: 1;
    background-color: #f9f7f1;
    background-color: rgba(249, 247, 241, var(--bg-opacity))
}

.bg-gold-150 {
    --bg-opacity: 1;
    background-color: #f6f3ea;
    background-color: rgba(246, 243, 234, var(--bg-opacity))
}

.bg-gold-200 {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity))
}

.bg-gold-400 {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity))
}

.bg-gold-500 {
    --bg-opacity: 1;
    background-color: #b08c4a;
    background-color: rgba(176, 140, 74, var(--bg-opacity))
}

.bg-gold-600 {
    --bg-opacity: 1;
    background-color: #d0a85e;
    background-color: rgba(208, 168, 94, var(--bg-opacity))
}

.bg-gray-500 {
    --bg-opacity: 1;
    background-color: #383838;
    background-color: rgba(56, 56, 56, var(--bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #406150;
    background-color: rgba(64, 97, 80, var(--bg-opacity))
}

.hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

.hover\:bg-gold-200:hover {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity))
}

.hover\:bg-gold-500:hover {
    --bg-opacity: 1;
    background-color: #b08c4a;
    background-color: rgba(176, 140, 74, var(--bg-opacity))
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-right {
    background-position: 100%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-green-100 {
    --border-opacity: 1;
    border-color: #406150;
    border-color: rgba(64, 97, 80, var(--border-opacity))
}

.border-green-400 {
    --border-opacity: 1;
    border-color: #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity))
}

.border-green-500 {
    --border-opacity: 1;
    border-color: #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity))
}

.border-gold-100 {
    --border-opacity: 1;
    border-color: #f9f7f1;
    border-color: rgba(249, 247, 241, var(--border-opacity))
}

.border-gold-400 {
    --border-opacity: 1;
    border-color: #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity))
}

.border-gold-500 {
    --border-opacity: 1;
    border-color: #b08c4a;
    border-color: rgba(176, 140, 74, var(--border-opacity))
}

.border-gold-600 {
    --border-opacity: 1;
    border-color: #d0a85e;
    border-color: rgba(208, 168, 94, var(--border-opacity))
}

.border-gold-900 {
    --border-opacity: 1;
    border-color: #846b3a;
    border-color: rgba(132, 107, 58, var(--border-opacity))
}

.border-gray-100 {
    --border-opacity: 1;
    border-color: #ededf4;
    border-color: rgba(237, 237, 244, var(--border-opacity))
}

.border-gray-500 {
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.hover\:border-gold-400:hover {
    --border-opacity: 1;
    border-color: #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity))
}

.rounded-full {
    border-radius: 9999px
}

.border-solid {
    border-style: solid
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-3 {
    border-bottom-width: 3px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

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

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

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

.justify-center {
    justify-content: center
}

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

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.font-sans {
    font-family: PT Sans Caption
}

.font-serif {
    font-family: Frank Ruhl Libre
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold,
.hover\:font-bold:hover {
    font-weight: 700
}

.h-1 {
    height: 1px
}

.h-2 {
    height: 2px
}

.h-3 {
    height: 3px
}

.h-4 {
    height: 4px
}

.h-7 {
    height: 7px
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-13 {
    height: 13px
}

.h-20 {
    height: 20px
}

.h-23 {
    height: 23px
}

.h-24 {
    height: 6rem
}

.h-26 {
    height: 26px
}

.h-32 {
    height: 32px
}

.h-38 {
    height: 38px
}

.h-40 {
    height: 40px
}

.h-42 {
    height: 42px
}

.h-48 {
    height: 12rem
}

.h-50 {
    height: 50px
}

.h-58 {
    height: 58px
}

.h-60 {
    height: 60px
}

.h-62 {
    height: 62px
}

.h-67 {
    height: 67px
}

.h-68 {
    height: 68px
}

.h-76 {
    height: 76px
}

.h-80 {
    height: 80px
}

.h-90 {
    height: 90px
}

.h-120 {
    height: 120px
}

.h-132 {
    height: 132px
}

.h-138 {
    height: 138px
}

.h-150 {
    height: 150px
}

.h-160 {
    height: 160px
}

.h-166 {
    height: 166px
}

.h-172 {
    height: 172px
}

.h-212 {
    height: 212px
}

.h-296 {
    height: 296px
}

.h-344 {
    height: 344px
}

.h-386 {
    height: 386px
}

.h-400 {
    height: 400px
}

.h-500 {
    height: 500px
}

.h-622 {
    height: 622px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.text-10 {
    font-size: 10px;
    line-height: 12px
}

.text-22 {
    font-size: 22px
}

.text-24 {
    font-size: 24px
}

.text-26 {
    font-size: 26px
}

.text-32 {
    font-size: 32px;
    line-height: 26px
}

.text-36 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .03px
}

.text-48 {
    font-size: 48px
}

.text-62 {
    font-size: 62px
}

.text-72 {
    font-size: 72px;
    line-height: 62px
}

.text-110 {
    font-size: 110px
}

.text-280 {
    font-size: 280px
}

.text-xs {
    font-size: 12px
}

.text-sm2 {
    font-size: 14px;
    line-height: 18px
}

.text-sm {
    font-size: 14px;
    line-height: 22px
}

.text-sm3 {
    font-size: 15px
}

.text-base,
.text-base24 {
    font-size: 16px
}

.text-base24 {
    line-height: 24px
}

.text-base26 {
    font-size: 16px;
    line-height: 26px
}

.text-base32 {
    font-size: 16px;
    line-height: 32px
}

.text-lg {
    font-size: 18px;
    line-height: 23px
}

.text-18\/32 {
    font-size: 18px;
    line-height: 32px
}

.text-xl {
    font-size: 20px;
    line-height: 24px
}

.text-20\/28 {
    font-size: 20px;
    line-height: 28px
}

.text-24\/28 {
    font-size: 24px;
    line-height: 28px
}

.text-24\/32 {
    font-size: 24px;
    line-height: 32px
}

.text-28\/32 {
    font-size: 28px;
    line-height: 32px
}

.text-32\/36 {
    font-size: 32px;
    line-height: 36px
}

.text-32\/42 {
    font-size: 32px;
    line-height: 42px
}

.text-32\/62 {
    font-size: 32px;
    line-height: 62px
}

.text-36\/42 {
    font-size: 36px;
    line-height: 42px
}

.text-36\/46 {
    font-size: 36px;
    line-height: 46px
}

.text-42\/48 {
    font-size: 42px;
    line-height: 48px
}

.text-42\/52 {
    font-size: 42px;
    line-height: 52px
}

.text-42\/62 {
    font-size: 42px;
    line-height: 62px
}

.text-56\/58 {
    font-size: 56px;
    line-height: 58px
}

.text-72\/72 {
    font-size: 72px;
    line-height: 72px
}

.text-7xl {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: .08px
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-relaxed {
    line-height: 1.625
}

.m-6 {
    margin: 1.5rem
}

.m-10 {
    margin: 2.5rem
}

.m-auto {
    margin: auto
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
}

.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.ml-12 {
    margin-left: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.ml-20 {
    margin-left: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mb-24 {
    margin-bottom: 6rem
}

.ml-24 {
    margin-left: 6rem
}

.mt-32 {
    margin-top: 8rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mt-40 {
    margin-top: 10rem
}

.mb-40 {
    margin-bottom: 10rem
}

.ml-64 {
    margin-left: 16rem
}

.ml-auto {
    margin-left: auto
}

.-ml-1 {
    margin-left: -.25rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mr-5 {
    margin-right: -1.25rem
}

.-ml-5 {
    margin-left: -1.25rem
}

.-mr-8 {
    margin-right: -2rem
}

.-mb-8 {
    margin-bottom: -2rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mb-10 {
    margin-bottom: -2.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-ml-12 {
    margin-left: -3rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mr-16 {
    margin-right: -4rem
}

.-mb-16 {
    margin-bottom: -4rem
}

.-ml-16 {
    margin-left: -4rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mr-20 {
    margin-right: -5rem
}

.-mb-20 {
    margin-bottom: -5rem
}

.-ml-20 {
    margin-left: -5rem
}

.-mt-24 {
    margin-top: -6rem
}

.-mr-24 {
    margin-right: -6rem
}

.-mb-24 {
    margin-bottom: -6rem
}

.-ml-24 {
    margin-left: -6rem
}

.-mb-32 {
    margin-bottom: -8rem
}

.-mt-40 {
    margin-top: -10rem
}

.-mr-40 {
    margin-right: -10rem
}

.-mt-64 {
    margin-top: -16rem
}

.-mr-100 {
    margin-right: -100px
}

.-ml-100 {
    margin-left: -100px
}

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

.max-h-150 {
    max-height: 150px
}

.max-w-159 {
    max-width: 159px
}

.max-w-297 {
    max-width: 297px
}

.max-w-320 {
    max-width: 320px
}

.max-w-380 {
    max-width: 380px
}

.max-w-400 {
    max-width: 400px
}

.max-w-412 {
    max-width: 412px
}

.max-w-450 {
    max-width: 450px
}

.max-w-510 {
    max-width: 510px
}

.max-w-520 {
    max-width: 520px
}

.max-w-530 {
    max-width: 530px
}

.max-w-550 {
    max-width: 550px
}

.max-w-580 {
    max-width: 580px
}

.max-w-600 {
    max-width: 600px
}

.max-w-607 {
    max-width: 607px
}

.max-w-620 {
    max-width: 620px
}

.max-w-650 {
    max-width: 650px
}

.max-w-702 {
    max-width: 702px
}

.max-w-730 {
    max-width: 730px
}

.max-w-760 {
    max-width: 760px
}

.max-w-774 {
    max-width: 774px
}

.max-w-825 {
    max-width: 825px
}

.max-w-850 {
    max-width: 850px
}

.max-w-1041 {
    max-width: 1041px
}

.max-w-1045 {
    max-width: 1045px
}

.max-w-1088 {
    max-width: 1088px
}

.max-w-1132 {
    max-width: 1132px
}

.max-w-half {
    max-width: 50%
}

.min-h-400 {
    min-height: 400px
}

.min-w-140 {
    min-width: 140px
}

.min-w-160 {
    min-width: 160px
}

.min-w-40p {
    min-width: 40%
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.opacity-0 {
    opacity: 0
}

.opacity-40 {
    opacity: .4
}

.opacity-42 {
    opacity: .42
}

.opacity-50 {
    opacity: .5
}

.opacity-68 {
    opacity: .68
}

.opacity-75 {
    opacity: .75
}

.overflow-hidden {
    overflow: hidden
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: 2px
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-16 {
    padding: 4rem
}

.p-45 {
    padding: 45px
}

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

.px-2 {
    padding-left: 2px;
    padding-right: 2px
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.px-56 {
    padding-left: 14rem;
    padding-right: 14rem
}

.px-84 {
    padding-left: 84px;
    padding-right: 84px
}

.py-104 {
    padding-top: 104px;
    padding-bottom: 104px
}

.px-104 {
    padding-left: 104px;
    padding-right: 104px
}

.px-180 {
    padding-left: 180px;
    padding-right: 180px
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.pt-1 {
    padding-top: .25rem
}

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

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

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

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

.pt-3 {
    padding-top: .75rem
}

.pr-3 {
    padding-right: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-12 {
    padding-right: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

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

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

.pl-15 {
    padding-left: 15px
}

.pt-16 {
    padding-top: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pl-16 {
    padding-left: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pr-20 {
    padding-right: 5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pl-20 {
    padding-left: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pl-24 {
    padding-left: 6rem
}

.pt-32 {
    padding-top: 8rem
}

.pr-32 {
    padding-right: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pl-32 {
    padding-left: 8rem
}

.pt-40 {
    padding-top: 10rem
}

.pr-40 {
    padding-right: 10rem
}

.pb-40 {
    padding-bottom: 10rem
}

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

.pl-48 {
    padding-left: 12rem
}

.pt-56 {
    padding-top: 14rem
}

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

.pl-64 {
    padding-left: 16rem
}

.pl-104 {
    padding-left: 104px
}

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

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

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

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

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

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.resize {
    resize: both
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-green-400 {
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.text-green-600 {
    --text-opacity: 1;
    color: #173a28;
    color: rgba(23, 58, 40, var(--text-opacity))
}

.text-green-700 {
    --text-opacity: 1;
    color: #153425;
    color: rgba(21, 52, 37, var(--text-opacity))
}

.text-green-900 {
    --text-opacity: 1;
    color: #133222;
    color: rgba(19, 50, 34, var(--text-opacity))
}

.text-gold-50 {
    --text-opacity: 1;
    color: #f0e7d8;
    color: rgba(240, 231, 216, var(--text-opacity))
}

.text-gold-100 {
    --text-opacity: 1;
    color: #f9f7f1;
    color: rgba(249, 247, 241, var(--text-opacity))
}

.text-gold-200 {
    --text-opacity: 1;
    color: #eee7da;
    color: rgba(238, 231, 218, var(--text-opacity))
}

.text-gold-400 {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.text-gold-500 {
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity))
}

.text-gold-600 {
    --text-opacity: 1;
    color: #d0a85e;
    color: rgba(208, 168, 94, var(--text-opacity))
}

.text-gold-900 {
    --text-opacity: 1;
    color: #846b3a;
    color: rgba(132, 107, 58, var(--text-opacity))
}

.text-gold-1000 {
    --text-opacity: 1;
    color: #594621;
    color: rgba(89, 70, 33, var(--text-opacity))
}

.text-gray-50 {
    --text-opacity: 1;
    color: #f9f7ef;
    color: rgba(249, 247, 239, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

.hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #133222;
    color: rgba(19, 50, 34, var(--text-opacity))
}

.hover\:text-gold-100:hover {
    --text-opacity: 1;
    color: #f9f7f1;
    color: rgba(249, 247, 241, var(--text-opacity))
}

.hover\:text-gold-400:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.hover\:text-gold-500:hover {
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity))
}

.hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.tracking-widest {
    letter-spacing: .1em
}

.tracking-widestx {
    letter-spacing: .2em
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.whitespace-no-wrap {
    white-space: nowrap
}

.break-all {
    word-break: break-all
}

.w-1 {
    width: 1px
}

.w-4 {
    width: 4px
}

.w-5 {
    width: 5px
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 7px
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 10px
}

.w-12 {
    width: 3rem
}

.w-13 {
    width: 13px
}

.w-15 {
    width: 15px
}

.w-20 {
    width: 20px
}

.w-23 {
    width: 23px
}

.w-24 {
    width: 6rem
}

.w-30 {
    width: 30px
}

.w-32 {
    width: 32px
}

.w-35 {
    width: 35px
}

.w-40 {
    width: 40px
}

.w-42 {
    width: 42px
}

.w-48 {
    width: 12rem
}

.w-50 {
    width: 50px
}

.w-58 {
    width: 58px
}

.w-62 {
    width: 62px
}

.w-68 {
    width: 68px
}

.w-76 {
    width: 76px
}

.w-90 {
    width: 90px
}

.w-99 {
    width: 99px
}

.w-120 {
    width: 120px
}

.w-132 {
    width: 132px
}

.w-135 {
    width: 135px
}

.w-155 {
    width: 155px
}

.w-166 {
    width: 166px
}

.w-172 {
    width: 172px
}

.w-198 {
    width: 198px
}

.w-224 {
    width: 224px
}

.w-255 {
    width: 255px
}

.w-300 {
    width: 300px
}

.w-306 {
    width: 306px
}

.w-348 {
    width: 348px
}

.w-386 {
    width: 386px
}

.w-400 {
    width: 400px
}

.w-1005 {
    width: 1005px
}

.w-1290 {
    width: 1290px
}

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

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

.w-2\/3 {
    width: 66.666667%
}

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

.w-3\/4 {
    width: 75%
}

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

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/6 {
    width: 66.666667%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-7\/12 {
    width: 58.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.w-32p {
    width: 32%
}

.w-83p {
    width: 83%
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-11 {
    z-index: 11
}

.z-20 {
    z-index: 20
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-100 {
    z-index: 100
}

.-z-10 {
    z-index: -10
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.origin-center {
    transform-origin: center
}

.rotate-45 {
    --transform-rotate: 45deg
}

.rotate-180 {
    --transform-rotate: 180deg
}

.-rotate-45 {
    --transform-rotate: -45deg
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@font-face {
    font-family: PT Sans Caption;
    src: url(dist/PTSans-Caption.eot);
    src: url(dist/PTSans-Caption.eot?#iefix) format("embedded-opentype"), url(dist/PTSans-Caption.woff2) format("woff2"), url(dist/PTSans-Caption.woff) format("woff"), url(dist/PTSans-Caption.ttf) format("truetype"), url(dist/PTSans-Caption.svg#PTSans-Caption) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: PT Sans Caption;
    src: url(dist/PTSans-CaptionBold.eot);
    src: url(dist/PTSans-CaptionBold.eot?#iefix) format("embedded-opentype"), url(dist/PTSans-CaptionBold.woff2) format("woff2"), url(dist/PTSans-CaptionBold.woff) format("woff"), url(dist/PTSans-CaptionBold.ttf) format("truetype"), url(dist/PTSans-CaptionBold.svg#PTSans-CaptionBold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Frank Ruhl Libre;
    src: url(dist/FrankRuhlLibre-Bold.eot);
    src: url(dist/FrankRuhlLibre-Bold.eot?#iefix) format("embedded-opentype"), url(dist/FrankRuhlLibre-Bold.woff2) format("woff2"), url(dist/FrankRuhlLibre-Bold.woff) format("woff"), url(dist/FrankRuhlLibre-Bold.ttf) format("truetype"), url(dist/FrankRuhlLibre-Bold.svg#FrankRuhlLibre-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Frank Ruhl Libre;
    src: url(dist/FrankRuhlLibre-Black.eot);
    src: url(dist/FrankRuhlLibre-Black.eot?#iefix) format("embedded-opentype"), url(dist/FrankRuhlLibre-Black.woff2) format("woff2"), url(dist/FrankRuhlLibre-Black.woff) format("woff"), url(dist/FrankRuhlLibre-Black.ttf) format("truetype"), url(dist/FrankRuhlLibre-Black.svg#FrankRuhlLibre-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Frank Ruhl Libre;
    src: url(dist/FrankRuhlLibre-Medium.eot);
    src: url(dist/FrankRuhlLibre-Medium.eot?#iefix) format("embedded-opentype"), url(dist/FrankRuhlLibre-Medium.woff2) format("woff2"), url(dist/FrankRuhlLibre-Medium.woff) format("woff"), url(dist/FrankRuhlLibre-Medium.ttf) format("truetype"), url(dist/FrankRuhlLibre-Medium.svg#FrankRuhlLibre-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Frank Ruhl Libre;
    src: url(dist/FrankRuhlLibre-Light.eot);
    src: url(dist/FrankRuhlLibre-Light.eot?#iefix) format("embedded-opentype"), url(dist/FrankRuhlLibre-Light.woff2) format("woff2"), url(dist/FrankRuhlLibre-Light.woff) format("woff"), url(dist/FrankRuhlLibre-Light.ttf) format("truetype"), url(dist/FrankRuhlLibre-Light.svg#FrankRuhlLibre-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Frank Ruhl Libre;
    src: url(dist/FrankRuhlLibre-Regular.eot);
    src: url(dist/FrankRuhlLibre-Regular.eot?#iefix) format("embedded-opentype"), url(dist/FrankRuhlLibre-Regular.woff2) format("woff2"), url(dist/FrankRuhlLibre-Regular.woff) format("woff"), url(dist/FrankRuhlLibre-Regular.ttf) format("truetype"), url(dist/FrankRuhlLibre-Regular.svg#FrankRuhlLibre-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.appelate-cats-select-wrapper {
    width: 100%;
    max-width: 297px
}

.appelate-cats-select-wrapper .select2-container--default .select2-selection--single {
    border: 0;
    --border-opacity: 1;
    border-color: #c9a969;
    border-bottom: 2px;
    border-color: rgba(201, 169, 105, var(--border-opacity));
    border-style: solid
}

.appelate-cats-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    font-weight: 700
}

.appelate-cats-select-wrapper .select2-results__option {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.appelate-cats-select-wrapper .select2-container--default .select2-results>.select2-results__options {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity));
    max-height: none !important
}

.appelate-cats-select-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    --bg-opacity: 1;
    background-color: #b08c4a;
    background-color: rgba(176, 140, 74, var(--bg-opacity));
    --text-opacity: 1;
    color: #f0e7d8;
    color: rgba(240, 231, 216, var(--text-opacity))
}

.appelate-cats-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #c9a969
}

.appelate-cats-select-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #c9a969
}

.appelate-cats-select-wrapper .select2-container--default .select2-results__option--selected {
    font-weight: 700
}

.blog-nav-links a[rel=next] {
    margin-left: auto
}

.blog-nav-links a img {
    transition: .4s
}

.blog-nav-links a[rel=prev]:hover img {
    transform: translateX(-5px)
}

.blog-nav-links a[rel=next]:hover img {
    transform: translateX(5px)
}

.classic-content-inner p a {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    text-decoration: underline;
    font-weight: 700;
    transition-duration: .3s
}

.classic-content-inner p a:hover {
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

.classic-content-inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .25rem
}

.nav-links {
    margin-top: 2rem
}

.nav-links,
.nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-links .page-numbers {
    --border-opacity: 1;
    border: 1px solid #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity));
    width: 30px;
    height: 30px;
    margin-left: .5rem;
    margin-right: .5rem;
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity));
    font-weight: 700;
    transition-duration: .3s;
    line-height: 1
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    border-style: none
}

.site-header-cta span {
    transition-duration: .3s
}

.frm_dropzone .dz-preview .dz-image {
    display: none
}

.frm_dropzone .dz-preview .dz-column {
    width: 100%
}

.frm_forms.with_frm_style .frm_form_fields .form-field .frm_dropzone.dz-max-files-reached {
    --border-opacity: 1;
    border: 1px solid #ededf4;
    border-color: rgba(237, 237, 244, var(--border-opacity));
    padding: 18px 20px
}

.frm_cancel1_icon:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(dist/close.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: 50%
}

.site-header-cta:hover span {
    --text-opacity: 1;
    color: #406150;
    color: rgba(64, 97, 80, var(--text-opacity))
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.nav-links .page-numbers.dots:hover,
.nav-links .page-numbers.next:hover,
.nav-links .page-numbers.prev:hover {
    background-color: transparent;
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

.search-input {
    padding: 1rem 30px;
    border-bottom-width: 2px;
    --border-opacity: 1;
    border-color: #d0a85e;
    border-color: rgba(208, 168, 94, var(--border-opacity))
}

.js-search-wrapper {
    transition: .5s ease-in-out;
    transform: translateY(-100%)
}

.js-search-wrapper.active {
    transform: none
}

.search-input::-moz-placeholder {
    font-family: PT Sans Caption !important;
    --text-opacity: 1 !important;
    color: #d0a85e !important;
    color: rgba(208, 168, 94, var(--text-opacity)) !important
}

.search-input:-ms-input-placeholder {
    font-family: PT Sans Caption !important;
    --text-opacity: 1 !important;
    color: #d0a85e !important;
    color: rgba(208, 168, 94, var(--text-opacity)) !important
}

.search-input::placeholder {
    font-family: PT Sans Caption !important;
    --text-opacity: 1 !important;
    color: #d0a85e !important;
    color: rgba(208, 168, 94, var(--text-opacity)) !important
}

.flf-accordion.flf-accordion--highlighted .js-accordion-title.active .accordion-img,
.js-accordion-arrow.active {
    transform: rotate(180deg)
}

.flf-accordion.flf-accordion--highlighted .js-accordion-title {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .5s
}

.flf-accordion.flf-accordion--highlighted .js-accordion-title.active {
    --bg-opacity: 1;
    background-color: #eee7da;
    background-color: rgba(238, 231, 218, var(--bg-opacity))
}

.flf-accordion.flf-accordion--highlighted .js-accordion-title.active span {
    text-decoration: underline;
    font-weight: 700
}

.js-search-close span:first-child {
    transform: rotate(-45deg)
}

.js-search-close:hover span {
    --bg-opacity: 1;
    background-color: #f0e7d8;
    background-color: rgba(240, 231, 216, var(--bg-opacity))
}

.js-search-close span:nth-child(2) {
    transform: rotate(45deg)
}

.submit-button-search svg {
    fill: #383838;
    transition: .4s
}

.submit-button-search:hover svg {
    fill: #c9a969
}

.back-to-top>span {
    transform: rotate(-45deg)
}

.back-to-top:hover>span>span {
    margin-top: 0;
    margin-right: 0
}

::-moz-selection {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #f0e7d8;
    color: rgba(240, 231, 216, var(--text-opacity))
}

::selection {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #f0e7d8;
    color: rgba(240, 231, 216, var(--text-opacity))
}

.js-menu-toggle span:first-child {
    transition: .5s ease-in-out;
    top: 0;
    transform: none
}

.js-menu-toggle span:nth-child(2) {
    top: calc(50% - 1px);
    transition: .3s ease-in-out .5s
}

.js-menu-toggle span:nth-child(3) {
    top: calc(100% - 2px);
    transition: .5s ease-in-out;
    transform: none
}

.js-menu-toggle.active span:nth-child(2) {
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%)
}

.js-menu-toggle.active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: .5s ease-in-out .3s
}

.js-menu-toggle.active span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: .5s ease-in-out .3s
}

.back-to-top>span>span {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -.5rem;
    margin-right: -.5rem;
    transition-duration: .3s;
    pointer-events: none
}

.back-to-top>span>span img {
    transform: rotate(-45deg)
}

.free-case-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:after {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

.footer-menu li {
    margin-bottom: .5rem;
    transition-duration: .3s
}

.footer-menu li.current_page_item {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.video-play .play-icon {
    transition-duration: .3s
}

.video-play:hover .play-icon {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    opacity: 1
}

.video-play:hover .play-icon:before {
    border-top-color: #fff
}

.video-play img {
    transition-duration: .3s
}

.video-play:hover img {
    transform: translateX(5px)
}

.footer-menu li:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.entry-content p {
    margin-bottom: 1.25rem
}

.entry-content ul {
    padding-left: 2rem;
    margin-bottom: 1rem
}

.entry-content a {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .5s
}

.entry-content a:not(.cta-link) {
    text-decoration: underline;
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity))
}

.entry-content a:hover {
    --text-opacity: 1;
    color: #846b3a;
    color: rgba(132, 107, 58, var(--text-opacity))
}

.entry-content ul li {
    list-style-type: disc;
    margin-bottom: .5rem
}

.entry-content>:last-child,
.entry-content p:last-child:last-of-type {
    margin-bottom: 0
}

.site-header.sticky-header .site-header-bottom {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

.header-cta-mob {
    transition-duration: .1s
}

.site-header.sticky-header .header-cta-mob {
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s
}

.section-title {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    font-size: 72px;
    line-height: 72px;
    font-family: Frank Ruhl Libre
}

.section-title.section-title-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.section-title.section-title-gray {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.section-title.section-title-gold {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.section-subtitle {
    display: flex;
    align-items: center;
    font-size: 12px;
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.section-subtitle.section-subtitle-gold {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.testimonial-subtitle {
    margin-bottom: -10px
}

.section-subtitle.testimonial-subtitle:before {
    position: absolute;
    width: 100%
}

.section-subtitle.section-subtitle-gold:before {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity))
}

.section-subtitle:before {
    width: 99px;
    height: 1px;
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity));
    margin-right: .5rem;
    content: ""
}

.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto
}

.search-header svg {
    fill: #c9a969;
    transition-duration: .3s
}

.search-header {
    cursor: pointer
}

.search-header:hover svg {
    fill: #fff
}

.main-navigation ul {
    display: flex;
    align-items: center
}

.main-navigation ul li {
    list-style-type: none;
    position: relative;
    margin-left: 30px
}

.main-navigation ul li a {
    transition-duration: .3s
}

.main-navigation ul>li.current-menu-item>a {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.main-navigation ul>li.current-menu-item>a svg {
    fill: #c9a969
}

.main-navigation ul li:hover>a {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.main-navigation ul li:hover>a svg {
    fill: #c9a969
}

.scroll-down-squares {
    transition-duration: .5s
}

.scroll-down-squares:first-child {
    transform: rotate(45deg) translate(-3px, -3px)
}

.scroll-down-squares:nth-child(2) {
    transform: rotate(45deg) translate(3px, 3px)
}

.scroll-down-squares>img {
    transform: rotate(-45deg)
}

.js-scroll-down:hover .scroll-down-squares {
    transform: rotate(45deg) translate(0)
}

.menu-item-has-children svg {
    width: 10px;
    height: auto;
    position: absolute;
    right: 0;
    top: 6px;
    fill: #fff
}

.ie .menu-item-has-children svg {
    height: 14px
}

.menu-item-has-children a {
    position: relative;
    padding-right: 1rem
}

.main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    top: calc(100% + 38px)
}

.main-navigation ul.sub-menu.active {
    opacity: 1;
    visibility: visible
}

.main-navigation ul.sub-menu:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    bottom: 100%;
    height: 38px
}

.main-navigation ul.sub-menu li {
    margin-left: 0;
    --border-opacity: 1;
    border-color: #f0e7d8;
    border-bottom: 1px;
    border-color: rgba(240, 231, 216, var(--border-opacity));
    border-style: solid;
    width: 100%
}

.main-navigation ul.sub-menu li:last-of-type {
    border-style: none
}

.main-navigation ul.sub-menu li a {
    padding: 2px 2rem;
    white-space: nowrap;
    display: block
}

.main-navigation ul li:first-of-type {
    margin-left: 0
}

.main-navigation ul li a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: PT Sans Caption
}

.main-navigation ul.sub-menu ul.sub-menu {
    position: relative;
    --bg-opacity: 1;
    background-color: #133222;
    background-color: rgba(19, 50, 34, var(--bg-opacity));
    height: 0;
    overflow: hidden
}

.main-navigation ul.sub-menu ul.sub-menu.active {
    height: auto
}

.main-navigation ul.sub-menu ul.sub-menu li a {
    padding-left: 3rem
}

.main-navigation ul.sub-menu .menu-item-has-children .menu-arrow {
    margin-right: .75rem;
    top: 10px
}

.home-hero-inner {
    min-height: calc(100vh - 67px)
}

.ie .home-hero-inner {
    min-height: 0
}

.ie .home-hero-content {
    padding-bottom: 2rem
}

.home-hero:before {
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75)
}

.home-hero-bottom:before,
.home-hero:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    content: ""
}

.home-hero-bottom:before {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    width: 100vw;
    left: -50vw;
    right: -50vw;
    margin: 0 auto
}

.home-hero-form {
    flex: 0 0 23%;
    max-width: 23%;
    padding-top: 320px;
    position: relative
}

.home-hero-bottom-inner a:before {
    position: absolute;
    margin-left: 2.5rem;
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity));
    content: "|";
    left: 100%;
    pointer-events: none
}

.home-hero-bottom-inner a:last-of-type:before {
    display: none
}

.home-hero-content {
    flex: 0 0 77%;
    max-width: 77%;
    padding-top: 320px
}

.home-hero-form:before {
    position: absolute;
    top: 0;
    height: 100%;
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    content: "";
    right: 100%;
    width: 1000%
}

.with_frm_style input[type=email],
.with_frm_style input[type=tel],
.with_frm_style input[type=text],
.with_frm_style textarea {
    background-color: transparent;
    --border-opacity: 1;
    border: 1px solid #ededf4;
    border-color: rgba(237, 237, 244, var(--border-opacity));
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    --text-opacity: 1;
    color: #ededf4;
    color: rgba(237, 237, 244, var(--text-opacity));
    font-family: PT Sans Caption;
    height: auto;
    padding: 8px 20px
}

.form-dark.contact-us .with_frm_style .frm_submit {
    display: flex;
    justify-content: center
}

.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    --border-opacity: 1;
    border-color: #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity))
}

.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    --text-opacity: 1 !important;
    color: #1c4530 !important;
    color: rgba(28, 69, 48, var(--text-opacity)) !important
}

.form-dark.contact-us .with_frm_style .horizontal_radio {
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button:after {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

.form-dark .select2-container--default .select2-selection--single {
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.form-dark .select2-container--default .select2-selection--single .select2-selection__placeholder,
.form-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.form-dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #383838
}

.frm_style_formidable-style.with_frm_style textarea:focus {
    background-color: transparent
}

.form-dark .with_frm_style input[type=email],
.form-dark .with_frm_style input[type=tel],
.form-dark .with_frm_style input[type=text],
.form-dark .with_frm_style textarea {
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity));
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.form-dark .with_frm_style .frm_primary_label {
    font-size: 14px;
    line-height: 18px
}

.form-dark .with_frm_style .frm_primary_label,
.form-dark .with_frm_style .frm_radio label {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-family: PT Sans Caption
}

.form-dark .with_frm_style textarea {
    min-height: 300px
}

button:focus {
    outline: none
}

.tab-nav li.active {
    --bg-opacity: 1;
    background-color: #173a28;
    background-color: rgba(23, 58, 40, var(--bg-opacity))
}

:focus {
    outline: none
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    display: inline-block;
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    background-color: transparent;
    font-family: PT Sans Caption;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    --border-opacity: 1;
    border: 2px solid #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity));
    border-radius: 0;
    box-shadow: none;
    transition-duration: .3s;
    position: relative;
    z-index: 1;
    background-color: transparent !important
}

.frm_style_formidable-style.with_frm_style .frm_submit button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    z-index: -1
}

.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: transparent;
    --border-opacity: 1;
    border-color: #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity));
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.frm_style_formidable-style.with_frm_style .frm_submit button:focus:after,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover:after {
    height: 0;
    transition-duration: .3s
}

.frm_style_formidable-style.with_frm_style .frm_error {
    position: absolute;
    font-size: 12px;
    top: 100%
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    --text-opacity: 1;
    color: #ededf4;
    color: rgba(237, 237, 244, var(--text-opacity));
    background-color: transparent
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
    background-color: transparent;
    --border-opacity: 1;
    border-color: #ededf4;
    border-color: rgba(237, 237, 244, var(--border-opacity))
}

input::-moz-placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
    --text-opacity: 1 !important;
    color: #ededf4 !important;
    color: rgba(237, 237, 244, var(--text-opacity)) !important;
    font-family: PT Sans Caption !important
}

input:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
    --text-opacity: 1 !important;
    color: #ededf4 !important;
    color: rgba(237, 237, 244, var(--text-opacity)) !important;
    font-family: PT Sans Caption !important
}

input::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
    --text-opacity: 1 !important;
    color: #ededf4 !important;
    color: rgba(237, 237, 244, var(--text-opacity)) !important;
    font-family: PT Sans Caption !important
}

.form-dark input::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark input:-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark input::placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark textarea::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark textarea:-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark textarea::placeholder {
    --text-opacity: 1 !important;
    color: #383838 !important;
    color: rgba(56, 56, 56, var(--text-opacity)) !important
}

.form-dark .with_frm_style .frm_submit {
    display: flex;
    justify-content: flex-end
}

:-moz-placeholder,
::-moz-placeholder {
    opacity: 1
}

.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.form-dark .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    background-color: transparent
}

.form-dark .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.form-dark .frm_style_formidable-style.with_frm_style textarea:focus {
    background-color: transparent;
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity))
}

.form-dark .frm_style_formidable-style.with_frm_style textarea:focus {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.with_frm_style .frm_form_field {
    position: relative
}

.btn-arrow img {
    transition-duration: .3s
}

.practice-areas-list-wrapper {
    counter-reset: item
}

.practice-areas-list-wrapper h2 {
    counter-increment: item
}

.practice-areas-list-wrapper h2:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -4rem;
    margin-top: 1rem;
    font-family: Frank Ruhl Libre;
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    counter-increment: li;
    content: counter(item, decimal-leading-zero)
}

.arrow-link img,
.arrow-link svg {
    transition-duration: .3s
}

.arrow-link:hover img,
.arrow-link:hover svg {
    transform: translateX(5px)
}

.arrow-link.back:hover img,
.arrow-link.back:hover svg {
    transform: translateX(-5px)
}

.btn-arrow:hover>img {
    transform: translateX(5px)
}

.btn-square {
    display: flex;
    align-items: center
}

.btn-square .square {
    transform: rotate(-45deg)
}

.btn-square .square img {
    transform: rotate(45deg)
}

.btn-double-square {
    display: flex;
    align-items: center
}

.btn-square-main .btn-inner {
    left: -102%;
    top: -102%;
    transition-duration: .3s
}

.direction-back .btn-square-main .btn-inner {
    left: auto;
    right: -102%;
    bottom: -102%;
    top: auto
}

.simple-btn-square:hover .btn-inner {
    left: 0;
    top: 0
}

.direction-back:hover .btn-square-main .btn-inner {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0
}

.simple-btn-square .square-text {
    transition-duration: .5s;
    left: 0;
    position: relative
}

.simple-btn-square:hover .square-text {
    left: 10px
}

.simple-btn-square.direction-back:hover .square-text {
    left: -10px
}

.simple-btn-square .btn-square-main>img {
    transition-duration: .3s;
    position: relative;
    left: 0;
    top: 0
}

.simple-btn-square.direction-back .btn-square-main>img {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto
}

.btn-square-main {
    position: relative;
    overflow: hidden
}

.simple-btn-square:hover .btn-square-main>img {
    left: 100%;
    top: 100%
}

.simple-btn-square.direction-back:hover .btn-square-main>img {
    bottom: 100%;
    left: auto;
    right: 100%;
    top: auto
}

.btn-double-square .square {
    position: relative;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    transition-duration: .3s;
    margin-right: 2rem;
    transform: rotate(-45deg);
    z-index: 0
}

.btn-double-square .square-text {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    transition-duration: .5s
}

.btn-double-square .square-text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-duration: .5s
}

.btn-double-square .square-text-gold,
.btn-double-square .square-text-t,
.read-more-link-arrow svg {
    transition-duration: .5s
}

.btn-double-square:hover .square-text,
.btn-double-square:hover .square-text-gold,
.btn-double-square:hover .square-text-t,
.btn-double-square:hover .square-text-white,
.read-more-link-arrow:hover svg {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-x: 0.25rem
}

.btn-double-square:hover .square {
    transform: rotate(-45deg) translate(5px, 5px)
}

.btn-double-square:hover .inner-square {
    transform: none
}

.btn-double-square .inner-square {
    position: absolute;
    width: 100%;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .3s;
    transform: translate(5px, 5px);
    z-index: 5
}

.btn-double-square.white .inner-square {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.btn-double-square .square img {
    transform: rotate(45deg)
}

.cta-link {
    display: inline-block;
    padding: .75rem 2rem;
    transition-duration: .3s;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.cta-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --bg-opacity: 1;
    background-color: #383838;
    background-color: rgba(56, 56, 56, var(--bg-opacity));
    z-index: -1
}

.cta-text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.cta-text-green {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.cta-link:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.cta-link:hover:before {
    height: 100%;
    transition-duration: .3s
}

.cta-link-gold-borders {
    background-color: transparent;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity));
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.cta-link-gold-borders:before {
    --bg-opacity: 1;
    background-color: #b08c4a;
    background-color: rgba(176, 140, 74, var(--bg-opacity))
}

.cta-link-gold-borders:hover,
.cta-link-white-hover:hover {
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity))
}

.cta-link-white-hover:hover:before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.cta-link.cta-link-green {
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity));
    border-width: 2px;
    --border-opacity: 1;
    border-color: #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity))
}

.cta-link.cta-link-gold {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.cta-link.cta-link-gold.active,
.cta-link.cta-link-gold:before,
.cta-link.cta-link-gold:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.cta-link.cta-link-green.cta-link-green-gold {
    --text-opacity: 1;
    color: #f9f7f1;
    color: rgba(249, 247, 241, var(--text-opacity))
}

.cta-link.cta-link-green:before {
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity));
    height: 100%
}

.cta-link.cta-link-green:hover {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.cta-link.cta-link-green:hover:before {
    height: 0
}

.cta-link.cta-link-green-hover {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.cta-link.cta-link-green-hover:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.cta-link.cta-link-green-hover:before {
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity))
}

.cta-link.cta-link-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity))
}

.cta-link.cta-link-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.cta-link.cta-link-white:before,
.cta-link.cta-link-white:hover {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity))
}

.share-links a {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    height: 2rem;
    width: 2rem;
    display: flex;
    padding: 2px;
    position: relative;
    z-index: 1
}

.share-links a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    z-index: -1
}

.share-links a:hover:before {
    height: 100%
}

.text-image-right-sec-img {
    right: -120px;
    bottom: -120px
}

.text-image-right-content {
    transform: translateY(-50%);
    top: 50%
}

.ie .text-image-right-content {
    transform: translate(-50%, -50%);
    left: 50%;
    right: auto
}

.two-image sup {
    transform: translateY(10px)
}

.two-image-sec-img {
    margin-right: -240px;
    margin-bottom: -222px
}

.two-image-line .btn-double-square {
    top: -25px;
    right: -375px
}

.two-image-line:before {
    position: absolute;
    height: 1px;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    top: 0;
    content: "";
    width: 100px;
    left: 100%
}

.single-practice-area .two-image-line:before {
    width: 50px
}

.single-practice-area .two-image-line .btn-double-square,
.tax-location .two-image-line .btn-double-square {
    right: -325px
}

.meet-our-team-text:before {
    content: "“";
    left: 0;
    top: 0;
    margin-left: -1rem;
    margin-top: 3rem
}

.meet-our-team-text:after,
.meet-our-team-text:before {
    font-size: 280px;
    font-family: Frank Ruhl Libre;
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    line-height: 1;
    position: absolute
}

.meet-our-team-text:after {
    content: "”";
    right: 0;
    bottom: 0;
    margin-bottom: -10rem
}

.find-attorney-bg-box {
    transform: translateY(184px)
}

.find-attorney-bg-box:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    z-index: 1;
    opacity: .77;
    content: ""
}

.blog-post-home {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 20px
}

.blog-post-home:first-of-type {
    margin-left: 0
}

.blog-list-square {
    transform: rotate(-45deg);
    bottom: -257px;
    left: -100px
}

.blog-list-square:before {
    position: absolute;
    width: 100%;
    height: 100%;
    --border-opacity: 1;
    border: 1px solid #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    content: "";
    left: 40px;
    top: 40px
}

.green-box-image-text a {
    font-size: 24px;
    transition-duration: .3s
}

.green-box-image-text a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.careers-form-section .with_frm_style input[type=email],
.careers-form-section .with_frm_style input[type=tel],
.careers-form-section .with_frm_style input[type=text],
.contact-block-form .with_frm_style input[type=email],
.contact-block-form .with_frm_style input[type=tel],
.contact-block-form .with_frm_style input[type=text],
.feat-testimonial .with_frm_style input[type=email],
.feat-testimonial .with_frm_style input[type=tel],
.feat-testimonial .with_frm_style input[type=text] {
    padding: 18px 20px
}

.feat-testimonial #frm_field_19_container {
    display: flex;
    align-items: center
}

.contact-block-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 19px;
    padding-bottom: 20px
}

.contact-block-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px
}

.contact-block-form .with_frm_style .frm_submit {
    display: flex;
    justify-content: flex-end
}

.contact-block-right-box {
    transform: rotate(45deg);
    right: -300px;
    bottom: -150px
}

.contact-block-right-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    --border-opacity: 1;
    border: 1px solid #f9f7f1;
    border-color: rgba(249, 247, 241, var(--border-opacity));
    content: "";
    left: -20px;
    top: 20px
}

.contact-block-left-box {
    transform: rotate(-45deg);
    left: -250px
}

.contact-block-left-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    --border-opacity: 1;
    border: 1px solid #f9f7f1;
    border-color: rgba(249, 247, 241, var(--border-opacity));
    content: "";
    right: -20px;
    top: 20px
}

.privacy-menu li {
    margin-right: 50px
}

.privacy-menu li:last-of-type {
    margin-right: 0
}

.privacy-menu li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    transition-duration: .3s
}

.privacy-menu li a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.widget_archive,
.widget_categories,
.widget_flf_archive_widget {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    margin-bottom: 30px
}

.widget_flf_archive_widget,
.widget_flf_practice_areas_widget {
    margin-bottom: 30px
}

.widget_archive h2,
.widget_categories h2,
.widget_flf_archive_widget h2 {
    font-size: 24px;
    text-transform: uppercase;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity));
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: .1em
}

.widget_archive h2:before,
.widget_categories h2:before,
.widget_flf_archive_widget h2:before {
    position: absolute;
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    height: 1px;
    width: 70px;
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-1px)
}

.widget_archive h2:after,
.widget_categories h2:after,
.widget_flf_archive_widget h2:after {
    position: absolute;
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity));
    height: 1px;
    width: 70px;
    right: 0;
    content: "";
    top: 50%;
    transform: translateY(-1px)
}

.commitment-section .cta-link span {
    text-decoration: none
}

.commitment-section .cta-link:hover span {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.widget_archive li,
.widget_categories li,
.widget_flf_archive_widget li {
    --border-opacity: 1;
    border-color: #406150;
    border-bottom: 1px;
    border-color: rgba(64, 97, 80, var(--border-opacity));
    border-style: solid;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Frank Ruhl Libre
}

.widget_archive li.archive-item-hidden {
    display: none
}

.careers-entry-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .25rem
}

.widget_archive li:last-of-type,
.widget_categories li:last-of-type {
    border-bottom: none
}

.widget_archive li a,
.widget_categories li a,
.widget_flf_archive_widget li a {
    font-family: Frank Ruhl Libre;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-duration: .3s
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_flf_archive_widget li a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.widget_flf_team_widget,
.widget_flf_verdicts_settlement_widget {
    margin-bottom: 30px
}

.widget_flf_free_case_review_widget h2,
.widget_flf_team_widget h2,
.widget_flf_testimonials_widget h2,
.widget_flf_verdicts_settlement_widget h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: Frank Ruhl Libre;
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity));
    margin-top: .5rem;
    margin-bottom: .5rem
}

.widget_flf_free_case_review_widget .with_frm_style .frm_submit {
    display: flex;
    justify-content: center;
    width: 100%
}

.widget_flf_free_case_review_widget .sidebar-form.sticky {
    position: fixed;
    top: 0;
    margin-top: 12rem
}

.widget_flf_archive_widget ul {
    display: none;
    padding: 0
}

.widget_flf_archive_widget li {
    padding: 0 0 0 1rem
}

.widget_flf_archive_widget li a {
    width: 100%;
    font-family: Frank Ruhl Libre
}

.widget_flf_archive_widget li a,
.year-toggle {
    display: flex;
    position: relative;
    padding: 15px 1.5rem;
    justify-content: space-between;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.year-toggle {
    align-items: center;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #406150;
    border-color: rgba(64, 97, 80, var(--border-opacity));
    cursor: pointer;
    transition-duration: .3s
}

.year-toggle:after {
    content: "";
    display: block;
    height: 7px;
    width: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: .3s;
    background-image: url(dist/chevron-down.svg);
    transform-origin: center
}

.year-toggle.open {
    --bg-opacity: 1;
    background-color: #173a28;
    background-color: rgba(23, 58, 40, var(--bg-opacity))
}

.year-toggle.open:after {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-rotate: 180deg
}

.year-toggle:hover {
    --bg-opacity: 1;
    background-color: #173a28;
    background-color: rgba(23, 58, 40, var(--bg-opacity))
}

.blog-main-wrap {
    --bg-opacity: 1;
    background-color: #f9f7f1;
    background-color: rgba(249, 247, 241, var(--bg-opacity))
}

.blog-main-wrap-content {
    margin-bottom: 3rem
}

.blog-main-wrap-content p,
.tab-content p {
    margin-top: .5rem;
    margin-bottom: 1rem
}

.blog-main-wrap-content iframe,
.blog-main-wrap-content img,
.tab-content iframe,
.tab-content img {
    width: 100%
}

.blog-main-wrap-content figure,
.tab-content figure {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.blog-main-wrap-content>h2,
.tab-content h3 {
    font-size: 26px;
    padding-bottom: 1rem;
    line-height: 38px
}

.blog-main-wrap-content>h2,
.blog-main-wrap-content>h3,
.tab-content h3 {
    font-family: Frank Ruhl Libre;
    --border-opacity: 1;
    border-color: #00462e;
    border-bottom: 1px;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    border-style: solid;
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    margin-top: 2rem;
    margin-bottom: 1rem
}

.blog-main-wrap-content>h3 {
    font-size: 24px;
    padding-bottom: 2px
}

.tab-content h1,
.tab-content h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: Frank Ruhl Libre;
    --border-opacity: 1;
    border-color: #00462e;
    border-bottom: 1px;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    border-style: solid;
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.blog-main-wrap-content ul,
.tab-content ul {
    padding-left: 2rem;
    margin-bottom: 1rem
}

.blog-main-wrap-content ul li,
.green-box-entry-content ul li,
.tab-content ul li {
    list-style-type: disc;
    margin-bottom: .5rem
}

.tab-content a {
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity));
    text-decoration: underline;
    transition-duration: .3s
}

.tab-content a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.green-box p {
    margin-bottom: 2rem
}

.green-box p:last-of-type {
    margin-bottom: 0
}

.page-hero-links a:last-of-type {
    border-right: none
}

.practice-areas-boxes:before {
    --bg-opacity: 1;
    background-color: #f9f7f1;
    background-color: rgba(249, 247, 241, var(--bg-opacity));
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%
}

.practice-areas-box-increment:before {
    content: "";
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity));
    height: 1px;
    width: 99px;
    margin-right: .5rem;
    transition-duration: .3s
}

.practice-areas-box:hover .practice-areas-box-increment:before,
.vs-item:hover .vs-line {
    width: 132px
}

.vs-item .vs-line {
    transition-duration: .3s
}

.practice-areas-box {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 47px
}

.practice-areas-box:nth-child(3n+2) {
    margin: 0 2% 47px
}

.practice-areas-box-bottom {
    background-color: rgba(28, 69, 48, .6)
}

.practice-areas-box-border {
    right: 45px;
    top: 45px;
    left: 45px;
    bottom: 45px;
    pointer-events: none
}

.image-text-big-decoration {
    transform: rotate(45deg);
    margin-left: 5px
}

.image-text-big-decoration:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    --bg-opacity: 1;
    background-color: #00462e;
    background-color: rgba(0, 70, 46, var(--bg-opacity));
    --border-opacity: 1;
    border: 1px solid #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    display: block;
    content: "";
    transform: translate(5px, -5px)
}

.verdicts-settlements-buttons {
    width: 72px;
    height: 72px;
    transform: rotate(45deg);
    right: 100px;
    top: -17px;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center
}

.verdicts-settlements-buttons span {
    position: absolute;
    --border-opacity: 1;
    border: 1px solid #00462e;
    border-color: rgba(0, 70, 46, var(--border-opacity));
    display: block;
    width: 58px;
    height: 58px;
    left: 7px;
    top: 7px
}

.appelate-slider-buttons-wrapper,
.verdicts-settlements-buttons-wrapper {
    transform: rotate(-45deg)
}

.verdicts-settlements-buttons .flickity-button {
    background-color: transparent;
    position: relative;
    color: #00462e;
    width: 25px;
    height: 25px;
    transform: none;
    top: auto;
    right: auto;
    left: auto
}

.flickity-button:focus {
    box-shadow: none;
    outline: none
}

.verdicts-settlements-filters .active {
    --bg-opacity: 1;
    background-color: #153425;
    background-color: rgba(21, 52, 37, var(--bg-opacity));
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.attorneys-intro-line {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.our-team-list .team-card {
    margin-bottom: 2rem
}

.our-team-list .team-card-content {
    width: calc(100% - 198px)
}

.our-team-list .team-card:nth-child(3n+2) {
    margin: 0 2% 2rem
}

.text-only-block-line {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%)
}

.feat-testimonial-arrow {
    transform: rotate(-45deg);
    transform-origin: center center
}

.feat-testimonial-arrow img {
    transition-duration: .3s;
    transform: rotate(45deg);
    transform-origin: center center
}

.feat-testimonial-arrow.active img {
    transform: rotate(-135deg);
    transform-origin: center center
}

.feat-testimonial-form-title:before {
    position: absolute;
    width: 42px;
    height: 42px;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    left: 0;
    content: "";
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: center center
}

.feat-testimonial-form-title:after {
    position: absolute;
    width: 42px;
    height: 42px;
    --border-opacity: 1;
    border: 1px solid #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity));
    left: 0;
    content: "";
    transform: rotate(-45deg);
    transform-origin: center center
}

.testimonial-post {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 80px
}

.testimonial-slider .testimonial-post {
    max-width: 100%
}

.testimonial-post:nth-child(3n+2) {
    margin: 0 2% 80px
}

.testimonial-slider .testimonial-post:nth-child(3n+2) {
    margin-left: .5rem;
    margin-right: .5rem
}

.testimonial-post-border {
    left: 30px;
    top: 30px;
    bottom: -60px;
    right: 30px;
    pointer-events: none
}

.testimonial-post-meta {
    bottom: -40px;
    left: 50px;
    right: 50px
}

.testimonial-cta:hover img {
    transform: translateX(5px)
}

.testimonial-popup {
    background-color: hsla(0, 0%, 100%, .4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.testimonial-popup-inner {
    width: 70vw;
    height: auto;
    max-height: 500px
}

.testimonial .testimonial-popup-inner {
    height: 100%
}

.testimonial .testimonial-popup-inner-content {
    max-height: calc(100% - 15px);
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px
}

.wp-block-quote {
    margin-bottom: 2rem
}

.wp-block-quote p {
    font-size: 24px;
    line-height: 28px;
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.blog-main-wrap-content .accordion-img {
    width: 13px
}

.green-box-border {
    bottom: -138px;
    top: 116px
}

.supported-org ul {
    padding-left: 1.5rem
}

.supported-org ul li {
    list-style-type: disc;
    margin-bottom: .75rem
}

.press-media-border {
    left: -20px;
    right: -20px;
    top: 30px;
    bottom: 30px
}

.practice-areas-list-image-text p strong {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    font-weight: 400
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
    border-style: none
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    font-size: 14px;
    line-height: 22px
}

.single-career-intro h3 {
    font-size: 24px;
    font-weight: 700
}

.single-career-intro li {
    position: relative;
    padding-left: 2rem;
    line-height: 1.5
}

.single-career-intro li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: .625rem .625rem .625rem .75rem;
    height: 5px;
    width: 5px;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 9999px
}

.ie .history-section-rotate,
.ie .play-icon,
.ie .video-close {
    transform: rotate(45deg)
}

.careers-contact-text h3 {
    font-size: 26px;
    font-family: Frank Ruhl Libre;
    margin-bottom: 2.5rem;
    line-height: 1.5
}

.careers-contact-text p {
    font-size: 18px;
    line-height: 23px;
    line-height: 1.625
}

.careers-contact-text a {
    transition-duration: .3s
}

.careers-contact-text a:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.frm_forms.with_frm_style .frm_form_fields .form-field .frm_dropzone {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 0
}

.frm_forms .frm_dropzone .dz-message {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #383838;
    border-color: rgba(56, 56, 56, var(--border-opacity));
    border-radius: 0;
    background-color: transparent;
    margin: 0
}

.frm_forms .frm_dropzone .frm_upload_icon:before {
    content: "";
    background-image: url(dist/upload.svg);
    height: 32px;
    width: 25px;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    background-position: 50%
}

.frm_forms .frm_dropzone .frm_upload_text {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    font-size: 22px;
    text-decoration: underline;
    font-family: Frank Ruhl Libre;
    margin-bottom: 1rem;
    transition-duration: .3s
}

.frm_forms .frm_dropzone .frm_upload_text:hover {
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity))
}

.frm_forms .frm_dropzone .frm_small_text {
    --text-opacity: 1;
    color: #00462e;
    color: rgba(0, 70, 46, var(--text-opacity));
    font-family: Frank Ruhl Libre;
    font-size: 14px;
    line-height: 22px
}

.careers-form-section .frm_forms .frm_submit .frm_button_submit {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    --text-opacity: 1;
    color: #383838;
    color: rgba(56, 56, 56, var(--text-opacity));
    font-family: PT Sans Caption;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    --border-opacity: 1;
    border: 2px solid #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity));
    border-radius: 0;
    box-shadow: none;
    transition-duration: .3s;
    width: 155px
}

.careers-form-section .frm_forms .frm_submit .frm_button_submit:hover {
    background-color: transparent;
    --text-opacity: 1;
    color: #c9a969;
    color: rgba(201, 169, 105, var(--text-opacity));
    --border-opacity: 1;
    border-color: #c9a969;
    border-color: rgba(201, 169, 105, var(--border-opacity))
}

.careers-form-section .frm_forms.with_frm_style .frm_submit {
    justify-content: center
}

.careers-form-section .frm_forms.with_frm_style textarea {
    height: 120px;
    min-height: 120px
}

.gecko .supported-org ul li::marker {
    font-size: 10px
}

.gecko .supported-org ul li {
    padding-left: 1rem
}

.social-footer img {
    max-height: 25px;
    max-width: 25px
}

.social-footer a {
    width: 35px;
    height: 35px;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.social-footer a:hover {
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity))
}

.js-home-hero-form-title img {
    transition-duration: .3s
}

.js-home-hero-form-title.active img {
    transform: rotate(180deg)
}

.play-icon:before {
    content: "";
    height: 0;
    width: 0;
    border-color: #1c4530 transparent transparent;
    border-style: solid;
    border-width: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    transition-duration: .3s;
    transform: translate(-2px, 2px)
}

.show-video {
    z-index: 50;
    opacity: 1;
    visibility: visible
}

.attourney-slider .type-team {
    padding-left: .75rem;
    padding-right: .75rem
}

.our-attourneys-section-buttons-wrapper .flickity-button {
    position: relative;
    width: 38px;
    height: 38px;
    --bg-opacity: 1;
    background-color: #c9a969;
    background-color: rgba(201, 169, 105, var(--bg-opacity));
    border-radius: 0;
    transform: rotate(-45deg)
}

.our-attourneys-section-buttons-wrapper .flickity-button:before {
    position: absolute;
    width: 30px;
    height: 30px;
    --border-opacity: 1;
    border: 1px solid #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity));
    transform: translate(-50%, -50%);
    content: ""
}

.our-attourneys-section-buttons-wrapper .flickity-button svg {
    fill: #1c4530;
    transform: rotate(45deg);
    width: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto
}

.location-footer p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1rem
}

.location-footer p strong {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

.marquee-text-footer {
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite
}

.cursor {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition-duration: .1s;
    pointer-events: none;
    transform: translate(-100%, -100%);
    z-index: 100
}

.cursor,
.cursor img {
    height: 50px;
    width: 50px
}

.cursor.active {
    opacity: 1;
    visibility: visible
}

.image-hover {
    transition-duration: .3s
}

.image-hover-wrap:hover .image-hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
}

.practice-areas-box .image-hover {
    z-index: -1
}

@-webkit-keyframes marquee {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

.free-case-square-btm {
    transform: rotate(45deg) translate(-50%, 50%);
    transform-origin: left bottom
}

.free-case-close-wrapper {
    transform: rotate(-45deg) translate(50%, -50%);
    transform-origin: right top
}

.js-free-case-popup-content {
    width: calc(100% - 255px)
}

.js-free-case-close svg {
    transform: rotate(-45deg)
}

#form_free-case-popup .frm_submit {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#form_free-case-popup .frm_submit button {
    --border-opacity: 1;
    border-color: #1c4530;
    border-color: rgba(28, 69, 48, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-duration: .3s;
    margin: -85px 0 0
}

#form_free-case-popup .frm_submit button:before {
    --bg-opacity: 1;
    background-color: #1c4530;
    background-color: rgba(28, 69, 48, var(--bg-opacity))
}

#form_free-case-popup .frm_submit button:hover {
    background-color: transparent;
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

.locations-list--term {
    --border-opacity: 1;
    border-color: #b08c4a;
    border-left-color: rgba(176, 140, 74, var(--border-opacity));
    border-top-color: rgba(176, 140, 74, var(--border-opacity));
    border-left-style: solid;
    border-right: 1px solid rgba(176, 140, 74, var(--border-opacity));
    border-top-style: solid;
    border-bottom: 1px solid rgba(176, 140, 74, var(--border-opacity))
}

.locations-list--term:nth-child(odd) {
    padding-left: 0
}

.locations-list--term:nth-child(2n) {
    padding-right: 0;
    border-right-width: 0
}

.custom-term-pagination ul {
    display: flex;
    justify-content: center;
    width: 100%
}

.custom-term-pagination ul li {
    font-weight: 600;
    margin-left: .5rem;
    margin-right: .5rem;
    transition-duration: .3s;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.custom-term-pagination ul li:hover,
.custom-term-pagination ul li span.current {
    --text-opacity: 1;
    color: #b08c4a;
    color: rgba(176, 140, 74, var(--text-opacity))
}

@media (max-width:1400px) {
    .section-title {
        font-size: 62px
    }
}

@media (max-width:1366px) {
    .video-popup .inner-wrap {
        width: auto
    }
    .video-popup .inner-wrap video {
        height: auto;
        width: 100vw;
        max-height: 70vh
    }
    .home-hero-content,
    .home-hero-form {
        padding-top: 0
    }
    .contact-block-right-box {
        right: -400px
    }
    .home-hero-form:before {
        right: 0;
        bottom: 0;
        height: auto;
        top: -132px
    }
    .home-hero-inner-cta:before {
        position: absolute;
        --bg-opacity: 1;
        background-color: #c9a969;
        background-color: rgba(201, 169, 105, var(--bg-opacity));
        height: 1px;
        bottom: 0;
        content: "";
        left: -20px;
        right: -20px
    }
    .two-image-line:before {
        display: none
    }
}

@media (max-width:1200px) {
    .verdicts-settlements-buttons {
        top: -39px
    }
    .free-case-form-wrapper {
        max-width: calc(100% - 70px);
        height: 80vh;
        display: flex;
        align-items: center
    }
    .js-free-case-popup-content {
        height: 100%;
        max-height: calc(100% - 40px);
        overflow-y: scroll
    }
    .wpml-switcher-mobile li a {
        --border-opacity: 1;
        border: 1px solid #c9a969;
        border-color: rgba(201, 169, 105, var(--border-opacity));
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: .25rem
    }
    .menu-item-has-children a {
        position: relative;
        padding-right: 0
    }
    .menu-item-has-children svg {
        margin-right: -1.5rem;
        transition-duration: .3s;
        width: 13px;
        top: 8px
    }
    .menu-item-has-children svg.active {
        transform: rotate(180deg)
    }
    .main-navigation .main-header-menu>li {
        font-size: 20px;
        line-height: 24px
    }
    .main-navigation ul.sub-menu li {
        border-style: none;
        margin-bottom: 0
    }
    .main-navigation ul.sub-menu li a {
        font-size: 14px;
        line-height: 22px;
        padding-top: .25rem;
        padding-bottom: .25rem;
        --text-opacity: 1;
        color: #c9a969;
        color: rgba(201, 169, 105, var(--text-opacity))
    }
    .main-navigation ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        display: none;
        padding-left: 1rem;
        top: auto;
        transition: none
    }
    .main-navigation ul.sub-menu:before {
        display: none
    }
    .our-team-list .team-card {
        width: 48%
    }
    .our-team-list .team-card,
    .our-team-list .team-card:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .green-box-border {
        left: 15px;
        right: 15px
    }
    .meet-our-team-text:before {
        font-size: 120px;
        left: 15px;
        margin-top: 0
    }
    .meet-our-team-text:after {
        font-size: 120px;
        margin-bottom: 1rem
    }
    .main-navigation {
        width: 100%;
        --bg-opacity: 1;
        background-color: #1c4530;
        background-color: rgba(28, 69, 48, var(--bg-opacity));
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 10;
        overflow: hidden;
        display: block;
        padding-bottom: 45px;
        transform: translateY(-100%);
        transition: .5s ease-in-out;
        padding-top: 120px
    }
    .main-navigation.active {
        transform: none
    }
    .main-navigation-border {
        top: 100px
    }
    .main-navigation ul {
        display: block;
        padding-left: 2rem
    }
    .main-navigation ul li {
        margin-left: 0;
        margin-bottom: 1.25rem
    }
}

@media (max-width:1024px) {
    .home-hero-bottom-inner a:before {
        display: none
    }
    .testimonial-post-border {
        left: 10px;
        top: 10px;
        right: 10px
    }
    .testimonial-post-meta {
        bottom: -40px;
        left: 20px;
        right: 20px
    }
    .blog-post-home {
        flex: 0 0 32%;
        max-width: 32%;
        margin-left: 2%
    }
    .feat-testimonial-form-title:after,
    .feat-testimonial-form-title:before {
        width: 30px;
        height: 30px;
        margin-left: 1rem
    }
    .attourney-slider .type-team {
        width: 50%
    }
    .home-hero-content,
    .home-hero-form {
        flex: 0 0 100%;
        max-width: 100%
    }
    .home-hero-form:before {
        right: -20px;
        left: -20px;
        top: 0
    }
    .home-hero-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
        width: 100%
    }
    .section-title {
        font-size: 42px;
        line-height: 48px
    }
    .text-image-right-content {
        max-width: 90%
    }
    .practice-areas-box-border {
        right: 15px;
        top: 15px;
        left: 15px;
        bottom: 15px
    }
}

@media (max-width:991px) {
    .testimonial-post {
        flex: 0 0 49%;
        max-width: 49%
    }
    .testimonial-post:nth-child(3n+2) {
        margin: 0 0 80px
    }
    .footer-menu {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column
    }
    .our-team-list .team-card-content {
        width: calc(100% - 150px)
    }
    .find-attorney-bg-box {
        transform: translateY(0)
    }
    .practice-areas-box {
        flex: 0 0 49%;
        max-width: 49%
    }
    .practice-areas-box:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .testimonial-popup-inner {
        width: calc(100% - 40px);
        height: 100%;
        max-height: 70vh
    }
    .testimonial-popup-inner-content {
        max-height: calc(100% - 15px);
        overflow-y: auto;
        padding-right: 15px;
        margin-right: -15px
    }
}

@media (max-width:767px) {
    .contact-block-right-box {
        display: none
    }
    .practice-areas-list-wrapper h2:before {
        margin-left: -2rem
    }
    .attourney-slider .type-team {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: .5rem;
        margin-right: .5rem
    }
    .our-team-list .team-card {
        width: 100%
    }
    .widget_flf_free_case_review_widget h2,
    .widget_flf_team_widget h2,
    .widget_flf_verdicts_settlement_widget h2 {
        font-size: 32px;
        line-height: 34px
    }
    .blog-post-home {
        flex: none;
        max-width: none;
        margin-left: 0;
        width: 100%;
        max-width: 400px;
        margin-bottom: 2rem
    }
    .blog-post-home:last-of-type {
        margin-bottom: 0
    }
    .main-navigation {
        justify-content: flex-start;
        padding-top: 120px
    }
    .main-navigation .main-menu-container {
        max-height: calc(100vh - 250px);
        overflow-y: scroll;
        padding-right: 15px;
        width: 100%;
        margin-right: -15px
    }
    .blog-main-wrap-content>h2,
    .blog-main-wrap-content>h3,
    .tab-content h3 {
        font-size: 20px;
        line-height: 24px
    }
    .tab-content h1,
    .tab-content h2 {
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width:600px) {
    #form_free-case-popup .frm_submit button {
        margin: 0 auto
    }
}

@media (min-width:767px) {
    .widget_flf_team_widget .team__image img {
        display: none !important
    }
}

@media (max-width:575px) {
    .verdicts-settlements-list-section .verdicts-settlements {
        margin-bottom: 1rem
    }
    .locations-list--term {
        border-right-width: 0;
        padding-left: 0;
        padding-right: 0
    }
    .testimonial-post {
        flex: 0 0 100%;
        max-width: 100%
    }
    .press-media-border {
        left: -10px;
        right: -10px
    }
    .careers-contact-text h3 {
        font-size: 22px
    }
    .careers-contact-text p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:480px) {
    .our-team-list .team-card-content {
        width: 100%
    }
    .tab-content h1,
    .tab-content h2 {
        font-size: 24px;
        line-height: 28px
    }
    .privacy-menu li {
        margin-right: 20px
    }
    .practice-areas-box {
        flex: 0 0 100%;
        max-width: 100%
    }
    .footer-menu {
        -moz-column-count: unset;
        column-count: unset
    }
    .feat-testimonial-form-title:before {
        margin-left: 0;
        left: 50%;
        transform: translate(-50%, -40px) rotate(-45deg)
    }
    .feat-testimonial-form-title:after {
        margin-left: .5rem;
        left: 50%;
        transform: translate(-50%, -40px) rotate(-45deg)
    }
}

@media (max-width:359px) {
    .section-title {
        font-size: 32px;
        line-height: 34px
    }
    .privacy-menu li {
        margin-right: 0
    }
}

.wow {
    visibility: hidden
}

@media screen and (min-width:1201px) {
    .main-header-menu>li>a {
        display: block;
        overflow: hidden;
        position: relative;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 15px;
        color: transparent !important
    }
    .main-header-menu>li>a:before {
        content: "";
        height: 1px;
        display: block;
        position: absolute;
        --bg-opacity: 1;
        background-color: #c9a969;
        background-color: rgba(201, 169, 105, var(--bg-opacity));
        bottom: 0;
        right: 0;
        width: 0;
        transition: width .3s
    }
    .main-header-menu>li.current-menu-item>a:before,
    .main-header-menu>li>a:hover:before {
        left: 0;
        width: 100%
    }
    .main-header-menu>li>a span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition-duration: .3s;
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity))
    }
    .main-header-menu>li.current-menu-item span,
    .main-header-menu>li>a:hover span {
        --text-opacity: 1;
        color: #c9a969;
        color: rgba(201, 169, 105, var(--text-opacity))
    }
    .main-header-menu>li>a span:last-of-type {
        top: 100%
    }
    .main-header-menu>li>a:hover span:first-of-type {
        top: -100%
    }
    .main-header-menu>li>a:hover span:last-of-type {
        top: 0
    }
}

.contact-block-address-image {
    top: 50%;
    transform: translateY(-50%)
}

.frm_forms .form-field.hidden_input {
    display: none !important
}

.flf-breadcrumbs a {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .5s
}

.flf-breadcrumbs a:hover {
    --text-opacity: 1;
    color: #d0a85e;
    color: rgba(208, 168, 94, var(--text-opacity))
}

.flf-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    text-decoration: underline;
    --text-opacity: 1;
    color: #1c4530;
    color: rgba(28, 69, 48, var(--text-opacity))
}

@media (max-width:1400px) {
    .mac\:container {
        width: 100%
    }
    .mac\:inline-block {
        display: inline-block
    }
    .mac\:hidden {
        display: none
    }
    .mac\:items-start {
        align-items: flex-start
    }
    .mac\:justify-end {
        justify-content: flex-end
    }
    .mac\:text-36 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: .03px
    }
    .mac\:text-160 {
        font-size: 160px
    }
    .mac\:text-72\/72 {
        font-size: 72px;
        line-height: 72px
    }
    .mac\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .mac\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }
    .mac\:mt-0 {
        margin-top: 0
    }
    .mac\:mr-0 {
        margin-right: 0
    }
    .mac\:mb-0 {
        margin-bottom: 0
    }
    .mac\:ml-0 {
        margin-left: 0
    }
    .mac\:-mr-5 {
        margin-right: -1.25rem
    }
    .mac\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .mac\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .mac\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .mac\:pl-0 {
        padding-left: 0
    }
    .mac\:pr-8 {
        padding-right: 2rem
    }
    .mac\:pb-8 {
        padding-bottom: 2rem
    }
    .mac\:pr-15 {
        padding-right: 15px
    }
    .mac\:right-0 {
        right: 0
    }
    .mac\:text-right {
        text-align: right
    }
    .mac\:w-2\/5 {
        width: 40%
    }
    .mac\:w-3\/5 {
        width: 60%
    }
    .mac\:w-full {
        width: 100%
    }
}

@media (max-width:1366px) {
    .lt\:container {
        width: 100%
    }
    .lt\:bg-green-400 {
        --bg-opacity: 1;
        background-color: #1c4530;
        background-color: rgba(28, 69, 48, var(--bg-opacity))
    }
    .lt\:flex {
        display: flex
    }
    .lt\:hidden {
        display: none
    }
    .lt\:flex-wrap {
        flex-wrap: wrap
    }
    .lt\:items-center {
        align-items: center
    }
    .lt\:h-76 {
        height: 76px
    }
    .lt\:h-90 {
        height: 90px
    }
    .lt\:h-100 {
        height: 100px
    }
    .lt\:h-230 {
        height: 230px
    }
    .lt\:text-base {
        font-size: 16px
    }
    .lt\:text-24\/28 {
        font-size: 24px;
        line-height: 28px
    }
    .lt\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .lt\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .lt\:text-42\/48 {
        font-size: 42px;
        line-height: 48px
    }
    .lt\:max-w-520 {
        max-width: 520px
    }
    .lt\:min-h-0 {
        min-height: 0
    }
    .lt\:p-15 {
        padding: 15px
    }
    .lt\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .lt\:pl-0 {
        padding-left: 0
    }
    .lt\:pt-143 {
        padding-top: 143px
    }
    .lt\:pt-170 {
        padding-top: 170px
    }
    .lt\:w-76 {
        width: 76px
    }
    .lt\:w-90 {
        width: 90px
    }
    .lt\:w-166 {
        width: 166px
    }
}

@media (max-width:1280px) {
    .xl\:container {
        width: 100%
    }
    .xl\:text-26 {
        font-size: 26px
    }
    .xl\:text-base {
        font-size: 16px
    }
    .xl\:mr-40 {
        margin-right: 10rem
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .xl\:pl-12 {
        padding-left: 3rem
    }
    .xl\:w-auto {
        width: auto
    }
}

@media (max-width:1200px) {
    .lg\:container {
        width: 100%
    }
    .lg\:block {
        display: block
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex-col {
        flex-direction: column
    }
    .lg\:flex-wrap {
        flex-wrap: wrap
    }
    .lg\:items-start {
        align-items: flex-start
    }
    .lg\:justify-start {
        justify-content: flex-start
    }
    .lg\:justify-center {
        justify-content: center
    }
    .lg\:justify-between {
        justify-content: space-between
    }
    .lg\:order-1 {
        order: 1
    }
    .lg\:order-2 {
        order: 2
    }
    .lg\:order-3 {
        order: 3
    }
    .lg\:h-42 {
        height: 42px
    }
    .lg\:h-50 {
        height: 50px
    }
    .lg\:h-auto {
        height: auto
    }
    .lg\:text-24 {
        font-size: 24px
    }
    .lg\:text-sm {
        font-size: 14px;
        line-height: 22px
    }
    .lg\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .lg\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .lg\:text-32\/34 {
        font-size: 32px;
        line-height: 34px
    }
    .lg\:text-42\/48 {
        font-size: 42px;
        line-height: 48px
    }
    .lg\:text-72\/72 {
        font-size: 72px;
        line-height: 72px
    }
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:ml-0 {
        margin-left: 0
    }
    .lg\:mb-2 {
        margin-bottom: .5rem
    }
    .lg\:ml-2 {
        margin-left: .5rem
    }
    .lg\:mt-4 {
        margin-top: 1rem
    }
    .lg\:ml-4 {
        margin-left: 1rem
    }
    .lg\:mt-6 {
        margin-top: 1.5rem
    }
    .lg\:mb-8 {
        margin-bottom: 2rem
    }
    .lg\:mb-12 {
        margin-bottom: 3rem
    }
    .lg\:ml-auto {
        margin-left: auto
    }
    .lg\:-mb-12 {
        margin-bottom: -3rem
    }
    .lg\:-mb-24 {
        margin-bottom: -6rem
    }
    .lg\:-mr-40 {
        margin-right: -10rem
    }
    .lg\:max-w-400 {
        max-width: 400px
    }
    .lg\:max-w-600 {
        max-width: 600px
    }
    .lg\:max-w-none {
        max-width: none
    }
    .lg\:p-15 {
        padding: 15px
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .lg\:px-45 {
        padding-left: 45px;
        padding-right: 45px
    }
    .lg\:px-84 {
        padding-left: 84px;
        padding-right: 84px
    }
    .lg\:pr-0 {
        padding-right: 0
    }
    .lg\:pl-0 {
        padding-left: 0
    }
    .lg\:pb-2 {
        padding-bottom: 2px
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:pr-8 {
        padding-right: 2rem
    }
    .lg\:pb-12 {
        padding-bottom: 3rem
    }
    .lg\:pt-15 {
        padding-top: 15px
    }
    .lg\:pl-15 {
        padding-left: 15px
    }
    .lg\:pl-20 {
        padding-left: 5rem
    }
    .lg\:pb-24 {
        padding-bottom: 6rem
    }
    .lg\:pt-32 {
        padding-top: 8rem
    }
    .lg\:pt-100 {
        padding-top: 100px
    }
    .lg\:pt-280 {
        padding-top: 280px
    }
    .lg\:static {
        position: static
    }
    .lg\:fixed {
        position: fixed
    }
    .lg\:relative {
        position: relative
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-center {
        text-align: center
    }
    .lg\:w-42 {
        width: 42px
    }
    .lg\:w-50 {
        width: 50px
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/4 {
        width: 25%
    }
    .lg\:w-4\/5 {
        width: 80%
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:z-11 {
        z-index: 11
    }
}

@media (max-width:1024px) {
    .tab-h\:container {
        width: 100%
    }
    .tab-h\:border-none {
        border-style: none
    }
    .tab-h\:block {
        display: block
    }
    .tab-h\:flex {
        display: flex
    }
    .tab-h\:hidden {
        display: none
    }
    .tab-h\:flex-col {
        flex-direction: column
    }
    .tab-h\:flex-wrap {
        flex-wrap: wrap
    }
    .tab-h\:items-center {
        align-items: center
    }
    .tab-h\:justify-start {
        justify-content: flex-start
    }
    .tab-h\:order-1 {
        order: 1
    }
    .tab-h\:order-2 {
        order: 2
    }
    .tab-h\:order-3 {
        order: 3
    }
    .tab-h\:h-auto {
        height: auto
    }
    .tab-h\:text-24 {
        font-size: 24px
    }
    .tab-h\:text-32\/34 {
        font-size: 32px;
        line-height: 34px
    }
    .tab-h\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .tab-h\:text-42\/48 {
        font-size: 42px;
        line-height: 48px
    }
    .tab-h\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .tab-h\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .tab-h\:mr-2 {
        margin-right: .5rem
    }
    .tab-h\:mb-4 {
        margin-bottom: 1rem
    }
    .tab-h\:ml-4 {
        margin-left: 1rem
    }
    .tab-h\:mb-16 {
        margin-bottom: 4rem
    }
    .tab-h\:max-w-245 {
        max-width: 245px
    }
    .tab-h\:max-w-600 {
        max-width: 600px
    }
    .tab-h\:p-0 {
        padding: 0
    }
    .tab-h\:p-4 {
        padding: 1rem
    }
    .tab-h\:p-15 {
        padding: 15px
    }
    .tab-h\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .tab-h\:py-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }
    .tab-h\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .tab-h\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .tab-h\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .tab-h\:py-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .tab-h\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .tab-h\:pr-0 {
        padding-right: 0
    }
    .tab-h\:pb-0 {
        padding-bottom: 0
    }
    .tab-h\:pt-5 {
        padding-top: 1.25rem
    }
    .tab-h\:pt-8 {
        padding-top: 2rem
    }
    .tab-h\:pb-8 {
        padding-bottom: 2rem
    }
    .tab-h\:pb-10 {
        padding-bottom: 2.5rem
    }
    .tab-h\:pb-15 {
        padding-bottom: 15px
    }
    .tab-h\:pb-16 {
        padding-bottom: 4rem
    }
    .tab-h\:text-center {
        text-align: center
    }
    .tab-h\:w-auto {
        width: auto
    }
    .tab-h\:w-1\/2 {
        width: 50%
    }
    .tab-h\:w-full {
        width: 100%
    }
}

@media (max-width:991px) {
    .md\:container {
        width: 100%
    }
    .md\:border-none {
        border-style: none
    }
    .md\:border-t {
        border-top-width: 1px
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-col {
        flex-direction: column
    }
    .md\:flex-wrap {
        flex-wrap: wrap
    }
    .md\:items-center {
        align-items: center
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:order-first {
        order: -9999
    }
    .md\:order-last {
        order: 9999
    }
    .md\:h-160 {
        height: 160px
    }
    .md\:h-200 {
        height: 200px
    }
    .md\:h-344 {
        height: 344px
    }
    .md\:h-auto {
        height: auto
    }
    .md\:text-24 {
        font-size: 24px
    }
    .md\:text-48 {
        font-size: 48px
    }
    .md\:text-base24 {
        font-size: 16px;
        line-height: 24px
    }
    .md\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .md\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .md\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .md\:text-36\/42 {
        font-size: 36px;
        line-height: 42px
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:mt-4 {
        margin-top: 1rem
    }
    .md\:mr-4 {
        margin-right: 1rem
    }
    .md\:mb-4 {
        margin-bottom: 1rem
    }
    .md\:mt-5 {
        margin-top: 1.25rem
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem
    }
    .md\:ml-6 {
        margin-left: 1.5rem
    }
    .md\:mt-8 {
        margin-top: 2rem
    }
    .md\:mb-8 {
        margin-bottom: 2rem
    }
    .md\:mr-10 {
        margin-right: 2.5rem
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem
    }
    .md\:mb-16 {
        margin-bottom: 4rem
    }
    .md\:ml-32 {
        margin-left: 8rem
    }
    .md\:-mt-6 {
        margin-top: -1.5rem
    }
    .md\:-ml-6 {
        margin-left: -1.5rem
    }
    .md\:-ml-12 {
        margin-left: -3rem
    }
    .md\:-mt-32 {
        margin-top: -8rem
    }
    .md\:max-w-400 {
        max-width: 400px
    }
    .md\:max-w-none {
        max-width: none
    }
    .md\:p-0 {
        padding: 0
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:py-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pr-0 {
        padding-right: 0
    }
    .md\:pl-0 {
        padding-left: 0
    }
    .md\:pt-4 {
        padding-top: 1rem
    }
    .md\:pt-8 {
        padding-top: 2rem
    }
    .md\:pb-8 {
        padding-bottom: 2rem
    }
    .md\:pt-12 {
        padding-top: 3rem
    }
    .md\:pr-16 {
        padding-right: 4rem
    }
    .md\:pl-16 {
        padding-left: 4rem
    }
    .md\:pt-24 {
        padding-top: 6rem
    }
    .md\:text-center {
        text-align: center
    }
    .md\:w-150 {
        width: 150px
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-3\/4 {
        width: 75%
    }
    .md\:w-full {
        width: 100%
    }
}

@media (max-width:767px) {
    .sm\:container {
        width: 100%
    }
    .sm\:hidden {
        display: none
    }
    .sm\:flex-col {
        flex-direction: column
    }
    .sm\:flex-wrap {
        flex-wrap: wrap
    }
    .sm\:items-start {
        align-items: flex-start
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:justify-center {
        justify-content: center
    }
    .sm\:h-16 {
        height: 4rem
    }
    .sm\:h-344 {
        height: 344px
    }
    .sm\:h-auto {
        height: auto
    }
    .sm\:text-24 {
        font-size: 24px
    }
    .sm\:text-36 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: .03px
    }
    .sm\:text-48 {
        font-size: 48px
    }
    .sm\:text-xs {
        font-size: 12px
    }
    .sm\:text-sm {
        font-size: 14px;
        line-height: 22px
    }
    .sm\:text-base {
        font-size: 16px
    }
    .sm\:text-lg {
        font-size: 18px;
        line-height: 23px
    }
    .sm\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .sm\:text-24\/28 {
        font-size: 24px;
        line-height: 28px
    }
    .sm\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .sm\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .sm\:text-42\/48 {
        font-size: 42px;
        line-height: 48px
    }
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .sm\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .sm\:ml-0 {
        margin-left: 0
    }
    .sm\:mt-2 {
        margin-top: .5rem
    }
    .sm\:mb-12 {
        margin-bottom: 3rem
    }
    .sm\:-mb-32 {
        margin-bottom: -8rem
    }
    .sm\:max-w-150 {
        max-width: 150px
    }
    .sm\:max-w-400 {
        max-width: 400px
    }
    .sm\:max-w-none {
        max-width: none
    }
    .sm\:p-8 {
        padding: 2rem
    }
    .sm\:p-15 {
        padding: 15px
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .sm\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .sm\:pr-0 {
        padding-right: 0
    }
    .sm\:pl-0 {
        padding-left: 0
    }
    .sm\:pr-2 {
        padding-right: 2px
    }
    .sm\:pl-2 {
        padding-left: 2px
    }
    .sm\:pt-4 {
        padding-top: 1rem
    }
    .sm\:pb-4 {
        padding-bottom: 1rem
    }
    .sm\:pt-8 {
        padding-top: 2rem
    }
    .sm\:pr-8 {
        padding-right: 2rem
    }
    .sm\:pl-8 {
        padding-left: 2rem
    }
    .sm\:pt-12 {
        padding-top: 3rem
    }
    .sm\:pl-12 {
        padding-left: 3rem
    }
    .sm\:pl-16 {
        padding-left: 4rem
    }
    .sm\:right-0 {
        right: 0
    }
    .sm\:bottom-0 {
        bottom: 0
    }
    .sm\:text-center {
        text-align: center
    }
    .sm\:w-13 {
        width: 13px
    }
    .sm\:w-42 {
        width: 42px
    }
    .sm\:w-1\/3 {
        width: 33.333333%
    }
    .sm\:w-4\/5 {
        width: 80%
    }
    .sm\:w-11\/12 {
        width: 91.666667%
    }
    .sm\:w-full {
        width: 100%
    }
}

@media (max-width:600px) {
    .sm-xs\:container {
        width: 100%
    }
}

@media (max-width:575px) {
    .mob-xl\:container {
        width: 100%
    }
    .mob-xl\:border-none {
        border-style: none
    }
    .mob-xl\:flex-col {
        flex-direction: column
    }
    .mob-xl\:flex-wrap {
        flex-wrap: wrap
    }
    .mob-xl\:items-start {
        align-items: flex-start
    }
    .mob-xl\:items-center {
        align-items: center
    }
    .mob-xl\:justify-start {
        justify-content: flex-start
    }
    .mob-xl\:h-30 {
        height: 30px
    }
    .mob-xl\:h-50 {
        height: 50px
    }
    .mob-xl\:h-296 {
        height: 296px
    }
    .mob-xl\:text-base24 {
        font-size: 16px;
        line-height: 24px
    }
    .mob-xl\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .mob-xl\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .mob-xl\:leading-tight {
        line-height: 1.25
    }
    .mob-xl\:mt-4 {
        margin-top: 1rem
    }
    .mob-xl\:mr-4 {
        margin-right: 1rem
    }
    .mob-xl\:mb-8 {
        margin-bottom: 2rem
    }
    .mob-xl\:mb-16 {
        margin-bottom: 4rem
    }
    .mob-xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .mob-xl\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .mob-xl\:pb-12 {
        padding-bottom: 3rem
    }
    .mob-xl\:pb-15 {
        padding-bottom: 15px
    }
    .mob-xl\:pt-40 {
        padding-top: 10rem
    }
    .mob-xl\:w-30 {
        width: 30px
    }
    .mob-xl\:w-50 {
        width: 50px
    }
    .mob-xl\:w-auto {
        width: auto
    }
    .mob-xl\:w-1\/2 {
        width: 50%
    }
    .mob-xl\:w-full {
        width: 100%
    }
}

@media (max-width:480px) {
    .mob\:container {
        width: 100%
    }
    .mob\:block {
        display: block
    }
    .mob\:flex-col {
        flex-direction: column
    }
    .mob\:flex-wrap {
        flex-wrap: wrap
    }
    .mob\:justify-center {
        justify-content: center
    }
    .mob\:h-230 {
        height: 230px
    }
    .mob\:h-auto {
        height: auto
    }
    .mob\:text-24 {
        font-size: 24px
    }
    .mob\:text-26 {
        font-size: 26px
    }
    .mob\:text-110 {
        font-size: 110px
    }
    .mob\:text-lg {
        font-size: 18px;
        line-height: 23px
    }
    .mob\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .mob\:text-24\/28 {
        font-size: 24px;
        line-height: 28px
    }
    .mob\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .mob\:text-32\/36 {
        font-size: 32px;
        line-height: 36px
    }
    .mob\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .mob\:mr-0 {
        margin-right: 0
    }
    .mob\:mb-8 {
        margin-bottom: 2rem
    }
    .mob\:mb-24 {
        margin-bottom: 6rem
    }
    .mob\:-mt-1 {
        margin-top: -.25rem
    }
    .mob\:-mt-24 {
        margin-top: -6rem
    }
    .mob\:max-w-200 {
        max-width: 200px
    }
    .mob\:min-h-150 {
        min-height: 150px
    }
    .mob\:p-45 {
        padding: 45px
    }
    .mob\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .mob\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .mob\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .mob\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }
    .mob\:pl-0 {
        padding-left: 0
    }
    .mob\:pb-15 {
        padding-bottom: 15px
    }
    .mob\:pl-15 {
        padding-left: 15px
    }
    .mob\:text-center {
        text-align: center
    }
    .mob\:w-13 {
        width: 13px
    }
    .mob\:w-auto {
        width: auto
    }
    .mob\:w-full {
        width: 100%
    }
}

@media (max-width:359px) {
    .xs\:container {
        width: 100%
    }
    .xs\:border-b-2 {
        border-bottom-width: 2px
    }
    .xs\:flex-col {
        flex-direction: column
    }
    .xs\:items-center {
        align-items: center
    }
    .xs\:h-200 {
        height: 200px
    }
    .xs\:text-xs {
        font-size: 12px
    }
    .xs\:text-sm {
        font-size: 14px;
        line-height: 22px
    }
    .xs\:text-base {
        font-size: 16px
    }
    .xs\:text-xl {
        font-size: 20px;
        line-height: 24px
    }
    .xs\:text-28\/32 {
        font-size: 28px;
        line-height: 32px
    }
    .xs\:text-32\/34 {
        font-size: 32px;
        line-height: 34px
    }
    .xs\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .xs\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .xs\:px-8 {
        padding-right: 2rem
    }
    .xs\:pl-8,
    .xs\:px-8 {
        padding-left: 2rem
    }
    .xs\:w-full {
        width: 100%
    }
}

/*@charset "UTF-8";.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;width:100%!important}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;font-size:14px;font-weight:400;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:PT Sans Caption}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{color:#fff;padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#1c4530;border:1px solid #ededed;border-radius:0;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0!important;padding:0!important}.select2-results__options .select2-results__option{list-style:none}.select2-results__option{color:#fff;font-size:15px;padding:7.5px 20px;transition:.3s;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.3)}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{border:1px solid #ededf4}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff;padding:.5rem 1rem}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:20px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#fff}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:5px;right:10px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent;border-style:solid;border-width:5px 5px 0;height:0;left:50%;margin-left:-4px;margin-top:0;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #fff;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{color:#c9a969}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#fff;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:400;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:0;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:0;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:400;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@media (max-width:374px){.select2-container--default .select2-selection--single .select2-selection__rendered{padding:1rem}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:12px;right:10px;width:20px}.home-hero-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{padding:.5rem 1rem}.home-hero-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:5px;right:10px;width:20px}#form_free-case-popup .select2-container--default .select2-selection--single .select2-selection__rendered{padding:.5rem 1rem}#form_free-case-popup .select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:5px;right:10px;width:20px}}*/

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:transparent}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:hsla(0,0%,100%,.3);color:#000;border:none;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.with_frm_style .frm_primary_label{font-size:14px;line-height:18px}.with_frm_style .frm_primary_label,.with_frm_style .frm_radio label{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-family:PT Sans Caption}.with_frm_style .horizontal_radio{border-width:1px;--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity));padding:.75rem 1rem}.flf-default-form--center-submit .frm_submit{text-align:center}.flf-default-form input{padding:.75rem 2px;--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.flf-default-form .frm_form_field{margin-top:.25rem;margin-bottom:.25rem;position:relative}input.placeholder--gold-400::-moz-placeholder{--text-opacity:1!important;color:#c9a969!important;color:rgba(201,169,105,var(--text-opacity))!important}input.placeholder--gold-400:-ms-input-placeholder{--text-opacity:1!important;color:#c9a969!important;color:rgba(201,169,105,var(--text-opacity))!important}input.placeholder--gold-400::placeholder{--text-opacity:1!important;color:#c9a969!important;color:rgba(201,169,105,var(--text-opacity))!important}.flf-default-form.flf-default-form--black input[type=email],.flf-default-form.flf-default-form--black input[type=tel],.flf-default-form.flf-default-form--black input[type=text],.flf-default-form.flf-default-form--black textarea{border-width:2px;--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity));--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.flf-default-form.flf-default-form--black button[type=submit],.flf-default-form.flf-default-form--black input[type=submit]{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-family:PT Sans Caption;font-weight:700;font-size:14px;line-height:18px;border-radius:0;box-shadow:none;transition-duration:.3s;padding:.75rem 4rem}.flf-default-form.flf-default-form--black textarea{min-height:300px}.flf-default-form.flf-default-form--black input::-moz-placeholder,.flf-default-form.flf-default-form--black select::-moz-placeholder,.flf-default-form.flf-default-form--black textarea::-moz-placeholder{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-weight:700}.flf-default-form.flf-default-form--black input:-ms-input-placeholder,.flf-default-form.flf-default-form--black select:-ms-input-placeholder,.flf-default-form.flf-default-form--black textarea:-ms-input-placeholder{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-weight:700}.flf-default-form.flf-default-form--black input::placeholder,.flf-default-form.flf-default-form--black select::placeholder,.flf-default-form.flf-default-form--black textarea::placeholder{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-weight:700}.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single{border-width:2px;--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__placeholder,.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__rendered{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.flf-default-form.flf-default-form--black .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#383838 transparent transparent}.flf-default-form.flf-default-form--black .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:#383838}.flf-default-form.flf-default-form--black input::-moz-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black input:-ms-input-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black input::placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black textarea::-moz-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black textarea:-ms-input-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black textarea::placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .frm_form_field :invalid{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));background-color:transparent}.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style textarea:focus{background-color:transparent;--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.flf-default-form.flf-default-form--black .frm_style_formidable-style.with_frm_style textarea:focus{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.flf-default-form.flf-default-form--white input[type=email],.flf-default-form.flf-default-form--white input[type=tel],.flf-default-form.flf-default-form--white input[type=text],.flf-default-form.flf-default-form--white textarea{border-width:2px;--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.flf-default-form.flf-default-form--white input[type=email]:focus,.flf-default-form.flf-default-form--white input[type=tel]:focus,.flf-default-form.flf-default-form--white input[type=text]:focus,.flf-default-form.flf-default-form--white textarea:focus{background-color:transparent!important}.flf-default-form.flf-default-form--white .select2-container--default .select2-selection--single{border-width:2px;--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.flf-default-form.flf-default-form--white input::-moz-placeholder,.flf-default-form.flf-default-form--white select::-moz-placeholder,.flf-default-form.flf-default-form--white textarea::-moz-placeholder{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.flf-default-form.flf-default-form--white input:-ms-input-placeholder,.flf-default-form.flf-default-form--white select:-ms-input-placeholder,.flf-default-form.flf-default-form--white textarea:-ms-input-placeholder{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.flf-default-form.flf-default-form--white input::placeholder,.flf-default-form.flf-default-form--white select::placeholder,.flf-default-form.flf-default-form--white textarea::placeholder{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.flf-default-form.flf-default-form--white button[type=submit],.flf-default-form.flf-default-form--white input[type=submit]{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-family:PT Sans Caption;font-weight:700;font-size:14px;line-height:18px;border-radius:0;box-shadow:none;transition-duration:.3s;padding:.75rem 4rem}.flf-form-panel .flf-default-form .frm_submit{text-align:right;padding-top:2rem}.flf-green-box-title-offset li{font-family:Frank Ruhl Libre;padding-top:1rem;padding-bottom:1rem;line-height:1.625}.flf-green-box-title-offset strong{display:block;font-size:24px;font-family:Frank Ruhl Libre;font-weight:600;padding-bottom:2px}.flf-newsletter-signup .flf-default-form .frm_submit{text-align:right;padding-top:2rem}.flf-newsletter-signup .flf-default-form .with_frm_style input[type=email]{padding-top:1rem;padding-bottom:1rem}.faq_container .faq_accordion .accordion-list-item{padding-left:0!important;padding-right:0!important}.faq_container .faq_accordion .accordion-list-item::marker{content:"";display:none}.faq_container .faq_accordion .accordion-list-item .accordion-title{cursor:pointer;--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-size:32px;line-height:26px;font-family:Frank Ruhl Libre;display:flex;align-items:center;justify-content:space-between;--border-opacity:1;border-color:#383838;border-bottom:1px;border-color:rgba(56,56,56,var(--border-opacity));border-style:solid;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem}.faq_container .faq_accordion .accordion-list-item .accordion-body{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity));padding:45px;font-size:14px;line-height:22px;--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}@media (max-width:767px){.faq_container .faq_accordion .accordion-list-item .accordion-body{padding:30px}}.flf-related-content a{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.flf-related-content a:hover{--text-opacity:1!important;color:#b08c4a!important;color:rgba(176,140,74,var(--text-opacity))!important}.content-carousel .content-carousel__button{width:50px;cursor:pointer}.content-carousel .slick-track{display:flex!important}.content-carousel .slick-slide{height:inherit!important}.flf-popup.flf-popup--case-referral .frm_submit{text-align:center;position:relative;z-index:10}@media (max-width:767px){.flf-popup.flf-popup--case-referral .form-wrapper{overflow:auto;max-height:95vh}}.flf-popup.flf-popup--evaluation.flf-popup--override .form-wrapper{height:75vh}@media (max-width:767px){.flf-popup.flf-popup--evaluation.flf-popup--override .form-wrapper{height:95vh}}.flf-header{font-family:Frank Ruhl Libre}.flf-header.flf-header--2xl{font-size:36px;line-height:36px;letter-spacing:.03px}.flf-header.flf-header--3xl{font-size:56px;line-height:58px}.flf-header.flf-header--4xl{font-size:72px;line-height:72px}@media (max-width:991px){.flf-header.flf-header--4xl{font-size:42px;line-height:52px}}@media (max-width:767px){.flf-header.flf-header--4xl{font-size:32px;line-height:36px}}#ez-toc-container{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity));padding-top:1rem;padding-bottom:1.5rem}#ez-toc-container .ez-toc-title-container{display:flex;align-items:center;padding-bottom:1rem}#ez-toc-container .ez-toc-title-container:before{content:"";width:6rem;height:2px;--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity))}#ez-toc-container .ez-toc-title-container .ez-toc-title{font-family:PT Sans Caption;display:inline-block;padding-left:1.25rem;--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}#ez-toc-container .ez-toc-list-level-1,#ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2,#ez-toc-container .ez-toc-list-level-2,#ez-toc-container .ez-toc-list-level-2 .ez-toc-heading-level-2{list-style-type:none}#ez-toc-container .ez-toc-list-level-1 .ez-toc-heading-level-2>a,#ez-toc-container .ez-toc-list-level-2 .ez-toc-heading-level-2>a{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-family:Frank Ruhl Libre;font-size:18px;line-height:23px;text-decoration:none;font-weight:600}#ez-toc-container .ez-toc-list-level-3{list-style-type:disc;margin-bottom:0}#ez-toc-container .ez-toc-list-level-3 .ez-toc-heading-level-3{padding-top:.25rem;padding-bottom:.25rem;margin-bottom:0}#ez-toc-container .ez-toc-list-level-3 .ez-toc-heading-level-3>a{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-family:PT Sans Caption;font-size:14px;line-height:22px;text-decoration:none}#ez-toc-container .ez-toc-heading-level-5,#ez-toc-container .ez-toc-list-level-4{margin-bottom:0;list-style-type:circle}#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-4,#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-5,#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-4,#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-5{list-style-type:circle;padding-top:.25rem;padding-bottom:.25rem;margin-bottom:0}#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-4>a,#ez-toc-container .ez-toc-heading-level-5 .ez-toc-heading-level-5>a,#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-4>a,#ez-toc-container .ez-toc-list-level-4 .ez-toc-heading-level-5>a{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-family:PT Sans Caption;font-size:14px;line-height:22px;text-decoration:none}#ez-toc-container .ez-toc-list{padding-left:1.5rem;padding-right:1.5rem}@media (max-width:767px){#ez-toc-container .ez-toc-list{padding-left:1rem;padding-right:1rem}}.searchwp-live-search-results{--bg-opacity:1!important;background-color:#153425!important;background-color:rgba(21,52,37,var(--bg-opacity))!important;border-width:2px;padding-left:15px;padding-right:15px;--border-opacity:1;border-color:#d0a85e;border-color:rgba(208,168,94,var(--border-opacity));overflow:scroll;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.searchwp-live-search-results::-webkit-scrollbar{width:8px}.searchwp-live-search-results::-webkit-scrollbar-track{background-color:transparent}.searchwp-live-search-results::-webkit-scrollbar-thumb{--bg-opacity:1;background-color:#846b3a;background-color:rgba(132,107,58,var(--bg-opacity))}.searchwp-live-search-results::-webkit-scrollbar-thumb:hover{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity))}.searchwp-live-search-result{border-width:0}.searchwp-live-search-result a{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.searchwp-live-search-result a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:PT Sans Caption;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.bg-transparent{background-color:transparent}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-green-400{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.bg-green-500{--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity))}.bg-green-600{--bg-opacity:1;background-color:#173a28;background-color:rgba(23,58,40,var(--bg-opacity))}.bg-gold-50{--bg-opacity:1;background-color:#f0e7d8;background-color:rgba(240,231,216,var(--bg-opacity))}.bg-gold-100{--bg-opacity:1;background-color:#f9f7f1;background-color:rgba(249,247,241,var(--bg-opacity))}.bg-gold-150{--bg-opacity:1;background-color:#f6f3ea;background-color:rgba(246,243,234,var(--bg-opacity))}.bg-gold-200{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity))}.bg-gold-400{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity))}.bg-gold-500{--bg-opacity:1;background-color:#b08c4a;background-color:rgba(176,140,74,var(--bg-opacity))}.bg-gold-600{--bg-opacity:1;background-color:#d0a85e;background-color:rgba(208,168,94,var(--bg-opacity))}.bg-gray-500{--bg-opacity:1;background-color:#383838;background-color:rgba(56,56,56,var(--bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-green-100:hover{--bg-opacity:1;background-color:#406150;background-color:rgba(64,97,80,var(--bg-opacity))}.hover\:bg-green-400:hover{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.hover\:bg-gold-200:hover{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity))}.hover\:bg-gold-500:hover{--bg-opacity:1;background-color:#b08c4a;background-color:rgba(176,140,74,var(--bg-opacity))}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-right{background-position:100%}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.border-green-100{--border-opacity:1;border-color:#406150;border-color:rgba(64,97,80,var(--border-opacity))}.border-green-400{--border-opacity:1;border-color:#1c4530;border-color:rgba(28,69,48,var(--border-opacity))}.border-green-500{--border-opacity:1;border-color:#00462e;border-color:rgba(0,70,46,var(--border-opacity))}.border-gold-100{--border-opacity:1;border-color:#f9f7f1;border-color:rgba(249,247,241,var(--border-opacity))}.border-gold-400{--border-opacity:1;border-color:#c9a969;border-color:rgba(201,169,105,var(--border-opacity))}.border-gold-500{--border-opacity:1;border-color:#b08c4a;border-color:rgba(176,140,74,var(--border-opacity))}.border-gold-600{--border-opacity:1;border-color:#d0a85e;border-color:rgba(208,168,94,var(--border-opacity))}.border-gold-900{--border-opacity:1;border-color:#846b3a;border-color:rgba(132,107,58,var(--border-opacity))}.border-gray-100{--border-opacity:1;border-color:#ededf4;border-color:rgba(237,237,244,var(--border-opacity))}.border-gray-500{--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.hover\:border-gold-400:hover{--border-opacity:1;border-color:#c9a969;border-color:rgba(201,169,105,var(--border-opacity))}.rounded-full{border-radius:9999px}.border-solid{border-style:solid}.border-2{border-width:2px}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-b-3{border-bottom-width:3px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.content-start{align-content:flex-start}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.order-first{order:-9999}.order-last{order:9999}.font-sans{font-family:PT Sans Caption}.font-serif{font-family:Frank Ruhl Libre}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-bold,.hover\:font-bold:hover{font-weight:700}.h-1{height:1px}.h-2{height:2px}.h-3{height:3px}.h-4{height:4px}.h-7{height:7px}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-13{height:13px}.h-20{height:20px}.h-23{height:23px}.h-24{height:6rem}.h-26{height:26px}.h-32{height:32px}.h-38{height:38px}.h-40{height:40px}.h-42{height:42px}.h-48{height:12rem}.h-50{height:50px}.h-58{height:58px}.h-60{height:60px}.h-62{height:62px}.h-67{height:67px}.h-68{height:68px}.h-76{height:76px}.h-80{height:80px}.h-90{height:90px}.h-120{height:120px}.h-132{height:132px}.h-138{height:138px}.h-150{height:150px}.h-160{height:160px}.h-166{height:166px}.h-172{height:172px}.h-212{height:212px}.h-296{height:296px}.h-344{height:344px}.h-386{height:386px}.h-400{height:400px}.h-500{height:500px}.h-622{height:622px}.h-full{height:100%}.h-screen{height:100vh}.text-10{font-size:10px;line-height:12px}.text-22{font-size:22px}.text-24{font-size:24px}.text-26{font-size:26px}.text-32{font-size:32px;line-height:26px}.text-36{font-size:36px;line-height:36px;letter-spacing:.03px}.text-48{font-size:48px}.text-62{font-size:62px}.text-72{font-size:72px;line-height:62px}.text-110{font-size:110px}.text-280{font-size:280px}.text-xs{font-size:12px}.text-sm2{font-size:14px;line-height:18px}.text-sm{font-size:14px;line-height:22px}.text-sm3{font-size:15px}.text-base,.text-base24{font-size:16px}.text-base24{line-height:24px}.text-base26{font-size:16px;line-height:26px}.text-base32{font-size:16px;line-height:32px}.text-lg{font-size:18px;line-height:23px}.text-18\/32{font-size:18px;line-height:32px}.text-xl{font-size:20px;line-height:24px}.text-20\/28{font-size:20px;line-height:28px}.text-24\/28{font-size:24px;line-height:28px}.text-24\/32{font-size:24px;line-height:32px}.text-28\/32{font-size:28px;line-height:32px}.text-32\/36{font-size:32px;line-height:36px}.text-32\/42{font-size:32px;line-height:42px}.text-32\/62{font-size:32px;line-height:62px}.text-36\/42{font-size:36px;line-height:42px}.text-36\/46{font-size:36px;line-height:46px}.text-42\/48{font-size:42px;line-height:48px}.text-42\/52{font-size:42px;line-height:52px}.text-42\/62{font-size:42px;line-height:62px}.text-56\/58{font-size:56px;line-height:58px}.text-72\/72{font-size:72px;line-height:72px}.text-7xl{font-size:120px;line-height:120px;letter-spacing:.08px}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}.m-6{margin:1.5rem}.m-10{margin:2.5rem}.m-auto{margin:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-40{margin-left:10rem;margin-right:10rem}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.mt-20{margin-top:5rem}.mb-20{margin-bottom:5rem}.ml-20{margin-left:5rem}.mt-24{margin-top:6rem}.mb-24{margin-bottom:6rem}.ml-24{margin-left:6rem}.mt-32{margin-top:8rem}.mb-32{margin-bottom:8rem}.mt-40{margin-top:10rem}.mb-40{margin-bottom:10rem}.ml-64{margin-left:16rem}.ml-auto{margin-left:auto}.-ml-1{margin-left:-.25rem}.-mr-2{margin-right:-.5rem}.-ml-3{margin-left:-.75rem}.-mt-5{margin-top:-1.25rem}.-mr-5{margin-right:-1.25rem}.-ml-5{margin-left:-1.25rem}.-mr-8{margin-right:-2rem}.-mb-8{margin-bottom:-2rem}.-mt-10{margin-top:-2.5rem}.-mb-10{margin-bottom:-2.5rem}.-mt-12{margin-top:-3rem}.-ml-12{margin-left:-3rem}.-mt-16{margin-top:-4rem}.-mr-16{margin-right:-4rem}.-mb-16{margin-bottom:-4rem}.-ml-16{margin-left:-4rem}.-mt-20{margin-top:-5rem}.-mr-20{margin-right:-5rem}.-mb-20{margin-bottom:-5rem}.-ml-20{margin-left:-5rem}.-mt-24{margin-top:-6rem}.-mr-24{margin-right:-6rem}.-mb-24{margin-bottom:-6rem}.-ml-24{margin-left:-6rem}.-mb-32{margin-bottom:-8rem}.-mt-40{margin-top:-10rem}.-mr-40{margin-right:-10rem}.-mt-64{margin-top:-16rem}.-mr-100{margin-right:-100px}.-ml-100{margin-left:-100px}.-mr-60{margin-right:-60px}.max-h-150{max-height:150px}.max-w-159{max-width:159px}.max-w-297{max-width:297px}.max-w-320{max-width:320px}.max-w-380{max-width:380px}.max-w-400{max-width:400px}.max-w-412{max-width:412px}.max-w-450{max-width:450px}.max-w-510{max-width:510px}.max-w-520{max-width:520px}.max-w-530{max-width:530px}.max-w-550{max-width:550px}.max-w-580{max-width:580px}.max-w-600{max-width:600px}.max-w-607{max-width:607px}.max-w-620{max-width:620px}.max-w-650{max-width:650px}.max-w-702{max-width:702px}.max-w-730{max-width:730px}.max-w-760{max-width:760px}.max-w-774{max-width:774px}.max-w-825{max-width:825px}.max-w-850{max-width:850px}.max-w-1041{max-width:1041px}.max-w-1045{max-width:1045px}.max-w-1088{max-width:1088px}.max-w-1132{max-width:1132px}.max-w-half{max-width:50%}.min-h-400{min-height:400px}.min-w-140{min-width:140px}.min-w-160{min-width:160px}.min-w-40p{min-width:40%}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.opacity-0{opacity:0}.opacity-40{opacity:.4}.opacity-42{opacity:.42}.opacity-50{opacity:.5}.opacity-68{opacity:.68}.opacity-75{opacity:.75}.overflow-hidden{overflow:hidden}.p-1{padding:.25rem}.p-2{padding:2px}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-16{padding:4rem}.p-45{padding:45px}.py-2{padding-top:2px;padding-bottom:2px}.px-2{padding-left:2px;padding-right:2px}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-12{padding-left:3rem;padding-right:3rem}.px-15{padding-left:15px;padding-right:15px}.py-16{padding-top:4rem;padding-bottom:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-20{padding-left:5rem;padding-right:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-24{padding-left:6rem;padding-right:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.px-32{padding-left:8rem;padding-right:8rem}.px-45{padding-left:45px;padding-right:45px}.px-50{padding-left:50px;padding-right:50px}.px-56{padding-left:14rem;padding-right:14rem}.px-84{padding-left:84px;padding-right:84px}.py-104{padding-top:104px;padding-bottom:104px}.px-104{padding-left:104px;padding-right:104px}.px-180{padding-left:180px;padding-right:180px}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:2px}.pr-2{padding-right:2px}.pb-2{padding-bottom:2px}.pl-2{padding-left:2px}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pt-12{padding-top:3rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pt-15{padding-top:15px}.pr-15{padding-right:15px}.pl-15{padding-left:15px}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pt-20{padding-top:5rem}.pr-20{padding-right:5rem}.pb-20{padding-bottom:5rem}.pl-20{padding-left:5rem}.pt-24{padding-top:6rem}.pb-24{padding-bottom:6rem}.pl-24{padding-left:6rem}.pt-32{padding-top:8rem}.pr-32{padding-right:8rem}.pb-32{padding-bottom:8rem}.pl-32{padding-left:8rem}.pt-40{padding-top:10rem}.pr-40{padding-right:10rem}.pb-40{padding-bottom:10rem}.pb-45{padding-bottom:45px}.pl-48{padding-left:12rem}.pt-56{padding-top:14rem}.pt-57{padding-top:57px}.pl-64{padding-left:16rem}.pl-104{padding-left:104px}.pt-135{padding-top:135px}.pt-145{padding-top:145px}.pr-150{padding-right:150px}.pt-180{padding-top:180px}.pt-194{padding-top:194px}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;bottom:0}.inset-0,.inset-x-0{right:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.resize{resize:both}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-green-400{--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}.text-green-500{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.text-green-600{--text-opacity:1;color:#173a28;color:rgba(23,58,40,var(--text-opacity))}.text-green-700{--text-opacity:1;color:#153425;color:rgba(21,52,37,var(--text-opacity))}.text-green-900{--text-opacity:1;color:#133222;color:rgba(19,50,34,var(--text-opacity))}.text-gold-50{--text-opacity:1;color:#f0e7d8;color:rgba(240,231,216,var(--text-opacity))}.text-gold-100{--text-opacity:1;color:#f9f7f1;color:rgba(249,247,241,var(--text-opacity))}.text-gold-200{--text-opacity:1;color:#eee7da;color:rgba(238,231,218,var(--text-opacity))}.text-gold-400{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.text-gold-500{--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity))}.text-gold-600{--text-opacity:1;color:#d0a85e;color:rgba(208,168,94,var(--text-opacity))}.text-gold-900{--text-opacity:1;color:#846b3a;color:rgba(132,107,58,var(--text-opacity))}.text-gold-1000{--text-opacity:1;color:#594621;color:rgba(89,70,33,var(--text-opacity))}.text-gray-50{--text-opacity:1;color:#f9f7ef;color:rgba(249,247,239,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-green-400:hover{--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}.hover\:text-green-500:hover{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.hover\:text-green-900:hover{--text-opacity:1;color:#133222;color:rgba(19,50,34,var(--text-opacity))}.hover\:text-gold-100:hover{--text-opacity:1;color:#f9f7f1;color:rgba(249,247,241,var(--text-opacity))}.hover\:text-gold-400:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.hover\:text-gold-500:hover{--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity))}.hover\:text-gray-500:hover{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.tracking-widest{letter-spacing:.1em}.tracking-widestx{letter-spacing:.2em}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-no-wrap{white-space:nowrap}.break-all{word-break:break-all}.w-1{width:1px}.w-4{width:4px}.w-5{width:5px}.w-6{width:1.5rem}.w-7{width:7px}.w-8{width:2rem}.w-10{width:10px}.w-12{width:3rem}.w-13{width:13px}.w-15{width:15px}.w-20{width:20px}.w-23{width:23px}.w-24{width:6rem}.w-30{width:30px}.w-32{width:32px}.w-35{width:35px}.w-40{width:40px}.w-42{width:42px}.w-48{width:12rem}.w-50{width:50px}.w-58{width:58px}.w-62{width:62px}.w-68{width:68px}.w-76{width:76px}.w-90{width:90px}.w-99{width:99px}.w-120{width:120px}.w-132{width:132px}.w-135{width:135px}.w-155{width:155px}.w-166{width:166px}.w-172{width:172px}.w-198{width:198px}.w-224{width:224px}.w-255{width:255px}.w-300{width:300px}.w-306{width:306px}.w-348{width:348px}.w-386{width:386px}.w-400{width:400px}.w-1005{width:1005px}.w-1290{width:1290px}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/6{width:66.666667%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-full{width:100%}.w-screen{width:100vw}.w-32p{width:32%}.w-83p{width:83%}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-11{z-index:11}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-100{z-index:100}.-z-10{z-index:-10}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.origin-center{transform-origin:center}.rotate-45{--transform-rotate:45deg}.rotate-180{--transform-rotate:180deg}.-rotate-45{--transform-rotate:-45deg}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.transition-colors{transition-property:background-color,border-color,color,fill,stroke}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@font-face{font-family:PT Sans Caption;src:url(dist/PTSans-Caption.eot);src:url(dist/PTSans-Caption.eot?#iefix) format("embedded-opentype"),url(dist/PTSans-Caption.woff2) format("woff2"),url(dist/PTSans-Caption.woff) format("woff"),url(dist/PTSans-Caption.ttf) format("truetype"),url(dist/PTSans-Caption.svg#PTSans-Caption) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PT Sans Caption;src:url(dist/PTSans-CaptionBold.eot);src:url(dist/PTSans-CaptionBold.eot?#iefix) format("embedded-opentype"),url(dist/PTSans-CaptionBold.woff2) format("woff2"),url(dist/PTSans-CaptionBold.woff) format("woff"),url(dist/PTSans-CaptionBold.ttf) format("truetype"),url(dist/PTSans-CaptionBold.svg#PTSans-CaptionBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Frank Ruhl Libre;src:url(dist/FrankRuhlLibre-Bold.eot);src:url(dist/FrankRuhlLibre-Bold.eot?#iefix) format("embedded-opentype"),url(dist/FrankRuhlLibre-Bold.woff2) format("woff2"),url(dist/FrankRuhlLibre-Bold.woff) format("woff"),url(dist/FrankRuhlLibre-Bold.ttf) format("truetype"),url(dist/FrankRuhlLibre-Bold.svg#FrankRuhlLibre-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Frank Ruhl Libre;src:url(dist/FrankRuhlLibre-Black.eot);src:url(dist/FrankRuhlLibre-Black.eot?#iefix) format("embedded-opentype"),url(dist/FrankRuhlLibre-Black.woff2) format("woff2"),url(dist/FrankRuhlLibre-Black.woff) format("woff"),url(dist/FrankRuhlLibre-Black.ttf) format("truetype"),url(dist/FrankRuhlLibre-Black.svg#FrankRuhlLibre-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Frank Ruhl Libre;src:url(dist/FrankRuhlLibre-Medium.eot);src:url(dist/FrankRuhlLibre-Medium.eot?#iefix) format("embedded-opentype"),url(dist/FrankRuhlLibre-Medium.woff2) format("woff2"),url(dist/FrankRuhlLibre-Medium.woff) format("woff"),url(dist/FrankRuhlLibre-Medium.ttf) format("truetype"),url(dist/FrankRuhlLibre-Medium.svg#FrankRuhlLibre-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Frank Ruhl Libre;src:url(dist/FrankRuhlLibre-Light.eot);src:url(dist/FrankRuhlLibre-Light.eot?#iefix) format("embedded-opentype"),url(dist/FrankRuhlLibre-Light.woff2) format("woff2"),url(dist/FrankRuhlLibre-Light.woff) format("woff"),url(dist/FrankRuhlLibre-Light.ttf) format("truetype"),url(dist/FrankRuhlLibre-Light.svg#FrankRuhlLibre-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Frank Ruhl Libre;src:url(dist/FrankRuhlLibre-Regular.eot);src:url(dist/FrankRuhlLibre-Regular.eot?#iefix) format("embedded-opentype"),url(dist/FrankRuhlLibre-Regular.woff2) format("woff2"),url(dist/FrankRuhlLibre-Regular.woff) format("woff"),url(dist/FrankRuhlLibre-Regular.ttf) format("truetype"),url(dist/FrankRuhlLibre-Regular.svg#FrankRuhlLibre-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}.appelate-cats-select-wrapper{width:100%;max-width:297px}.appelate-cats-select-wrapper .select2-container--default .select2-selection--single{border:0;--border-opacity:1;border-color:#c9a969;border-bottom:2px;border-color:rgba(201,169,105,var(--border-opacity));border-style:solid}.appelate-cats-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));font-weight:700}.appelate-cats-select-wrapper .select2-results__option{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.appelate-cats-select-wrapper .select2-container--default .select2-results>.select2-results__options{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity));max-height:none!important}.appelate-cats-select-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{--bg-opacity:1;background-color:#b08c4a;background-color:rgba(176,140,74,var(--bg-opacity));--text-opacity:1;color:#f0e7d8;color:rgba(240,231,216,var(--text-opacity))}.appelate-cats-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{border-top-color:#c9a969}.appelate-cats-select-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:#c9a969}.appelate-cats-select-wrapper .select2-container--default .select2-results__option--selected{font-weight:700}.blog-nav-links a[rel=next]{margin-left:auto}.blog-nav-links a img{transition:.4s}.blog-nav-links a[rel=prev]:hover img{transform:translateX(-5px)}.blog-nav-links a[rel=next]:hover img{transform:translateX(5px)}.classic-content-inner p a{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));text-decoration:underline;font-weight:700;transition-duration:.3s}.classic-content-inner p a:hover{--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}.classic-content-inner h3{font-size:24px;font-weight:700;margin-bottom:.25rem}.nav-links{margin-top:2rem}.nav-links,.nav-links .page-numbers{display:flex;align-items:center;justify-content:center}.nav-links .page-numbers{--border-opacity:1;border:1px solid #1c4530;border-color:rgba(28,69,48,var(--border-opacity));width:30px;height:30px;margin-left:.5rem;margin-right:.5rem;--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity));font-weight:700;transition-duration:.3s;line-height:1}.nav-links .page-numbers.dots,.nav-links .page-numbers.next,.nav-links .page-numbers.prev{border-style:none}.site-header-cta span{transition-duration:.3s}.frm_dropzone .dz-preview .dz-image{display:none}.frm_dropzone .dz-preview .dz-column{width:100%}.frm_forms.with_frm_style .frm_form_fields .form-field .frm_dropzone.dz-max-files-reached{--border-opacity:1;border:1px solid #ededf4;border-color:rgba(237,237,244,var(--border-opacity));padding:18px 20px}.frm_cancel1_icon:before{content:"";width:20px;height:20px;background-image:url(dist/close.svg);display:block;background-repeat:no-repeat;background-position:50%}.site-header-cta:hover span{--text-opacity:1;color:#406150;color:rgba(64,97,80,var(--text-opacity))}.nav-links .page-numbers.current,.nav-links .page-numbers:hover{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.nav-links .page-numbers.dots:hover,.nav-links .page-numbers.next:hover,.nav-links .page-numbers.prev:hover{background-color:transparent;--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}.search-input{padding:1rem 30px;border-bottom-width:2px;--border-opacity:1;border-color:#d0a85e;border-color:rgba(208,168,94,var(--border-opacity))}.js-search-wrapper{transition:.5s ease-in-out;transform:translateY(-100%)}.js-search-wrapper.active{transform:none}.search-input::-moz-placeholder{font-family:PT Sans Caption!important;--text-opacity:1!important;color:#d0a85e!important;color:rgba(208,168,94,var(--text-opacity))!important}.search-input:-ms-input-placeholder{font-family:PT Sans Caption!important;--text-opacity:1!important;color:#d0a85e!important;color:rgba(208,168,94,var(--text-opacity))!important}.search-input::placeholder{font-family:PT Sans Caption!important;--text-opacity:1!important;color:#d0a85e!important;color:rgba(208,168,94,var(--text-opacity))!important}.flf-accordion.flf-accordion--highlighted .js-accordion-title.active .accordion-img,.js-accordion-arrow.active{transform:rotate(180deg)}.flf-accordion.flf-accordion--highlighted .js-accordion-title{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.flf-accordion.flf-accordion--highlighted .js-accordion-title.active{--bg-opacity:1;background-color:#eee7da;background-color:rgba(238,231,218,var(--bg-opacity))}.flf-accordion.flf-accordion--highlighted .js-accordion-title.active span{text-decoration:underline;font-weight:700}.js-search-close span:first-child{transform:rotate(-45deg)}.js-search-close:hover span{--bg-opacity:1;background-color:#f0e7d8;background-color:rgba(240,231,216,var(--bg-opacity))}.js-search-close span:nth-child(2){transform:rotate(45deg)}.submit-button-search svg{fill:#383838;transition:.4s}.submit-button-search:hover svg{fill:#c9a969}.back-to-top>span{transform:rotate(-45deg)}.back-to-top:hover>span>span{margin-top:0;margin-right:0}::-moz-selection{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#f0e7d8;color:rgba(240,231,216,var(--text-opacity))}::selection{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#f0e7d8;color:rgba(240,231,216,var(--text-opacity))}.js-menu-toggle span:first-child{transition:.5s ease-in-out;top:0;transform:none}.js-menu-toggle span:nth-child(2){top:calc(50% - 1px);transition:.3s ease-in-out .5s}.js-menu-toggle span:nth-child(3){top:calc(100% - 2px);transition:.5s ease-in-out;transform:none}.js-menu-toggle.active span:nth-child(2){transition:.3s ease-in-out;opacity:0;visibility:hidden;transform:translateX(100%)}.js-menu-toggle.active span:first-child{top:calc(50% - 1px);transform:rotate(45deg);transition:.5s ease-in-out .3s}.js-menu-toggle.active span:nth-child(3){top:calc(50% - 1px);transform:rotate(-45deg);transition:.5s ease-in-out .3s}.back-to-top>span>span{position:absolute;right:0;top:0;margin-top:-.5rem;margin-right:-.5rem;transition-duration:.3s;pointer-events:none}.back-to-top>span>span img{transform:rotate(-45deg)}.free-case-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:after{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.footer-menu li{margin-bottom:.5rem;transition-duration:.3s}.footer-menu li.current_page_item{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.video-play .play-icon{transition-duration:.3s}.video-play:hover .play-icon{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));opacity:1}.video-play:hover .play-icon:before{border-top-color:#fff}.video-play img{transition-duration:.3s}.video-play:hover img{transform:translateX(5px)}.footer-menu li:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.entry-content p{margin-bottom:1.25rem}.entry-content ul{padding-left:2rem;margin-bottom:1rem}.entry-content a{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.entry-content a:not(.cta-link){text-decoration:underline;--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity))}.entry-content a:hover{--text-opacity:1;color:#846b3a;color:rgba(132,107,58,var(--text-opacity))}.entry-content ul li{list-style-type:disc;margin-bottom:.5rem}.entry-content>:last-child,.entry-content p:last-child:last-of-type{margin-bottom:0}.site-header.sticky-header .site-header-bottom{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.header-cta-mob{transition-duration:.1s}.site-header.sticky-header .header-cta-mob{opacity:0;visibility:hidden;transition-duration:.3s}.section-title{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));font-size:72px;line-height:72px;font-family:Frank Ruhl Libre}.section-title.section-title-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.section-title.section-title-gray{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.section-title.section-title-gold{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.section-subtitle{display:flex;align-items:center;font-size:12px;--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.section-subtitle.section-subtitle-gold{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.testimonial-subtitle{margin-bottom:-10px}.section-subtitle.testimonial-subtitle:before{position:absolute;width:100%}.section-subtitle.section-subtitle-gold:before{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity))}.section-subtitle:before{width:99px;height:1px;--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity));margin-right:.5rem;content:""}.container{width:100%;max-width:1440px;padding-left:1.25rem;padding-right:1.25rem;margin-left:auto;margin-right:auto}.search-header svg{fill:#c9a969;transition-duration:.3s}.search-header{cursor:pointer}.search-header:hover svg{fill:#fff}.main-navigation ul{display:flex;align-items:center}.main-navigation ul li{list-style-type:none;position:relative;margin-left:30px}.main-navigation ul li a{transition-duration:.3s}.main-navigation ul>li.current-menu-item>a{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.main-navigation ul>li.current-menu-item>a svg{fill:#c9a969}.main-navigation ul li:hover>a{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.main-navigation ul li:hover>a svg{fill:#c9a969}.scroll-down-squares{transition-duration:.5s}.scroll-down-squares:first-child{transform:rotate(45deg) translate(-3px,-3px)}.scroll-down-squares:nth-child(2){transform:rotate(45deg) translate(3px,3px)}.scroll-down-squares>img{transform:rotate(-45deg)}.js-scroll-down:hover .scroll-down-squares{transform:rotate(45deg) translate(0)}.menu-item-has-children svg{width:10px;height:auto;position:absolute;right:0;top:6px;fill:#fff}.ie .menu-item-has-children svg{height:14px}.menu-item-has-children a{position:relative;padding-right:1rem}.main-navigation ul.sub-menu{position:absolute;left:0;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:.4s ease-in-out;top:calc(100% + 38px)}.main-navigation ul.sub-menu.active{opacity:1;visibility:visible}.main-navigation ul.sub-menu:before{position:absolute;left:0;width:100%;content:"";bottom:100%;height:38px}.main-navigation ul.sub-menu li{margin-left:0;--border-opacity:1;border-color:#f0e7d8;border-bottom:1px;border-color:rgba(240,231,216,var(--border-opacity));border-style:solid;width:100%}.main-navigation ul.sub-menu li:last-of-type{border-style:none}.main-navigation ul.sub-menu li a{padding:2px 2rem;white-space:nowrap;display:block}.main-navigation ul li:first-of-type{margin-left:0}.main-navigation ul li a{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-family:PT Sans Caption}.main-navigation ul.sub-menu ul.sub-menu{position:relative;--bg-opacity:1;background-color:#133222;background-color:rgba(19,50,34,var(--bg-opacity));height:0;overflow:hidden}.main-navigation ul.sub-menu ul.sub-menu.active{height:auto}.main-navigation ul.sub-menu ul.sub-menu li a{padding-left:3rem}.main-navigation ul.sub-menu .menu-item-has-children .menu-arrow{margin-right:.75rem;top:10px}.home-hero-inner{min-height:calc(100vh - 67px)}.ie .home-hero-inner{min-height:0}.ie .home-hero-content{padding-bottom:2rem}.home-hero:before{left:0;right:0;background-color:rgba(0,0,0,.75)}.home-hero-bottom:before,.home-hero:before{position:absolute;top:0;bottom:0;z-index:0;content:""}.home-hero-bottom:before{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));width:100vw;left:-50vw;right:-50vw;margin:0 auto}.home-hero-form{flex:0 0 23%;max-width:23%;padding-top:320px;position:relative}.home-hero-bottom-inner a:before{position:absolute;margin-left:2.5rem;--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity));content:"|";left:100%;pointer-events:none}.home-hero-bottom-inner a:last-of-type:before{display:none}.home-hero-content{flex:0 0 77%;max-width:77%;padding-top:320px}.home-hero-form:before{position:absolute;top:0;height:100%;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));content:"";right:100%;width:1000%}.with_frm_style input[type=email],.with_frm_style input[type=tel],.with_frm_style input[type=text],.with_frm_style textarea{background-color:transparent;--border-opacity:1;border:1px solid #ededf4;border-color:rgba(237,237,244,var(--border-opacity));border-radius:0;font-size:14px;line-height:22px;--text-opacity:1;color:#ededf4;color:rgba(237,237,244,var(--text-opacity));font-family:PT Sans Caption;height:auto;padding:8px 20px}.form-dark.contact-us .with_frm_style .frm_submit{display:flex;justify-content:center}.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));--border-opacity:1;border-color:#1c4530;border-color:rgba(28,69,48,var(--border-opacity))}.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button:hover{--text-opacity:1!important;color:#1c4530!important;color:rgba(28,69,48,var(--text-opacity))!important}.form-dark.contact-us .with_frm_style .horizontal_radio{--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.form-dark.contact-us .frm_style_formidable-style.with_frm_style .frm_submit button:after{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.form-dark .select2-container--default .select2-selection--single{--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.form-dark .select2-container--default .select2-selection--single .select2-selection__placeholder,.form-dark .select2-container--default .select2-selection--single .select2-selection__rendered{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.form-dark .select2-container--default .select2-selection--single .select2-selection__arrow b{border-top-color:#383838}.form-dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:#383838}.frm_style_formidable-style.with_frm_style textarea:focus{background-color:transparent}.form-dark .with_frm_style input[type=email],.form-dark .with_frm_style input[type=tel],.form-dark .with_frm_style input[type=text],.form-dark .with_frm_style textarea{--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity));--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.form-dark .with_frm_style .frm_primary_label{font-size:14px;line-height:18px}.form-dark .with_frm_style .frm_primary_label,.form-dark .with_frm_style .frm_radio label{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-family:PT Sans Caption}.form-dark .with_frm_style textarea{min-height:300px}button:focus{outline:none}.tab-nav li.active{--bg-opacity:1;background-color:#173a28;background-color:rgba(23,58,40,var(--bg-opacity))}:focus{outline:none}.frm_style_formidable-style.with_frm_style .frm_submit button{display:inline-block;--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));background-color:transparent;font-family:PT Sans Caption;font-weight:700;font-size:14px;line-height:18px;--border-opacity:1;border:2px solid #c9a969;border-color:rgba(201,169,105,var(--border-opacity));border-radius:0;box-shadow:none;transition-duration:.3s;position:relative;z-index:1;background-color:transparent!important}.frm_style_formidable-style.with_frm_style .frm_submit button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));z-index:-1}.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background-color:transparent;--border-opacity:1;border-color:#c9a969;border-color:rgba(201,169,105,var(--border-opacity));--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.frm_style_formidable-style.with_frm_style .frm_submit button:focus:after,.frm_style_formidable-style.with_frm_style .frm_submit button:hover:after{height:0;transition-duration:.3s}.frm_style_formidable-style.with_frm_style .frm_error{position:absolute;font-size:12px;top:100%}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid{--text-opacity:1;color:#ededf4;color:rgba(237,237,244,var(--text-opacity));background-color:transparent}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus{background-color:transparent;--border-opacity:1;border-color:#ededf4;border-color:rgba(237,237,244,var(--border-opacity))}input::-moz-placeholder{font-size:14px!important;line-height:22px!important;--text-opacity:1!important;color:#ededf4!important;color:rgba(237,237,244,var(--text-opacity))!important;font-family:PT Sans Caption!important}input:-ms-input-placeholder{font-size:14px!important;line-height:22px!important;--text-opacity:1!important;color:#ededf4!important;color:rgba(237,237,244,var(--text-opacity))!important;font-family:PT Sans Caption!important}input::placeholder{font-size:14px!important;line-height:22px!important;--text-opacity:1!important;color:#ededf4!important;color:rgba(237,237,244,var(--text-opacity))!important;font-family:PT Sans Caption!important}.form-dark input::-moz-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark input:-ms-input-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark input::placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark textarea::-moz-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark textarea:-ms-input-placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark textarea::placeholder{--text-opacity:1!important;color:#383838!important;color:rgba(56,56,56,var(--text-opacity))!important}.form-dark .with_frm_style .frm_submit{display:flex;justify-content:flex-end}:-moz-placeholder,::-moz-placeholder{opacity:1}.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.form-dark .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.form-dark .frm_style_formidable-style.with_frm_style .frm_form_field :invalid{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));background-color:transparent}.form-dark .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.form-dark .frm_style_formidable-style.with_frm_style textarea:focus{background-color:transparent;--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity))}.form-dark .frm_style_formidable-style.with_frm_style textarea:focus{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.with_frm_style .frm_form_field{position:relative}.btn-arrow img{transition-duration:.3s}.practice-areas-list-wrapper{counter-reset:item}.practice-areas-list-wrapper h2{counter-increment:item}.practice-areas-list-wrapper h2:before{position:absolute;left:0;top:0;margin-left:-4rem;margin-top:1rem;font-family:Frank Ruhl Libre;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));counter-increment:li;content:counter(item,decimal-leading-zero)}.arrow-link img,.arrow-link svg{transition-duration:.3s}.arrow-link:hover img,.arrow-link:hover svg{transform:translateX(5px)}.arrow-link.back:hover img,.arrow-link.back:hover svg{transform:translateX(-5px)}.btn-arrow:hover>img{transform:translateX(5px)}.btn-square{display:flex;align-items:center}.btn-square .square{transform:rotate(-45deg)}.btn-square .square img{transform:rotate(45deg)}.btn-double-square{display:flex;align-items:center}.btn-square-main .btn-inner{left:-102%;top:-102%;transition-duration:.3s}.direction-back .btn-square-main .btn-inner{left:auto;right:-102%;bottom:-102%;top:auto}.simple-btn-square:hover .btn-inner{left:0;top:0}.direction-back:hover .btn-square-main .btn-inner{left:auto;top:auto;right:0;bottom:0}.simple-btn-square .square-text{transition-duration:.5s;left:0;position:relative}.simple-btn-square:hover .square-text{left:10px}.simple-btn-square.direction-back:hover .square-text{left:-10px}.simple-btn-square .btn-square-main>img{transition-duration:.3s;position:relative;left:0;top:0}.simple-btn-square.direction-back .btn-square-main>img{right:0;bottom:0;top:auto;left:auto}.btn-square-main{position:relative;overflow:hidden}.simple-btn-square:hover .btn-square-main>img{left:100%;top:100%}.simple-btn-square.direction-back:hover .btn-square-main>img{bottom:100%;left:auto;right:100%;top:auto}.btn-double-square .square{position:relative;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));transition-duration:.3s;margin-right:2rem;transform:rotate(-45deg);z-index:0}.btn-double-square .square-text{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));transition-duration:.5s}.btn-double-square .square-text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));transition-duration:.5s}.btn-double-square .square-text-gold,.btn-double-square .square-text-t,.read-more-link-arrow svg{transition-duration:.5s}.btn-double-square:hover .square-text,.btn-double-square:hover .square-text-gold,.btn-double-square:hover .square-text-t,.btn-double-square:hover .square-text-white,.read-more-link-arrow:hover svg{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-x:0.25rem}.btn-double-square:hover .square{transform:rotate(-45deg) translate(5px,5px)}.btn-double-square:hover .inner-square{transform:none}.btn-double-square .inner-square{position:absolute;width:100%;border-width:1px;--border-opacity:1;border-color:#00462e;border-color:rgba(0,70,46,var(--border-opacity));height:100%;top:0;left:0;transition-duration:.3s;transform:translate(5px,5px);z-index:5}.btn-double-square.white .inner-square{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.btn-double-square .square img{transform:rotate(45deg)}.cta-link{display:inline-block;padding:.75rem 2rem;transition-duration:.3s;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));font-size:14px;line-height:18px;font-weight:700;--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));position:relative;text-align:center;text-decoration:none;z-index:1}.cta-link:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);--bg-opacity:1;background-color:#383838;background-color:rgba(56,56,56,var(--bg-opacity));z-index:-1}.cta-text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.cta-text-green{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.cta-link:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.cta-link:hover:before{height:100%;transition-duration:.3s}.cta-link-gold-borders{background-color:transparent;border-width:1px;--border-opacity:1;border-color:#c9a969;border-color:rgba(201,169,105,var(--border-opacity));--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.cta-link-gold-borders:before{--bg-opacity:1;background-color:#b08c4a;background-color:rgba(176,140,74,var(--bg-opacity))}.cta-link-gold-borders:hover,.cta-link-white-hover:hover{--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity))}.cta-link-white-hover:hover:before{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.cta-link.cta-link-green{--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity));border-width:2px;--border-opacity:1;border-color:#00462e;border-color:rgba(0,70,46,var(--border-opacity))}.cta-link.cta-link-gold{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.cta-link.cta-link-gold.active,.cta-link.cta-link-gold:before,.cta-link.cta-link-gold:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.cta-link.cta-link-green.cta-link-green-gold{--text-opacity:1;color:#f9f7f1;color:rgba(249,247,241,var(--text-opacity))}.cta-link.cta-link-green:before{--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity));height:100%}.cta-link.cta-link-green:hover{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.cta-link.cta-link-green:hover:before{height:0}.cta-link.cta-link-green-hover{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.cta-link.cta-link-green-hover:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.cta-link.cta-link-green-hover:before{--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity))}.cta-link.cta-link-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity))}.cta-link.cta-link-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.cta-link.cta-link-white:before,.cta-link.cta-link-white:hover{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity))}.share-links a{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));height:2rem;width:2rem;display:flex;padding:2px;position:relative;z-index:1}.share-links a:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));z-index:-1}.share-links a:hover:before{height:100%}.text-image-right-sec-img{right:-120px;bottom:-120px}.text-image-right-content{transform:translateY(-50%);top:50%}.ie .text-image-right-content{transform:translate(-50%,-50%);left:50%;right:auto}.two-image sup{transform:translateY(10px)}.two-image-sec-img{margin-right:-240px;margin-bottom:-222px}.two-image-line .btn-double-square{top:-25px;right:-375px}.two-image-line:before{position:absolute;height:1px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));top:0;content:"";width:100px;left:100%}.single-practice-area .two-image-line:before{width:50px}.single-practice-area .two-image-line .btn-double-square,.tax-location .two-image-line .btn-double-square{right:-325px}.meet-our-team-text:before{content:"“";left:0;top:0;margin-left:-1rem;margin-top:3rem}.meet-our-team-text:after,.meet-our-team-text:before{font-size:280px;font-family:Frank Ruhl Libre;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));line-height:1;position:absolute}.meet-our-team-text:after{content:"”";right:0;bottom:0;margin-bottom:-10rem}.find-attorney-bg-box{transform:translateY(184px)}.find-attorney-bg-box:before{top:0;bottom:0;right:0;left:0;position:absolute;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));z-index:1;opacity:.77;content:""}.blog-post-home{flex:0 0 30%;max-width:30%;margin-left:20px}.blog-post-home:first-of-type{margin-left:0}.blog-list-square{transform:rotate(-45deg);bottom:-257px;left:-100px}.blog-list-square:before{position:absolute;width:100%;height:100%;--border-opacity:1;border:1px solid #00462e;border-color:rgba(0,70,46,var(--border-opacity));content:"";left:40px;top:40px}.green-box-image-text a{font-size:24px;transition-duration:.3s}.green-box-image-text a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.careers-form-section .with_frm_style input[type=email],.careers-form-section .with_frm_style input[type=tel],.careers-form-section .with_frm_style input[type=text],.contact-block-form .with_frm_style input[type=email],.contact-block-form .with_frm_style input[type=tel],.contact-block-form .with_frm_style input[type=text],.feat-testimonial .with_frm_style input[type=email],.feat-testimonial .with_frm_style input[type=tel],.feat-testimonial .with_frm_style input[type=text]{padding:18px 20px}.feat-testimonial #frm_field_19_container{display:flex;align-items:center}.contact-block-form .select2-container--default .select2-selection--single .select2-selection__rendered{padding-top:19px;padding-bottom:20px}.contact-block-form .select2-container--default .select2-selection--single .select2-selection__arrow{top:17px}.contact-block-form .with_frm_style .frm_submit{display:flex;justify-content:flex-end}.contact-block-right-box{transform:rotate(45deg);right:-300px;bottom:-150px}.contact-block-right-box:before{position:absolute;width:100%;height:100%;--border-opacity:1;border:1px solid #f9f7f1;border-color:rgba(249,247,241,var(--border-opacity));content:"";left:-20px;top:20px}.contact-block-left-box{transform:rotate(-45deg);left:-250px}.contact-block-left-box:before{position:absolute;width:100%;height:100%;--border-opacity:1;border:1px solid #f9f7f1;border-color:rgba(249,247,241,var(--border-opacity));content:"";right:-20px;top:20px}.privacy-menu li{margin-right:50px}.privacy-menu li:last-of-type{margin-right:0}.privacy-menu li a{font-weight:700;font-size:14px;line-height:18px;transition-duration:.3s}.privacy-menu li a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.widget_archive,.widget_categories,.widget_flf_archive_widget{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));margin-bottom:30px}.widget_flf_archive_widget,.widget_flf_practice_areas_widget{margin-bottom:30px}.widget_archive h2,.widget_categories h2,.widget_flf_archive_widget h2{font-size:24px;text-transform:uppercase;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity));height:60px;display:flex;justify-content:center;align-items:center;position:relative;letter-spacing:.1em}.widget_archive h2:before,.widget_categories h2:before,.widget_flf_archive_widget h2:before{position:absolute;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));height:1px;width:70px;left:0;content:"";top:50%;transform:translateY(-1px)}.widget_archive h2:after,.widget_categories h2:after,.widget_flf_archive_widget h2:after{position:absolute;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));height:1px;width:70px;right:0;content:"";top:50%;transform:translateY(-1px)}.commitment-section .cta-link span{text-decoration:none}.commitment-section .cta-link:hover span{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.widget_archive li,.widget_categories li,.widget_flf_archive_widget li{--border-opacity:1;border-color:#406150;border-bottom:1px;border-color:rgba(64,97,80,var(--border-opacity));border-style:solid;height:60px;display:flex;align-items:center;justify-content:space-between;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding-left:1rem;padding-right:1rem;font-family:Frank Ruhl Libre}.widget_archive li.archive-item-hidden{display:none}.careers-entry-content h3{font-size:24px;font-weight:700;margin-bottom:.25rem}.widget_archive li:last-of-type,.widget_categories li:last-of-type{border-bottom:none}.widget_archive li a,.widget_categories li a,.widget_flf_archive_widget li a{font-family:Frank Ruhl Libre;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));transition-duration:.3s}.widget_archive li a:hover,.widget_categories li a:hover,.widget_flf_archive_widget li a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.widget_flf_team_widget,.widget_flf_verdicts_settlement_widget{margin-bottom:30px}.widget_flf_free_case_review_widget h2,.widget_flf_team_widget h2,.widget_flf_testimonials_widget h2,.widget_flf_verdicts_settlement_widget h2{font-size:42px;line-height:48px;font-family:Frank Ruhl Libre;--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity));margin-top:.5rem;margin-bottom:.5rem}.widget_flf_free_case_review_widget .with_frm_style .frm_submit{display:flex;justify-content:center;width:100%}.widget_flf_free_case_review_widget .sidebar-form.sticky{position:fixed;top:0;margin-top:12rem}.widget_flf_archive_widget ul{display:none;padding:0}.widget_flf_archive_widget li{padding:0 0 0 1rem}.widget_flf_archive_widget li a{width:100%;font-family:Frank Ruhl Libre}.widget_flf_archive_widget li a,.year-toggle{display:flex;position:relative;padding:15px 1.5rem;justify-content:space-between;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.year-toggle{align-items:center;border-bottom-width:1px;--border-opacity:1;border-color:#406150;border-color:rgba(64,97,80,var(--border-opacity));cursor:pointer;transition-duration:.3s}.year-toggle:after{content:"";display:block;height:7px;width:13px;background-repeat:no-repeat;background-size:contain;transition-duration:.3s;background-image:url(dist/chevron-down.svg);transform-origin:center}.year-toggle.open{--bg-opacity:1;background-color:#173a28;background-color:rgba(23,58,40,var(--bg-opacity))}.year-toggle.open:after{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:180deg}.year-toggle:hover{--bg-opacity:1;background-color:#173a28;background-color:rgba(23,58,40,var(--bg-opacity))}.blog-main-wrap{--bg-opacity:1;background-color:#f9f7f1;background-color:rgba(249,247,241,var(--bg-opacity))}.blog-main-wrap-content{margin-bottom:3rem}.blog-main-wrap-content p,.tab-content p{margin-top:.5rem;margin-bottom:1rem}.blog-main-wrap-content iframe,.blog-main-wrap-content img,.tab-content iframe,.tab-content img{width:100%}.blog-main-wrap-content figure,.tab-content figure{margin-top:1rem;margin-bottom:1rem}.blog-main-wrap-content>h2,.tab-content h3{font-size:26px;padding-bottom:1rem;line-height:48px}.blog-main-wrap-content>h2,.blog-main-wrap-content>h3,.tab-content h3{font-family:Frank Ruhl Libre;--border-opacity:1;border-color:#00462e;border-bottom:1px;border-color:rgba(0,70,46,var(--border-opacity));border-style:solid;--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));margin-top:2rem;margin-bottom:1rem}.blog-main-wrap-content>h3{font-size:24px;padding-bottom:2px}.tab-content h1,.tab-content h2{font-size:42px;line-height:48px;font-family:Frank Ruhl Libre;--border-opacity:1;border-color:#00462e;border-bottom:1px;border-color:rgba(0,70,46,var(--border-opacity));border-style:solid;--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));margin-top:2rem;margin-bottom:1rem;padding-bottom:1rem}.blog-main-wrap-content ul,.tab-content ul{padding-left:2rem;margin-bottom:1rem}.blog-main-wrap-content ul li,.green-box-entry-content ul li,.tab-content ul li{list-style-type:disc;margin-bottom:.5rem}.tab-content a{--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity));text-decoration:underline;transition-duration:.3s}.tab-content a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.green-box p{margin-bottom:2rem}.green-box p:last-of-type{margin-bottom:0}.page-hero-links a:last-of-type{border-right:none}.practice-areas-boxes:before{--bg-opacity:1;background-color:#f9f7f1;background-color:rgba(249,247,241,var(--bg-opacity));left:0;right:0;bottom:0;position:absolute;z-index:1;content:"";top:50%}.practice-areas-box-increment:before{content:"";--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity));height:1px;width:99px;margin-right:.5rem;transition-duration:.3s}.practice-areas-box:hover .practice-areas-box-increment:before,.vs-item:hover .vs-line{width:132px}.vs-item .vs-line{transition-duration:.3s}.practice-areas-box{flex:0 0 32%;max-width:32%;margin-bottom:47px}.practice-areas-box:nth-child(3n+2){margin:0 2% 47px}.practice-areas-box-bottom{background-color:rgba(28,69,48,.6)}.practice-areas-box-border{right:45px;top:45px;left:45px;bottom:45px;pointer-events:none}.image-text-big-decoration{transform:rotate(45deg);margin-left:5px}.image-text-big-decoration:before{position:absolute;top:0;left:0;right:0;bottom:0;--bg-opacity:1;background-color:#00462e;background-color:rgba(0,70,46,var(--bg-opacity));--border-opacity:1;border:1px solid #00462e;border-color:rgba(0,70,46,var(--border-opacity));display:block;content:"";transform:translate(5px,-5px)}.verdicts-settlements-buttons{width:72px;height:72px;transform:rotate(45deg);right:100px;top:-17px;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));display:flex;align-items:center;justify-content:center;transform-origin:center center}.verdicts-settlements-buttons span{position:absolute;--border-opacity:1;border:1px solid #00462e;border-color:rgba(0,70,46,var(--border-opacity));display:block;width:58px;height:58px;left:7px;top:7px}.appelate-slider-buttons-wrapper,.verdicts-settlements-buttons-wrapper{transform:rotate(-45deg)}.verdicts-settlements-buttons .flickity-button{background-color:transparent;position:relative;color:#00462e;width:25px;height:25px;transform:none;top:auto;right:auto;left:auto}.flickity-button:focus{box-shadow:none;outline:none}.verdicts-settlements-filters .active{--bg-opacity:1;background-color:#153425;background-color:rgba(21,52,37,var(--bg-opacity));--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.attorneys-intro-line{left:50%;top:0;transform:translate(-50%,-50%)}.our-team-list .team-card{margin-bottom:2rem}.our-team-list .team-card-content{width:calc(100% - 198px)}.our-team-list .team-card:nth-child(3n+2){margin:0 2% 2rem}.text-only-block-line{left:50%;bottom:0;transform:translate(-50%,50%)}.feat-testimonial-arrow{transform:rotate(-45deg);transform-origin:center center}.feat-testimonial-arrow img{transition-duration:.3s;transform:rotate(45deg);transform-origin:center center}.feat-testimonial-arrow.active img{transform:rotate(-135deg);transform-origin:center center}.feat-testimonial-form-title:before{position:absolute;width:42px;height:42px;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));left:0;content:"";transform:rotate(-45deg) translate(-50%,-50%);transform-origin:center center}.feat-testimonial-form-title:after{position:absolute;width:42px;height:42px;--border-opacity:1;border:1px solid #1c4530;border-color:rgba(28,69,48,var(--border-opacity));left:0;content:"";transform:rotate(-45deg);transform-origin:center center}.testimonial-post{flex:0 0 32%;max-width:32%;margin-bottom:80px}.testimonial-slider .testimonial-post{max-width:100%}.testimonial-post:nth-child(3n+2){margin:0 2% 80px}.testimonial-slider .testimonial-post:nth-child(3n+2){margin-left:.5rem;margin-right:.5rem}.testimonial-post-border{left:30px;top:30px;bottom:-60px;right:30px;pointer-events:none}.testimonial-post-meta{bottom:-40px;left:50px;right:50px}.testimonial-cta:hover img{transform:translateX(5px)}.testimonial-popup{background-color:hsla(0,0%,100%,.4);top:0;left:0;right:0;bottom:0}.testimonial-popup-inner{width:70vw;height:auto;max-height:500px}.testimonial .testimonial-popup-inner{height:100%}.testimonial .testimonial-popup-inner-content{max-height:calc(100% - 15px);overflow-y:auto;padding-right:15px;margin-right:-15px}.wp-block-quote{margin-bottom:2rem}.wp-block-quote p{font-size:24px;line-height:28px;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.blog-main-wrap-content .accordion-img{width:13px}.green-box-border{bottom:-138px;top:116px}.supported-org ul{padding-left:1.5rem}.supported-org ul li{list-style-type:disc;margin-bottom:.75rem}.press-media-border{left:-20px;right:-20px;top:30px;bottom:30px}.practice-areas-list-image-text p strong{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));font-weight:400}.wpml-ls-legacy-list-horizontal{padding:0;border-style:none}.wpml-ls-legacy-list-horizontal a{padding:0;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));font-size:14px;line-height:22px}.single-career-intro h3{font-size:24px;font-weight:700}.single-career-intro li{position:relative;padding-left:2rem;line-height:1.5}.single-career-intro li:before{content:"";position:absolute;left:0;top:0;margin:.625rem .625rem .625rem .75rem;height:5px;width:5px;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));border-radius:9999px}.ie .history-section-rotate,.ie .play-icon,.ie .video-close{transform:rotate(45deg)}.careers-contact-text h3{font-size:26px;font-family:Frank Ruhl Libre;margin-bottom:2.5rem;line-height:1.5}.careers-contact-text p{font-size:18px;line-height:23px;line-height:1.625}.careers-contact-text a{transition-duration:.3s}.careers-contact-text a:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.frm_forms.with_frm_style .frm_form_fields .form-field .frm_dropzone{max-width:100%;width:100%;background-color:transparent;border-radius:0}.frm_forms .frm_dropzone .dz-message{border-width:1px;--border-opacity:1;border-color:#383838;border-color:rgba(56,56,56,var(--border-opacity));border-radius:0;background-color:transparent;margin:0}.frm_forms .frm_dropzone .frm_upload_icon:before{content:"";background-image:url(dist/upload.svg);height:32px;width:25px;background-repeat:no-repeat;display:block;margin-left:auto;margin-right:auto;margin-bottom:.5rem;background-position:50%}.frm_forms .frm_dropzone .frm_upload_text{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));font-size:22px;text-decoration:underline;font-family:Frank Ruhl Libre;margin-bottom:1rem;transition-duration:.3s}.frm_forms .frm_dropzone .frm_upload_text:hover{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.frm_forms .frm_dropzone .frm_small_text{--text-opacity:1;color:#00462e;color:rgba(0,70,46,var(--text-opacity));font-family:Frank Ruhl Libre;font-size:14px;line-height:22px}.careers-form-section .frm_forms .frm_submit .frm_button_submit{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));--text-opacity:1;color:#383838;color:rgba(56,56,56,var(--text-opacity));font-family:PT Sans Caption;font-weight:700;font-size:14px;line-height:18px;--border-opacity:1;border:2px solid #c9a969;border-color:rgba(201,169,105,var(--border-opacity));border-radius:0;box-shadow:none;transition-duration:.3s;width:155px}.careers-form-section .frm_forms .frm_submit .frm_button_submit:hover{background-color:transparent;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity));--border-opacity:1;border-color:#c9a969;border-color:rgba(201,169,105,var(--border-opacity))}.careers-form-section .frm_forms.with_frm_style .frm_submit{justify-content:center}.careers-form-section .frm_forms.with_frm_style textarea{height:120px;min-height:120px}.gecko .supported-org ul li::marker{font-size:10px}.gecko .supported-org ul li{padding-left:1rem}.social-footer img{max-height:25px;max-width:25px}.social-footer a{width:35px;height:35px;transition-duration:.3s;display:flex;align-items:center;justify-content:center;border-radius:50%}.social-footer a:hover{--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity))}.js-home-hero-form-title img{transition-duration:.3s}.js-home-hero-form-title.active img{transform:rotate(180deg)}.play-icon:before{content:"";height:0;width:0;border-color:#1c4530 transparent transparent;border-style:solid;border-width:10px 0 0 10px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:10;transition-duration:.3s;transform:translate(-2px,2px)}.show-video{z-index:50;opacity:1;visibility:visible}.attourney-slider .type-team{padding-left:.75rem;padding-right:.75rem}.our-attourneys-section-buttons-wrapper .flickity-button{position:relative;width:38px;height:38px;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));border-radius:0;transform:rotate(-45deg)}.our-attourneys-section-buttons-wrapper .flickity-button:before{position:absolute;width:30px;height:30px;--border-opacity:1;border:1px solid #1c4530;border-color:rgba(28,69,48,var(--border-opacity));transform:translate(-50%,-50%);content:""}.our-attourneys-section-buttons-wrapper .flickity-button svg{fill:#1c4530;transform:rotate(45deg);width:14px;top:0;left:0;bottom:0;right:0;margin:auto;height:auto}.location-footer p{font-size:16px;line-height:20px;margin-bottom:1rem}.location-footer p strong{font-size:14px;line-height:22px;text-transform:uppercase}.marquee-text-footer{-webkit-animation:marquee 10s linear infinite;animation:marquee 10s linear infinite}.cursor{position:absolute;opacity:0;visibility:hidden;transition-duration:.1s;pointer-events:none;transform:translate(-100%,-100%);z-index:100}.cursor,.cursor img{height:50px;width:50px}.cursor.active{opacity:1;visibility:visible}.image-hover{transition-duration:.3s}.image-hover-wrap:hover .image-hover{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-scale-x:1.1;--transform-scale-y:1.1}.practice-areas-box .image-hover{z-index:-1}@-webkit-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.free-case-square-btm{transform:rotate(45deg) translate(-50%,50%);transform-origin:left bottom}.free-case-close-wrapper{transform:rotate(-45deg) translate(50%,-50%);transform-origin:right top}.js-free-case-popup-content{width:calc(100% - 255px)}.js-free-case-close svg{transform:rotate(-45deg)}#form_free-case-popup .frm_submit{display:flex;justify-content:flex-end;align-items:center}#form_free-case-popup .frm_submit button{--border-opacity:1;border-color:#1c4530;border-color:rgba(28,69,48,var(--border-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));transition-duration:.3s;margin:-85px 0 0}#form_free-case-popup .frm_submit button:before{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}#form_free-case-popup .frm_submit button:hover{background-color:transparent;--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}.locations-list--term{--border-opacity:1;border-color:#b08c4a;border-left-color:rgba(176,140,74,var(--border-opacity));border-top-color:rgba(176,140,74,var(--border-opacity));border-left-style:solid;border-right:1px solid rgba(176,140,74,var(--border-opacity));border-top-style:solid;border-bottom:1px solid rgba(176,140,74,var(--border-opacity))}.locations-list--term:nth-child(odd){padding-left:0}.locations-list--term:nth-child(2n){padding-right:0;border-right-width:0}.custom-term-pagination ul{display:flex;justify-content:center;width:100%}.custom-term-pagination ul li{font-weight:600;margin-left:.5rem;margin-right:.5rem;transition-duration:.3s;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.custom-term-pagination ul li:hover,.custom-term-pagination ul li span.current{--text-opacity:1;color:#b08c4a;color:rgba(176,140,74,var(--text-opacity))}@media (max-width:1400px){.section-title{font-size:62px}}@media (max-width:1366px){.video-popup .inner-wrap{width:auto}.video-popup .inner-wrap video{height:auto;width:100vw;max-height:70vh}.home-hero-content,.home-hero-form{padding-top:0}.contact-block-right-box{right:-400px}.home-hero-form:before{right:0;bottom:0;height:auto;top:-132px}.home-hero-inner-cta:before{position:absolute;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));height:1px;bottom:0;content:"";left:-20px;right:-20px}.two-image-line:before{display:none}}@media (max-width:1200px){.verdicts-settlements-buttons{top:-39px}.free-case-form-wrapper{max-width:calc(100% - 70px);height:80vh;display:flex;align-items:center}.js-free-case-popup-content{height:100%;max-height:calc(100% - 40px);overflow-y:scroll}.wpml-switcher-mobile li a{--border-opacity:1;border:1px solid #c9a969;border-color:rgba(201,169,105,var(--border-opacity));padding-left:2px;padding-right:2px;padding-bottom:.25rem}.menu-item-has-children a{position:relative;padding-right:0}.menu-item-has-children svg{margin-right:-1.5rem;transition-duration:.3s;width:13px;top:8px}.menu-item-has-children svg.active{transform:rotate(180deg)}.main-navigation .main-header-menu>li{font-size:20px;line-height:24px}.main-navigation ul.sub-menu li{border-style:none;margin-bottom:0}.main-navigation ul.sub-menu li a{font-size:14px;line-height:22px;padding-top:.25rem;padding-bottom:.25rem;--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.main-navigation ul.sub-menu{position:static;opacity:1;visibility:visible;overflow:hidden;display:none;padding-left:1rem;top:auto;transition:none}.main-navigation ul.sub-menu:before{display:none}.our-team-list .team-card{width:48%}.our-team-list .team-card,.our-team-list .team-card:nth-child(3n+2){margin-left:0;margin-right:0}.green-box-border{left:15px;right:15px}.meet-our-team-text:before{font-size:120px;left:15px;margin-top:0}.meet-our-team-text:after{font-size:120px;margin-bottom:1rem}.main-navigation{width:100%;--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity));left:0;top:0;height:100vh;z-index:10;overflow:hidden;display:block;padding-bottom:45px;transform:translateY(-100%);transition:.5s ease-in-out;padding-top:120px}.main-navigation.active{transform:none}.main-navigation-border{top:100px}.main-navigation ul{display:block;padding-left:2rem}.main-navigation ul li{margin-left:0;margin-bottom:1.25rem}}@media (max-width:1024px){.home-hero-bottom-inner a:before{display:none}.testimonial-post-border{left:10px;top:10px;right:10px}.testimonial-post-meta{bottom:-40px;left:20px;right:20px}.blog-post-home{flex:0 0 32%;max-width:32%;margin-left:2%}.feat-testimonial-form-title:after,.feat-testimonial-form-title:before{width:30px;height:30px;margin-left:1rem}.attourney-slider .type-team{width:50%}.home-hero-content,.home-hero-form{flex:0 0 100%;max-width:100%}.home-hero-form:before{right:-20px;left:-20px;top:0}.home-hero-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button{width:100%}.section-title{font-size:42px;line-height:48px}.text-image-right-content{max-width:90%}.practice-areas-box-border{right:15px;top:15px;left:15px;bottom:15px}}@media (max-width:991px){.testimonial-post{flex:0 0 49%;max-width:49%}.testimonial-post:nth-child(3n+2){margin:0 0 80px}.footer-menu{-moz-column-count:2;column-count:2;-moz-column-break-inside:avoid;break-inside:avoid-column}.our-team-list .team-card-content{width:calc(100% - 150px)}.find-attorney-bg-box{transform:translateY(0)}.practice-areas-box{flex:0 0 49%;max-width:49%}.practice-areas-box:nth-child(3n+2){margin-left:0;margin-right:0}.testimonial-popup-inner{width:calc(100% - 40px);height:100%;max-height:70vh}.testimonial-popup-inner-content{max-height:calc(100% - 15px);overflow-y:auto;padding-right:15px;margin-right:-15px}}@media (max-width:767px){.contact-block-right-box{display:none}.practice-areas-list-wrapper h2:before{margin-left:-2rem}.attourney-slider .type-team{width:100%;padding-left:0;padding-right:0;margin-left:.5rem;margin-right:.5rem}.our-team-list .team-card{width:100%}.widget_flf_free_case_review_widget h2,.widget_flf_team_widget h2,.widget_flf_verdicts_settlement_widget h2{font-size:32px;line-height:34px}.blog-post-home{flex:none;max-width:none;margin-left:0;width:100%;max-width:400px;margin-bottom:2rem}.blog-post-home:last-of-type{margin-bottom:0}.main-navigation{justify-content:flex-start;padding-top:120px}.main-navigation .main-menu-container{max-height:calc(100vh - 250px);overflow-y:scroll;padding-right:15px;width:100%;margin-right:-15px}.blog-main-wrap-content>h2,.blog-main-wrap-content>h3,.tab-content h3{font-size:20px;line-height:24px}.tab-content h1,.tab-content h2{font-size:28px;line-height:32px}}@media (max-width:600px){#form_free-case-popup .frm_submit button{margin:0 auto}}@media (min-width:767px){.widget_flf_team_widget .team__image img{display:none!important}}@media (max-width:575px){.verdicts-settlements-list-section .verdicts-settlements{margin-bottom:1rem}.locations-list--term{border-right-width:0;padding-left:0;padding-right:0}.testimonial-post{flex:0 0 100%;max-width:100%}.press-media-border{left:-10px;right:-10px}.careers-contact-text h3{font-size:22px}.careers-contact-text p{font-size:16px;line-height:24px}}@media (max-width:480px){.our-team-list .team-card-content{width:100%}.tab-content h1,.tab-content h2{font-size:24px;line-height:28px}.privacy-menu li{margin-right:20px}.practice-areas-box{flex:0 0 100%;max-width:100%}.footer-menu{-moz-column-count:unset;column-count:unset}.feat-testimonial-form-title:before{margin-left:0;left:50%;transform:translate(-50%,-40px) rotate(-45deg)}.feat-testimonial-form-title:after{margin-left:.5rem;left:50%;transform:translate(-50%,-40px) rotate(-45deg)}}@media (max-width:359px){.section-title{font-size:32px;line-height:34px}.privacy-menu li{margin-right:0}}.wow{visibility:hidden}@media screen and (min-width:1201px){.main-header-menu>li>a{display:block;overflow:hidden;position:relative;padding-top:2px;padding-bottom:2px;font-size:15px;color:transparent!important}.main-header-menu>li>a:before{content:"";height:1px;display:block;position:absolute;--bg-opacity:1;background-color:#c9a969;background-color:rgba(201,169,105,var(--bg-opacity));bottom:0;right:0;width:0;transition:width .3s}.main-header-menu>li.current-menu-item>a:before,.main-header-menu>li>a:hover:before{left:0;width:100%}.main-header-menu>li>a span{position:absolute;top:0;right:0;bottom:0;left:0;transition-duration:.3s;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.main-header-menu>li.current-menu-item span,.main-header-menu>li>a:hover span{--text-opacity:1;color:#c9a969;color:rgba(201,169,105,var(--text-opacity))}.main-header-menu>li>a span:last-of-type{top:100%}.main-header-menu>li>a:hover span:first-of-type{top:-100%}.main-header-menu>li>a:hover span:last-of-type{top:0}}.contact-block-address-image{top:50%;transform:translateY(-50%)}.frm_forms .form-field.hidden_input{display:none!important}.flf-breadcrumbs a{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.flf-breadcrumbs a:hover{--text-opacity:1;color:#d0a85e;color:rgba(208,168,94,var(--text-opacity))}.flf-breadcrumbs .breadcrumb_last{font-weight:700;text-decoration:underline;--text-opacity:1;color:#1c4530;color:rgba(28,69,48,var(--text-opacity))}@media (max-width:1400px){.mac\:container{width:100%}.mac\:inline-block{display:inline-block}.mac\:hidden{display:none}.mac\:items-start{align-items:flex-start}.mac\:justify-end{justify-content:flex-end}.mac\:text-36{font-size:36px;line-height:36px;letter-spacing:.03px}.mac\:text-160{font-size:160px}.mac\:text-72\/72{font-size:72px;line-height:72px}.mac\:mx-0{margin-left:0;margin-right:0}.mac\:mx-32{margin-left:8rem;margin-right:8rem}.mac\:mt-0{margin-top:0}.mac\:mr-0{margin-right:0}.mac\:mb-0{margin-bottom:0}.mac\:ml-0{margin-left:0}.mac\:-mr-5{margin-right:-1.25rem}.mac\:px-0{padding-left:0;padding-right:0}.mac\:py-8{padding-top:2rem;padding-bottom:2rem}.mac\:px-15{padding-left:15px;padding-right:15px}.mac\:pl-0{padding-left:0}.mac\:pr-8{padding-right:2rem}.mac\:pb-8{padding-bottom:2rem}.mac\:pr-15{padding-right:15px}.mac\:right-0{right:0}.mac\:text-right{text-align:right}.mac\:w-2\/5{width:40%}.mac\:w-3\/5{width:60%}.mac\:w-full{width:100%}}@media (max-width:1366px){.lt\:container{width:100%}.lt\:bg-green-400{--bg-opacity:1;background-color:#1c4530;background-color:rgba(28,69,48,var(--bg-opacity))}.lt\:flex{display:flex}.lt\:hidden{display:none}.lt\:flex-wrap{flex-wrap:wrap}.lt\:items-center{align-items:center}.lt\:h-76{height:76px}.lt\:h-90{height:90px}.lt\:h-100{height:100px}.lt\:h-230{height:230px}.lt\:text-base{font-size:16px}.lt\:text-24\/28{font-size:24px;line-height:28px}.lt\:text-28\/32{font-size:28px;line-height:32px}.lt\:text-32\/36{font-size:32px;line-height:36px}.lt\:text-42\/48{font-size:42px;line-height:48px}.lt\:max-w-520{max-width:520px}.lt\:min-h-0{min-height:0}.lt\:p-15{padding:15px}.lt\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lt\:pl-0{padding-left:0}.lt\:pt-143{padding-top:143px}.lt\:pt-170{padding-top:170px}.lt\:w-76{width:76px}.lt\:w-90{width:90px}.lt\:w-166{width:166px}}@media (max-width:1280px){.xl\:container{width:100%}.xl\:text-26{font-size:26px}.xl\:text-base{font-size:16px}.xl\:mr-40{margin-right:10rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:pl-12{padding-left:3rem}.xl\:w-auto{width:auto}}@media (max-width:1200px){.lg\:container{width:100%}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:h-42{height:42px}.lg\:h-50{height:50px}.lg\:h-auto{height:auto}.lg\:text-24{font-size:24px}.lg\:text-sm{font-size:14px;line-height:22px}.lg\:text-xl{font-size:20px;line-height:24px}.lg\:text-28\/32{font-size:28px;line-height:32px}.lg\:text-32\/34{font-size:32px;line-height:34px}.lg\:text-42\/48{font-size:42px;line-height:48px}.lg\:text-72\/72{font-size:72px;line-height:72px}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mr-0{margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mt-4{margin-top:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-auto{margin-left:auto}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-mr-40{margin-right:-10rem}.lg\:max-w-400{max-width:400px}.lg\:max-w-600{max-width:600px}.lg\:max-w-none{max-width:none}.lg\:p-15{padding:15px}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-15{padding-left:15px;padding-right:15px}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-45{padding-left:45px;padding-right:45px}.lg\:px-84{padding-left:84px;padding-right:84px}.lg\:pr-0{padding-right:0}.lg\:pl-0{padding-left:0}.lg\:pb-2{padding-bottom:2px}.lg\:pt-8{padding-top:2rem}.lg\:pr-8{padding-right:2rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pt-15{padding-top:15px}.lg\:pl-15{padding-left:15px}.lg\:pl-20{padding-left:5rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-100{padding-top:100px}.lg\:pt-280{padding-top:280px}.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:relative{position:relative}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:w-42{width:42px}.lg\:w-50{width:50px}.lg\:w-auto{width:auto}.lg\:w-1\/2{width:50%}.lg\:w-1\/4{width:25%}.lg\:w-4\/5{width:80%}.lg\:w-full{width:100%}.lg\:z-11{z-index:11}}@media (max-width:1024px){.tab-h\:container{width:100%}.tab-h\:border-none{border-style:none}.tab-h\:block{display:block}.tab-h\:flex{display:flex}.tab-h\:hidden{display:none}.tab-h\:flex-col{flex-direction:column}.tab-h\:flex-wrap{flex-wrap:wrap}.tab-h\:items-center{align-items:center}.tab-h\:justify-start{justify-content:flex-start}.tab-h\:order-1{order:1}.tab-h\:order-2{order:2}.tab-h\:order-3{order:3}.tab-h\:h-auto{height:auto}.tab-h\:text-24{font-size:24px}.tab-h\:text-32\/34{font-size:32px;line-height:34px}.tab-h\:text-32\/36{font-size:32px;line-height:36px}.tab-h\:text-42\/48{font-size:42px;line-height:48px}.tab-h\:mx-0{margin-left:0;margin-right:0}.tab-h\:mx-auto{margin-left:auto;margin-right:auto}.tab-h\:mr-2{margin-right:.5rem}.tab-h\:mb-4{margin-bottom:1rem}.tab-h\:ml-4{margin-left:1rem}.tab-h\:mb-16{margin-bottom:4rem}.tab-h\:max-w-245{max-width:245px}.tab-h\:max-w-600{max-width:600px}.tab-h\:p-0{padding:0}.tab-h\:p-4{padding:1rem}.tab-h\:p-15{padding:15px}.tab-h\:px-0{padding-left:0;padding-right:0}.tab-h\:py-2{padding-top:2px;padding-bottom:2px}.tab-h\:px-5{padding-left:1.25rem;padding-right:1.25rem}.tab-h\:py-8{padding-top:2rem;padding-bottom:2rem}.tab-h\:px-12{padding-left:3rem;padding-right:3rem}.tab-h\:py-15{padding-top:15px;padding-bottom:15px}.tab-h\:px-15{padding-left:15px;padding-right:15px}.tab-h\:pr-0{padding-right:0}.tab-h\:pb-0{padding-bottom:0}.tab-h\:pt-5{padding-top:1.25rem}.tab-h\:pt-8{padding-top:2rem}.tab-h\:pb-8{padding-bottom:2rem}.tab-h\:pb-10{padding-bottom:2.5rem}.tab-h\:pb-15{padding-bottom:15px}.tab-h\:pb-16{padding-bottom:4rem}.tab-h\:text-center{text-align:center}.tab-h\:w-auto{width:auto}.tab-h\:w-1\/2{width:50%}.tab-h\:w-full{width:100%}}@media (max-width:991px){.md\:container{width:100%}.md\:border-none{border-style:none}.md\:border-t{border-top-width:1px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:h-160{height:160px}.md\:h-200{height:200px}.md\:h-344{height:344px}.md\:h-auto{height:auto}.md\:text-24{font-size:24px}.md\:text-48{font-size:48px}.md\:text-base24{font-size:16px;line-height:24px}.md\:text-xl{font-size:20px;line-height:24px}.md\:text-28\/32{font-size:28px;line-height:32px}.md\:text-32\/36{font-size:32px;line-height:36px}.md\:text-36\/42{font-size:36px;line-height:42px}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mt-0{margin-top:0}.md\:mr-0{margin-right:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-4{margin-top:1rem}.md\:mr-4{margin-right:1rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mb-8{margin-bottom:2rem}.md\:mr-10{margin-right:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-16{margin-bottom:4rem}.md\:ml-32{margin-left:8rem}.md\:-mt-6{margin-top:-1.5rem}.md\:-ml-6{margin-left:-1.5rem}.md\:-ml-12{margin-left:-3rem}.md\:-mt-32{margin-top:-8rem}.md\:max-w-400{max-width:400px}.md\:max-w-none{max-width:none}.md\:p-0{padding:0}.md\:px-0{padding-left:0;padding-right:0}.md\:py-2{padding-top:2px;padding-bottom:2px}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:px-15{padding-left:15px;padding-right:15px}.md\:pt-0{padding-top:0}.md\:pr-0{padding-right:0}.md\:pl-0{padding-left:0}.md\:pt-4{padding-top:1rem}.md\:pt-8{padding-top:2rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-12{padding-top:3rem}.md\:pr-16{padding-right:4rem}.md\:pl-16{padding-left:4rem}.md\:pt-24{padding-top:6rem}.md\:text-center{text-align:center}.md\:w-150{width:150px}.md\:w-1\/2{width:50%}.md\:w-3\/4{width:75%}.md\:w-full{width:100%}}@media (max-width:767px){.sm\:container{width:100%}.sm\:hidden{display:none}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:h-16{height:4rem}.sm\:h-344{height:344px}.sm\:h-auto{height:auto}.sm\:text-24{font-size:24px}.sm\:text-36{font-size:36px;line-height:36px;letter-spacing:.03px}.sm\:text-48{font-size:48px}.sm\:text-xs{font-size:12px}.sm\:text-sm{font-size:14px;line-height:22px}.sm\:text-base{font-size:16px}.sm\:text-lg{font-size:18px;line-height:23px}.sm\:text-xl{font-size:20px;line-height:24px}.sm\:text-24\/28{font-size:24px;line-height:28px}.sm\:text-28\/32{font-size:28px;line-height:32px}.sm\:text-32\/36{font-size:32px;line-height:36px}.sm\:text-42\/48{font-size:42px;line-height:48px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ml-0{margin-left:0}.sm\:mt-2{margin-top:.5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:-mb-32{margin-bottom:-8rem}.sm\:max-w-150{max-width:150px}.sm\:max-w-400{max-width:400px}.sm\:max-w-none{max-width:none}.sm\:p-8{padding:2rem}.sm\:p-15{padding:15px}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-15{padding-left:15px;padding-right:15px}.sm\:pr-0{padding-right:0}.sm\:pl-0{padding-left:0}.sm\:pr-2{padding-right:2px}.sm\:pl-2{padding-left:2px}.sm\:pt-4{padding-top:1rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-8{padding-top:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pl-8{padding-left:2rem}.sm\:pt-12{padding-top:3rem}.sm\:pl-12{padding-left:3rem}.sm\:pl-16{padding-left:4rem}.sm\:right-0{right:0}.sm\:bottom-0{bottom:0}.sm\:text-center{text-align:center}.sm\:w-13{width:13px}.sm\:w-42{width:42px}.sm\:w-1\/3{width:33.333333%}.sm\:w-4\/5{width:80%}.sm\:w-11\/12{width:91.666667%}.sm\:w-full{width:100%}}@media (max-width:600px){.sm-xs\:container{width:100%}}@media (max-width:575px){.mob-xl\:container{width:100%}.mob-xl\:border-none{border-style:none}.mob-xl\:flex-col{flex-direction:column}.mob-xl\:flex-wrap{flex-wrap:wrap}.mob-xl\:items-start{align-items:flex-start}.mob-xl\:items-center{align-items:center}.mob-xl\:justify-start{justify-content:flex-start}.mob-xl\:h-30{height:30px}.mob-xl\:h-50{height:50px}.mob-xl\:h-296{height:296px}.mob-xl\:text-base24{font-size:16px;line-height:24px}.mob-xl\:text-xl{font-size:20px;line-height:24px}.mob-xl\:text-32\/36{font-size:32px;line-height:36px}.mob-xl\:leading-tight{line-height:1.25}.mob-xl\:mt-4{margin-top:1rem}.mob-xl\:mr-4{margin-right:1rem}.mob-xl\:mb-8{margin-bottom:2rem}.mob-xl\:mb-16{margin-bottom:4rem}.mob-xl\:px-4{padding-left:1rem;padding-right:1rem}.mob-xl\:px-15{padding-left:15px;padding-right:15px}.mob-xl\:pb-12{padding-bottom:3rem}.mob-xl\:pb-15{padding-bottom:15px}.mob-xl\:pt-40{padding-top:10rem}.mob-xl\:w-30{width:30px}.mob-xl\:w-50{width:50px}.mob-xl\:w-auto{width:auto}.mob-xl\:w-1\/2{width:50%}.mob-xl\:w-full{width:100%}}@media (max-width:480px){.mob\:container{width:100%}.mob\:block{display:block}.mob\:flex-col{flex-direction:column}.mob\:flex-wrap{flex-wrap:wrap}.mob\:justify-center{justify-content:center}.mob\:h-230{height:230px}.mob\:h-auto{height:auto}.mob\:text-24{font-size:24px}.mob\:text-26{font-size:26px}.mob\:text-110{font-size:110px}.mob\:text-lg{font-size:18px;line-height:23px}.mob\:text-xl{font-size:20px;line-height:24px}.mob\:text-24\/28{font-size:24px;line-height:28px}.mob\:text-28\/32{font-size:28px;line-height:32px}.mob\:text-32\/36{font-size:32px;line-height:36px}.mob\:mx-auto{margin-left:auto;margin-right:auto}.mob\:mr-0{margin-right:0}.mob\:mb-8{margin-bottom:2rem}.mob\:mb-24{margin-bottom:6rem}.mob\:-mt-1{margin-top:-.25rem}.mob\:-mt-24{margin-top:-6rem}.mob\:max-w-200{max-width:200px}.mob\:min-h-150{min-height:150px}.mob\:p-45{padding:45px}.mob\:px-0{padding-left:0;padding-right:0}.mob\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.mob\:py-8{padding-top:2rem;padding-bottom:2rem}.mob\:px-15{padding-left:15px;padding-right:15px}.mob\:pl-0{padding-left:0}.mob\:pb-15{padding-bottom:15px}.mob\:pl-15{padding-left:15px}.mob\:text-center{text-align:center}.mob\:w-13{width:13px}.mob\:w-auto{width:auto}.mob\:w-full{width:100%}}@media (max-width:359px){.xs\:container{width:100%}.xs\:border-b-2{border-bottom-width:2px}.xs\:flex-col{flex-direction:column}.xs\:items-center{align-items:center}.xs\:h-200{height:200px}.xs\:text-xs{font-size:12px}.xs\:text-sm{font-size:14px;line-height:22px}.xs\:text-base{font-size:16px}.xs\:text-xl{font-size:20px;line-height:24px}.xs\:text-28\/32{font-size:28px;line-height:32px}.xs\:text-32\/34{font-size:32px;line-height:34px}.xs\:mx-auto{margin-left:auto;margin-right:auto}.xs\:px-0{padding-left:0;padding-right:0}.xs\:px-8{padding-right:2rem}.xs\:pl-8,.xs\:px-8{padding-left:2rem}.xs\:w-full{width:100%}}


/* home page  css start*/
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 .gform_heading h2.gform_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
	display:none;
}

.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=color], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=date], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=datetime-local], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=datetime], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=email], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=month], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=number], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=password], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=search], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=tel], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=text], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=time], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=url], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield input[type=week], 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield select, 
.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_1 .gfield textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    background-color: transparent;
    --border-opacity: 1;
    border: 1px solid #ededf4;
	color: #ededf4 !important;
}



.home-hero-form .home-hero-form-wrapper form input[type=color]::placeholder,
.home-hero-form .home-hero-form-wrapper form input[type=date]::placeholder,
.home-hero-form .home-hero-form-wrapper form input[type=datetime-local]::placeholder,
.home-hero-form .home-hero-form-wrapper form input[type=datetime]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=datetime]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=email]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=month]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=number]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=password]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=search]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=tel]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=text]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=time]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=url]::placeholder, 
.home-hero-form .home-hero-form-wrapper form input[type=week]::placeholder, 
.home-hero-form .home-hero-form-wrapper form select::placeholder, 
.home-hero-form .home-hero-form-wrapper form textarea::placeholder{
   color: #ededf4 !important;
}

.home-hero-form .home-hero-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
}

.home-hero-form .home-hero-form-wrapper .ginput_container.ginput_container_radio {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    background-color: transparent;
    --border-opacity: 1;
    border: 1px solid #ededf4;
    color: #ededf4 !important;
}

.home-hero-form .home-hero-form-wrapper div#input_28_10 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-hero-form .home-hero-form-wrapper #gform_wrapper_28 form .gform-body #gform_fields_28 .gfield {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
}


.home-hero-form .home-hero-form-wrapper #gform_28_validation_container {
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
    color: #000 !important;
}
.home-hero-form .home-hero-form-wrapper #gform_28_validation_container h2.gform_submission_error.hide_summary {
    color: #000000 !important;
}

.home-hero-form .home-hero-form-wrapper .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    font-size: 12px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 5px;
}
.home-hero-form .home-hero-form-wrapper  .gfield_description.instruction.validation_message {
	font-size: 12px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 5px;
}


.custom-green-box #gform_wrapper_29 .gform_heading h2.gform_title{
	font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
	display:none;
}

.custom-green-box form#gform_29input[type=color]::placeholder,
.custom-green-box form#gform_29input[type=date]::placeholder,
.custom-green-box form#gform_29input[type=datetime-local]::placeholder,
.custom-green-box form#gform_29input[type=datetime]::placeholder, 
.custom-green-box form#gform_29input[type=datetime]::placeholder, 
.custom-green-box form#gform_29input[type=email]::placeholder, 
.custom-green-box form#gform_29input[type=month]::placeholder, 
.custom-green-box form#gform_29input[type=number]::placeholder, 
.custom-green-box form#gform_29input[type=password]::placeholder, 
.custom-green-box form#gform_29input[type=search]::placeholder, 
.custom-green-box form#gform_29input[type=tel]::placeholder, 
.custom-green-box form#gform_29input[type=text]::placeholder, 
.custom-green-box form#gform_29input[type=time]::placeholder, 
.custom-green-box form#gform_29input[type=url]::placeholder, 
.custom-green-box form#gform_29input[type=week]::placeholder, 
.custom-green-box form#gform_29select::placeholder, 
.custom-green-box form#gform_29textarea::placeholder{
   color: #ededf4 !important;
}

.custom-green-box .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
}
.custom-green-box  .ginput_container.ginput_container_radio .gfield_radio {
	display: flex;
    gap: 10px;
    align-items: center;
	color: #fff;
}
.custom-green-box #gform_wrapper_29 form .gform-body #gform_fields_29 .gfield legend.gfield_label.gform-field-label {
    color: #ffffff !important;
}
.custom-green-box #gform_wrapper_29 form#gform_29.gform-body .gform_fields .gfield .ginput_container.ginput_container_radio{
	    border: 1px solid #fff !important;
}
.custom-green-box #gform_wrapper_29 form#gform_29.gform_footer {
    justify-content: start;
}
.custom-green-box #gform_wrapper_29 form .gform-body #gform_fields_29 .gfield {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #ffffff;
}

.custom-green-box #gform_29_validation_container {
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
    color: #000 !important;
}
.custom-green-box #gform_29_validation_container h2.gform_submission_error.hide_summary {
    color: #000000 !important;
}

.custom-green-box .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background-color: transparent;
    border: none;
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
}

.custom-green-box .gfield_description.instruction.validation_message {
	font-size: 12px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 5px;
}
