:root {
    --woocommerce: $woocommerce;
    --wc-green: $green;
    --wc-red: $red;
    --wc-orange: $orange;
    --wc-blue: $blue;
    --wc-primary: $primary;
    --wc-primary-text: $primarytext;
    --wc-secondary: $secondary;
    --wc-secondary-text: $secondarytext;
    --wc-highlight: $highlight;
    --wc-highligh-text: $highlightext;
    --wc-content-bg: $contentbg;
    --wc-subtext: $subtext
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size: 16px
}

*,
*::before,
*::after {
    box-sizing: inherit
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(36, 36, 36, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0072A8;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0072A8;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

select {
    word-wrap: normal
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 480px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

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

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

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-row {
        display: table-row !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 600px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 768px) {
    .d-sl-none {
        display: none !important
    }

    .d-sl-inline {
        display: inline !important
    }

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

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

    .d-sl-table {
        display: table !important
    }

    .d-sl-table-row {
        display: table-row !important
    }

    .d-sl-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 782px) {
    .d-md-none {
        display: none !important
    }

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

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

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 960px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

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

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1080px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

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

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1280px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

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

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

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1440px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

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

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

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1600px) {
    .d-xxxxl-none {
        display: none !important
    }

    .d-xxxxl-inline {
        display: inline !important
    }

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

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

    .d-xxxxl-table {
        display: table !important
    }

    .d-xxxxl-table-row {
        display: table-row !important
    }

    .d-xxxxl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

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

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 480px) {
    .m-xs-0 {
        margin: 0 !important
    }

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important
    }

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

    .m-xs-1 {
        margin: .25rem !important
    }

    .mt-xs-1,
    .my-xs-1 {
        margin-top: .25rem !important
    }

    .mr-xs-1,
    .mx-xs-1 {
        margin-right: .25rem !important
    }

    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: .25rem !important
    }

    .ml-xs-1,
    .mx-xs-1 {
        margin-left: .25rem !important
    }

    .m-xs-2 {
        margin: .5rem !important
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: .5rem !important
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-right: .5rem !important
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: .5rem !important
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-left: .5rem !important
    }

    .m-xs-3 {
        margin: 1rem !important
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important
    }

    .m-xs-4 {
        margin: 1.5rem !important
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important
    }

    .m-xs-5 {
        margin: 3rem !important
    }

    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important
    }

    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important
    }

    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important
    }

    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important
    }

    .p-xs-0 {
        padding: 0 !important
    }

    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important
    }

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important
    }

    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important
    }

    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important
    }

    .p-xs-1 {
        padding: .25rem !important
    }

    .pt-xs-1,
    .py-xs-1 {
        padding-top: .25rem !important
    }

    .pr-xs-1,
    .px-xs-1 {
        padding-right: .25rem !important
    }

    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: .25rem !important
    }

    .pl-xs-1,
    .px-xs-1 {
        padding-left: .25rem !important
    }

    .p-xs-2 {
        padding: .5rem !important
    }

    .pt-xs-2,
    .py-xs-2 {
        padding-top: .5rem !important
    }

    .pr-xs-2,
    .px-xs-2 {
        padding-right: .5rem !important
    }

    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: .5rem !important
    }

    .pl-xs-2,
    .px-xs-2 {
        padding-left: .5rem !important
    }

    .p-xs-3 {
        padding: 1rem !important
    }

    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important
    }

    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important
    }

    .p-xs-4 {
        padding: 1.5rem !important
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important
    }

    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important
    }

    .p-xs-5 {
        padding: 3rem !important
    }

    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important
    }

    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important
    }

    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important
    }

    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important
    }

    .m-xs-n1 {
        margin: -.25rem !important
    }

    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -.25rem !important
    }

    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -.25rem !important
    }

    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -.25rem !important
    }

    .m-xs-n2 {
        margin: -.5rem !important
    }

    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -.5rem !important
    }

    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -.5rem !important
    }

    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -.5rem !important
    }

    .m-xs-n3 {
        margin: -1rem !important
    }

    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -1rem !important
    }

    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -1rem !important
    }

    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -1rem !important
    }

    .m-xs-n4 {
        margin: -1.5rem !important
    }

    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -1.5rem !important
    }

    .m-xs-n5 {
        margin: -3rem !important
    }

    .mt-xs-n5,
    .my-xs-n5 {
        margin-top: -3rem !important
    }

    .mr-xs-n5,
    .mx-xs-n5 {
        margin-right: -3rem !important
    }

    .mb-xs-n5,
    .my-xs-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xs-n5,
    .mx-xs-n5 {
        margin-left: -3rem !important
    }

    .m-xs-auto {
        margin: auto !important
    }

    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important
    }

    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important
    }

    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important
    }

    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important
    }
}

@media (min-width: 600px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

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

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-sl-0 {
        margin: 0 !important
    }

    .mt-sl-0,
    .my-sl-0 {
        margin-top: 0 !important
    }

    .mr-sl-0,
    .mx-sl-0 {
        margin-right: 0 !important
    }

    .mb-sl-0,
    .my-sl-0 {
        margin-bottom: 0 !important
    }

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

    .m-sl-1 {
        margin: .25rem !important
    }

    .mt-sl-1,
    .my-sl-1 {
        margin-top: .25rem !important
    }

    .mr-sl-1,
    .mx-sl-1 {
        margin-right: .25rem !important
    }

    .mb-sl-1,
    .my-sl-1 {
        margin-bottom: .25rem !important
    }

    .ml-sl-1,
    .mx-sl-1 {
        margin-left: .25rem !important
    }

    .m-sl-2 {
        margin: .5rem !important
    }

    .mt-sl-2,
    .my-sl-2 {
        margin-top: .5rem !important
    }

    .mr-sl-2,
    .mx-sl-2 {
        margin-right: .5rem !important
    }

    .mb-sl-2,
    .my-sl-2 {
        margin-bottom: .5rem !important
    }

    .ml-sl-2,
    .mx-sl-2 {
        margin-left: .5rem !important
    }

    .m-sl-3 {
        margin: 1rem !important
    }

    .mt-sl-3,
    .my-sl-3 {
        margin-top: 1rem !important
    }

    .mr-sl-3,
    .mx-sl-3 {
        margin-right: 1rem !important
    }

    .mb-sl-3,
    .my-sl-3 {
        margin-bottom: 1rem !important
    }

    .ml-sl-3,
    .mx-sl-3 {
        margin-left: 1rem !important
    }

    .m-sl-4 {
        margin: 1.5rem !important
    }

    .mt-sl-4,
    .my-sl-4 {
        margin-top: 1.5rem !important
    }

    .mr-sl-4,
    .mx-sl-4 {
        margin-right: 1.5rem !important
    }

    .mb-sl-4,
    .my-sl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sl-4,
    .mx-sl-4 {
        margin-left: 1.5rem !important
    }

    .m-sl-5 {
        margin: 3rem !important
    }

    .mt-sl-5,
    .my-sl-5 {
        margin-top: 3rem !important
    }

    .mr-sl-5,
    .mx-sl-5 {
        margin-right: 3rem !important
    }

    .mb-sl-5,
    .my-sl-5 {
        margin-bottom: 3rem !important
    }

    .ml-sl-5,
    .mx-sl-5 {
        margin-left: 3rem !important
    }

    .p-sl-0 {
        padding: 0 !important
    }

    .pt-sl-0,
    .py-sl-0 {
        padding-top: 0 !important
    }

    .pr-sl-0,
    .px-sl-0 {
        padding-right: 0 !important
    }

    .pb-sl-0,
    .py-sl-0 {
        padding-bottom: 0 !important
    }

    .pl-sl-0,
    .px-sl-0 {
        padding-left: 0 !important
    }

    .p-sl-1 {
        padding: .25rem !important
    }

    .pt-sl-1,
    .py-sl-1 {
        padding-top: .25rem !important
    }

    .pr-sl-1,
    .px-sl-1 {
        padding-right: .25rem !important
    }

    .pb-sl-1,
    .py-sl-1 {
        padding-bottom: .25rem !important
    }

    .pl-sl-1,
    .px-sl-1 {
        padding-left: .25rem !important
    }

    .p-sl-2 {
        padding: .5rem !important
    }

    .pt-sl-2,
    .py-sl-2 {
        padding-top: .5rem !important
    }

    .pr-sl-2,
    .px-sl-2 {
        padding-right: .5rem !important
    }

    .pb-sl-2,
    .py-sl-2 {
        padding-bottom: .5rem !important
    }

    .pl-sl-2,
    .px-sl-2 {
        padding-left: .5rem !important
    }

    .p-sl-3 {
        padding: 1rem !important
    }

    .pt-sl-3,
    .py-sl-3 {
        padding-top: 1rem !important
    }

    .pr-sl-3,
    .px-sl-3 {
        padding-right: 1rem !important
    }

    .pb-sl-3,
    .py-sl-3 {
        padding-bottom: 1rem !important
    }

    .pl-sl-3,
    .px-sl-3 {
        padding-left: 1rem !important
    }

    .p-sl-4 {
        padding: 1.5rem !important
    }

    .pt-sl-4,
    .py-sl-4 {
        padding-top: 1.5rem !important
    }

    .pr-sl-4,
    .px-sl-4 {
        padding-right: 1.5rem !important
    }

    .pb-sl-4,
    .py-sl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sl-4,
    .px-sl-4 {
        padding-left: 1.5rem !important
    }

    .p-sl-5 {
        padding: 3rem !important
    }

    .pt-sl-5,
    .py-sl-5 {
        padding-top: 3rem !important
    }

    .pr-sl-5,
    .px-sl-5 {
        padding-right: 3rem !important
    }

    .pb-sl-5,
    .py-sl-5 {
        padding-bottom: 3rem !important
    }

    .pl-sl-5,
    .px-sl-5 {
        padding-left: 3rem !important
    }

    .m-sl-n1 {
        margin: -.25rem !important
    }

    .mt-sl-n1,
    .my-sl-n1 {
        margin-top: -.25rem !important
    }

    .mr-sl-n1,
    .mx-sl-n1 {
        margin-right: -.25rem !important
    }

    .mb-sl-n1,
    .my-sl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sl-n1,
    .mx-sl-n1 {
        margin-left: -.25rem !important
    }

    .m-sl-n2 {
        margin: -.5rem !important
    }

    .mt-sl-n2,
    .my-sl-n2 {
        margin-top: -.5rem !important
    }

    .mr-sl-n2,
    .mx-sl-n2 {
        margin-right: -.5rem !important
    }

    .mb-sl-n2,
    .my-sl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sl-n2,
    .mx-sl-n2 {
        margin-left: -.5rem !important
    }

    .m-sl-n3 {
        margin: -1rem !important
    }

    .mt-sl-n3,
    .my-sl-n3 {
        margin-top: -1rem !important
    }

    .mr-sl-n3,
    .mx-sl-n3 {
        margin-right: -1rem !important
    }

    .mb-sl-n3,
    .my-sl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sl-n3,
    .mx-sl-n3 {
        margin-left: -1rem !important
    }

    .m-sl-n4 {
        margin: -1.5rem !important
    }

    .mt-sl-n4,
    .my-sl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sl-n4,
    .mx-sl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sl-n4,
    .my-sl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sl-n4,
    .mx-sl-n4 {
        margin-left: -1.5rem !important
    }

    .m-sl-n5 {
        margin: -3rem !important
    }

    .mt-sl-n5,
    .my-sl-n5 {
        margin-top: -3rem !important
    }

    .mr-sl-n5,
    .mx-sl-n5 {
        margin-right: -3rem !important
    }

    .mb-sl-n5,
    .my-sl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sl-n5,
    .mx-sl-n5 {
        margin-left: -3rem !important
    }

    .m-sl-auto {
        margin: auto !important
    }

    .mt-sl-auto,
    .my-sl-auto {
        margin-top: auto !important
    }

    .mr-sl-auto,
    .mx-sl-auto {
        margin-right: auto !important
    }

    .mb-sl-auto,
    .my-sl-auto {
        margin-bottom: auto !important
    }

    .ml-sl-auto,
    .mx-sl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 782px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

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

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 960px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1080px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1280px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxxl-0 {
        margin: 0 !important
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }

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

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxxl-n3 {
        margin: -1rem !important
    }

    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxxl-n5 {
        margin: -3rem !important
    }

    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxxxl-0 {
        margin: 0 !important
    }

    .mt-xxxxl-0,
    .my-xxxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxxl-0,
    .mx-xxxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxxl-0,
    .my-xxxxl-0 {
        margin-bottom: 0 !important
    }

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

    .m-xxxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxxl-1,
    .my-xxxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxxl-1,
    .mx-xxxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxxl-1,
    .my-xxxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxxl-1,
    .mx-xxxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxxl-2,
    .my-xxxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxxl-2,
    .mx-xxxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxxl-2,
    .my-xxxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxxl-2,
    .mx-xxxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxxl-3,
    .my-xxxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxxl-3,
    .mx-xxxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxxl-3,
    .my-xxxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxxl-3,
    .mx-xxxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxxl-4,
    .my-xxxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxxl-4,
    .mx-xxxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxxl-4,
    .my-xxxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxxl-4,
    .mx-xxxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxxl-5,
    .my-xxxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxxl-5,
    .mx-xxxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxxl-5,
    .my-xxxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxxl-5,
    .mx-xxxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxxl-0 {
        padding: 0 !important
    }

    .pt-xxxxl-0,
    .py-xxxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxxl-0,
    .px-xxxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxxl-0,
    .py-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxxl-0,
    .px-xxxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxxl-1,
    .py-xxxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxxl-1,
    .px-xxxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxxl-1,
    .py-xxxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxxl-1,
    .px-xxxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxxl-2,
    .py-xxxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxxl-2,
    .px-xxxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxxl-2,
    .py-xxxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxxl-2,
    .px-xxxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxxl-3,
    .py-xxxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxxl-3,
    .px-xxxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxxl-3,
    .py-xxxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxxl-3,
    .px-xxxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxxl-4,
    .py-xxxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxxl-4,
    .px-xxxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxxl-4,
    .py-xxxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxxl-4,
    .px-xxxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxxl-5,
    .py-xxxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxxl-5,
    .px-xxxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxxl-5,
    .py-xxxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxxl-5,
    .px-xxxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxxxl-n1,
    .my-xxxxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxxxl-n1,
    .mx-xxxxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxxxl-n1,
    .my-xxxxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxxxl-n1,
    .mx-xxxxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxxxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxxxl-n2,
    .my-xxxxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxxxl-n2,
    .mx-xxxxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxxxl-n2,
    .my-xxxxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxxxl-n2,
    .mx-xxxxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxxxl-n3 {
        margin: -1rem !important
    }

    .mt-xxxxl-n3,
    .my-xxxxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxxxl-n3,
    .mx-xxxxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxxxl-n3,
    .my-xxxxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxxxl-n3,
    .mx-xxxxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxxxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxxxl-n4,
    .my-xxxxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxxxl-n4,
    .mx-xxxxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxxxl-n4,
    .my-xxxxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxxl-n4,
    .mx-xxxxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxxxl-n5 {
        margin: -3rem !important
    }

    .mt-xxxxl-n5,
    .my-xxxxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxxxl-n5,
    .mx-xxxxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxxxl-n5,
    .my-xxxxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxxxl-n5,
    .mx-xxxxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxxxl-auto {
        margin: auto !important
    }

    .mt-xxxxl-auto,
    .my-xxxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxxl-auto,
    .mx-xxxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxxl-auto,
    .my-xxxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxxl-auto,
    .mx-xxxxl-auto {
        margin-left: auto !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands X Twitter';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400-x-twitter.woff2") format("woff2"), url("../fonts/fa-brands-400-x-twitter.woff") format("woff")
}

.fab.fa-twitter {
    font-family: 'Font Awesome 5 Brands X Twitter';
    font-weight: 400
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

html.toggle-main-nav {
    max-width: calc(100vw - var(--sw))
}

html.toggle-main-nav,
html.toggle-main-nav body {
    overflow: hidden
}

body {
    color: #666;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875
}

body .is-dark-theme.has-background-dim,
body .has-black-background-color,
body .has-myrgroup-blue-background-color,
body .has-myrgroup-gray-dark-background-color,
body .has-myrgroup-gray-medium-background-color {
    color: #fff
}

a {
    color: #0072A8;
    text-decoration: none;
    transition: color 275ms ease-out
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement {
    padding-top: 19.5px !important;
    padding-bottom: 19.5px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
    background-color: #0072A8;
    color: #fff
}

.has-myrgroup-blue-background-color .frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
    background-color: #fff;
    color: #0072A8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
    color: inherit
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message a {
    color: inherit;
    text-decoration: underline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled>input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled>input[type="checkbox"]+label {
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled>input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid currentcolor;
    border-radius: 0;
    width: 16px;
    height: 16px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled>input[type="checkbox"]+label:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 5px;
    background-color: var(--wp--preset--color--myrgroup-blue);
    border-radius: 0;
    width: 8px;
    height: 8px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 275ms ease-out, transform 275ms ease-out
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled>input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled>input[type="radio"]+label {
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled>input[type="radio"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #0072A8;
    border-radius: 8px;
    width: 16px;
    height: 16px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled>input[type="radio"]+label:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    background-color: #666;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 275ms ease-out, transform 275ms ease-out
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
    text-transform: uppercase
}

.frm_forms.with_frm_style.frm_style_formidable-style select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU1IiBoZWlnaHQ9IjQuMjgiIHZpZXdCb3g9IjAgMCA3LjU1IDQuMjgiPjxkZWZzLz48cGF0aCBmaWxsPSIjMjQyNDI0IiBkPSJNOTIwLDExODYuOGEuNTEuNTEsMCwwLDEsLjM2Ljg3bC0zLjI3LDMuMjdhLjUxLjUxLDAsMCwxLS43MiwwbC0zLjI2LTMuMjdhLjUxLjUxLDAsMCwxLC4zNi0uODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEyLjk5IC0xMTg2LjgpIi8+PC9zdmc+");
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
    background-size: 7.55px 4.28px;
    -webkit-appearance: none;
    padding: 10px 40px 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style select option {
    text-transform: uppercase
}

.frm_forms.with_frm_style.frm_style_formidable-style .placeholder {
    color: #242424
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_inline_box {
    color: #fff
}

.frm_forms#frm_form_2_container {
    padding-top: 120px;
    transform: translateY(-120px)
}

.frm_forms#frm_form_2_container .frm_message {
    color: #666;
    background-color: transparent;
    padding: 0
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameError {
    margin-bottom: 20px;
    background-color: #0072A8;
    padding: 20px;
    color: #fff
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameError * {
    color: inherit
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameError>*:last-child {
    margin-bottom: 0
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameError.error {
    background-color: #b94a48
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameError ul {
    padding-left: 20px
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameWrapper.processing {
    opacity: 0.5;
    pointer-events: none
}

@media (min-width: 768px) {
    .frm_forms#frm_form_2_container .frm_message #hpf_secureFrameInfo {
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        justify-content: stretch
    }
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameInfo .info-row-wrapper {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .frm_forms#frm_form_2_container .frm_message #hpf_secureFrameInfo .info-row-wrapper {
        flex-grow: 1;
        padding: 0 15px;
        flex-basis: 50%;
        max-width: 50%
    }
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameInfo .info-row-wrapper .label {
    display: block;
    color: #0072A8;
    font-family: industry, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrameInfo .info-row-wrapper .value {
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    line-height: 1.3;
    font-family: #666;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 10px 0;
    width: 100%
}

.frm_forms#frm_form_2_container .frm_message #hpf_secureFrame {
    width: 100%;
    min-height: 810px;
    height: 810px;
    border: none;
    background-color: transparent
}

.frm_forms#frm_form_2_container .frm_submit {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.cvv2-info-wrapper {
    background-color: #fff;
    max-width: 600px;
    padding: 30px
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search],
.frm_forms.with_frm_style.frm_style_formidable-style select,
.frm_forms.with_frm_style.frm_style_formidable-style textarea,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone],
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
    color: #242424;
    color: var(--text-color);
    background-color: #fff;
    background-color: var(--bg-color);
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    border-radius: 0;
    border-radius: var(--border-radius);
    width: 100%;
    width: var(--field-width);
    max-width: 100%;
    font-size: 13px;
    font-size: var(--field-font-size);
    padding: 10px 15px;
    padding: var(--field-pad);
    box-sizing: border-box;
    outline: none;
    font-weight: 600;
    font-weight: var(--field-weight);
    box-shadow: none;
    box-shadow: var(--box-shadow);
    letter-spacing: .1em
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style::-moz-placeholder {
    color: #b6b6b6;
    text-transform: uppercase
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style:-ms-input-placeholder {
    color: #b6b6b6;
    text-transform: uppercase
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style::placeholder {
    color: #b6b6b6;
    text-transform: uppercase
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style:focus::-moz-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style:focus::-moz-placeholder {
    color: #f0f0f0
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style:focus:-ms-input-placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style:focus:-ms-input-placeholder {
    color: #f0f0f0
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style select:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=phone]:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style:focus::placeholder,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style:focus::placeholder {
    color: #f0f0f0
}

.frm_forms.with_frm_style.frm_style_formidable-style div.description,
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_description,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form>div.frm_description,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error,
.frm_forms.with_frm_style.frm_style_formidable-style p.description {
    padding: 0 0 7px 0;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    color: #b6b6b6;
    font-weight: 300;
    text-align: left;
    font-style: italic;
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
    width: auto;
    height: auto;
    background: transparent;
    border-width: 1px;
    border-color: #0072A8;
    border-style: solid;
    text-shadow: none;
    box-sizing: border-box;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #0072A8;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    min-width: 180px;
    color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 30px;
    overflow: hidden;
    position: relative;
    transform: scale(1);
    transition: border-color 275ms ease-out, color 275ms ease-out
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:hover,
.frm_forms.with_frm_style.frm_style_formidable-style input:hover[type=submit],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input:hover[type=button],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input:focus[type=submit],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input:focus[type=button],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus {
    color: #fff;
    text-decoration: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:focus:before,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:focus:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:focus:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:focus:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:focus:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus:before {
    transform: translateY(0)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:before,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:before {
    content: '';
    display: block;
    background-color: #0072A8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 275ms ease-out;
    z-index: -1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style:after,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:after,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:after,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:after,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:after,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message:after {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-color: transparent;
    border-right: 10px solid #0072A8;
    border-left: 10px solid #0072A8
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover {
    background-color: #0072A8;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:focus {
    background-color: #0072A8;
    color: #fff;
    outline: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style {
    margin: 5px 0 15px;
    border: none;
    background-color: #0072A8;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style legend+h3,
.frm_forms.with_frm_style.frm_style_formidable-style h3.frm_form_title {
    font-size: 40px;
    font-size: var(--title-size);
    color: #666;
    color: var(--title-color);
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    margin-top: 10px;
    margin-top: var(--title-margin-top);
    margin-bottom: 60px;
    margin-bottom: var(--title-margin-bottom)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it {
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    color: #666;
    color: var(--form-desc-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search],
.frm_forms.with_frm_style.frm_style_formidable-style select,
.frm_forms.with_frm_style.frm_style_formidable-style textarea,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement {
    font-family: var(--font);
    font-size: 13px;
    font-size: var(--field-font-size);
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox] {
    border-color: #0072A8;
    border-color: var(--border-color);
    box-shadow: none;
    box-shadow: var(--box-shadow)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=number],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style input[type=search],
.frm_forms.with_frm_style.frm_style_formidable-style select,
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file],
.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement {
    height: 60px;
    height: var(--field-height);
    line-height: 1.3
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=file],
.frm_forms.with_frm_style.frm_style_formidable-style .input.frm_transparent[type=file]:focus {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style input[disabled],
.frm_forms.with_frm_style.frm_style_formidable-style select[disabled],
.frm_forms.with_frm_style.frm_style_formidable-style textarea[disabled],
.frm_forms.with_frm_style.frm_style_formidable-style input[readonly],
.frm_forms.with_frm_style.frm_style_formidable-style select[readonly],
.frm_forms.with_frm_style.frm_style_formidable-style textarea[readonly] {
    background-color: #f0f0f0;
    background-color: var(--bg-color-disabled);
    color: #b6b6b6;
    color: var(--text-color-disabled);
    border-color: #b6b6b6;
    border-color: var(--border-color-disabled)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_top,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_top_container .frm_primary_label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
    display: block;
    float: none;
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container .frm_primary_label {
    display: inline;
    float: right;
    margin-left: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus {
    cursor: not-allowed;
    color: transparent;
    outline: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page::before,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
    background-color: #fff;
    border-color: #579af6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
    width: auto;
    font-family: urw-din, sans-serif;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #579af6;
    border-width: 1px;
    border-color: #579af6;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 0;
    border-radius: var(--border-radius);
    text-shadow: none;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
    color: #444;
    background-color: #fff;
    border-color: #b94a48;
    border-width: 1px;
    border-style: solid
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style,
.frm_forms.with_frm_style.frm_style_formidable-style .form-field input:not([type=file]):focus,
.frm_forms.with_frm_style.frm_style_formidable-style textarea:focus,
.frm_forms.with_frm_style.frm_style_formidable-style select:focus,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=number],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=search],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field .frm-card-element.StripeElement,
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices {
    background-color: #fff;
    background-color: var(--bg-color-active);
    border-color: #0072A8;
    border-color: var(--border-color-active);
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit::before,
.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_top .frm_submit::before {
    content: "before";
    font-family: urw-din, sans-serif;
    font-size: 15px;
    color: #3f4b5b;
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
    visibility: hidden
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field :invalid,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=text],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=password],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=url],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=tel],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=number],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=email],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field textarea,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field select,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .mce-edit-area iframe,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-g-recaptcha iframe,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .g-recaptcha iframe,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-card-element.StripeElement,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-single .chosen-single {
    color: #444;
    background-color: #fff;
    border-color: #b94a48;
    border-width: 1px;
    border-style: solid
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea {
    color: #555;
    background-color: transparent;
    border: none;
    display: inline;
    width: auto;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:hover {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label {
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    font-size: 13px;
    font-size: var(--check-font-size);
    color: #666;
    color: var(--check-label-color);
    font-weight: normal;
    font-weight: var(--check-weight)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox] {
    font-size: 13px;
    font-size: var(--check-font-size);
    position: static;
    flex: none;
    display: inline-block;
    margin: 4px 5px 0 0;
    width: auto;
    border: none;
    vertical-align: baseline;
    position: initial
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label .frm_file_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label .frm_file_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_file_container .frm_file_link {
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid td,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid th {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-top: none;
    border-left: none;
    border-right: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th,
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table td {
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    padding: 20px;
    border-color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm12,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full select,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full textarea,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full>input:not([type='checkbox']):not([type='radio']):not([type='button']) {
    width: 100% !important;
    grid-column: span 12/span 12;
    box-sizing: border-box
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_last {
    grid-column-end: -1;
    grid-row-start: span 100;
    justify-content: end
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
    display: grid;
    grid-template-columns: 25% auto;
    width: 100%;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_primary_label,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label {
    margin-right: 10px;
    grid-row: span 2/span 2;
    padding-top: 4px
}

@font-face {
    font-family: s11-fp;
    src: url("../../../../plugins/formidable/fonts/s11-fpbea6.ttf?v=7") format("truetype"), url("../../../../plugins/formidable/fonts/s11-fpbea6.woff?v=7") format("woff"), url("../../../../plugins/formidable/fonts/s11-fpbea6.svg?v=7#s11-fp") format("svg");
    font-weight: normal;
    font-style: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style {
    --form-width: 100%;
    --form-align: left;
    --direction: ltr;
    --fieldset: 0px;
    --fieldset-color: #242424;
    --fieldset-padding: 0 0 15px 0;
    --fieldset-bg-color: rgba(0, 0, 0, 0);
    --title-size: 40px;
    --title-color: #666;
    --title-margin-top: 10px;
    --title-margin-bottom: 60px;
    --form-desc-size: 16px;
    --form-desc-color: #666;
    --form-desc-margin-top: 10px;
    --form-desc-margin-bottom: 25px;
    --font: urw-din, sans-serif;
    --font-size: 16px;
    --weight: 600;
    --position: none;
    --align: left;
    --width: 150px;
    --required-color: #0072A8;
    --required-weight: 600;
    --label-padding: 0 0 7px 0;
    --label-color: #0072A8;
    --label-font: industry, sans-serif;
    --label-weight: 600;
    --description-font-size: 13px;
    --description-color: #666;
    --description-weight: normal;
    --description-style: normal;
    --description-align: left;
    --description-margin: 0;
    --field-font-size: 13px;
    --field-height: 60px;
    --line-height: 60px;
    --field-width: 100%;
    --auto-width: 100%;
    --field-pad: 10px 15px;
    --field-margin: 20px;
    --field-weight: 600;
    --text-color: #242424;
    --border-color: #0072A8;
    --field-border-width: 1px;
    --field-border-style: solid;
    --bg-color: #fff;
    --bg-color-active: #fff;
    --border-color-active: #0072A8;
    --text-color-error: #0072A8;
    --bg-color-error: #fff;
    --border-color-error: #0072A8;
    --border-width-error: 1px;
    --border-style-error: solid;
    --bg-color-disabled: #f0f0f0;
    --border-color-disabled: #b6b6b6;
    --text-color-disabled: #b6b6b6;
    --radio-align: block;
    --check-align: block;
    --check-font-size: 13px;
    --check-label-color: #666;
    --check-weight: normal;
    --section-font-size: 18px;
    --section-color: #666;
    --section-weight: bold;
    --section-pad: 15px 0 3px 0;
    --section-mar-top: 15px;
    --section-mar-bottom: 30px;
    --section-bg-color: rgba(0, 0, 0, 0);
    --section-border-color: #0072A8;
    --section-border-width: 2px;
    --section-border-style: solid;
    --section-border-loc: -top;
    --collapse-pos: after;
    --submit-font-size: 15px;
    --submit-width: auto;
    --submit-height: auto;
    --submit-bg-color: #0072A8;
    --submit-border-color: #0072A8;
    --submit-border-width: 1px;
    --submit-text-color: #fff;
    --submit-weight: normal;
    --submit-border-radius: 0;
    --submit-margin: 10px;
    --submit-padding: 10px 20px;
    --submit-shadow-color: rgba(0, 0, 0, 0);
    --submit-hover-bg-color: #0072A8;
    --submit-hover-color: #fff;
    --submit-hover-border-color: #0072A8;
    --submit-active-bg-color: #0072A8;
    --submit-active-color: #fff;
    --submit-active-border-color: #0072A8;
    --border-radius: 0;
    --error-bg: #0072A8;
    --error-border: #0072A8;
    --error-text: #fff;
    --error-font-size: 16px;
    --success-bg-color: #0072A8;
    --success-border-color: #0072A8;
    --success-text-color: #fff;
    --success-font-size: 16px;
    --progress-bg-color: #0072A8;
    --progress-active-color: #fff;
    --progress-active-bg-color: #0072A8;
    --progress-color: #666;
    --progress-border-color: #0072A8;
    --progress-border-size: 1px;
    --progress-size: 30px;
    --toggle-font-size: 15px;
    --toggle-on-color: #0072A8;
    --toggle-off-color: #0072A8;
    --slider-font-size: 24px;
    --slider-color: #fff;
    --slider-bar-color: #0072A8;
    --date-head-bg-color: #0072A8;
    --date-head-color: #fff;
    --date-band-color: #0072A8;
    --box-shadow: none;
    --progress-border-color-b: #0072A8;
    --image-size: 150px;
    text-align: left;
    text-align: var(--form-align);
    max-width: 100%;
    direction: ltr
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_button {
    text-decoration: none !important;
    border: 1px solid #eee;
    display: inline-block;
    padding: 10px 20px;
    padding: var(--submit-padding);
    border-radius: 0;
    border-radius: var(--border-radius);
    font-size: 15px;
    font-size: var(--submit-font-size);
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    font-weight: normal;
    font-weight: var(--submit-weight);
    color: #fff;
    color: var(--submit-text-color);
    background: #0072A8;
    background: var(--submit-bg-color);
    border-width: 1px;
    border-width: var(--submit-border-width);
    border-color: #0072A8;
    border-color: var(--submit-border-color);
    height: auto;
    height: var(--submit-height)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_inverse {
    color: #0072A8;
    color: var(--submit-bg-color);
    background: #fff;
    background: var(--submit-text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_button .frm_icon_font:before {
    font-size: 15px;
    font-size: var(--submit-font-size)
}

.frm_forms.with_frm_style.frm_style_formidable-style form {
    text-align: left;
    text-align: var(--form-align)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form div.frm_description p {
    text-align: left;
    text-align: var(--form-align);
    font-size: 16px;
    font-size: var(--form-desc-size);
    color: #666;
    color: var(--form-desc-color);
    margin-top: 10px;
    margin-top: var(--form-desc-margin-top);
    margin-bottom: 25px;
    margin-bottom: var(--form-desc-margin-bottom)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_color_block.frm_section_heading h3 {
    border-width: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
    padding: 15px 0 3px;
    margin: 0;
    font-size: 18px;
    font-size: var(--section-font-size);
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    font-weight: bold;
    font-weight: var(--section-weight);
    color: #666;
    color: var(--section-color);
    border: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--section-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style fieldset {
    min-width: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style fieldset fieldset {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields {
    opacity: 1;
    transition: opacity 0.1s linear
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields>fieldset {
    border-width: 0px;
    border-width: var(--fieldset);
    border-style: solid;
    border-color: #242424;
    border-color: var(--fieldset-color);
    margin: 0;
    padding: 0 0 15px 0;
    padding: var(--fieldset-padding);
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--fieldset-bg-color);
    font-family: var(--font)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_doing_ajax {
    opacity: .5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field {
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container {
    font-size: 16px;
    font-size: var(--form-desc-size)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it {
    font-size: 13px;
    font-size: var(--field-font-size);
    font-weight: 600;
    font-weight: var(--field-weight)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_required {
    color: #0072A8;
    color: var(--required-color);
    font-weight: 600;
    font-weight: var(--required-weight)
}

.frm_forms.with_frm_style.frm_style_formidable-style select {
    width: 100%;
    width: var(--auto-width);
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style select.auto_width {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style select.frm_time_select {
    white-space: pre;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea {
    vertical-align: top;
    height: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea.auto_width {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container {
    font-size: 13px;
    font-size: var(--field-font-size);
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 100% !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container * {
    box-sizing: border-box
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #a1a1a1;
    border-top: 0;
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container a {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results {
    cursor: text;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li:before {
    background: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li span {
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.highlighted {
    background-color: #2568c4;
    background-image: linear-gradient(#2568c4 20%, #2a62bc 90%);
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #a1a1a1;
    background-color: #fff;
    cursor: text
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0 !important;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: urw-din, sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 1px 5px 1px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #a1a1a1;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #444;
    line-height: 13px;
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #eaeaea;
    background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
    color: #666
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d3d3d3
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div b {
    background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 0 2px;
    display: block;
    width: 100%;
    height: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
    color: #999
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: urw-din, sans-serif;
    line-height: normal;
    border-radius: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 0 0;
    background-clip: padding-box
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single {
    border: 1px solid #579af6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #a1a1a1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=file] {
    color: #242424;
    color: var(--text-color);
    padding: 0;
    font-family: var(--font);
    font-size: 13px;
    font-size: var(--field-font-size);
    display: initial
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=file].frm_transparent {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
    height: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-wrap {
    width: 100%;
    width: var(--field-width);
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container {
    border: 1px solid #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container textarea {
    border: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .mceIframeContainer {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
    max-width: 100%;
    font-family: industry, sans-serif;
    font-family: var(--label-font);
    font-size: 16px;
    font-size: var(--font-size);
    font-weight: 600;
    font-weight: var(--label-weight);
    line-height: 1.2;
    color: #0072A8;
    color: var(--label-color);
    text-align: left;
    text-align: var(--align);
    padding: 0 0 7px 0;
    padding: var(--label-padding);
    margin: 0;
    width: auto;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container .frm_primary_label {
    margin-right: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_primary_label {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_opt_container {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_primary_label {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_opt_container {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_primary_label {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_opt_container {
    margin-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_center {
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_hidden {
    visibility: hidden;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container .frm_primary_label {
    opacity: 0;
    transition: opacity 0.1s linear
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container label.frm_visible {
    opacity: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_description {
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
    height: auto;
    line-height: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_2 {
    margin-left: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_3 {
    margin-left: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_4 {
    margin-left: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_5 {
    margin-left: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .auto_width input {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .auto_width #loginform input {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_buttons {
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=submit] {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button] {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit .frm_message {
    flex: 1;
    margin: 0;
    padding-left: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success.frm_alignright_success .frm_submit .frm_message {
    text-align: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_ajax_loading {
    visibility: visible !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_ajax_loading {
    visibility: visible !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio {
    display: block;
    display: var(--radio-align)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label {
    display: inline;
    white-space: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio] {
    border-radius: 50%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox {
    display: block;
    display: var(--check-align)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label {
    display: inline;
    white-space: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox] {
    border-radius: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style :invalid {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style :-moz-submit-invalid {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style :-moz-ui-invalid {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
    border-radius: 0;
    border-radius: var(--border-radius);
    padding: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style img {
    padding-right: 10px;
    vertical-align: middle;
    border: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger span {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
    border-radius: var(--border-radius);
    padding: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
    margin-bottom: 5px;
    color: #fff;
    color: var(--success-text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
    border-color: #0072A8;
    border-color: var(--border-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_primary_label {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_primary_label {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_primary_label {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox {
    float: right !important;
    margin-right: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox label input {
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_2 {
    margin-right: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_3 {
    margin-right: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_4 {
    margin-right: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_5 {
    margin-right: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_form_fields .star-rating {
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl div>.frm_time_select {
    margin-right: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
    clear: both;
    margin-bottom: 0 !important;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-left: none;
    border-right: none;
    border-top: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid.frm_blank_field {
    background-color: #0072A8;
    background-color: var(--error-bg);
    border-color: #0072A8;
    border-color: var(--error-bg)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
    clear: both;
    margin-bottom: 0 !important;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-left: none;
    border-right: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first.frm_blank_field {
    background-color: #0072A8;
    background-color: var(--error-bg);
    border-color: #0072A8;
    border-color: var(--error-bg)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
    clear: both;
    margin-bottom: 0 !important;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-left: none;
    border-right: none;
    border-top: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd.frm_blank_field {
    background-color: #0072A8;
    background-color: var(--error-bg);
    border-color: #0072A8;
    border-color: var(--error-bg)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_time_wrap {
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec {
    margin-bottom: 20px;
    margin-bottom: var(--field-margin);
    margin-top: 20px;
    margin-top: var(--field-margin);
    padding-bottom: 15px;
    border-bottom: 2px solid #eaeaea;
    border-bottom-width: 2px;
    border-bottom-width: var(--section-border-width);
    border-bottom-style: solid;
    border-bottom-style: var(--section-border-style);
    border-color: #0072A8;
    border-color: var(--section-border-color);
    position: relative
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline {
    clear: both;
    position: relative
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container+.frm_inline_box {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group>select {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group>input {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre>select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre>input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-container-multi .chosen-choices {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post>select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post>input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-container-multi .chosen-choices {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .frm_inline_box:first-child {
    margin-right: -1px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group select+.frm_inline_box {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group input+.frm_inline_box {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 90%;
    padding: 0 10px;
    color: #666;
    color: var(--progress-color);
    border: 1px solid #bfc3c8;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    background-color: #0072A8;
    background-color: var(--progress-bg-color);
    border-radius: 0;
    border-radius: var(--border-radius);
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_total input {
    background-color: transparent;
    border: none;
    width: auto;
    box-shadow: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_total .frm_inline_box {
    background-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
    color: #242424;
    color: var(--text-color);
    padding: 0 3px 0 1px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big input {
    background-color: transparent;
    border: none;
    width: auto;
    box-shadow: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big .frm_inline_box {
    background-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
    color: #242424;
    color: var(--text-color);
    padding: 0 3px 0 1px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_total {
    padding: 0 3px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale {
    margin-right: 15px;
    text-align: center;
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale input {
    display: block;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=file]::-webkit-file-upload-button {
    color: #242424;
    color: var(--text-color);
    background-color: #fff;
    background-color: var(--bg_color);
    padding: 10px 15px;
    padding: var(--field-pad);
    border-radius: 0;
    border-radius: var(--border-radius);
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_unit {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 24px;
    font-size: var(--slider-font-size);
    color: #555;
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value+.frm_range_unit {
    font-size: 24px;
    font-size: var(--slider-font-size);
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container {
    padding-top: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container>.frm_range_unit {
    font-size: 24px;
    font-size: var(--slider-font-size);
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container input+.frm_range_value {
    text-align: center;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range] {
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
    padding: 0;
    background: transparent !important;
    display: block;
    width: 100%;
    margin: 15px 0 8px;
    font-size: 14px;
    height: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:active {
    outline: none;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:focus {
    outline: none;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_max {
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-runnable-track {
    border-radius: 0;
    border-radius: var(--border-radius);
    border: none;
    height: 5px;
    background-color: #0072A8;
    background-color: var(--slider-bar-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-track {
    border-radius: 0;
    border-radius: var(--border-radius);
    border: none;
    height: 5px;
    background-color: #0072A8;
    background-color: var(--slider-bar-color);
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
    background-color: #0072A8;
    background-color: var(--toggle-off-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
    border-radius: 0;
    border-radius: var(--border-radius);
    border: none;
    height: 5px;
    background-color: #0072A8;
    background-color: var(--slider-bar-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
    border-radius: 0;
    border-radius: var(--border-radius);
    border: none;
    height: 5px;
    background-color: #0072A8;
    background-color: var(--slider-bar-color);
    background-color: #0072A8;
    background-color: var(--toggle-off-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-upper {
    border-radius: 0;
    border-radius: var(--border-radius);
    border: none;
    height: 5px;
    background-color: #0072A8;
    background-color: var(--slider-bar-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 1px solid #2568c4;
    color: #fff;
    background: #fff;
    cursor: pointer;
    margin-top: -10px;
    box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 1px solid #2568c4;
    color: #fff;
    background: #fff;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 1px solid #2568c4;
    color: #fff;
    background: #fff;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-focus-outer {
    border: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
    border-color: #0072A8;
    border-color: var(--border-color);
    border-radius: 0;
    border-radius: var(--border-radius);
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-remove {
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
    background: #0072A8;
    background: var(--progress-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
    background: #0072A8;
    background: var(--progress-active-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
    background: #0072A8;
    background: var(--progress-active-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
    color: #242424;
    color: var(--text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper {
    padding: 50px;
    margin: 25px 0 50px;
    border: 1px solid #bfc3c8;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-radius: 0;
    border-radius: var(--border-radius)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-edit-page-btn {
    float: right;
    margin: 0;
    padding: 3px 10px;
    font-size: 13px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-single {
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl {
    text-align: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li {
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice {
    margin: 1px 5px 1px 0;
    padding: 3px 5px 3px 19px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid {
    position: relative
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
    visibility: hidden;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading.frm_hide_section {
    margin-top: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .quicktags-toolbar input {
    font-size: 12px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style input.auto_width {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit {
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=submit] {
    margin-bottom: 8px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=button] {
    margin-bottom: 8px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit button {
    margin-bottom: 8px !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
    display: block;
    margin: 0 auto
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
    font-family: urw-din, sans-serif;
    font-family: var(--font);
    font-size: 15px;
    font-size: var(--submit-font-size);
    font-weight: normal;
    font-weight: var(--submit-weight)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message {
    background-color: transparent;
    padding: 0;
    border: none;
    font-size: inherit;
    color: inherit
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message p {
    color: inherit
}

.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
    border-collapse: collapse;
    border: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_half label.frm_conf_label {
    overflow: hidden;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_other_input.frm_other_full {
    margin-top: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
    color: #fff;
    color: var(--submit-text-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm_dropzone {
    border-color: #0072A8;
    border-color: var(--border-color-error);
    color: #0072A8;
    color: var(--text-color-error);
    background-color: #fff;
    background-color: var(--bg-color-error)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices {
    border: 1px solid #579af6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_button.frm_hidden:last-child {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_icon_font.frm_hidden:last-child {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style input:checked+.frm_switch .frm_slider {
    background-color: #0072A8;
    background-color: var(--toggle-on-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style input:checked+.frm_switch .frm_slider:before {
    transform: translateX(15px)
}

.frm_forms.with_frm_style.frm_style_formidable-style input:focus+.frm_switch .frm_slider {
    box-shadow: 0 0 1px #2568c4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_transparent {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page {
    padding: 25px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page:before {
    content: normal !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_visible {
    opacity: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_form_field {
    grid-column: span 1 / span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit {
    grid-column: span 1 / span 1;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit input[type=submit] {
    margin-top: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit button {
    margin-top: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input[type=submit] {
    margin-top: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
    margin-top: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline {
    width: auto;
    grid-column: span 2 / span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm6 {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_half {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm4 {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_third {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm8 {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm3 {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fourth {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm9 {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fifth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm2 {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_sixth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm10 {
    grid-column: span 10/span 10
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm1 {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_seventh {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_eighth {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm5 {
    grid-column: span 5/span 5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm7 {
    grid-column: span 7/span 7
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm11 {
    grid-column: span 11/span 11
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input {
    transition: background-color 0.1s ease;
    color: #666;
    color: var(--progress-color);
    background-color: #0072A8;
    background-color: var(--progress-bg-color);
    font-size: 18px;
    border-width: 1px;
    border-width: var(--progress-border-size);
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--progress-border-color-b)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:disabled {
    transition: background-color 0.1s ease;
    color: #666;
    color: var(--progress-color);
    background-color: #0072A8;
    background-color: var(--progress-bg-color);
    font-size: 18px;
    border-width: 1px;
    border-width: var(--progress-border-size);
    border-style: solid;
    border-color: #0072A8;
    border-color: var(--progress-border-color-b)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:focus {
    outline: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #eaeaea;
    border-color: #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
    margin: 5px 0;
    padding: 6px 0;
    border-radius: 0;
    font-size: 0;
    line-height: 15px;
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
    background-color: #0072A8;
    background-color: var(--progress-active-bg-color);
    border-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
    margin: 5px 0;
    padding: 6px 0;
    border-radius: 0;
    font-size: 0;
    line-height: 15px;
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
    border-left: 1px solid #3f4b5b;
    border-right: 1px solid #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
    border-left-color: #579af6;
    border-right-color: #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-right: 1px solid #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
    border-right: 1px solid #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type="button"] {
    border-left: 1px solid #e5e5e5;
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input {
    width: 30px;
    height: 30px;
    min-height: auto;
    border-radius: 30px;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:focus {
    border-color: #0072A8;
    border-color: var(--progress-active-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers input {
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers .frm_current_page input[type="button"] {
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type="button"] {
    border-color: #4386e2;
    background-color: #579af6;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
    grid-template-columns: auto 25%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label {
    grid-column: 2;
    grid-row: 1;
    margin-right: 0;
    margin-left: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_description {
    grid-column: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_opt_container {
    padding-top: 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright {
    float: right !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_inline {
    width: auto;
    grid-column: span 2 / span 2;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_inline {
    width: auto;
    grid-column: span 2 / span 2;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline {
    width: auto;
    grid-column: span 2 / span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_inline {
    width: auto;
    grid-column: span 2 / span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_inline {
    width: auto;
    grid-column: span 2 / span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fifths {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm6 {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_half {
    grid-column: span 6 / span 6;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_half {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_half {
    grid-column: span 6 / span 6;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_half {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_half {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_fifths {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm4 {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_third {
    grid-column: span 4 / span 4;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_third {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_third {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_third {
    grid-column: span 4 / span 4;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_third {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm8 {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_two_thirds {
    grid-column: span 8/span 8;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_two_thirds {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_two_thirds {
    grid-column: span 8/span 8;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_two_thirds {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_thirds {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm3 {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fourth {
    grid-column: span 3/span 3;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fourth {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fourth {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fourth {
    grid-column: span 3/span 3;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fourth {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_fifths {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm9 {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fourths {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fifth {
    grid-column: span 2/span 2;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fifth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fifth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fifth {
    grid-column: span 2/span 2;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fifth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm2 {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_sixth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_sixth {
    grid-column: span 2/span 2;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_sixth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm10 {
    grid-column: span 10/span 10
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm1 {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_seventh {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_seventh {
    grid-column: span 1/span 1;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_eighth {
    grid-column: span 1/span 1;
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_eighth {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm5 {
    grid-column: span 5/span 5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm7 {
    grid-column: span 7/span 7
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm11 {
    grid-column: span 11/span 11
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first {
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
    grid-template-columns: repeat(2, minmax(auto, -webkit-max-content));
    grid-template-columns: repeat(2, minmax(auto, max-content))
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_description {
    grid-column: 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_opt_container {
    padding-top: 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label {
    grid-column: 1;
    grid-row: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_description {
    grid-column: 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_opt_container {
    padding-top: 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
    grid-template-columns: repeat(3, 1fr)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
    grid-template-columns: repeat(4, 1fr)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_radio {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_checkbox {
    grid-column-end: span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option {
    margin: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option+.frm_checkbox {
    margin: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox+.frm_checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio {
    margin-top: 0;
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option {
    margin: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option+.frm_radio {
    margin: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio+.frm_radio {
    margin-top: 0;
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_scroll_box {
    height: 100px;
    overflow: auto;
    background-color: #fff;
    background-color: var(--bg-color);
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    border-radius: 0;
    border-radius: var(--border-radius);
    width: 100%;
    width: var(--field-width);
    max-width: 100%;
    font-size: 13px;
    font-size: var(--field-font-size);
    padding: 10px 15px;
    padding: var(--field-pad);
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
    box-shadow: var(--box-shadow)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input:focus {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea:focus {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big .frm_total_formatted {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=text] {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=number] {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input:focus {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea:focus {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize input {
    text-transform: capitalize
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize select {
    text-transform: capitalize
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize .frm_opt_container label {
    text-transform: capitalize
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row {
    display: inline-block;
    visibility: visible;
    pointer-events: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button {
    transition: opacity .15s ease-in-out;
    pointer-events: none;
    visibility: hidden
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row {
    display: inline-block;
    visibility: visible;
    pointer-events: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {
    transition: opacity .15s ease-in-out;
    pointer-events: none;
    visibility: hidden
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_total_formatted {
    display: inline-block;
    margin: 5px 0 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_seventh.frm_form_field.frm_eighth {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_scroll_box .frm_opt_container {
    height: 100px;
    overflow: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_label_justify .frm_primary_label {
    text-align: justify !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_sec .frm_add_form_row {
    transition: opacity .15s ease-in-out;
    pointer-events: none;
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid~.frm_repeat_grid .frm_form_field .frm_primary_label {
    display: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: .5em 0 1em
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: .5em 0 1em
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
    height: auto;
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_ajax_loading {
    visibility: hidden;
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont:hover.frm_icon_font {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font:hover {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
    margin: 0 5px 0 0;
    display: inline-block;
    padding-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio.frm_image_option {
    padding-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    padding-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox.frm_image_option {
    padding-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_catlevel_1 {
    display: inline-block;
    padding-left: 0;
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_checkbox {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_radio {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_catlevel_1 {
    display: block;
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style {
    border-radius: 0;
    border-radius: var(--border-radius);
    padding: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_even {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_odd {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
    width: 100%;
    border-collapse: separate;
    margin-top: 0.5em;
    font-size: 15px;
    border-width: 1px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th {
    width: 200px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr {
    background-color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr:nth-child(even) {
    background-color: #ecf0f5
}

.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal_date {
    background-color: #fff;
    padding: 0 5px;
    text-align: right;
    box-shadow: 0 2px 5px #bfc3c8
}

.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal-today .frmcal_date {
    background-color: #fff;
    padding: 0 5px;
    text-align: right;
    box-shadow: 0 2px 5px #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style table.form_results {
    border: 1px solid #bfc3c8;
    border-width: 1px;
    border-width: var(--field-border-width);
    border-color: #0072A8;
    border-color: var(--border-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr td {
    text-align: left;
    padding: 7px 9px;
    color: #242424;
    color: var(--text-color);
    border-top: 1px solid #bfc3c8;
    border-top-width: 1px;
    border-top-width: var(--field-border-width);
    border-top-color: #0072A8;
    border-top-color: var(--border-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_even {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_odd {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block {
    background-color: #ecf0f5;
    padding: 40px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block.frm_section_heading h3 {
    border-width: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container {
    border: 1px solid transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container ul {
    margin: 5px 0;
    padding-left: 0;
    list-style-type: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_heading {
    text-indent: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_listing {
    margin-left: 40px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_from_url {
    height: 50px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-loading-img {
    background: url("../../../../plugins/formidable/images/ajax_loader.gif") no-repeat center center;
    padding: 6px 12px
}

.frm_forms.with_frm_style.frm_style_formidable-style select.frm_loading_lookup {
    background-image: url("../../../../plugins/formidable/images/ajax_loader.gif") !important;
    background-position: 10px;
    background-repeat: no-repeat;
    color: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style select.frmfont {
    font-family: s11-fp !important;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style select.frm_icon_font {
    font-family: s11-fp !important;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader.frm_hidden {
    display: initial
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_verify {
    position: absolute;
    left: -3000px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear_none {
    clear: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear {
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container>* {
    grid-column: span 12 / span 12
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container>* {
    grid-column: span 12 / span 12
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading.frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading>* {
    grid-column: span 12 / span 12
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
    display: inline-block;
    visibility: visible;
    pointer-events: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {
    transition: opacity .15s ease-in-out;
    pointer-events: none;
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field {
    grid-column: span 12 / span 12
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_inline {
    width: auto;
    grid-column: span 2 / span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm6 {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_half {
    grid-column: span 6 / span 6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm4 {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_third {
    grid-column: span 4 / span 4
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm8 {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_two_thirds {
    grid-column: span 8/span 8
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm3 {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_fourth {
    grid-column: span 3/span 3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm9 {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_three_fourths {
    grid-column: span 9/span 9
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm2 {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_sixth {
    grid-column: span 2/span 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm10 {
    grid-column: span 10/span 10
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm1 {
    grid-column: span 1/span 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm5 {
    grid-column: span 5/span 5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm7 {
    grid-column: span 7/span 7
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm11 {
    grid-column: span 11/span 11
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap input {
    width: auto !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_first {
    grid-column-start: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container>* {
    grid-column: span 12 / span 12
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 750px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_750 {
        display: block
    }
}

@media only screen and (max-width: 600px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_600 {
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container>.frm_form_field {
        grid-column: 1 / span 12 !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
        grid-template-columns: repeat(2, 1fr)
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_inline {
        margin: 20px 0
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_grid {
        margin: 20px 0
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading>.frm_form_field {
        grid-column: 1 / span 12 !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container>.frm_submit {
        grid-column: 1 / span 12 !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container>.frm_form_field {
        grid-column: 1 / span 12 !important
    }
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
    background-color: #fff;
    background-color: var(--bg-color-active)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_error {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_primary_label {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
    margin-top: 20px;
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_error {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_primary_label {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
    background-color: #fff;
    background-color: var(--bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_error {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_primary_label {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_radio {
    width: 48% !important;
    margin-right: 4%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_checkbox {
    width: 48% !important;
    margin-right: 4%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_primary_label {
    width: 48% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_radio {
    width: 30% !important;
    margin-right: 3%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_checkbox {
    width: 30% !important;
    margin-right: 3%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_primary_label {
    width: 30% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_radio {
    width: 20% !important;
    margin-right: 4%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_checkbox {
    width: 20% !important;
    margin-right: 4%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_primary_label {
    width: 28% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_primary_label {
    width: 24% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_radio {
    width: 17% !important;
    margin-right: 2%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_checkbox {
    width: 17% !important;
    margin-right: 2%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_primary_label {
    width: 24% !important;
    width: 22% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_radio {
    width: 12% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_checkbox {
    width: 12% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_primary_label {
    width: 25% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_radio {
    width: 14% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_checkbox {
    width: 14% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_primary_label {
    width: 23% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_radio {
    width: 10% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_checkbox {
    width: 10% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_primary_label {
    width: 20% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_radio {
    width: 9% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_checkbox {
    width: 9% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_primary_label {
    width: 19% !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_radio {
    width: 8% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_checkbox {
    width: 8% !important;
    margin-right: 1%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmfont {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
    transition: color .1s ease-in-out, opacity .1s ease-in-out;
    font-size: 18px;
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:before {
    font-family: s11-fp !important;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:hover {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:focus {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:active {
    outline: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
    transition: color .1s ease-in-out, opacity .1s ease-in-out;
    font-size: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:before {
    font-family: s11-fp !important;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:hover {
    text-decoration: none !important;
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:focus {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:active {
    outline: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_activecampaign_icon {
    background-image: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_mailpoet_icon:before {
    content: "\e934"
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
    transition: color .1s ease-in-out, opacity .1s ease-in-out;
    font-size: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font:focus {
    box-shadow: none
}

.frm_forms.with_frm_style.frm_style_formidable-style i.frmfont {
    font-style: normal;
    font-variant: normal;
    speak: none
}

.frm_forms.with_frm_style.frm_style_formidable-style i.frm_icon_font {
    font-style: normal;
    font-variant: normal;
    speak: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon {
    font-size: 28px !important;
    font-weight: bold;
    line-height: 18px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon:before {
    content: "\00B7\00B7\00B7"
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section {
    display: none !important;
    visibility: hidden !important;
    height: 0;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section .frm_form_field {
    display: none !important;
    visibility: hidden !important;
    height: 0;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button {
    display: inline-block;
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button .frm_icon_font:before {
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font {
    vertical-align: sub
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font:before {
    vertical-align: text-top
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input+label {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden !important;
    clear: none;
    font-style: normal;
    margin-right: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input+label:before {
    font-family: s11-fp;
    content: '\e9d7';
    color: #f0ad4e;
    display: inline-block;
    vertical-align: top
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input+label:hover:before {
    content: '\e9d9';
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden !important;
    clear: none;
    font-style: normal;
    margin-right: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating:before {
    font-family: s11-fp;
    content: '\e9d7';
    color: #f0ad4e;
    display: inline-block;
    vertical-align: top
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-readonly {
    cursor: default !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input[type=radio]:checked+label:before {
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label:before {
    color: #f0ad4e;
    content: '\e9d9';
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:hover input+label:hover:before {
    content: '\e9d9';
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-on:before {
    content: '\e9d9';
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-hover:before {
    content: '\e9d9';
    color: #f0ad4e
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .frm_half_star:before {
    content: '\e9d8'
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container .frm_other_input {
    grid-column: 2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container .frm_other_input {
    margin-left: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container select~.frm_other_input {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list li {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar li {
    display: inline-block;
    flex: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_pagination>li.active a {
    text-decoration: none
}

.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_inline_list li {
    display: inline;
    padding: 2px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal {
    padding-top: 30px;
    width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar {
    border-collapse: collapse;
    margin-top: 20px;
    color: #555;
    border: 1px solid #bfc3c8;
    width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar tbody tr td {
    border: 1px solid #bfc3c8;
    height: 110px;
    width: 14.28%;
    vertical-align: top;
    padding: 0 !important;
    color: #555;
    font-size: 12px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar thead tr th {
    text-align: center;
    padding: 2px 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-title {
    font-size: 116%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-header {
    width: 100%;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-prev {
    margin-right: 10px;
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-dropdown {
    float: left;
    margin-left: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-next {
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_day_name {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_num {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-content {
    padding: 2px 4px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_opt {
    padding: 0 8px 0 0;
    white-space: normal;
    display: inline;
    vertical-align: middle;
    font-size: 15px;
    font-size: var(--toggle-font-size);
    font-weight: normal;
    font-weight: var(--check-weight)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_on_label {
    padding: 0 0 0 8px;
    color: #666;
    color: var(--check-label-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_off_label {
    color: #666;
    color: var(--check-label-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0072A8;
    background-color: var(--toggle-off-color);
    transition: .4s;
    border-radius: 30px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    transition: .4s;
    box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_switch_opt {
    padding: 0 8px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_slider:before {
    left: 16px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl input:checked+.frm_switch .frm_slider:before {
    transform: none !important;
    left: 1px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:first-of-type input {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
    border-left: 1px solid #e5e5e5;
    border-right: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type="button"] {
    border-right: 1px solid #e5e5e5;
    border-left: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-left: 1px solid #3f4b5b;
    border-right: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_opt_container {
    display: inline-flex;
    flex-flow: wrap;
    flex-direction: row;
    margin: 0 -10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container {
    border: 1px solid #bfc3c8;
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-radius: 0;
    border-radius: var(--border-radius);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    height: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container:hover {
    border-color: #0072A8;
    border-color: var(--border-color-active);
    box-shadow: 0 0 0 1px #579af6;
    box-shadow: 0 0 0 1px var(--border-color-active)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container .frm_empty_url {
    width: 100%;
    height: 150px;
    height: var(--image-size);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    border-radius: var(--border-radius)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container img {
    width: 100%;
    height: 150px;
    height: var(--image-size);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    border-radius: var(--border-radius)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_radio input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm_image_option_container img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-line-table th {
    width: 40%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark {
    position: absolute;
    z-index: 99;
    left: -10px;
    top: -12px;
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark svg {
    fill: #0072A8;
    fill: var(--border-color-active);
    width: 24px;
    height: 24px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon {
    position: absolute
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon svg {
    width: 63px;
    opacity: .2
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_empty_url {
    background: #ecf0f5;
    display: flex;
    justify-content: center;
    align-items: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_text_label_for_image {
    text-align: center;
    width: 100%;
    padding: 10px;
    word-break: keep-all
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="radio"]:checked+.frm_image_option_container {
    border-color: #0072A8;
    border-color: var(--border-color-active);
    box-shadow: 0 0 0 1px #579af6;
    box-shadow: 0 0 0 1px var(--border-color-active)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="radio"]:checked+.frm_image_option_container .frm_selected_checkmark {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="radio"]:disabled+.frm_image_option_container {
    opacity: .7;
    border-color: #b6b6b6;
    border-color: var(--border-color-disabled)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="checkbox"]:checked+.frm_image_option_container {
    border-color: #0072A8;
    border-color: var(--border-color-active);
    box-shadow: 0 0 0 1px #579af6;
    box-shadow: 0 0 0 1px var(--border-color-active)
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="checkbox"]:checked+.frm_image_option_container .frm_selected_checkmark {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type="checkbox"]:disabled+.frm_image_option_container {
    opacity: .7;
    border-color: #b6b6b6;
    border-color: var(--border-color-disabled)
}

@media screen and (max-width: 768px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
        width: 50% !important;
        white-space: nowrap
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
        width: 50% !important;
        white-space: nowrap
    }
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
    float: left;
    width: 20%;
    line-height: 20px;
    font-size: 12px;
    padding-top: 4px;
    min-width: 175px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req:before {
    padding-right: 4px;
    font-size: 12px !important;
    vertical-align: middle !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
    float: left;
    width: 20%;
    line-height: 20px;
    font-size: 12px;
    padding-top: 4px;
    min-width: 175px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified:before {
    padding-right: 4px;
    font-size: 12px !important;
    vertical-align: middle !important
}

.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
    content: '\e606'
}

.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
    content: '\e608'
}

.frm_forms.with_frm_style.frm_style_formidable-style div.frm-password-strength {
    width: 100%;
    float: left
}

.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_grid:after {
    content: '';
    display: table;
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_inline:after {
    content: '';
    display: table;
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_sec:after {
    content: '';
    display: table;
    clear: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5em;
    font-size: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table tr {
    background-color: transparent;
    border-bottom: 1px solid rgba(191, 195, 200, 0.6)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table td {
    border: 0;
    padding: 20px 15px;
    background-color: transparent;
    vertical-align: top;
    color: #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table th {
    border: 0;
    padding: 20px 15px;
    background-color: transparent;
    vertical-align: top;
    color: #3f4b5b;
    opacity: .7;
    font-size: 1.1em;
    font-weight: 500
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_round {
    border-radius: 50%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_round.frm_color_block {
    padding: 3px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_square {
    border-radius: 0;
    border-radius: var(--border-radius);
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 150px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frmsvg {
    max-width: 100%;
    fill: currentColor;
    vertical-align: sub;
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_smaller {
    font-size: 90%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_small {
    font-size: 14px;
    font-weight: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_bigger {
    font-size: 110%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row>li {
    flex: 1;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row>div {
    flex: 1;
    text-align: center
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles>li {
    border: 1px solid #bfc3c8;
    border-radius: 0;
    border-radius: var(--border-radius);
    margin-top: 20px;
    padding: 25px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles>div {
    border: 1px solid #bfc3c8;
    border-radius: 0;
    border-radius: var(--border-radius);
    margin-top: 20px;
    padding: 25px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles h3 {
    margin-top: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideOutLeft !important;
    animation-name: frmSlideOutLeft !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout.frm_going_back .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideOutRight !important;
    animation-name: frmSlideOutRight !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideInRight;
    animation-name: frmSlideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_going_back .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideInLeft;
    animation-name: frmSlideInLeft
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm-g-recaptcha .grecaptcha-badge {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes frmSlideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes frmSlideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes frmSlideInRight {
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes frmSlideInRight {
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes frmSlideOutLeft {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes frmSlideOutLeft {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes frmSlideOutRight {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes frmSlideOutRight {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideOutUp !important;
    animation-name: frmSlideOutUp !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout.frm_going_back .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideOutDown !important;
    animation-name: frmSlideOutDown !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideDown;
    animation-name: frmSlideDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_going_back .frm_form_fields>fieldset {
    -webkit-animation-name: frmSlideUp;
    animation-name: frmSlideUp
}

@-webkit-keyframes frmSlideUp {
    0% {
        opacity: 0;
        transform: translate3d(0, -200px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes frmSlideUp {
    0% {
        opacity: 0;
        transform: translate3d(0, -200px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes frmSlideDown {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes frmSlideDown {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes frmSlideOutUp {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -200px, 0)
    }
}

@keyframes frmSlideOutUp {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -200px, 0)
    }
}

@-webkit-keyframes frmSlideOutDown {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 200px, 0)
    }
}

@keyframes frmSlideOutDown {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 200px, 0)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single abbr {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single div b {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-search input[type="text"] {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-down span {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-up span {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-rtl .chosen-search input[type="text"] {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
        background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }

    70% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }

    70% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
    box-sizing: border-box
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone * {
    box-sizing: border-box
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload {
    min-height: 60px;
    margin-top: 5px;
    line-height: 1.42857143
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload.dz-started .dz-message {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable {
    min-height: 60px;
    margin-top: 5px;
    line-height: 1.42857143
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable * {
    cursor: default
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message {
    display: block;
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-message {
    border: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNzJBOCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtZGFzaGFycmF5PSIxMiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIHN0cm9rZS1saW5lY2FwPSJidXR0Ii8+PC9zdmc+");
    padding: 20px;
    border-radius: 0;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: none;
    text-align: center;
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
    font-size: 40px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover {
    border-style: solid
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview {
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:last-child {
    border-bottom: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover {
    z-index: 1000
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-remove {
    cursor: pointer;
    border: none;
    float: right
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details {
    font-size: 14px;
    margin: 5px 0 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size strong {
    font-weight: normal
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 65%;
    text-overflow: ellipsis
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename a {
    cursor: pointer
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-column {
    float: right;
    width: 68%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 30%;
    height: 60px;
    display: block;
    float: left;
    margin-right: 2%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image img {
    display: block;
    margin: 0 auto;
    max-height: 60px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
    pointer-events: none;
    position: relative;
    height: 10px;
    width: 100%;
    background: #d3d3d3;
    border-radius: 8px;
    overflow: hidden
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
    background: #444;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #b94a48;
    padding: 0.5em
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-processing .dz-progress {
    transition: all 0.2s linear
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
    background: #444;
    background: linear-gradient(to bottom, #666, #444)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    opacity: 1;
    pointer-events: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .fallback input[type=file] {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text button {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
    height: auto !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable {
    padding: 0;
    border: none;
    background-color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    font-size: 14px;
    border: 1px solid #d3d3d3;
    background: #fff;
    display: inline-block;
    border-radius: var(--border-radius);
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eee;
    vertical-align: middle;
    margin: 0 0 1em
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
    font-size: 14px;
    border: 1px solid #d3d3d3;
    background: #fff;
    display: inline-block;
    border-radius: var(--border-radius);
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eee;
    vertical-align: middle;
    margin: 0 0 1em
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
    font-size: 22px;
    padding-right: 7px;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview {
    min-height: 20px;
    max-width: 200px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    border-bottom: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-image {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-column {
    float: none;
    width: 100%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {
    content: ''
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_text {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_small_text {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_compact_text {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_group {
    margin: 20px 0 30px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_single {
    text-align: center;
    margin: 0;
    padding: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_title {
    font-size: 14px;
    padding: 4px;
    color: #666;
    color: var(--description-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pages_complete {
    font-size: 14px;
    padding: 4px;
    color: #666;
    color: var(--description-color);
    float: right;
    margin-right: 13px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_percent_complete {
    font-size: 14px;
    padding: 4px;
    color: #666;
    color: var(--description-color);
    float: left;
    margin-left: 13px
}

@media only screen and (max-width: 700px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_10 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_9 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_8 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_7 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_6 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_5 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_progress span.frm_rootline_title {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_4 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_3 span.frm_rootline_title {
        display: none
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
        width: auto;
        margin-right: 0;
        float: none;
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
        width: auto;
        margin-right: 0;
        float: none;
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
        width: auto;
        margin-right: 0;
        float: none;
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
        width: auto;
        margin-right: 0;
        float: none;
        display: block
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field input[type=file] {
        max-width: 220px
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha iframe {
        width: 100%
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha>div>div {
        width: inherit !important;
        display: block;
        overflow: hidden;
        max-width: 302px;
        border-right: 1px solid #d3d3d3;
        border-radius: var(--border-radius);
        box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08)
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha iframe {
        width: 100%
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha>div>div {
        width: inherit !important;
        display: block;
        overflow: hidden;
        max-width: 302px;
        border-right: 1px solid #d3d3d3;
        border-radius: var(--border-radius);
        box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08)
    }
}

@media only screen and (max-width: 900px) {
    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label {
        display: block !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label {
        display: block !important
    }

    .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label {
        display: block !important
    }
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_remove_form_row.frm_hidden {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style form input.frm_verify {
    position: absolute;
    left: -3000px
}

.frm_forms.with_frm_style.frm_style_formidable-style legend.frm_hidden {
    display: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
    visibility: hidden;
    white-space: nowrap
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea:-ms-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
    color: #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_minus_icon:before {
    content: "\e600";
    color: #fff;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_plus_icon:before {
    content: "\e602";
    color: #fff;
    vertical-align: middle
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
    content: "\e62d";
    color: #444
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
    content: "\e62a";
    color: #444
}

.frm_forms.with_frm_style.frm_style_formidable-style .form-field {
    margin-bottom: 20px
}

.frm_forms.with_frm_style.frm_style_formidable-style .form-field.frm_section_heading {
    margin-bottom: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range] {
    padding: 0;
    background: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range]:focus {
    padding: 0;
    background: transparent !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
    border-top: 2px solid #eaeaea
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin-bottom: 30px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_error {
    font-weight: normal;
    color: #b94a48
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
    grid-template-columns: 150px auto
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
    grid-template-columns: auto 150px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right {
    display: inline;
    width: 150px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input:-ms-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input::placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea:-ms-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea::placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input::-webkit-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea::-webkit-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input:-ms-input-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input:-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input.frm_default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style input.frm_other_input:not(.frm_other_full) {
    width: auto
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea:-moz-placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea.frm_default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style select.frm_default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .placeholder {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
    padding-top: 0;
    height: 32px;
    line-height: 32px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
    top: 9px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
    top: 3px
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type="text"] {
    height: 32px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input {
    margin: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
    margin: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .sigWrapper {
    border-color: #b94a48 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field label {
    color: #b94a48
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 0;
    border-radius: var(--border-radius);
    color: #b94a48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
    border-color: #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
    border-color: #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
    border-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
    border-left-color: #d3d3d3;
    border-right-color: #d3d3d3;
    border-left-width: 1px;
    border-right-width: 1px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
    border-left-color: #579af6;
    border-right-color: #d3d3d3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-right-color: #d3d3d3
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
    border-left-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
    border-right-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
    border-right-color: #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type="button"] {
    border-left-color: #e5e5e5
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
    border-color: #e5e5e5;
    border-top-width: 2px;
    top: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type="button"] {
    border-color: #4386e2;
    background-color: #579af6;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
    border: 1px solid #579af6;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
    background-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
    background-color: #579af6
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
    border: 1px solid #579af6;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
    border: 1px solid #579af6;
    color: #fff
}

.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
    color: #468847
}

.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
    color: #b94a48
}

.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_after_collapse {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_before_collapse {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading {
    margin-top: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_single_product_label {
    font-size: 15px;
    color: #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_formatted {
    font-size: 15px;
    color: #3f4b5b
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_data_container {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
    display: inline
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale label {
    font-weight: normal;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    color: #444
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field .default {
    color: #a1a1a1
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 15px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
    margin-bottom: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus {
    color: transparent
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit input {
    margin: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit button {
    margin: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #eaeaea;
    border-color: #e5e5e5;
    opacity: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input.frm_other_input:not(.frm_other_full) {
    margin-left: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input.frm_other_input:not(.frm_other_full) {
    margin-left: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_full input.frm_other_input:not(.frm_other_full) {
    margin-left: 0;
    margin-top: 8px
}

.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
    border-collapse: collapse;
    border: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_collapse .ui-icon {
    display: inline-block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container {
    grid-template-columns: 67%
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_description {
    grid-column: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_primary_label {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_html_container.frm_scroll_box {
    height: 100px;
    overflow: auto;
    background-color: #fff;
    background-color: var(--bg-color);
    border-color: #0072A8;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    border-radius: 0;
    border-radius: var(--border-radius);
    width: 100%;
    width: var(--field-width);
    max-width: 100%;
    font-size: 13px;
    font-size: var(--field-font-size);
    padding: 10px 15px;
    padding: var(--field-pad);
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
    box-shadow: var(--box-shadow)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button {
    display: inline-block;
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button .frm_icon_font:before {
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button {
    display: inline-block;
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button .frm_icon_font:before {
    line-height: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container .frm_other_input {
    margin-left: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container select~.frm_other_input {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container .frm_other_input {
    margin-right: 5px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container select~.frm_other_input {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination {
    display: inline-block;
    list-style: none;
    margin-left: 0 !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination>li {
    display: inline;
    list-style: none;
    margin: 2px;
    background-image: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination>li:first-child {
    margin-left: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .archive-pagination.frm_pagination_cont ul.frm_pagination>li {
    margin: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_block input {
    display: none !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_show_images.frm_image_option_container {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field.frm_image_options .frm_image_option_container {
    border-color: #0072A8;
    border-color: var(--border-color-error)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option {
    width: 150px !important;
    width: var(--image-size) !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option label {
    padding-left: 0;
    margin-left: 0;
    min-height: 0;
    visibility: visible
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option {
    width: 150px !important;
    width: var(--image-size) !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option label {
    padding-left: 0;
    margin-left: 0;
    min-height: 0;
    visibility: visible
}

.frm_forms.with_frm_style.frm_style_formidable-style button .frm-icon {
    display: inline-block;
    color: inherit;
    width: 12px;
    height: 12px;
    fill: currentColor
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_upload_text button {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
    height: auto !important
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .dz-hidden-input {
    display: none
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_current_page .frm_rootline_title {
    color: #0072A8;
    color: var(--progress-active-bg-color)
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_rootline_single {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines {
    position: relative;
    z-index: 1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines span {
    display: block
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled>input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    top: -1px;
    margin-top: -1px;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    visibility: hidden;
    border: 0
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled>input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    top: -1px;
    margin-top: -1px;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    visibility: hidden;
    border: 0
}

.js .frm_logic_form:not(.frm_no_hide) {
    display: none
}

#ui-datepicker-div {
    display: none;
    z-index: 999999 !important
}

.ui-datepicker .ui-widget-header {
    background: #579af6 !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-header {
    background: #579af6 !important;
    color: #fff !important
}

.ui-datepicker td.ui-datepicker-today {
    background: rgba(37, 104, 196, 0.15) !important
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #2568c4 !important;
    color: #fff !important
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
    color: #fff !important
}

.ui-datepicker td .ui-state-hover {
    background: #2568c4 !important;
    color: #fff !important
}

.ui-datepicker thead {
    background: #2568c4 !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    width: 33%;
    background-color: #fff;
    float: none
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    width: 33%;
    background-color: #fff;
    float: none
}

.ui-datepicker select.ui-datepicker-month {
    margin-right: 3px
}

.ui-datepicker-month {
    max-width: 100%;
    max-height: 2em;
    padding: 6px 10px;
    box-sizing: border-box
}

.ui-datepicker-year {
    max-width: 100%;
    max-height: 2em;
    padding: 6px 10px;
    box-sizing: border-box
}

.google-visualization-tooltip-item-list {
    margin: 1em 0 !important
}

.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
    margin: 1em 0 !important
}

.google-visualization-tooltip-item {
    list-style-type: none !important;
    margin: 0.65em 0 !important
}

#frm_loading .progress-bar {
    background-color: #fff
}

#frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

#frm_field_cptch_number_container {
    font-family: urw-din, sans-serif;
    font-size: 15px;
    color: #3f4b5b;
    font-weight: normal;
    clear: both
}

#frm_form_editor_container .frm_dropzone.dz-clickable {
    cursor: default
}

#frm_form_editor_container .frm_dropzone.dz-clickable * {
    cursor: default
}

#frm_loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

#frm_loading h3 {
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    font-size: 24px
}

#frm_loading img {
    max-width: 100%
}

#frm_loading .progress {
    border-radius: 0;
    border-radius: var(--border-radius);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

#frm_loading .progress.active .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite progress-bar-stripes;
    animation: 2s linear 0s normal none infinite progress-bar-stripes
}

#frm_loading .progress-bar {
    background-color: #fff;
    background-color: var(--bg-color);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 100%
}

#frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}

#frm_loading_content {
    position: fixed;
    top: 20%;
    left: 33%;
    width: 33%;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    z-index: 9999999
}

.frm_trigger .frm_icon_font {
    padding: 0 5px
}

.frm_logo_icon:before {
    content: "\e601"
}

.frm_required_icon:before {
    content: "\e612"
}

.frm_delete_icon:before {
    content: "\e610" !important
}

.frm_delete_solid_icon:before {
    content: "\e900"
}

.frm_move_icon:before {
    content: "\e61a"
}

.frm_drag_icon:before {
    content: "\e93b"
}

.frm_clear_icon:before {
    content: "\e60a"
}

.frm_noclear_icon:before {
    content: "\e60b"
}

.frm_duplicate_icon:before {
    content: "\e61b"
}

.frm_copy_icon:before {
    content: "\f0c5"
}

.frm_clone_solid_icon:before {
    content: "\f24e"
}

.frm_clone_icon:before {
    content: "\f24d"
}

.frm_tooltip_icon:before {
    content: "\e611"
}

.frm_tooltip_solid_icon:before {
    content: "\e907"
}

.frm_forbid_icon:before {
    content: "\e636"
}

.frm_checkmark_icon:before {
    content: "\e90a"
}

.frm_check_icon:before {
    content: "\e605"
}

.frm_check1_icon:before {
    content: "\e606"
}

.frm_plus_icon:before {
    content: "\e62f"
}

.frm_plus1_icon:before {
    content: "\e602"
}

.frm_plus2_icon:before {
    content: "\e603"
}

.frm_plus3_icon:before {
    content: "\e632"
}

.frm_plus4_icon:before {
    content: "\e60f"
}

.frm_minus_icon:before {
    content: "\e62e"
}

.frm_minus1_icon:before {
    content: "\e600"
}

.frm_minus2_icon:before {
    content: "\e604"
}

.frm_minus3_icon:before {
    content: "\e633"
}

.frm_minus4_icon:before {
    content: "\e613"
}

.frm_cancel_icon:before {
    content: "\e607"
}

.frm_cancel1_icon:before {
    content: "\e608"
}

.frm_close_icon:before {
    content: "\e928"
}

.frm_report_problem_solid_icon:before {
    content: "\e914"
}

.frm_report_problem_icon:before {
    content: "\e915"
}

.frm_arrowup_icon:before {
    content: "\e60d"
}

.frm_arrowup1_icon:before {
    content: "\e60e"
}

.frm_arrowup2_icon:before {
    content: "\e630"
}

.frm_arrowup3_icon:before {
    content: "\e62b"
}

.frm_arrowup4_icon:before {
    content: "\e62c"
}

.frm_arrowup5_icon:before {
    content: "\e635"
}

.frm_arrowup5_solid_icon:before {
    content: "\e9d"
}

.frm_arrowup7_icon:before {
    content: "\e908"
}

.frm_arrowup6_icon:before {
    content: "\e62d"
}

.frm_arrowdown_icon:before {
    content: "\e609"
}

.frm_arrowdown1_icon:before {
    content: "\e60c"
}

.frm_arrowdown2_icon:before {
    content: "\e631"
}

.frm_arrowdown3_icon:before {
    content: "\e628"
}

.frm_arrowdown4_icon:before {
    content: "\e629"
}

.frm_arrowdown5_icon:before {
    content: "\e634"
}

.frm_arrowdown5_solid_icon:before {
    content: "\e905"
}

.frm_arrowdown7_icon:before {
    content: "\e90b"
}

.frm_arrowdown6_icon:before {
    content: "\e62a"
}

.frm_arrow_left_icon:before {
    content: "\e912"
}

.frm_arrow_right_icon:before {
    content: "\e913"
}

.frm_filter_icon:before {
    content: "\e90c"
}

.frm_download_icon:before {
    content: "\e615"
}

.frm_upload2_icon:before {
    content: "\f093"
}

.frm_upload_icon:before {
    content: "\e616"
}

.frm_download2_icon:before {
    content: "\f019"
}

.frm_hard_drive_icon:before {
    content: "\e916"
}

.frm_pencil_solid_icon:before {
    content: "\e901"
}

.frm_pencil_icon:before {
    content: "\e61d"
}

.frm_signature_icon:before {
    content: "\e919"
}

.frm_user_icon:before {
    content: "\e7ff"
}

.frm_register_icon:before {
    content: "\e637"
}

.frm_account_circle_solid_icon:before {
    content: "\e853"
}

.frm_account_circle_icon:before {
    content: "\e921"
}

.frm_address_card_icon:before {
    content: "\e996"
}

.frm_paragraph_icon:before {
    content: "\f1dd"
}

.frm_checkbox_unchecked_icon:before {
    content: "\e91e"
}

.frm_checkbox_icon:before {
    content: "\e922"
}

.frm_checkbox_solid_icon:before {
    content: "\e91f"
}

.frm_dropdown_icon:before {
    content: "\e909"
}

.frm_caret_square_down_icon:before {
    content: "\f150"
}

.frm_check_square_icon:before {
    content: "\f14a"
}

.frm_radio_unchecked_icon:before {
    content: "\e971"
}

.frm_radio_checked_icon:before {
    content: "\ea54"
}

.frm_scrubber_icon:before {
    content: "\f2f8"
}

.frm_location_solid_icon:before {
    content: "\e955"
}

.frm_location_icon:before {
    content: "\e947"
}

.frm_toggle_on_icon:before {
    content: "\f205"
}

.frm_toggle_off_icon:before {
    content: "\f204"
}

.frm_shield_check_icon:before {
    content: "\f2f7"
}

.frm_shield_check_solid_icon:before {
    content: "\e97d"
}

.frm_clock_icon:before {
    content: "\e929"
}

.frm_clock_solid_icon:before {
    content: "\e985"
}

.frm_link_icon:before {
    content: "\f0c1"
}

.frm_email_icon:before {
    content: "\e626"
}

.frm_email_solid_icon:before {
    content: "\f0e0"
}

.frm_mail_bulk_icon:before {
    content: "\e95c"
}

.frm_phone_icon:before {
    content: "\e942"
}

.frm_calendar_icon:before {
    content: "\f073"
}

.frm_code_icon:before {
    content: "\e90d"
}

.frm_tag_icon:before {
    content: "\e98b"
}

.frm_tag_solid_icon:before {
    content: "\e989"
}

.frm_price_tags_icon:before {
    content: "\e936"
}

.frm_search_icon:before {
    content: "\e978"
}

.frm_sitemap_icon:before {
    content: "\f0e8"
}

.frm_file_icon:before {
    content: "\f15b"
}

.frm_file_text_solid_icon:before {
    content: "\f15c"
}

.frm_file_text_icon:before {
    content: "\e923"
}

.frm-option-icon:before {
    content: "\e904"
}

.frm_option_icon:before {
    content: "\e904"
}

.frm_option_solid_icon:before {
    content: "\e906"
}

.frm_more_horiz_icon:before {
    content: "\e5d3"
}

.frm_more_vert_icon:before {
    content: "\e5d4"
}

.frm_more_vert_solid_icon:before {
    content: "\f142"
}

.frm_calculator_icon:before {
    content: "\f1ec"
}

.frm_key_icon:before {
    content: "\f084"
}

.frm_keyalt_solid_icon:before {
    content: "\e986"
}

.frm_keyalt_icon:before {
    content: "\e987"
}

.frm_keyboard_icon:before {
    content: "\e924"
}

.frm_eye_icon:before {
    content: "\f06e"
}

.frm_eye_solid_icon:before {
    content: "\e945"
}

.frm_eye_slash_icon:before {
    content: "\f070"
}

.frm_eye_slash_solid_icon:before {
    content: "\e949"
}

.frm_page_break_icon:before {
    content: "\e8e9"
}

.frm_view_day_icon:before {
    content: "\e8ed"
}

.frm_attach_file_icon:before {
    content: "\e226"
}

.frm_printer_icon:before {
    content: "\e926"
}

.frm_header_icon:before {
    content: "\f1dc"
}

.frm_h1_icon:before {
    content: "\e94c"
}

.frm_repeat_icon:before {
    content: "\f363"
}

.frm_repeater_icon:before {
    content: "\e974"
}

.frm_hashtag_icon:before {
    content: "\e292"
}

.frm_save_icon:before {
    content: "\e927"
}

.frm_sliders_icon:before {
    content: "\f1de"
}

.frm_code_commit_icon:before {
    content: "\f386"
}

.frm_star_icon:before {
    content: "\e9d7"
}

.frm_star_full_icon:before {
    content: "\e9d9"
}

.frm_star_half_icon:before {
    content: "\e9d8"
}

.frm_linear_scale_icon:before {
    content: "\e260"
}

.frm_pie_chart_icon:before {
    content: "\e99a"
}

.frm_stats_bars_icon:before {
    content: "\e99c"
}

.frm_sms_icon:before {
    content: "\e61c"
}

.frm_highrise_icon:before {
    content: "\e617"
}

.frm_mailchimp_icon:before {
    content: "\e622"
}

.frm_feed_icon:before {
    content: "\e624"
}

.frm_align_right_icon:before {
    content: "\e90f"
}

.frm_align_left_icon:before {
    content: "\e910"
}

.frm_button_icon:before {
    content: "\e911"
}

.frm_browser_icon:before {
    content: "\e925"
}

.frm_cloud_download_solid_icon:before {
    content: "\e92a"
}

.frm_cloud_download_icon:before {
    content: "\e92b"
}

.frm_cloud_upload_solid_icon:before {
    content: "\e92c"
}

.frm_cloud_upload_icon:before {
    content: "\e92d"
}

.frm_cloud_solid_icon:before {
    content: "\e92e"
}

.frm_cloud_icon:before {
    content: "\e92f"
}

.frm_shuffle_icon:before {
    content: "\e917"
}

.frm_swap_icon:before {
    content: "\e918"
}

.frm_dropper_solid_icon:before {
    content: "\e93c"
}

.frm_tint_icon:before {
    content: "\e93e"
}

.frm_pallet_solid_icon:before {
    content: "\e96c"
}

.frm_pallet_icon:before {
    content: "\e96d"
}

.frm_fingerprint_icon:before {
    content: "\e94a"
}

.frm_ghost_icon:before {
    content: "\e94b"
}

.frm_heart_solid_icon:before {
    content: "\e94d"
}

.frm_heart_icon:before {
    content: "\e94e"
}

.frm_history_icon:before {
    content: "\e94f"
}

.frm_import_icon:before {
    content: "\e91a"
}

.frm_export_icon:before {
    content: "\e91b"
}

.frm_label_solid_icon:before {
    content: "\e952"
}

.frm_label_icon:before {
    content: "\e953"
}

.frm_lock_open_icon:before {
    content: "\e957"
}

.frm_lock_solid_icon:before {
    content: "\e958"
}

.frm_lock_icon:before {
    content: "\e959"
}

.frm_magic_wand_icon:before {
    content: "\e997"
}

.frm_dollar_sign_icon:before {
    content: "\e91c"
}

.frm_percent_icon:before {
    content: "\e939"
}

.frm_notification_solid_icon:before {
    content: "\e964"
}

.frm_notification_icon:before {
    content: "\e965"
}

.frm_external_link_icon:before {
    content: "\e966"
}

.frm_pageview_solid_icon:before {
    content: "\e96a"
}

.frm_pageview_icon:before {
    content: "\e96b"
}

.frm_settings_solid_icon:before {
    content: "\e979"
}

.frm_settings_icon:before {
    content: "\e97a"
}

.frm_stamp_icon:before {
    content: "\e980"
}

.frm_support_icon:before {
    content: "\f1cd"
}

.frm_text_solid_icon:before {
    content: "\e98c"
}

.frm_text_icon:before {
    content: "\e98d"
}

.frm_text2_icon:before {
    content: "\f031"
}

.frm_text3_icon:before {
    content: "\e98e"
}

.frm_unfold_less_icon:before {
    content: "\e993"
}

.frm_unfold_more_icon:before {
    content: "\e994"
}

.frm_work_solid_icon:before {
    content: "\e999"
}

.frm_work_icon:before {
    content: "\e99e"
}

.frm_white_label_icon:before {
    content: "\e91d" !important
}

.frm_zoom_out_icon:before {
    content: "\e99f"
}

.frm_maximize_icon:before {
    content: "\e920"
}

.frm_minimize_icon:before {
    content: "\e93a"
}

.frm_authorize_icon:before {
    content: "\e903"
}

.frm_activecampaign_icon:before {
    content: "\e930"
}

.frm_aweber_icon:before {
    content: "\e627"
}

.frm_campaignmonitor_icon:before {
    content: "\e946"
}

.frm_constant_contact_icon:before {
    content: "\e931"
}

.frm_getresponse_icon:before {
    content: "\e932"
}

.frm_googlesheets_icon:before {
    content: "\e944"
}

.frm_building_icon:before {
    content: "\e93f"
}

.frm_hubspot_icon:before {
    content: "\e933"
}

.frm_icontact_icon:before {
    content: "\e940"
}

.frm_paypal_icon:before {
    content: "\e61f"
}

.frm_sendinblue_icon:before {
    content: "\e943"
}

.frm_sendy_icon:before {
    content: "\e941"
}

.frm_salesforce_icon:before {
    content: "\e935"
}

.frm_salesforcealt_icon:before {
    content: "\e937"
}

.frm_stripe_icon:before {
    content: "\e902"
}

.frm_stripealt_icon:before {
    content: "\e93d"
}

.frm_twilio_icon:before {
    content: "\e620"
}

.frm_woocommerce_icon:before {
    content: "\e90e"
}

.frm_wordpress_icon:before {
    content: "\f19a"
}

.frm_credit_card_icon:before {
    content: "\e938"
}

.frm_credit-card-alt_icon:before {
    content: "\f283"
}

.frm_credit_card_alt_icon:before {
    content: "\f283"
}

.frm_cc_amex_icon:before {
    content: "\f1f3"
}

.frm_cc_discover_icon:before {
    content: "\f1f2"
}

.frm_cc_mastercard_icon:before {
    content: "\f1f1"
}

.frm_cc_visa_icon:before {
    content: "\f1f0"
}

.frm_cc_paypal_icon:before {
    content: "\f1f4"
}

.frm_cc_stripe_icon:before {
    content: "\f1f5"
}

b,
strong {
    font-weight: 600
}

h1,
h2,
h3 {
    color: inherit;
    font-family: industry, sans-serif;
    font-weight: 700;
    line-height: .92308;
    text-transform: uppercase
}

h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto
}

h1.is-style-has-underline,
h2.is-style-has-underline,
h3.is-style-has-underline {
    position: relative;
    margin-bottom: 50px
}

h1.is-style-has-underline:after,
h2.is-style-has-underline:after,
h3.is-style-has-underline:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -24px;
    left: 0;
    background-color: #0072A8;
    width: 75px;
    height: 2px
}

h1>sup,
h2>sup,
h3>sup {
    display: block;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 25px
}

h1>sup>span:first-child,
h2>sup>span:first-child,
h3>sup>span:first-child {
    display: inline-block;
    margin-right: 20px
}

.values-wrapper h3 {
    color: #242424;
    margin-top: 45px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .values-wrapper h3 {
        margin-top: 0
    }
}

.values-wrapper h3 img {
    display: inline-block;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    color: inherit;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.08333
}

h1 {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentcolor;
    font-size: 32px;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    h1 {
        font-size: 48px
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: 64px
    }
}

@media (min-width: 1440px) {
    h1 {
        font-size: 72px
    }
}

body.blog h1,
body.single-post h1 {
    text-transform: none
}

h1>sup {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media (min-width: 960px) {
    h1>sup {
        font-size: 20px
    }
}

h2 {
    margin-bottom: 30px;
    font-size: 32px
}

@media (min-width: 960px) {
    h2 {
        font-size: 34px;
        margin-bottom: 45px
    }

    h2:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1600px) {
    h2 {
        font-size: 48px
    }
}

h3 {
    font-size: 20px
}

@media (min-width: 960px) {
    h3 {
        font-size: 28px
    }
}

@media (min-width: 960px) {
    .wp-block-group.is-style-block-section>.wp-block-group__inner-container>h2.has-text-align-center {
        padding-top: 65px
    }
}

.wp-block-group.is-style-block-section>.wp-block-group__inner-container>h2.has-text-align-center~*:last-child {
    padding-bottom: 65px;
    margin-bottom: 0
}

.wp-block-group.is-style-block-section>.wp-block-group__inner-container>p.has-text-align-center {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto
}

:root .has-black-background-color {
    background-color: #242424
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-myrgroup-blue-background-color {
    background-color: #0072A8
}

:root .has-myrgroup-gray-dark-background-color {
    background-color: #2d2d2d
}

:root .has-myrgroup-gray-medium-background-color {
    background-color: #666
}

:root .has-myrgroup-gray-light-background-color {
    background-color: #b6b6b6
}

:root .has-myrgroup-gray-very-light-background-color {
    background-color: #f0f0f0
}

:root .has-black-color {
    color: #242424
}

:root .has-white-color {
    color: #fff
}

:root .has-myrgroup-blue-color {
    color: #0072A8
}

:root .has-myrgroup-gray-dark-color {
    color: #2d2d2d
}

:root .has-myrgroup-gray-medium-color {
    color: #666
}

:root .has-myrgroup-gray-light-color {
    color: #b6b6b6
}

:root .has-myrgroup-gray-very-light-color {
    color: #f0f0f0
}

.wp-block-button__link {
    background-color: transparent;
    border: 1px solid #0072A8;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    min-width: 180px;
    color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 30px;
    overflow: hidden;
    position: relative;
    transform: scale(1);
    transition: border-color 275ms ease-out, color 275ms ease-out
}

.wp-block-button__link:hover {
    color: #fff;
    text-decoration: none
}

.wp-block-button__link:hover:before {
    transform: translateY(0)
}

.wp-block-button__link:before {
    content: '';
    display: block;
    background-color: #0072A8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 275ms ease-out;
    z-index: -1
}

.wp-block-button__link:after {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-color: transparent;
    border-right: 10px solid #0072A8;
    border-left: 10px solid #0072A8
}

.is-dark-theme.has-background-dim .wp-block-button__link,
.wp-block-button__link.has-white-color {
    color: #fff;
    border-color: #fff
}

.is-dark-theme.has-background-dim .wp-block-button__link:hover,
.wp-block-button__link.has-white-color:hover {
    border-color: #0072A8
}

.is-dark-theme.has-background-dim .wp-block-button__link:hover:after,
.wp-block-button__link.has-white-color:hover:after {
    border-color: #0072A8
}

.is-dark-theme.has-background-dim .wp-block-button__link:after,
.wp-block-button__link.has-white-color:after {
    border-color: #fff
}

.has-background.has-myrgroup-gray-dark-background-color .wp-block-button__link {
    color: #fff
}

.wp-block-button__link.has-background {
    background-color: transparent
}

.wp-block-button__link.has-background.has-white-background-color:hover {
    color: #242424;
    border-color: #fff
}

.wp-block-button__link.has-background.has-white-background-color:hover:after {
    border-color: #fff
}

.wp-block-button__link.has-background.has-white-background-color:before {
    background-color: #fff
}

.wp-block-button__link.has-background.has-black-background-color:before {
    background-color: #242424
}

.wp-block-button__link.has-background.has-myrgroup-blue-background-color:before {
    background-color: #0072A8
}

.wp-block-button__link.has-background.has-myrgroup-gray-dark-background-color:before {
    background-color: #2d2d2d
}

.wp-block-button__link.has-background.has-myrgroup-gray-medium-background-color:before {
    background-color: #666
}

.wp-block-button__link.has-background.has-myrgroup-gray-light-background-color:before {
    background-color: #b6b6b6
}

.wp-block-button__link.has-background.has-myrgroup-gray-very-light-background-color:before {
    background-color: #f0f0f0
}

.footer-call-to-action .wp-block-button__link {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.footer-call-to-action .wp-block-button__link:hover {
    border-color: #0072A8;
    color: #242424
}

.footer-call-to-action .wp-block-button__link:hover:after {
    border-color: #0072A8
}

.footer-call-to-action .wp-block-button__link:before {
    background-color: #fff
}

.footer-call-to-action .wp-block-button__link:after {
    border-color: #0072A8
}

.wp-block-cover.seventy-vh {
    min-height: 70vh
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.seventy-vh {
        min-height: 900px
    }
}

.wp-block-cover.is-style-right-image-content,
.wp-block-cover.is-style-left-image-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-right-image-content,
    .wp-block-cover.is-style-left-image-content {
        justify-content: flex-start;
        flex-direction: row;
        padding-top: 120px;
        padding-bottom: 120px;
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {

    .wp-block-cover.is-style-right-image-content,
    .wp-block-cover.is-style-left-image-content {
        margin-top: 150px;
        margin-bottom: 150px
    }
}

.wp-block-cover.is-style-right-image-content:first-child,
.wp-block-cover.is-style-left-image-content:first-child {
    margin-top: 0
}

.wp-block-cover.is-style-right-image-content:last-child,
.wp-block-cover.is-style-left-image-content:last-child {
    margin-bottom: 0
}

.wp-block-cover.is-style-right-image-content.has-background-dim,
.wp-block-cover.is-style-left-image-content.has-background-dim {
    background-color: transparent
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
.wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim:first-child,
.wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
    z-index: -1
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before,
    .wp-block-cover.is-style-left-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
        width: 300px;
        bottom: -75px
    }
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-black-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-black-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-black-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-black-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #242424
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-white-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-white-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-white-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-white-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #fff
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-blue-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-myrgroup-blue-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-blue-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-myrgroup-blue-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #0072A8
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-gray-dark-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-myrgroup-gray-dark-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-gray-dark-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-myrgroup-gray-dark-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #2d2d2d
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-gray-medium-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-myrgroup-gray-medium-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-gray-medium-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-myrgroup-gray-medium-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #666
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-gray-light-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-myrgroup-gray-light-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-gray-light-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-myrgroup-gray-light-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #b6b6b6
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-gray-very-light-background-color:first-child,
.wp-block-cover.is-style-right-image-content.has-myrgroup-gray-very-light-background-color.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-gray-very-light-background-color:first-child,
.wp-block-cover.is-style-left-image-content.has-myrgroup-gray-very-light-background-color.has-background-dim:not(.has-background-gradient):before {
    background-color: #f0f0f0
}

body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content>span.has-background-dim.has-myrgroup-gray-dark-background-color:first-child,
body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before,
body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-left-image-content>span.has-background-dim.has-myrgroup-gray-dark-background-color:first-child,
body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
    background-color: #242424;
    z-index: 0
}

body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):after,
body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - (100vw - 35px) - 30px);
    right: auto;
    left: -30px;
    width: 200px;
    height: 80px;
    display: block;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEYwRERGQ0NFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEYwRERGRENFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwRjBEREZBQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwRjBEREZCQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJMGjgAAADVJREFUeNpi/P//PwMOwALEqUB8iAGkCAd2/Q8BmxnxmMQBxFVAvA2fIjhgYiACDEZFAAEGACITKEQYTuvlAAAAAElFTkSuQmCC");
    background-position: top right;
    background-repeat: repeat;
    background-size: 9px 9px;
    opacity: 0.15;
    z-index: 0
}

@media (min-width: 960px) {

    body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):after,
    body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):after {
        top: auto;
        bottom: -30px;
        left: -30px;
        height: 280px;
        background-position: bottom left
    }
}

.wp-block-cover.is-style-right-image-content>img,
.wp-block-cover.is-style-left-image-content>img {
    position: static;
    height: calc(100vw - 60px);
    margin-top: 45px
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-right-image-content>img,
    .wp-block-cover.is-style-left-image-content>img {
        margin-top: 0;
        height: 100%;
        position: absolute;
        width: calc(70% - 120px)
    }
}

body:not(.home) .wp-block-cover.is-style-right-image-content>img,
body:not(.home) .wp-block-cover.is-style-left-image-content>img {
    z-index: 1
}

.wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container,
.wp-block-cover.is-style-left-image-content>.wp-block-cover__inner-container {
    color: inherit
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container,
    .wp-block-cover.is-style-left-image-content>.wp-block-cover__inner-container {
        width: 36%
    }
}

@media (min-width: 1280px) {

    .wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container,
    .wp-block-cover.is-style-left-image-content>.wp-block-cover__inner-container {
        width: 30%
    }
}

.wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
.wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
    top: auto;
    right: -30px;
    bottom: -30px;
    left: auto;
    width: 150px;
    height: calc(100vw)
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
        top: -75px;
        right: -60px;
        bottom: -75px;
        left: calc(100% - 60px);
        width: 120px;
        height: auto
    }
}

@media (min-width: 1280px) {

    .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
        right: -150px;
        left: calc(100% - 150px);
        width: 300px
    }
}

body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
    top: auto
}

@media (min-width: 960px) {

    body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
        top: calc(100% - 225px)
    }
}

body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):after {
    right: -30px;
    left: auto
}

@media (min-width: 960px) {
    body:not(.home) .wp-block-group.is-style-block-section.has-myrgroup-gray-dark-background-color .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):after {
        right: -30px;
        left: auto
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-right-image-content>img {
        left: calc(30% + 120px)
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-left-image-content {
        flex-direction: row-reverse
    }
}

.wp-block-cover.is-style-left-image-content>span.has-background-dim:first-child,
.wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
    top: auto;
    right: auto;
    left: -30px;
    bottom: -30px;
    height: 120px;
    width: 120px
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-left-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
        top: calc(100% - 225px);
        right: calc(100% -60px);
        left: -60px;
        bottom: auto;
        height: 300px;
        width: 120px
    }
}

@media (min-width: 1280px) {

    .wp-block-cover.is-style-left-image-content>span.has-background-dim:first-child,
    .wp-block-cover.is-style-left-image-content.has-background-dim:not(.has-background-gradient):before {
        right: calc(100% - 150px);
        left: -150px;
        width: 300px
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-left-image-content>img {
        right: calc(30% + 120px)
    }
}

.wp-block-cover.is-style-hero-blog-post {
    min-height: 100vh;
    padding-top: calc(50vh + 52.5px);
    padding-bottom: 0;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-end
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.is-style-hero-blog-post {
        min-height: 900px
    }
}

.wp-block-cover.is-style-hero-blog-post.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: transparent
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-hero-blog-post img.wp-block-cover__image-background,
    .wp-block-cover.is-style-hero-blog-post video.wp-block-cover__video-background,
    .wp-block-cover.is-style-hero-blog-post>span.has-background-dim:first-child,
    .wp-block-cover.is-style-hero-blog-post:before {
        top: 105px;
        bottom: 200px;
        height: calc(100% - 305px)
    }
}

.wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container {
    background-color: #242424;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 90px 30px;
    width: calc(100% + 60px);
    position: relative
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container {
        margin-left: -60px;
        margin-right: 0;
        padding: 75px 60px;
        width: auto;
        flex-grow: 1;
        max-width: 1300px
    }
}

@media (min-width: 1280px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container {
        margin-left: -150px;
        padding: 75px 150px
    }
}

.wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #0072A8;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news {
        background-color: rgba(255, 255, 255, 0.7);
        justify-content: flex-start;
        color: #242424;
        top: -105px;
        left: -20px;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
        margin-bottom: 0;
        padding: 15px 20px
    }
}

.wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news:hover {
    color: #fff
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news:hover {
        color: #0072A8
    }
}

.wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news svg {
    color: #fff;
    margin-right: 15px
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container .back-to-news svg {
        color: #0072A8
    }
}

.wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container h1 {
    color: #fff;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke: 0;
    font-size: 28px;
    line-height: 1.03846
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container h1 {
        font-size: 40px
    }
}

@media (min-width: 1280px) {
    .wp-block-cover.is-style-hero-blog-post .wp-block-cover__inner-container h1 {
        font-size: 52px
    }
}

.wp-block-cover.is-style-hero-blog {
    min-height: 100vh;
    overflow: hidden
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.is-style-hero-blog {
        min-height: 900px
    }
}

.wp-block-cover.is-style-hero-blog>img.wp-post-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover.is-style-hero-blog .wp-block-cover__inner-container {
    text-decoration: none
}

.wp-block-cover.is-style-hero-blog .wp-block-cover__inner-container:hover h1 {
    color: #fff
}

.wp-block-cover.is-style-hero-blog .wp-block-cover__inner-container:hover h1 sup {
    color: #fff
}

.wp-block-cover.is-style-hero-blog .wp-block-cover__inner-container h1 {
    color: #fff;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke: 0;
    font-size: 32px;
    line-height: 1.03846
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-blog .wp-block-cover__inner-container h1 {
        font-size: 52px
    }
}

.wp-block-cover.is-style-hero-contact {
    padding-top: 160px;
    padding-bottom: 0
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact {
        padding-top: 200px;
        padding-bottom: 100px
    }
}

.wp-block-cover.is-style-hero-contact>span.has-background-dim:not(.has-background-gradient):first-child {
    position: absolute;
    background-color: #2d2d2d;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>span.has-background-dim:not(.has-background-gradient):first-child {
        left: 35%
    }
}

.wp-block-cover.is-style-hero-contact.wp-block-cover.has-background-dim:not(.has-background-gradient) {
    background-color: transparent;
    justify-content: stretch
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact.wp-block-cover.has-background-dim:not(.has-background-gradient) {
        justify-content: center
    }
}

.wp-block-cover.is-style-hero-contact.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    content: '';
    position: absolute;
    background-color: #2d2d2d;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
        left: 35%
    }
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column {
    flex-basis: 100%
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column {
        flex-basis: 50%
    }
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper {
    padding: 30px;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    flex-basis: calc(100% + 60px);
    background-color: transparent;
    position: relative
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper {
        padding: 60px;
        margin-right: 0;
        margin-left: 0;
        width: auto;
        max-width: none;
        flex-basis: 50% !important
    }
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper:before {
    content: '';
    background-color: #0072A8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 200px;
    height: 275px;
    display: block;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEYwRERGQ0NFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEYwRERGRENFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwRjBEREZBQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwRjBEREZCQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJMGjgAAADVJREFUeNpi/P//PwMOwALEqUB8iAGkCAd2/Q8BmxnxmMQBxFVAvA2fIjhgYiACDEZFAAEGACITKEQYTuvlAAAAAElFTkSuQmCC");
    background-position: top right;
    background-repeat: repeat;
    background-size: 9px 9px;
    opacity: 0.15;
    z-index: 0
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style {
    position: relative;
    z-index: 2
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style textarea {
    min-height: 190px
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_error {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button {
    width: 100%;
    color: #fff;
    border-color: #fff
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover {
    color: #242424
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:before {
    background-color: #fff
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:after {
    border-color: inherit
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column.contact-form-wrapper .frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container .frm_primary_label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
    margin-left: 0;
    order: -1;
    padding-bottom: 60px
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 60px;
        order: unset;
        padding-bottom: 0px
    }
}

@media (min-width: 1280px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 150px
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) .wp-block-column:not(:first-child) {
        margin-left: 60px
    }
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) h1 {
    margin-bottom: 60px
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) h2 {
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) a {
    text-decoration: none;
    color: #fff
}

.wp-block-cover.is-style-hero-contact>.wp-block-cover__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) a:hover {
    color: #0072A8
}

.wp-block-cover.is-style-hero-contact+.wp-block-cover {
    min-height: 100vh
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.is-style-hero-contact+.wp-block-cover {
        min-height: 900px
    }
}

.wp-block-cover.is-style-hero {
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.is-style-hero {
        min-height: 900px
    }
}

.wp-block-cover.is-style-hero p {
    max-width: 524px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 300;
    line-height: 1.875
}

body.single-project .wp-block-cover.is-style-hero {
    min-height: 575px;
    background-color: #2d2d2d;
    z-index: -1
}

@media (min-width: 960px) {
    body.single-project .wp-block-cover.is-style-hero {
        padding-bottom: 190px
    }
}

body.single-project .wp-block-cover.is-style-hero h1 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    max-width: 850px;
    margin: 0 auto
}

@media (min-width: 960px) {
    body.single-project .wp-block-cover.is-style-hero h1 {
        font-size: 48px
    }
}

body.single-project .wp-block-cover.is-style-hero h1 sup {
    margin-top: 25px;
    margin-bottom: 0
}

body.search .wp-block-cover.is-style-hero h1 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0
}

@media (min-width: 960px) {
    body.search .wp-block-cover.is-style-hero h1 {
        font-size: 52px
    }
}

.wp-block-cover.is-style-hero-inside {
    min-height: 100vh;
    padding-top: calc(50vh + 52.5px);
    padding-bottom: 0;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-end
}

@media (min-width: 415px) and (min-height: 900px) {
    .wp-block-cover.is-style-hero-inside {
        min-height: 900px
    }
}

.wp-block-cover.is-style-hero-inside.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: transparent
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program {
        padding: 0 0 0 50%;
        align-items: stretch
    }
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program img.wp-block-cover__image-background,
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program video.wp-block-cover__video-background,
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program>span.has-background-dim:first-child,
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program:before {
        height: 100%;
        width: 50%;
        bottom: 0;
        right: 50%
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program .wp-block-cover__inner-container {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program .wp-block-cover__inner-container .wp-block-buttons {
        right: auto;
        left: 0
    }
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside.is-style-hero-vendor-program .wp-block-cover__inner-container h1 {
        margin-bottom: 60px
    }
}

@media (min-width: 960px) {

    .wp-block-cover.is-style-hero-inside img.wp-block-cover__image-background,
    .wp-block-cover.is-style-hero-inside video.wp-block-cover__video-background,
    .wp-block-cover.is-style-hero-inside>span.has-background-dim:first-child,
    .wp-block-cover.is-style-hero-inside:before {
        bottom: 200px;
        height: calc(100% - 200px)
    }
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container {
    background-color: #242424;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    width: calc(100% + 60px);
    position: relative
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container {
        margin-left: -60px;
        margin-right: 0;
        padding: 75px 60px;
        width: auto;
        flex-grow: 1;
        max-width: 1300px
    }
}

@media (min-width: 1280px) {
    .wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container {
        margin-left: -150px;
        padding: 75px 150px
    }
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container h1 sub {
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 35px;
    position: static;
    line-height: 1.2;
    bottom: auto;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    display: block
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    justify-content: stretch
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons {
        position: absolute;
        margin: 0;
        justify-content: flex-end;
        right: 0;
        bottom: 0;
        width: auto
    }
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
    flex-grow: 1
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button {
        flex-grow: auto
    }
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
    color: #fff;
    background-color: #0072A8;
    height: 60px;
    padding: 10px 30px;
    width: 100%
}

@media (min-width: 960px) {
    .wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
        height: 100px;
        padding: 10px 50px;
        width: auto
    }
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link:before {
    display: none
}

.wp-block-cover.is-style-hero-inside .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link img {
    margin-left: 15px
}

.wp-block-cover.homepage-subsidiaries-section {
    padding-top: 125px;
    padding-bottom: 125px
}

@media (min-width: 960px) {
    .wp-block-cover.homepage-subsidiaries-section {
        padding-top: 225px;
        padding-bottom: 225px
    }
}

.wp-block-buttons:last-child {
    margin-top: 45px
}

.wp-block-columns {
    margin-bottom: 0
}

.events-registration-section .wp-block-columns.registration-form-wrapper {
    margin-top: 60px
}

@media (min-width: 960px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper {
        margin-top: 120px
    }
}

.events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background {
    position: relative;
    transform: scale(1);
    padding-top: 60px;
    padding-bottom: 90px;
    z-index: 0
}

@media (min-width: 768px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width: 1280px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background+.wp-block-column {
    position: relative;
    z-index: 1;
    margin-top: -60px
}

@media (min-width: 768px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background+.wp-block-column {
        margin-top: -30px;
        margin-bottom: -30px
    }
}

@media (min-width: 960px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background+.wp-block-column {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background+.wp-block-column {
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: 150px;
        --wp--style--block-gap: 150px
    }
}

.events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background:before {
    content: '';
    display: block;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: -30px;
    left: -30px;
    bottom: 0;
    z-index: -1
}

@media (min-width: 960px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background:before {
        right: -210px;
        left: -60px
    }
}

@media (min-width: 1280px) {
    .events-registration-section .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content.has-background:before {
        right: -275px;
        left: -150px;
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.wp-block-columns.registration-form-wrapper .registration-form-wrapper-form {
    padding: 30px
}

@media (min-width: 960px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-form {
        padding: 60px
    }
}

@media (min-width: 768px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content .wp-block-column {
        margin-bottom: 30px
    }
}

@media (min-width: 960px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content .wp-block-column {
        margin-bottom: 60px
    }
}

@media (min-width: 768px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content .wp-block-column:not(:first-child) {
        margin-left: 30px;
        --wp--style--block-gap: 30px
    }
}

@media (min-width: 960px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content .wp-block-column:not(:first-child) {
        margin-left: 60px;
        --wp--style--block-gap: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-columns.registration-form-wrapper .registration-form-wrapper-content .wp-block-column:not(:first-child) {
        margin-left: 90px;
        --wp--style--block-gap: 90px
    }
}

.wp-block-columns.registration-form-wrapper .registration-form-wrapper-content h3 sub,
.wp-block-columns.registration-form-wrapper .registration-form-wrapper-content h3 a {
    display: block;
    color: inherit;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.375;
    text-transform: none
}

.wp-block-columns.timeline-wrapper {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block-columns.values-wrapper {
        flex-wrap: wrap
    }

    .wp-block-columns.values-wrapper>.wp-block-column {
        flex-basis: calc(50% - 30px)
    }

    .wp-block-columns.values-wrapper>.wp-block-column:nth-child(4n+3) {
        margin-top: 35px;
        margin-left: 0
    }

    .wp-block-columns.values-wrapper>.wp-block-column:nth-child(4n+4) {
        margin-top: 35px
    }
}

@media (min-width: 960px) {
    .wp-block-columns.values-wrapper {
        flex-wrap: nowrap
    }

    .wp-block-columns.values-wrapper>.wp-block-column {
        flex-basis: 0px
    }

    .wp-block-columns.values-wrapper>.wp-block-column:nth-child(4n+3) {
        margin-top: 0;
        margin-left: 30px
    }

    .wp-block-columns.values-wrapper>.wp-block-column:nth-child(4n+4) {
        margin-top: 0
    }
}

.wp-block-columns.values-wrapper:first-child>.wp-block-column:first-child h3 {
    margin-top: 0
}

.wp-block-columns+.wp-block-columns {
    margin-top: 0
}

@media (min-width: 768px) {
    .wp-block-columns+.wp-block-columns {
        margin-top: 35px
    }
}

@media (min-width: 960px) {
    .wp-block-columns+.wp-block-columns {
        margin-top: 60px
    }
}

.timeline-wrapper .wp-block-column:not(:first-child).timeline-image-wrapper {
    display: none
}

@media (min-width: 960px) {
    .timeline-wrapper .wp-block-column:not(:first-child).timeline-image-wrapper {
        display: block;
        margin-top: -75px;
        margin-bottom: -75px
    }
}

@media (min-width: 960px) {
    .wp-block-column:not(:first-child) {
        margin-left: 150px;
        --wp--style--block-gap: 150px
    }

    .values-wrapper .wp-block-column:not(:first-child) {
        margin-left: 30px;
        --wp--style--block-gap: 30px
    }

    .timeline-wrapper .wp-block-column:not(:first-child) {
        margin-left: 110px;
        --wp--style--block-gap: 110px
    }
}

@media (min-width: 1280px) {
    .wp-block-column:not(:first-child) {
        margin-left: 215px;
        --wp--style--block-gap: 215px
    }
}

@media (min-width: 600px) and (max-width: 767.98px) {
    .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 1
    }
}

@media (min-width: 600px) and (max-width: 767.98px) {
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
        --wp--style--block-gap: 0
    }
}

@media (min-width: 960px) {
    .wp-block-column.homepage-projects-content {
        margin-top: 200px
    }
}

@media (min-width: 960px) {

    .wp-block-group.footer-call-to-action-spacer,
    .wp-block-cover.footer-call-to-action-spacer {
        padding-bottom: 265px
    }
}

.wp-block-group.footer-call-to-action-spacer.post-navigation-wrapper,
.wp-block-cover.footer-call-to-action-spacer.post-navigation-wrapper {
    padding-bottom: 30px
}

@media (min-width: 960px) {

    .wp-block-group.footer-call-to-action-spacer.post-navigation-wrapper,
    .wp-block-cover.footer-call-to-action-spacer.post-navigation-wrapper {
        padding-bottom: 190px
    }
}

.wp-block-group.is-style-block-section-page-password-form:first-child {
    padding-top: 150px
}

.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child {
    display: flex;
    justify-content: center;
    align-items: stretch
}

.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child label {
    margin: 0
}

.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child label input[name="post_password"] {
    border: 1px solid #0072A8;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: .1em
}

.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0072A8;
    border-radius: 0;
    background-color: transparent;
    margin-left: 15px;
    padding: 10px 25px;
    min-width: 100px;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: background-color 275ms ease-out, color 275ms ease-out
}

.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child input[type="submit"]:hover,
.wp-block-group.is-style-block-section-page-password-form form.post-password-form p:last-child input[type="submit"]:focus {
    color: #fff;
    background-color: #0072A8
}

.wp-block-group.is-style-block-section-payment-form {
    padding-top: 0
}

.wp-block-group.is-style-block-section-narrow>.wp-block-group__inner-container {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto
}

.wp-block-group.is-style-block-section,
.wp-block-group.is-style-block-section-narrow {
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width: 960px) {

    .wp-block-group.is-style-block-section,
    .wp-block-group.is-style-block-section-narrow {
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width: 1280px) {

    .wp-block-group.is-style-block-section,
    .wp-block-group.is-style-block-section-narrow {
        padding-right: 150px;
        padding-left: 150px
    }
}

.wp-block-group.is-style-block-section.alignfull>.wp-block-group__inner-container,
.wp-block-group.is-style-block-section-narrow.alignfull>.wp-block-group__inner-container {
    margin-right: -30px;
    margin-left: -30px
}

@media (min-width: 960px) {

    .wp-block-group.is-style-block-section.alignfull>.wp-block-group__inner-container,
    .wp-block-group.is-style-block-section-narrow.alignfull>.wp-block-group__inner-container {
        margin-right: -60px;
        margin-left: -60px
    }
}

@media (min-width: 1280px) {

    .wp-block-group.is-style-block-section.alignfull>.wp-block-group__inner-container,
    .wp-block-group.is-style-block-section-narrow.alignfull>.wp-block-group__inner-container {
        margin-right: -150px;
        margin-left: -150px
    }
}

.wp-block-group.footer-wrapper {
    overflow: hidden
}

.wp-block-group.footer-call-to-action {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 960px) {
    .wp-block-group.footer-call-to-action {
        position: absolute;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        height: 320px;
        top: -160px;
        width: 100%;
        z-index: 100
    }
}

@media (min-width: 960px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container {
        width: 100%
    }
}

.wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns {
    height: 100%;
    padding: 45px 30px;
    margin: 0 -30px
}

@media (min-width: 768px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns {
        padding: 90px 30px
    }
}

@media (min-width: 960px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns {
        margin-right: -60px;
        margin-left: 0;
        padding: 105px 60px 105px 105px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns {
        margin-right: -150px;
        padding: 0 150px
    }
}

@media (min-width: 960px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 90px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 150px
    }
}

.wp-block-group.footer-call-to-action>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) .wp-block-buttons:last-child {
    margin-top: 0
}

.wp-block-group.homepage-careers-section {
    padding-top: 75px;
    padding-bottom: 0
}

@media (min-width: 960px) {
    .wp-block-group.homepage-careers-section {
        padding-top: 120px;
        padding-bottom: 75px
    }

    .wp-block-group.homepage-careers-section.footer-call-to-action-spacer {
        padding-bottom: 266px
    }
}

.wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content {
    padding-bottom: 0
}

.wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
.wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
    top: calc(100% - (100vw - 35px) - 30px);
    right: auto;
    left: -30px;
    width: 200px;
    height: 80px;
    display: block;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEYwRERGQ0NFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEYwRERGRENFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwRjBEREZBQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwRjBEREZCQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJMGjgAAADVJREFUeNpi/P//PwMOwALEqUB8iAGkCAd2/Q8BmxnxmMQBxFVAvA2fIjhgYiACDEZFAAEGACITKEQYTuvlAAAAAElFTkSuQmCC");
    background-position: top right;
    background-repeat: repeat;
    background-size: 9px 9px;
    opacity: 0.15;
    z-index: 1
}

@media (min-width: 960px) {

    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
        top: auto;
        bottom: 236px;
        left: calc(50% - 60px);
        height: 280px;
        background-position: bottom left
    }
}

@media (min-width: 960px) {

    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>span.has-background-dim:first-child,
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content.has-background-dim:not(.has-background-gradient):before {
        top: auto;
        bottom: 236px;
        left: calc(50% - 60px);
        height: 280px;
        background-position: bottom left
    }
}

.wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>img {
    z-index: 2;
    margin-top: 75px;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    height: calc(100vw - 35px)
}

@media (min-width: 960px) {
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>img {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        bottom: 266px;
        left: calc(50%);
        width: calc(50% + 60px);
        height: calc(100% - 266px)
    }
}

@media (min-width: 1280px) {
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>img {
        width: calc(50% + 150px)
    }
}

.wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container {
    z-index: 0
}

@media (min-width: 960px) {
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container {
        background-color: #242424;
        padding: 120px 585px 120px 100px;
        width: calc(30% + 770px);
        margin-left: -60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.homepage-careers-section .wp-block-cover.is-style-right-image-content>.wp-block-cover__inner-container {
        padding: 120px 700px 120px 100px;
        width: calc(30% + 800px);
        margin-left: 0
    }
}

.wp-block-group.homepage-projects-section {
    padding-top: 90px;
    padding-bottom: 0;
    margin-bottom: 280px;
    position: relative
}

@media (min-width: 960px) {
    .wp-block-group.homepage-projects-section {
        padding-top: 180px;
        margin-bottom: 200px
    }
}

@media (min-width: 960px) {
    body:not(.home) main>.wp-block-cover.is-style-hero-inside+.wp-block-group.homepage-projects-section {
        margin-top: -200px;
        padding-top: 260px
    }
}

@media (min-width: 960px) {
    body:not(.home) main>.wp-block-cover.is-style-hero-inside+.wp-block-group.homepage-projects-section:before {
        height: 800px
    }
}

.wp-block-group.homepage-projects-section:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 585px;
    background-color: #242424
}

@media (min-width: 960px) {
    .wp-block-group.homepage-projects-section:before {
        display: block;
        right: 50%;
        height: 960px;
        max-height: 100%
    }
}

.wp-block-group.homepage-projects-section .wp-block-myrgroup-homepage-carousel {
    transform: translateY(100px)
}

.wp-block-group.project-content-wrapper {
    padding-top: 0;
    z-index: 1
}

.wp-block-group.project-content-wrapper .wp-block-myrgroup-post .post-wrapper {
    margin-top: -100px
}

@media (min-width: 960px) {
    .wp-block-group.project-content-wrapper .wp-block-myrgroup-post .post-wrapper {
        background-color: #fff;
        margin-top: -160px
    }
}

.wp-block-group.post-navigation-wrapper {
    padding-top: 30px;
    position: relative;
    border-top: 1px solid #d5d5d5
}

.wp-block-group.post-navigation-wrapper:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #d5d5d5
}

.wp-block-group.post-navigation-wrapper .post-prev-next {
    display: flex;
    justify-content: stretch
}

.wp-block-group.post-navigation-wrapper .post-prev-next .post-prev,
.wp-block-group.post-navigation-wrapper .post-prev-next .post-next {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.wp-block-group.post-navigation-wrapper .post-prev-next .post-prev a,
.wp-block-group.post-navigation-wrapper .post-prev-next .post-next a {
    display: flex;
    align-items: center;
    color: #242424;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none
}

.wp-block-group.post-navigation-wrapper .post-prev-next .post-prev a:hover,
.wp-block-group.post-navigation-wrapper .post-prev-next .post-next a:hover {
    color: #0072A8
}

.wp-block-group.post-navigation-wrapper .post-prev-next .post-prev a svg,
.wp-block-group.post-navigation-wrapper .post-prev-next .post-next a svg {
    color: #0072A8;
    margin-right: 15px
}

.wp-block-group.post-navigation-wrapper .post-prev-next .post-next a svg {
    margin-right: 0;
    margin-left: 15px
}

.wp-block-group.mission-vision-values-wrapper {
    padding-bottom: 0
}

@media (min-width: 960px) {
    .wp-block-group.mission-vision-values-wrapper {
        background-color: transparent;
        position: relative
    }

    .wp-block-group.mission-vision-values-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 240px;
        left: 0;
        background-color: #2d2d2d;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child) {
        margin-left: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child) {
        margin-left: 150px
    }
}

.wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child) h3,
.wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child) p {
    max-width: 425px
}

.wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child)>h3 {
    margin-top: 60px
}

@media (min-width: 960px) {
    .wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child)>h3 {
        margin-top: 90px
    }
}

.wp-block-group.mission-vision-values-wrapper .wp-block-column:not(:first-child)>h3:first-child {
    margin-top: 0
}

.wp-block-group.mission-vision-values-wrapper .values-intro-wrapper {
    padding: 30px;
    font-size: 28px;
    margin: 60px -30px 0 -30px;
    line-height: 1.5;
    width: calc(100% + 60px)
}

@media (min-width: 960px) {
    .wp-block-group.mission-vision-values-wrapper .values-intro-wrapper {
        min-height: 300px;
        padding: 60px;
        margin: 90px 0 0 -60px;
        width: calc(100% + 60px)
    }
}

@media (min-width: 1280px) {
    .wp-block-group.mission-vision-values-wrapper .values-intro-wrapper {
        padding: 100px 100px 100px 150px;
        margin-left: -150px;
        width: calc(100% + 150px)
    }
}

.wp-block-group.mission-vision-values-wrapper .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-group.mission-vision-values-wrapper .wp-block-image {
        margin-top: 120px;
        margin-bottom: 0
    }
}

.wp-block-group.mission-vision-values-wrapper .wp-block-image:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 200px;
    height: 235px;
    display: block;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEYwRERGQ0NFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEYwRERGRENFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwRjBEREZBQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwRjBEREZCQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJMGjgAAADVJREFUeNpi/P//PwMOwALEqUB8iAGkCAd2/Q8BmxnxmMQBxFVAvA2fIjhgYiACDEZFAAEGACITKEQYTuvlAAAAAElFTkSuQmCC");
    background-position: top right;
    background-repeat: repeat;
    background-size: 9px 9px;
    opacity: 0.15;
    z-index: -1
}

.wp-block-group.mission-vision-values-wrapper .wp-block-image img {
    z-index: 1;
    display: block
}

.wp-block-group.contact-map-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.wp-block-group.contact-columns-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns {
    align-items: stretch
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 1280px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column {
        padding-top: 150px;
        padding-bottom: 160px
    }
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child {
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width: 960px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child {
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child {
        padding-right: 150px;
        padding-left: 150px
    }
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child h2 {
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 35px;
    margin-bottom: 30px
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child h2:first-child {
    margin-top: 0
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child {
    padding-right: 30px
}

@media (min-width: 960px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child {
        padding-right: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child {
        padding-right: 150px
    }
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns {
    margin-bottom: 0
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns>.wp-block-column {
    padding-bottom: 50px
}

@media (min-width: 960px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns>.wp-block-column {
        padding-bottom: 0
    }
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns:not(:last-child)>.wp-block-column {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 50px;
    margin-bottom: 50px
}

@media (min-width: 960px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 80px
    }
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:last-child>.wp-block-columns>.wp-block-column>*:last-child {
    margin-bottom: 0
}

.wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
    margin-left: 30px
}

@media (min-width: 960px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-group.contact-columns-wrapper>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
        margin-left: 100px
    }
}

.wp-block-group.contact-columns-wrapper h2 {
    color: #242424;
    font-size: 20px
}

.wp-block-group.contact-columns-wrapper h3 {
    color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none
}

.wp-block-group.posts-list-wrapper {
    position: relative;
    padding-top: 0
}

.wp-block-group.capabilities-list-wrapper {
    padding-top: 90px;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 960px) {
    .wp-block-group.capabilities-list-wrapper {
        margin-top: -200px;
        margin-bottom: 0;
        padding-top: 280px
    }
}

.wp-block-group.projects-list-wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 960px) {
    .wp-block-group.projects-list-wrapper {
        margin-top: -200px;
        margin-bottom: 0;
        padding-top: 280px;
        padding-bottom: 200px
    }
}

.wp-block-group.team-intro-section {
    padding-top: 90px;
    padding-bottom: 200px;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 960px) {
    .wp-block-group.team-intro-section {
        margin-top: -200px;
        margin-bottom: 0;
        padding-top: 280px
    }
}

.wp-block-group.team-intro-section:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    background-color: #242424
}

@media (min-width: 960px) {
    .wp-block-group.team-intro-section:before {
        display: block;
        right: 50%;
        height: 200px
    }
}

.wp-block-group.team-intro-section+.wp-block-group.is-style-block-section {
    margin-bottom: -230px
}

.wp-block-group.team-intro-section+.wp-block-group.is-style-block-section>.wp-block-group__inner-container {
    transform: translateY(-230px)
}

.wp-block-myrgroup-homepage-carousel h3 {
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.wp-block-myrgroup-homepage-carousel h3.is-style-has-underline {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.wp-block-myrgroup-homepage-carousel h3.is-style-has-underline:after {
    margin-left: 15px;
    position: static;
    left: auto;
    bottom: auto
}

.wp-block-myrgroup-hero-video {
    color: #fff;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 50px
}

.wp-block-myrgroup-hero-video:hover {
    color: #0072A8;
    text-decoration: none
}

.wp-block-myrgroup-hero-video:hover .label .timestamp {
    color: #0072A8
}

.wp-block-myrgroup-hero-video .icon {
    width: 35px;
    display: flex
}

.wp-block-myrgroup-hero-video .label {
    flex-grow: 1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.23077;
    text-transform: uppercase
}

.wp-block-myrgroup-hero-video .label .title {
    display: block
}

.wp-block-myrgroup-hero-video .label .timestamp {
    color: #666
}

.wp-block-myrgroup-history-timeline-image {
    display: none
}

@media (min-width: 960px) {
    .wp-block-myrgroup-history-timeline-image {
        display: block;
        top: 0;
        position: sticky;
        height: 100vh;
        width: calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-history-timeline-image {
        width: calc(100% + 150px);
        margin-right: -150px
    }
}

.wp-block-myrgroup-history-timeline-image .slick-list,
.wp-block-myrgroup-history-timeline-image .slick-track,
.wp-block-myrgroup-history-timeline-image .slick-slide {
    height: 100%
}

.wp-block-myrgroup-history-timeline-image .slick-slide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-myrgroup-history-timeline .timeline-item {
    padding: 45px 30px;
    border-left: 2px dotted gray;
    border-bottom: 2px dotted gray
}

.wp-block-myrgroup-history-timeline .timeline-item:last-child {
    border-bottom: none
}

@media (min-width: 960px) {
    .wp-block-myrgroup-history-timeline .timeline-item {
        padding: 70px
    }
}

.wp-block-myrgroup-history-timeline .timeline-item.intersecting h3:before {
    background-color: #0072A8
}

.wp-block-myrgroup-history-timeline .timeline-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-history-timeline .timeline-item img {
        display: none
    }
}

.wp-block-myrgroup-history-timeline .timeline-item h3 {
    position: relative;
    margin-bottom: 25px
}

.wp-block-myrgroup-history-timeline .timeline-item h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: gray;
    position: absolute;
    top: calc(50% - 10px);
    left: -41px;
    transition: background-color 275ms ease-out
}

@media (min-width: 960px) {
    .wp-block-myrgroup-history-timeline .timeline-item h3:before {
        left: -81px
    }
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-pager {
    position: absolute;
    bottom: -85px;
    left: 0;
    height: 60px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #b6b6b6;
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-pager .page-current {
    color: #242424;
    font-size: 28px;
    min-width: 47px;
    border-right: 2px solid #b6b6b6;
    margin-right: 15px
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-arrow {
    position: absolute;
    bottom: -85px;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    z-index: 10;
    transition: border-color 275ms ease-out
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-arrow:hover {
    border-color: #242424
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-arrow:focus {
    outline: none
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
    right: 0
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
    right: 75px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-list {
        padding-right: 60px;
        width: calc(100% + 60px)
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-list {
        padding-right: 150px;
        width: calc(100% + 150px)
    }
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a {
    display: block;
    height: 540px;
    color: #fff
}

@media (min-width: 960px) {
    .wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a {
        height: 705px
    }
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover {
    text-decoration: none
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover figure:before {
    opacity: 0.5
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover .label {
    background-color: #0072A8
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover .label svg {
    color: #fff
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure {
    height: 440px;
    position: relative;
    margin: 0
}

@media (min-width: 960px) {
    .wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure {
        height: 605px
    }
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.15;
    transition: opacity 275ms ease-out;
    z-index: 0
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure>figcaption {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    transform-origin: top right;
    transform: translateX(-100%) rotate(-90deg);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a .label {
    height: 100px;
    padding: 10px 40px;
    background-color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: background-color 275ms ease-out
}

.wp-block-myrgroup-homepage-carousel .carousel.slick-slider.slick-initialized .slick-slide>a .label svg {
    color: #0072A8;
    transition: color 275ms ease-out;
    margin-left: 10px
}

.wp-block-myrgroup-awards-carousel {
    margin-top: 50px;
    margin-bottom: 120px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-awards-carousel {
        margin-top: 75px;
        margin-bottom: 75px;
        padding-right: 100px;
        padding-left: 100px
    }
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -85px;
    -webkit-appearance: none;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    z-index: 10;
    transition: border-color 275ms ease-out
}

@media (min-width: 960px) {
    .wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow {
        bottom: auto;
        top: calc(50% - 30px)
    }
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow:hover {
    border-color: #242424
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow:focus {
    outline: none
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
    right: calc(50% - 72.5px)
}

@media (min-width: 960px) {
    .wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
        right: -100px
    }
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
    left: calc(50% - 72.5px)
}

@media (min-width: 960px) {
    .wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
        left: -100px
    }
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-list {
    margin: 0 -60px
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-slide {
    position: relative;
    height: 56.25vw;
    margin: 0 60px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-slide {
        max-height: 150px
    }
}

.wp-block-myrgroup-awards-carousel .carousel.slick-slider.slick-initialized .slick-slide img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wp-block-myrgroup-project-carousel {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-carousel {
        margin-left: -60px;
        margin-right: -60px;
        width: calc(100% + 120px)
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-project-carousel {
        margin-left: -100px;
        margin-right: -100px;
        width: calc(100% + 200px)
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized {
    margin-bottom: 150px
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-pager {
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #b6b6b6;
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-pager .page-current {
    color: #242424;
    font-size: 28px;
    min-width: 47px;
    border-right: 2px solid #b6b6b6;
    margin-right: 15px
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow {
    position: absolute;
    bottom: -85px;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    z-index: 10;
    transition: border-color 275ms ease-out
}

@media (min-width: 1440px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow {
        bottom: auto;
        top: calc(50% - 30px)
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow:hover {
    border-color: #242424
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow:focus {
    outline: none
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
    right: 30px
}

@media (min-width: 1080px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width: 1440px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
        right: -150px
    }
}

@media (min-width: 1600px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-next {
        right: -200px
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
    left: 30px
}

@media (min-width: 1080px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
        left: 0
    }
}

@media (min-width: 1440px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
        left: -150px
    }
}

@media (min-width: 1600px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-arrow.slick-prev {
        left: -200px
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide {
    height: 56.25vw;
    min-height: 250px;
    max-height: 600px;
    position: relative
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a {
    display: block;
    height: 540px;
    color: #fff
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a {
        height: 705px
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover {
    text-decoration: none
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover figure:before {
    opacity: 0.5
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover .label {
    background-color: #0072A8
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a:hover .label svg {
    color: #fff
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure {
    height: 440px;
    position: relative;
    margin: 0
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure {
        height: 605px
    }
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.15;
    transition: opacity 275ms ease-out;
    z-index: 0
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a figure>figcaption {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    transform-origin: top right;
    transform: translateX(-100%) rotate(-90deg);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a .label {
    height: 100px;
    padding: 10px 40px;
    background-color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: background-color 275ms ease-out
}

.wp-block-myrgroup-project-carousel .carousel.slick-slider.slick-initialized .slick-slide>a .label svg {
    color: #0072A8;
    transition: color 275ms ease-out;
    margin-left: 10px
}

.wp-block-myrgroup-team-cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative
}

.wp-block-myrgroup-team-cards:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 200px;
    height: 135px;
    display: block;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEYwRERGQ0NFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEYwRERGRENFQTMxMUVCQUJGQkM2REFGQzEzMDYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwRjBEREZBQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwRjBEREZCQ0VBMzExRUJBQkZCQzZEQUZDMTMwNjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJMGjgAAADVJREFUeNpi/P//PwMOwALEqUB8iAGkCAd2/Q8BmxnxmMQBxFVAvA2fIjhgYiACDEZFAAEGACITKEQYTuvlAAAAAElFTkSuQmCC");
    background-position: top right;
    background-repeat: repeat;
    background-size: 9px 9px;
    opacity: 0.15
}

.wp-block-myrgroup-team-cards .team-member-bio-modal {
    position: absolute;
    left: 15px;
    right: 15px;
    width: 100%;
    padding: 60px 80px;
    background-color: #fff;
    overflow: auto;
    z-index: 2
}

.wp-block-myrgroup-team-cards .team-member-bio-modal h2 {
    color: #0072A8;
    font-size: 28px;
    margin-bottom: 30px
}

.wp-block-myrgroup-team-cards .team-member-bio-modal .title {
    font-weight: 600;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 50px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-team-cards .team-member-bio-modal .bio {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 45px;
        column-gap: 45px
    }
}

.wp-block-myrgroup-team-cards .team-member-bio-modal button {
    -webkit-appearance: none;
    position: absolute;
    top: 60px;
    right: 80px;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424
}

.wp-block-myrgroup-team-cards .team-member {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 60px;
    flex-grow: 1;
    flex-basis: calc(100% - 30px);
    padding: 40px;
    cursor: pointer;
    text-align: center;
    text-decoration: none
}

@media (min-width: 768px) {
    .wp-block-myrgroup-team-cards .team-member {
        max-width: calc(33% - 30px)
    }
}

@media (min-width: 1080px) {
    .wp-block-myrgroup-team-cards .team-member {
        padding: 25px;
        max-width: calc(25% - 30px)
    }
}

.wp-block-myrgroup-team-cards .team-member:hover .thumbnail-wrapper:after {
    transform: translateY(0)
}

.wp-block-myrgroup-team-cards .team-member:hover h2 {
    color: #0072A8
}

.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
    padding: 40px 40px 0px
}

@media (min-width: 1080px) {
    .wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper {
        margin-top: -25px;
        margin-right: -25px;
        margin-left: -25px;
        padding: 25px 25px 0px
    }
}

.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper:before,
.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80%
}

.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper:before {
    background-color: #f0f0f0;
    z-index: 0
}

.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper:after {
    transform: translateY(calc(-100% - 1px));
    background-color: #f0f0f0;
    z-index: 1;
    transition: transform 400ms ease-out;
    background-color: #0072A8
}

.wp-block-myrgroup-team-cards .team-member .thumbnail-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.wp-block-myrgroup-team-cards .team-member h2 {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    transition: color 275ms ease-out;
    margin-top: 25px;
    margin-bottom: 15px
}

.wp-block-myrgroup-team-cards .team-member .title {
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.2
}

@media (min-width: 960px) {
    .wp-block-myrgroup-team-cards .team-member .title {
        margin-bottom: 0;
        text-transform: none
    }
}

@media (min-width: 960px) {
    .wp-block-myrgroup-team-cards .team-member .bio {
        display: none
    }
}

.wp-block-myrgroup-contact-map .contact-map,
.wp-block-myrgroup-contact-map .contact-list {
    display: none;
    min-height: 900px
}

.wp-block-myrgroup-contact-map .contact-map.active,
.wp-block-myrgroup-contact-map .contact-list.active {
    display: block
}

.wp-block-myrgroup-contact-map .contact-map {
    height: 900px
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip {
    position: absolute;
    transform: translateX(-50%) translateY(calc(-100% - 35px))
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-close {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-wrapper {
    background-color: #fff;
    display: block;
    width: 280px;
    padding: 25px 20px;
    position: relative;
    font-size: 15px;
    text-align: center
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-wrapper:after {
    content: '';
    display: block;
    background-color: transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-wrapper .name {
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
    margin-bottom: 15px
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-wrapper .address {
    margin-bottom: 15px
}

.wp-block-myrgroup-contact-map .contact-map .myrgroupMapTooltip .tooltip-wrapper .phone a {
    text-decoration: underline
}

.wp-block-myrgroup-contact-map .contact-list {
    padding-bottom: 300px;
    background-color: #f0f0f0
}

.wp-block-myrgroup-contact-map .contact-list .table {
    width: 100%
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table {
        display: table
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-header-group {
    display: none;
    background-color: #0072A8
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-header-group {
        display: table-header-group
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-header-group .table-cell {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    border-left: 1px solid #fff
}

.wp-block-myrgroup-contact-map .contact-list .table-header-group .table-cell.location {
    border-left: none;
    color: #fff;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-row-group {
        display: table-row-group
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-row-group .table-row {
    display: none
}

.wp-block-myrgroup-contact-map .contact-list .table-row-group .table-row.active {
    display: block
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-row-group .table-row.active {
        display: table-row
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-row-group .table-row.odd {
    background-color: #fff
}

.wp-block-myrgroup-contact-map .contact-list .table-row-group .table-row.even {
    background-color: #f0f0f0
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-row {
        display: table-row
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-cell {
    padding: 0 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-cell {
        display: table-cell;
        padding: 25px 20px
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-cell.location {
    padding-top: 25px;
    color: #242424;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-cell.location {
        padding-left: 60px;
        color: #666;
        font-weight: 400
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-contact-map .contact-list .table-cell.location {
        padding-left: 150px
    }
}

.wp-block-myrgroup-contact-map .contact-list .table-cell.phone {
    padding-bottom: 25px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .contact-list .table-cell.phone {
        padding-right: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-contact-map .contact-list .table-cell.phone {
        padding-right: 150px
    }
}

.wp-block-myrgroup-contact-map .map-filter {
    color: #fff;
    background-color: #242424;
    padding: 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .map-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-contact-map .map-filter {
        padding-right: 150px;
        padding-left: 150px
    }
}

.wp-block-myrgroup-contact-map .map-filter .label {
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    flex-basis: 1
}

.wp-block-myrgroup-contact-map .map-filter .toggle {
    display: flex;
    flex-basis: 1
}

.wp-block-myrgroup-contact-map .map-filter .toggle a {
    color: #b6b6b6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 20px
}

.wp-block-myrgroup-contact-map .map-filter .toggle a.active {
    color: #fff;
    text-decoration: underline
}

.wp-block-myrgroup-contact-map .map-filter .toggle a:hover {
    color: #0072A8
}

.wp-block-myrgroup-contact-map .map-filter .filters {
    flex-basis: 1;
    margin-top: 20px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .map-filter .filters {
        margin-top: 0;
        display: flex;
        justify-content: flex-end
    }
}

.wp-block-myrgroup-contact-map .map-filter .filters select {
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: transparent;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    max-width: 150px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU1IiBoZWlnaHQ9IjQuMjgiIHZpZXdCb3g9IjAgMCA3LjU1IDQuMjgiPjxkZWZzLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOTIwLDExODYuOGEuNTEuNTEsMCwwLDEsLjM2Ljg3bC0zLjI3LDMuMjdhLjUxLjUxLDAsMCwxLS43MiwwbC0zLjI2LTMuMjdhLjUxLjUxLDAsMCwxLC4zNi0uODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEyLjk5IC0xMTg2LjgpIi8+PC9zdmc+");
    background-position: calc(100% - 10px) calc(50% + 2px);
    background-repeat: no-repeat;
    padding: 5px 33px 5px 5px;
    margin-bottom: 15px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-contact-map .map-filter .filters select {
        margin-bottom: 0;
        margin-left: 60px
    }
}

.wp-block-myrgroup-contact-map .map-filter .filters select:first-child {
    margin-left: 0
}

.wp-block-myrgroup-contact-map .map-filter .filters select:hover {
    color: #0072A8
}

.wp-block-myrgroup-contact-map .map-filter .filters select option {
    background-color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.wp-block-myrgroup-project-list {
    margin-bottom: 60px
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-project-list {
        margin-right: -100px;
        margin-left: -100px;
        width: calc(100% + 200px)
    }
}

.wp-block-myrgroup-project-list .project-filter {
    color: #fff;
    background-color: #242424;
    padding: 30px;
    margin-bottom: 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-list .project-filter {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-project-list .project-filter {
        padding-right: 100px;
        padding-left: 100px
    }
}

.wp-block-myrgroup-project-list .project-filter .label {
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.wp-block-myrgroup-project-list .project-filter .filters {
    margin-top: 20px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-list .project-filter .filters {
        margin-top: 0;
        display: flex;
        justify-content: flex-end
    }
}

.wp-block-myrgroup-project-list .project-filter .filters select {
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: transparent;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    max-width: 150px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU1IiBoZWlnaHQ9IjQuMjgiIHZpZXdCb3g9IjAgMCA3LjU1IDQuMjgiPjxkZWZzLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOTIwLDExODYuOGEuNTEuNTEsMCwwLDEsLjM2Ljg3bC0zLjI3LDMuMjdhLjUxLjUxLDAsMCwxLS43MiwwbC0zLjI2LTMuMjdhLjUxLjUxLDAsMCwxLC4zNi0uODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEyLjk5IC0xMTg2LjgpIi8+PC9zdmc+");
    background-position: calc(100% - 10px) calc(50% + 2px);
    background-repeat: no-repeat;
    padding: 5px 33px 5px 5px;
    margin-bottom: 15px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-list .project-filter .filters select {
        margin-bottom: 0;
        margin-left: 60px
    }
}

.wp-block-myrgroup-project-list .project-filter .filters select:first-child {
    margin-left: 0
}

.wp-block-myrgroup-project-list .project-filter .filters select[data-taxonomy="type"] {
    width: 97px
}

.wp-block-myrgroup-project-list .project-filter .filters select[data-taxonomy="location"] {
    width: 132px
}

.wp-block-myrgroup-project-list .project-filter .filters select[data-taxonomy="subsidiary"] {
    width: 148px
}

.wp-block-myrgroup-project-list .project-filter .filters select.active {
    width: auto;
    max-width: none
}

.wp-block-myrgroup-project-list .project-filter .filters select option {
    background-color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.wp-block-myrgroup-project-list .project-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin-right: -15px;
    margin-left: -15px
}

.wp-block-myrgroup-project-list .project-no-results {
    display: none;
    flex-basis: 100%;
    width: 100%;
    margin-top: 60px
}

.wp-block-myrgroup-project-list .project-no-results.active {
    display: block
}

.wp-block-myrgroup-project-list .project-no-results p {
    margin: 60px 0;
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.wp-block-myrgroup-project-list .project-load-more {
    display: none;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.wp-block-myrgroup-project-list .project-load-more.active {
    display: block
}

.wp-block-myrgroup-project-list .project-load-more .wp-block-button__link img {
    margin-left: 15px
}

.wp-block-myrgroup-project-list .project {
    padding: 0;
    flex-basis: 0px;
    overflow: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
    transition: width 400ms ease-out, opacity 400ms ease-out, flex-basis 400ms ease-out
}

.wp-block-myrgroup-project-list .project.active {
    padding: 15px;
    height: 630px;
    width: 100%;
    opacity: 1;
    flex-basis: 100%
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-list .project.active {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3)
    }
}

.wp-block-myrgroup-project-list .project>a {
    display: block;
    height: 600px;
    color: #fff
}

.wp-block-myrgroup-project-list .project>a:hover {
    text-decoration: none
}

.wp-block-myrgroup-project-list .project>a:hover figure:before {
    opacity: 0.5
}

.wp-block-myrgroup-project-list .project>a:hover .label {
    background-color: #0072A8
}

.wp-block-myrgroup-project-list .project>a:hover .label svg {
    color: #fff
}

.wp-block-myrgroup-project-list .project>a figure {
    height: 500px;
    position: relative;
    margin: 0
}

.wp-block-myrgroup-project-list .project>a figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.15;
    transition: opacity 275ms ease-out;
    z-index: 1
}

.wp-block-myrgroup-project-list .project>a figure>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.wp-block-myrgroup-project-list .project>a figure>figcaption {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
    transform-origin: top right;
    transform: translateX(-100%) rotate(-90deg);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.wp-block-myrgroup-project-list .project>a .label {
    height: 100px;
    padding: 10px 40px;
    background-color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: background-color 275ms ease-out
}

.wp-block-myrgroup-project-list .project>a .label svg {
    color: #0072A8;
    transition: color 275ms ease-out;
    margin-left: 10px
}

.wp-block-myrgroup-capability-list {
    margin-bottom: 60px
}

.wp-block-myrgroup-capability-list .capability-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin-right: -40px;
    margin-left: -40px
}

.wp-block-myrgroup-capability-list .capability {
    padding: 0;
    flex-basis: 0px;
    overflow: hidden;
    width: 0px;
    opacity: 0;
    transition: width 400ms ease-out, opacity 400ms ease-out, flex-basis 400ms ease-out
}

.wp-block-myrgroup-capability-list .capability.active {
    padding: 40px;
    width: 100%;
    opacity: 1;
    flex-basis: 100%
}

@media (min-width: 960px) {
    .wp-block-myrgroup-capability-list .capability.active {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3)
    }
}

.wp-block-myrgroup-capability-list .capability>a {
    display: block;
    height: 445px;
    color: #fff
}

.wp-block-myrgroup-capability-list .capability>a:hover {
    text-decoration: none
}

.wp-block-myrgroup-capability-list .capability>a:hover figure:before {
    opacity: 0.75
}

.wp-block-myrgroup-capability-list .capability>a:hover figure figcaption .label {
    background-color: #fff
}

.wp-block-myrgroup-capability-list .capability>a:hover figure figcaption .label svg {
    color: #0072A8
}

.wp-block-myrgroup-capability-list .capability>a figure {
    height: 445px;
    position: relative;
    margin: 0
}

.wp-block-myrgroup-capability-list .capability>a figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.50;
    transition: opacity 275ms ease-out;
    z-index: 1
}

.wp-block-myrgroup-capability-list .capability>a figure>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.wp-block-myrgroup-capability-list .capability>a figure>figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-family: industry, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: .92857;
    text-transform: uppercase;
    text-align: center;
    padding: 30px
}

.wp-block-myrgroup-capability-list .capability>a figure>figcaption>svg {
    margin-bottom: 25px
}

.wp-block-myrgroup-capability-list .capability>a figure>figcaption .label {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 88px;
    width: 88px;
    background-color: #0072A8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 275ms ease-out
}

.wp-block-myrgroup-capability-list .capability>a figure>figcaption .label svg {
    color: #fff;
    transition: color 275ms ease-out
}

.wp-block-myrgroup-post-list {
    margin-bottom: 60px;
    transform: translateY(-50px);
    position: relative;
    z-index: 1
}

.wp-block-myrgroup-post-list .post-filter {
    color: #fff;
    background-color: #242424;
    padding: 30px;
    margin-bottom: 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 60px;
        margin-right: -60px;
        margin-bottom: 60px;
        margin-left: -30px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post-list .post-filter {
        padding-right: 150px;
        padding-left: 100px;
        margin-right: -150px;
        margin-bottom: 120px;
        margin-left: -100px
    }
}

.wp-block-myrgroup-post-list .post-filter .label {
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.wp-block-myrgroup-post-list .post-filter .filters {
    margin-top: 20px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post-filter .filters {
        margin-top: 0;
        display: flex;
        justify-content: flex-end
    }
}

.wp-block-myrgroup-post-list .post-filter .filters select {
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: transparent;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    max-width: 150px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU1IiBoZWlnaHQ9IjQuMjgiIHZpZXdCb3g9IjAgMCA3LjU1IDQuMjgiPjxkZWZzLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOTIwLDExODYuOGEuNTEuNTEsMCwwLDEsLjM2Ljg3bC0zLjI3LDMuMjdhLjUxLjUxLDAsMCwxLS43MiwwbC0zLjI2LTMuMjdhLjUxLjUxLDAsMCwxLC4zNi0uODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEyLjk5IC0xMTg2LjgpIi8+PC9zdmc+");
    background-position: calc(100% - 10px) calc(50% + 2px);
    background-repeat: no-repeat;
    padding: 5px 33px 5px 5px;
    margin-bottom: 15px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post-filter .filters select {
        margin-bottom: 0;
        margin-left: 60px
    }
}

.wp-block-myrgroup-post-list .post-filter .filters select:first-child {
    margin-left: 0
}

.wp-block-myrgroup-post-list .post-filter .filters select option {
    background-color: #242424;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.wp-block-myrgroup-post-list .post-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin-right: -40px;
    margin-left: -40px
}

.wp-block-myrgroup-post-list .post-wrapper+.next-page-link-wrapper {
    margin-top: 100px;
    display: flex;
    justify-content: center
}

.wp-block-myrgroup-post-list .post {
    padding: 0;
    flex-basis: 0px;
    overflow: hidden;
    width: 0px;
    opacity: 0;
    transition: width 400ms ease-out, opacity 400ms ease-out, flex-basis 400ms ease-out
}

.wp-block-myrgroup-post-list .post.active {
    padding: 40px;
    width: 100%;
    opacity: 1;
    flex-basis: 100%
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post.active {
        flex-basis: 50%;
        max-width: 50%
    }
}

.wp-block-myrgroup-post-list .post>a {
    display: block;
    color: #fff
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post>a {
        height: 445px
    }
}

.wp-block-myrgroup-post-list .post>a:hover {
    text-decoration: none
}

.wp-block-myrgroup-post-list .post>a:hover figure:before {
    opacity: 0.75
}

.wp-block-myrgroup-post-list .post>a:hover figure figcaption .label {
    background-color: #fff
}

.wp-block-myrgroup-post-list .post>a:hover figure figcaption .label svg {
    color: #0072A8
}

.wp-block-myrgroup-post-list .post>a figure {
    position: relative;
    margin: 0;
    padding-top: 56.25vw
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post>a figure {
        height: 445px;
        padding-top: 0
    }
}

.wp-block-myrgroup-post-list .post>a figure:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #242424;
    opacity: 0.50;
    transition: opacity 275ms ease-out;
    z-index: 1
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post>a figure:before {
        display: block
    }
}

.wp-block-myrgroup-post-list .post>a figure>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 56.26vw;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post>a figure>img {
        width: calc(100% - 60px);
        height: 100%;
        bottom: 0;
        left: 60px
    }
}

.wp-block-myrgroup-post-list .post>a figure>figcaption {
    background-color: #242424;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 2;
    font-family: industry, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-transform: none;
    text-align: left;
    padding: 30px 30px 128px 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post-list .post>a figure>figcaption {
        padding: 30px 30px 148px 30px;
        width: 80%;
        height: 275px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 60px;
        left: 0
    }
}

.wp-block-myrgroup-post-list .post>a figure>figcaption .date {
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    left: 30px
}

.wp-block-myrgroup-post-list .post>a figure>figcaption .label {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 88px;
    width: 88px;
    background-color: #0072A8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 275ms ease-out
}

.wp-block-myrgroup-post-list .post>a figure>figcaption .label svg {
    color: #fff;
    transition: color 275ms ease-out;
    margin-left: 10px
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post {
        display: flex;
        justify-content: space-between;
        align-items: stretch
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-spacer {
        width: 80px;
        flex-basis: 80px;
        max-width: 80px;
        order: 1
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-spacer.post-share {
        order: -1
    }
}

.wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    max-width: 850px;
    order: 1;
    padding: 0;
    margin: 30px auto;
    border: 1px solid #d5d5d5
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper {
        display: block;
        position: sticky;
        top: 110px;
        width: 80px;
        margin: 0;
        padding-bottom: 10px;
        z-index: 10;
        transition: top 275ms ease-out
    }
}

.wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 80px;
    width: 80px;
    padding: 15px 10px;
    color: #fff;
    background-color: #0072A8;
    border-right: 1px solid #fff;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper .heading {
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #fff;
        margin-left: -1px
    }
}

.wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    font-size: 20px;
    text-decoration: none;
    height: auto;
    width: 20%;
    flex-grow: 1;
    padding: 25px 10px
}

.wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper>a:hover {
    color: #0072A8
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper>a {
        height: 40px;
        width: 100%;
        padding: 0 10px
    }
}

.wp-block-myrgroup-post .post-spacer.post-share .social-share-wrapper>a span {
    font-size: 14px
}

.wp-block-myrgroup-post .post-wrapper {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-wrapper {
        flex-basis: calc(100% - 160px)
    }
}

.wp-block-myrgroup-post .post-wrapper p,
.wp-block-myrgroup-post .post-wrapper li {
    line-height: 1.875
}

.wp-block-myrgroup-post .post-wrapper p,
.wp-block-myrgroup-post .post-wrapper ul,
.wp-block-myrgroup-post .post-wrapper ol,
.wp-block-myrgroup-post .post-wrapper h2,
.wp-block-myrgroup-post .post-wrapper h3,
.wp-block-myrgroup-post .post-wrapper h4,
.wp-block-myrgroup-post .post-wrapper h5,
.wp-block-myrgroup-post .post-wrapper h6,
.wp-block-myrgroup-post .post-wrapper blockquote,
.wp-block-myrgroup-post .post-wrapper figure {
    margin-top: 35px;
    margin-bottom: 35px
}

.wp-block-myrgroup-post .post-wrapper figure.wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px
}

.wp-block-myrgroup-post .post-wrapper figure.wp-block-image img {
    max-width: 100%;
    height: auto
}

.wp-block-myrgroup-post .post-wrapper figure.wp-block-image figcaption {
    font-size: 13px;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2
}

.wp-block-myrgroup-post .post-wrapper ol {
    list-style: none;
    counter-reset: li
}

.wp-block-myrgroup-post .post-wrapper ol li {
    margin-bottom: 25px;
    counter-increment: li
}

.wp-block-myrgroup-post .post-wrapper ol li:last-child {
    margin-bottom: none
}

.wp-block-myrgroup-post .post-wrapper ol li:before {
    content: counter(li) ".";
    display: inline-block;
    width: 25px;
    margin-left: -25px;
    color: #0072A8;
    font-weight: 600;
    letter-spacing: .1em
}

.wp-block-myrgroup-post .post-wrapper ol li>strong:first-child {
    text-transform: uppercase;
    letter-spacing: .1em
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote {
    border: 1px solid #d5d5d5;
    padding: 140px 30px 30px 30px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post .post-wrapper .wp-block-pullquote {
        padding: 60px 60px 60px 170px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-post .post-wrapper .wp-block-pullquote {
        padding: 40px 100px 40px 200px;
        margin-right: -100px;
        margin-left: -100px
    }
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0072A8;
    font-family: industry, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14286;
    text-align: left
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj48ZGVmcy8+PHBhdGggZmlsbD0iIzAwNzJBOCIgZD0iTTAgMEg4MFY4MEgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zNjIsMjU5Ni44NGMwLTMuMzYsMS4xMi01LjUyLDQuMTMtOWw1Ljk1LTYuNzJoNC44M2wtNi42NCwxMS41NWg1LjUydjEzLjQ1SDM2MlptMTcuNzYsMGMwLTMuMzYsMS4xMi01LjUyLDQuMTMtOWw1Ljk1LTYuNzJoNC44M0wzODgsMjU5Mi43aDUuNTJ2MTMuNDVIMzc5Ljc2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzOC4zMyAtMjU1My42NSkiLz48L3N2Zz4=");
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -110px;
    left: 0
}

@media (min-width: 960px) {
    .wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote:before {
        top: 0;
        left: -125px
    }
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote p {
    font-size: inherit;
    line-height: inherit
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote>*:first-child {
    margin-top: 0
}

.wp-block-myrgroup-post .post-wrapper .wp-block-pullquote>blockquote>*:last-child {
    margin-bottom: 0
}

.wp-block-myrgroup-post .post-wrapper h2 {
    color: #0072A8
}

.wp-block-myrgroup-post .post-wrapper h3,
.wp-block-myrgroup-post .post-wrapper h4,
.wp-block-myrgroup-post .post-wrapper h5,
.wp-block-myrgroup-post .post-wrapper h6 {
    color: #242424
}

.wp-block-myrgroup-post .post-wrapper>*:first-child {
    margin-top: 0
}

.wp-block-myrgroup-post .post-wrapper>*:last-child {
    margin-top: 0
}

.wp-block-image img {
    max-width: 100%;
    height: auto
}

.wp-block-video {
    position: relative
}

.wp-block-video.play-me:hover:after {
    opacity: 1
}

.wp-block-video.play-me:before,
.wp-block-video.play-me:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 81px 81px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.wp-block-video.play-me:before {
    background-color: rgba(36, 36, 36, 0.4);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MSIgaGVpZ2h0PSI4MSIgdmlld0JveD0iMCAwIDgxIDgxIj48ZGVmcy8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0wLjUgMC41SDgwLjVWODAuNUgwLjV6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMS41NiA1M0w1My40NCA0MC41IDMxLjU2IDI4IDMxLjU2IDUzeiIvPjwvc3ZnPg==");
    z-index: 1
}

.wp-block-video.play-me:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MSIgaGVpZ2h0PSI4MSIgdmlld0JveD0iMCAwIDgxIDgxIj48ZGVmcy8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA3MkE4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0wLjUgMC41SDgwLjVWODAuNUgwLjV6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA3MkE4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMS41NiA1M0w1My40NCA0MC41IDMxLjU2IDI4IDMxLjU2IDUzeiIvPjwvc3ZnPg==");
    opacity: 0;
    z-index: 2;
    transition: opacity 275ms ease-out
}

.wp-block-video.play-me video {
    position: relative;
    z-index: 0
}

.wp-block-video video {
    display: block
}

.wp-block-myrgroup-project-details {
    margin-top: 35px;
    margin-bottom: 35px
}

.wp-block-myrgroup-project-details table {
    width: 100%
}

.wp-block-myrgroup-project-details table h2 {
    font-size: 28px
}

.wp-block-myrgroup-project-details table tbody td {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #242424
}

.wp-block-myrgroup-project-details table tbody td.label {
    color: #0072A8;
    padding-right: 60px
}

@media (min-width: 960px) {
    .wp-block-myrgroup-project-details table tbody td.label {
        width: 190px
    }
}

.wp-block-embed.wp-has-aspect-ratio iframe {
    max-width: 100%;
    height: auto
}

.wp-block-embed.wp-embed-aspect-21-9 iframe {
    aspect-ratio: calc(21/9)
}

.wp-block-embed.wp-embed-aspect-18-9 iframe {
    aspect-ratio: 2
}

.wp-block-embed.wp-embed-aspect-16-9 iframe {
    aspect-ratio: calc(16/9)
}

.wp-block-embed.wp-embed-aspect-4-3 iframe {
    aspect-ratio: 1.5
}

.wp-block-embed.wp-embed-aspect-1-1 iframe {
    aspect-ratio: 1
}

.wp-block-embed.wp-embed-aspect-9-16 iframe {
    aspect-ratio: calc(9/16)
}

.wp-block-embed.wp-embed-aspect-1-2 iframe {
    aspect-ratio: 0.5
}

.wp-block-myrgroup-event-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0
}

.wp-block-myrgroup-event-countdown .event-countdown-label {
    margin-bottom: 15px
}

.wp-block-myrgroup-event-countdown .event-countdown-label,
.wp-block-myrgroup-event-countdown .event-time-block>span.label {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3
}

.wp-block-myrgroup-event-countdown .event-time {
    display: flex;
    align-items: stretch;
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-countdown .event-time {
        gap: 25px
    }
}

.wp-block-myrgroup-event-countdown .event-message {
    max-width: 515px;
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-countdown .event-time-block {
        aspect-ratio: 1
    }
}

.wp-block-myrgroup-event-countdown .event-message,
.wp-block-myrgroup-event-countdown .event-time-block {
    background-color: #f0f0f0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px
}

@media (min-width: 768px) {

    .wp-block-myrgroup-event-countdown .event-message,
    .wp-block-myrgroup-event-countdown .event-time-block {
        padding: 20px;
        min-height: 110px;
        min-width: 110px
    }
}

@media (min-width: 1280px) {

    .wp-block-myrgroup-event-countdown .event-message,
    .wp-block-myrgroup-event-countdown .event-time-block {
        min-height: 160px;
        min-width: 160px;
        padding: 30px
    }
}

.wp-block-myrgroup-event-countdown .event-message,
.wp-block-myrgroup-event-countdown .event-time-block>span.value {
    color: var(--myr-primary-color);
    font-family: industry, sans-serif;
    font-size: 24px;
    line-height: 1
}

@media (min-width: 768px) {

    .wp-block-myrgroup-event-countdown .event-message,
    .wp-block-myrgroup-event-countdown .event-time-block>span.value {
        font-size: 32px
    }
}

@media (min-width: 1280px) {

    .wp-block-myrgroup-event-countdown .event-message,
    .wp-block-myrgroup-event-countdown .event-time-block>span.value {
        font-size: 40px
    }
}

.wp-block-myrgroup-event-ticker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0
}

.wp-block-myrgroup-event-ticker .event-ticker-label {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px
}

.wp-block-myrgroup-event-ticker .event-ticker-wrapper {
    background-color: #f0f0f0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 515px;
    width: 100%;
    color: var(--myr-primary-color);
    font-family: industry, sans-serif;
    font-size: 24px;
    line-height: 1
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-ticker .event-ticker-wrapper {
        font-size: 32px;
        padding: 20px;
        min-height: 110px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-event-ticker .event-ticker-wrapper {
        font-size: 40px;
        min-height: 160px;
        padding: 30px
    }
}

.wp-block-myrgroup-event-map .contact-map-wrapper {
    position: relative;
    height: 80vw;
    max-height: 700px
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .contact-map-wrapper {
        height: 56vw
    }
}

.wp-block-myrgroup-event-map .contact-map-wrapper .contact-map,
.wp-block-myrgroup-event-map .contact-map-wrapper .contact-map .notice {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto
}

.wp-block-myrgroup-event-map .contact-map-wrapper .contact-map .notice {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info {
    background-color: #242424;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 15px
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info {
        flex-direction: row;
        align-items: flex-end;
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 960px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info {
        gap: 60px
    }
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info>div {
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info>div {
        width: auto;
        flex-basis: 50%
    }
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta {
    display: flex;
    background-color: inherit;
    gap: 15px
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 960px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta {
        gap: 30px
    }
}

@media (min-width: 1280px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta {
        gap: 60px
    }
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta>div {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta>div i {
    display: inline-block;
    margin-right: 5px;
    color: var(--myr-primary-color)
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta>div a {
    color: #fff;
    text-decoration: none
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__meta>div a:hover {
    color: var(--myr-primary-color);
    text-decoration: none
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading {
    background-color: inherit
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading {
        position: relative
    }
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading .myrgroup-event-map-info__heading__content {
    background-color: inherit;
    padding-top: 30px
}

@media (min-width: 768px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading .myrgroup-event-map-info__heading__content {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin-right: 30px;
        padding: 30px
    }
}

@media (min-width: 960px) {
    .wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading .myrgroup-event-map-info__heading__content {
        margin-right: 60px;
        padding: 60px;
        padding-bottom: 30px
    }
}

.wp-block-myrgroup-event-map .myrgroup-event-map-info .myrgroup-event-map-info__heading .myrgroup-event-map-info__heading__content h2 {
    margin-bottom: 0
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

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

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    transform: scale(0.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

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

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

@media (min-width: 1280px) {
    body.single-post>main {
        overflow: visible
    }
}

@media (min-width: 960px) {
    body.post-name-history>main {
        overflow: visible
    }
}

body>header,
body>main,
body>footer {
    display: block;
    max-width: 100vw
}

body>header>div.wp-block-cover,
body>header>div.wp-block-group,
body>main>div.wp-block-cover,
body>main>div.wp-block-group,
body>footer>div.wp-block-cover,
body>footer>div.wp-block-group {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100vw
}

@media (min-width: 960px) {

    body>header>div.wp-block-cover,
    body>header>div.wp-block-group,
    body>main>div.wp-block-cover,
    body>main>div.wp-block-group,
    body>footer>div.wp-block-cover,
    body>footer>div.wp-block-group {
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width: 1280px) {

    body>header>div.wp-block-cover,
    body>header>div.wp-block-group,
    body>main>div.wp-block-cover,
    body>main>div.wp-block-group,
    body>footer>div.wp-block-cover,
    body>footer>div.wp-block-group {
        padding-right: 150px;
        padding-left: 150px
    }
}

body>main {
    position: relative;
    overflow: hidden
}

body>main>div.wp-block-cover,
body>main>div.wp-block-group {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 960px) {

    body>main>div.wp-block-cover,
    body>main>div.wp-block-group {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (min-width: 1280px) {

    body>main>div.wp-block-cover,
    body>main>div.wp-block-group {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

#site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 105px;
    z-index: 1000
}

@media (min-width: 1080px) {
    #site-header {
        transition: background-color 275ms ease-out, transform 275ms ease-out
    }
}

.is-scrolling #site-header {
    background-color: #fff
}

@media (min-width: 1080px) {
    .is-scrolling #site-header {
        transform: translateY(-100%)
    }
}

.toggle-main-nav #site-header {
    background-color: #fff
}

@media (min-width: 1080px) {
    .toggle-main-nav #site-header {
        background-color: transparent
    }
}

@media (min-width: 1080px) {
    .is-scrolling.is-scrolling-up #site-header {
        transform: translateY(0)
    }
}

.toggle-search-drawer #site-header {
    z-index: 1300
}

@media (min-width: 1080px) {
    #site-header .wp-block-group {
        padding-right: 150px
    }
}

@media (min-width: 1280px) {
    #site-header .wp-block-group {
        padding-right: 150px
    }
}

#site-header .wp-block-group__inner-container {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 105px;
    position: relative
}

#site-header .wp-block-group__inner-container>a {
    margin-right: 25px;
    z-index: 1100
}

#site-header .wp-block-group__inner-container>a svg {
    width: 160px
}

@media (min-width: 1280px) {
    #site-header .wp-block-group__inner-container>a svg {
        width: 160px
    }
}

#site-header .wp-block-group__inner-container>a svg path {
    fill: #fff;
    transition: fill 275ms ease-out
}

.is-scrolling #site-header .wp-block-group__inner-container>a svg path,
.toggle-main-nav #site-header .wp-block-group__inner-container>a svg path {
    fill: #0072A8
}

.is-scrolling #site-header .wp-block-group__inner-container>a svg path:last-child,
.toggle-main-nav #site-header .wp-block-group__inner-container>a svg path:last-child {
    fill: #242424
}

@media (min-width: 1080px) {
    #main-nav {
        flex-grow: 1
    }
}

@media (min-width: 1080px) {
    .home #main-nav {
        margin-right: 10px
    }
}

@media (min-width: 1280px) {
    .home #main-nav {
        margin-right: 25px
    }
}

#main-nav {
    display: block;
    position: fixed;
    top: 105px;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(calc(-100% - 105px));
    transition: transform 275ms ease-out;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 100px
}

@media (min-width: 1080px) {
    #main-nav {
        background-color: transparent;
        padding: 0;
        height: 105px;
        display: flex;
        justify-content: flex-end;
        position: static;
        transform: none;
        transition: none
    }
}

.toggle-main-nav #main-nav {
    transform: translateY(0)
}

@media (min-width: 1080px) {
    .toggle-main-nav #main-nav {
        transform: none
    }
}

#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width: 1080px) {
    #menu-main-menu {
        height: 105px;
        overflow: visible;
        display: flex;
        justify-content: flex-end
    }
}

#menu-main-menu a {
    color: #fff;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.is-scrolling #menu-main-menu a,
.toggle-main-nav #menu-main-menu a {
    color: #242424
}

#menu-main-menu a:hover {
    text-decoration: none
}

#menu-main-menu>li {
    border-bottom: 1px solid #b6b6b6
}

@media (min-width: 1080px) {
    #menu-main-menu>li {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: none
    }
}

#menu-main-menu>li:first-child {
    border-top: 1px solid #b6b6b6
}

@media (min-width: 1080px) {
    #menu-main-menu>li:first-child {
        border-top: none
    }
}

#menu-main-menu>li:last-child {
    display: none
}

@media (min-width: 1080px) {
    #menu-main-menu>li:last-child {
        display: flex
    }
}

#menu-main-menu>li:nth-child(1)>a {
    transition-delay: 675ms
}

#menu-main-menu>li:nth-child(2)>a {
    transition-delay: 600ms
}

#menu-main-menu>li:nth-child(3)>a {
    transition-delay: 525ms
}

#menu-main-menu>li:nth-child(4)>a {
    transition-delay: 450ms
}

#menu-main-menu>li:nth-child(5)>a {
    transition-delay: 375ms
}

#menu-main-menu>li:nth-child(6)>a {
    transition-delay: 300ms
}

#menu-main-menu>li:nth-child(7)>a {
    transition-delay: 225ms
}

#menu-main-menu>li:nth-child(8)>a {
    transition-delay: 150ms
}

#menu-main-menu>li.menu-item-has-children {
    position: relative
}

#menu-main-menu>li.menu-item-has-children.sfHover>a:before {
    transform: rotate(180deg)
}

#menu-main-menu>li.menu-item-has-children>a {
    position: relative
}

#menu-main-menu>li.menu-item-has-children>a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    width: 9.29px;
    height: 5.27px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI5IiBoZWlnaHQ9IjUuMjciIHZpZXdCb3g9IjkuMjkgNS4yNyIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik04LjY3IDBjLjU1IDAgLjgzLjY3LjQ0IDEuMDdMNS4wOSA1LjA5Yy0uMjQuMjQtLjY0LjI0LS44OCAwTC4xOCAxLjA3QS42MjkuNjI5IDAgMDEuNjMgMGg4LjA0eiIgZmlsbD0iIzI0MjQyNCIvPjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center;
    transition: transform 275ms ease-out
}

@media (min-width: 1080px) {
    #menu-main-menu>li.menu-item-has-children>a:before {
        display: none
    }
}

#menu-main-menu>li.menu-item-has-children>ul.sub-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #242424
}

@media (min-width: 1080px) {
    #menu-main-menu>li.menu-item-has-children>ul.sub-menu {
        position: absolute;
        top: 100%;
        left: -15px
    }
}

#menu-main-menu>li.menu-item-has-children>ul.sub-menu a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    min-width: 233px;
    padding: 10px 30px
}

#menu-main-menu>li.menu-item-has-children>ul.sub-menu a:hover {
    color: #0072A8
}

@media (min-width: 1080px) {
    #menu-main-menu>li.has-border>a {
        border: 1px solid #fff;
        overflow: hidden;
        transform: scale(1);
        padding: 12px 25px;
        margin-right: 10px;
        margin-left: 10px
    }

    #menu-main-menu>li.has-border>a:before {
        content: '';
        background-color: #0072A8;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        transition: transform 275ms ease-out;
        z-index: -1
    }
}

#menu-main-menu>li.has-border>a:after {
    display: none
}

@media (min-width: 1080px) {
    #menu-main-menu>li.has-border>a:hover {
        border-color: #0072A8;
        color: #fff
    }
}

#menu-main-menu>li.has-border>a:hover:before {
    transform: translateY(0)
}

@media (min-width: 1080px) {
    .is-scrolling #menu-main-menu>li.has-border>a {
        border-color: #0072A8
    }
}

#menu-main-menu>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding: 20px 30px;
    position: relative;
    opacity: 0;
    transform: translateX(25px);
    transition: opacity 275ms ease-out, transform 275ms ease-out
}

@media (min-width: 1080px) {
    #menu-main-menu>li>a {
        justify-content: center;
        padding: 12px 9px;
        opacity: 1;
        transform: none
    }
}

@media (min-width: 1280px) {
    #menu-main-menu>li>a {
        padding: 12px 15px
    }
}

.toggle-main-nav #menu-main-menu>li>a {
    opacity: 1;
    transform: translateX(0)
}

@media (min-width: 1080px) {
    .toggle-main-nav #menu-main-menu>li>a {
        transform: none
    }
}

#menu-main-menu>li>a:hover:after {
    opacity: 1;
    transform: translateY(0)
}

@media (min-width: 1080px) {
    #menu-main-menu>li>a:after {
        content: '';
        display: block;
        background-color: #0072A8;
        position: absolute;
        right: 15px;
        bottom: 8px;
        left: 15px;
        height: 1px;
        opacity: 0;
        transform: translateY(3px);
        transition: opacity 275ms ease-out, transform 275ms ease-out
    }
}

#menu-main-menu>li ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#search-drawer {
    position: fixed;
    right: 0;
    bottom: 50px;
    left: 0;
    height: 50px;
    z-index: -1;
    transform: translateY(100px);
    transition: transform 275ms ease-out, opacity 275ms ease-out;
    opacity: 0;
    pointer-events: none
}

@media (min-width: 1080px) {
    #search-drawer {
        display: block;
        top: 0;
        bottom: auto;
        height: 105px;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 275ms ease-out;
        opacity: 1;
        pointer-events: auto;
        z-index: 1400
    }
}

.toggle-main-nav #search-drawer {
    z-index: 1400;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1080px) {
    .toggle-search-drawer #search-drawer {
        transform: translateX(0)
    }
}

#search-drawer>form {
    display: flex;
    background-color: #f0f0f0
}

@media (min-width: 1080px) {
    #search-drawer>form {
        background-color: transparent;
        padding: 25px 105px 25px 60px
    }
}

@media (min-width: 1280px) {
    #search-drawer>form {
        padding: 25px 150px
    }
}

#search-drawer>form input {
    flex-grow: 1;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-right: 25px;
    padding: 0 30px
}

#search-drawer>form input:focus {
    outline: none
}

#search-drawer>form button.wp-block-button__link {
    min-height: 50px;
    min-width: 50px;
    padding: 0;
    border-color: transparent
}

#search-drawer>form button.wp-block-button__link:after {
    border-color: transparent
}

@media (min-width: 1080px) {
    #search-drawer>form button.wp-block-button__link {
        min-height: 60px;
        border-color: #0072A8
    }
}

#search-drawer>form button.wp-block-button__link:focus {
    outline: none
}

@media (min-width: 1080px) {
    .home #search-drawer>form button.wp-block-button__link {
        margin-right: 25px
    }
}

#search-drawer>button {
    display: none
}

@media (min-width: 1080px) {
    #search-drawer>button {
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-appearance: none;
        border: 0;
        border-radius: 0;
        background-color: #0072A8;
        position: absolute;
        top: 0;
        right: 0;
        width: 105px;
        height: 105px
    }

    #search-drawer>button:focus {
        outline: none
    }
}

#search-drawer>button b {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    transform: rotate(45deg);
    transform-origin: center
}

#search-drawer>button b:before,
#search-drawer>button b:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff
}

#search-drawer>button b:before {
    top: 0;
    left: 15px;
    width: 2px;
    height: 32px
}

#search-drawer>button b:after {
    top: 15px;
    left: 0;
    width: 32px;
    height: 2px
}

#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    width: 92px;
    height: 105px;
    z-index: 1200
}

@media (min-width: 1080px) {
    #hamburger {
        position: absolute;
        width: 150px
    }

    #hamburger[data-toggle-id="main-nav"],
    .toggle-search-drawer #hamburger {
        display: none
    }

    .toggle-solutions-drawer #hamburger {
        z-index: 1500
    }

    main>div.wp-block-cover.is-style-hero #hamburger {
        position: absolute
    }
}

@media (min-width: 1280px) {
    #hamburger {
        width: 150px
    }
}

#hamburger:focus {
    outline: none
}

#hamburger:hover b:before {
    transform: rotate(90deg) translateX(-5px)
}

.toggle-solutions-drawer #hamburger:hover b:before,
.toggle-main-nav #hamburger:hover b:before {
    transform: none
}

#hamburger b {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    transform-origin: center;
    transition: transform 275ms ease-out;
    overflow: hidden
}

.toggle-solutions-drawer #hamburger b,
.toggle-main-nav #hamburger b {
    transform: rotate(45deg)
}

#hamburger b:before,
#hamburger b:after {
    content: '';
    display: block;
    position: absolute;
    transform-origin: center;
    transition: transform 275ms ease-out;
    background-color: #fff
}

.toggle-solutions-drawer #hamburger b:before,
.toggle-main-nav #hamburger b:before,
.toggle-solutions-drawer #hamburger b:after,
.toggle-main-nav #hamburger b:after {
    transform: none
}

.is-scrolling #hamburger b:before,
.is-scrolling #hamburger b:after {
    background-color: #242424
}

@media (min-width: 1080px) {

    .is-scrolling #hamburger b:before,
    .is-scrolling #hamburger b:after {
        background-color: #fff
    }
}

.toggle-main-nav #hamburger b:before,
.toggle-main-nav #hamburger b:after {
    background-color: #242424
}

@media (min-width: 1080px) {

    .toggle-main-nav #hamburger b:before,
    .toggle-main-nav #hamburger b:after {
        background-color: #fff
    }
}

#hamburger b:before {
    top: 0;
    left: 15px;
    width: 2px;
    height: 32px;
    transform: rotate(90deg) translateX(-5px) translateY(-12px)
}

#hamburger b:after {
    top: 15px;
    left: 0;
    width: 32px;
    height: 2px;
    transform: translateY(5px)
}

#solutions-drawer {
    padding: 0 30px
}

@media (min-width: 960px) {
    #solutions-drawer {
        position: relative
    }
}

@media (min-width: 1080px) {
    #solutions-drawer {
        background-color: rgba(36, 36, 36, 0.95);
        padding: 0 40px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        align-content: center;
        padding: 115px 50px 90px;
        z-index: 900;
        transform: translateX(222px);
        transition: transform 275ms ease-out
    }
}

@media (min-width: 1080px) and (max-height: 900px) {
    #solutions-drawer {
        align-items: stretch
    }
}

@media (min-width: 1080px) and (max-height: 615px) {
    #solutions-drawer {
        padding: 100px 50px 75px
    }
}

@media (min-width: 1080px) {
    main>div.wp-block-cover.is-style-hero #solutions-drawer {
        position: absolute
    }

    .toggle-search-drawer #solutions-drawer {
        z-index: 900
    }
}

@media (min-width: 1080px) {
    .toggle-solutions-drawer #solutions-drawer {
        z-index: 1200;
        transform: translateX(0)
    }
}

#solutions-drawer a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.30769;
    letter-spacing: .1em;
    text-transform: uppercase;
    min-height: 100px
}

@media (min-width: 1080px) {
    #solutions-drawer a {
        width: 372px;
        min-height: 0
    }
}

#solutions-drawer a:hover {
    text-decoration: none
}

@media (min-width: 960px) {
    #solutions-drawer .icon-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -30px
    }
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper {
        display: block;
        margin: 0
    }
}

@media (min-width: 1080px) and (max-height: 900px) {
    #solutions-drawer .icon-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around
    }
}

#solutions-drawer .icon-wrapper a {
    position: relative;
    padding: 0 30px;
    margin: 0 -30px;
    color: #fff
}

@media (min-width: 960px) {
    #solutions-drawer .icon-wrapper a {
        flex-basis: 50%;
        max-width: 50%;
        flex-grow: 1;
        margin: 0
    }
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper a {
        position: static;
        padding: 0 50px;
        margin: 45px -50px;
        color: rgba(255, 255, 255, 0.5);
        max-width: none
    }
}

@media (min-width: 1080px) and (max-height: 900px) {
    #solutions-drawer .icon-wrapper a {
        margin: 30px -50px
    }
}

@media (min-width: 1080px) and (max-height: 615px) {
    #solutions-drawer .icon-wrapper a {
        margin: 15px -50px
    }
}

#solutions-drawer .icon-wrapper a:hover {
    color: #fff
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper a:hover:before {
        transition-delay: 0ms;
        opacity: 1
    }

    #solutions-drawer .icon-wrapper a:hover img {
        opacity: 0.2
    }
}

#solutions-drawer .icon-wrapper a:before {
    content: '';
    display: block;
    background-color: #242424;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.8
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper a:before {
        transition: opacity 275ms ease-out;
        transition-delay: 0ms;
        opacity: 0;
        z-index: -1
    }
}

#solutions-drawer .icon-wrapper a img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    pointer-events: none
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper a img {
        opacity: 0;
        transition: opacity 275ms ease-out
    }
}

#solutions-drawer .icon-wrapper a svg {
    display: block;
    margin-right: 30px;
    position: relative;
    z-index: 1
}

@media (min-width: 1080px) and (max-height: 900px) {
    #solutions-drawer .icon-wrapper a svg {
        width: 47px;
        height: 37px
    }
}

@media (min-width: 1080px) and (max-height: 615px) {
    #solutions-drawer .icon-wrapper a svg {
        width: 47px;
        height: 28.5px
    }
}

#solutions-drawer .icon-wrapper a span {
    position: relative;
    z-index: 1;
    flex-grow: 1
}

@media (min-width: 1080px) {
    #solutions-drawer .icon-wrapper a span {
        opacity: 0;
        transition: opacity 275ms ease-out
    }
}

@media (min-width: 1080px) and (max-height: 615px) {
    #solutions-drawer .icon-wrapper a span {
        font-size: 12px
    }
}

@media (min-width: 1080px) {
    .toggle-solutions-drawer #solutions-drawer .icon-wrapper a span {
        opacity: 1
    }
}

#solutions-drawer .call-to-action {
    background-color: #0072A8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    min-height: 0;
    height: 60px
}

@media (min-width: 960px) {
    #solutions-drawer .call-to-action {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        margin-right: 0;
        margin-left: 0;
        height: 100px
    }
}

@media (min-width: 1080px) {
    #solutions-drawer .call-to-action {
        padding-right: 222px;
        padding-left: 0;
        left: 0;
        height: 60px
    }
}

@media (min-width: 1080px) {
    .toggle-solutions-drawer #solutions-drawer .call-to-action {
        padding-right: 0
    }
}

#solutions-drawer .call-to-action span {
    margin-right: 30px
}

@media (min-width: 1080px) {
    #solutions-drawer .call-to-action span {
        margin-right: 0;
        display: none
    }
}

@media (min-width: 1080px) {
    .toggle-solutions-drawer #solutions-drawer .call-to-action span {
        display: block;
        margin-right: 30px
    }
}

#contact-cta {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 275ms ease-out, opacity 275ms ease-out;
    z-index: -1;
    pointer-events: none
}

@media (min-width: 1080px) {
    #contact-cta {
        top: calc(50% - 25px);
        right: auto;
        bottom: auto;
        left: 0;
        transform-origin: center;
        transform: translateX(-65px) rotate(-90deg);
        transition: none;
        width: 180px;
        opacity: 1;
        z-index: 1200;
        pointer-events: auto
    }

    main>div.wp-block-cover.is-style-hero #contact-cta {
        position: absolute
    }
}

.toggle-main-nav #contact-cta {
    opacity: 1;
    z-index: 1200;
    transform: translateY(0);
    pointer-events: auto
}

#contact-cta a {
    color: #fff;
    display: flex;
    justify-content: stretch;
    align-items: stretch
}

@media (min-width: 1080px) {
    #contact-cta a {
        width: 180px;
        height: 50px
    }
}

#contact-cta a:hover {
    text-decoration: none
}

#contact-cta a:hover .label {
    background-color: #fff;
    color: #242424
}

#contact-cta a .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    color: inherit;
    background-color: #0072A8
}

@media (min-width: 1080px) {
    #contact-cta a .icon {
        transform-origin: center;
        transform: rotate(90deg)
    }
}

#contact-cta a .label {
    background-color: #242424;
    display: block;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    transition: color 275ms ease-out, background-color 275ms ease-out
}

#site-footer {
    position: relative
}

#site-footer>.wp-block-group.has-black-background-color {
    padding-top: 60px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    #site-footer>.wp-block-group.has-black-background-color {
        padding-top: 50px
    }
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color {
        padding-top: 20px;
        padding-bottom: 45px
    }
}

@media (min-width: 1080px) {
    #site-footer>.wp-block-group.has-black-background-color {
        padding-top: 20px;
        padding-bottom: 105px
    }
}

#site-footer>.wp-block-group.has-black-background-color a {
    color: #fff
}

#site-footer>.wp-block-group.has-black-background-color a:hover {
    color: #0072A8;
    text-decoration: none
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation {
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-navigation {
        display: flex;
        justify-content: stretch;
        align-items: center
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-navigation>a {
        margin-right: 25px;
        margin-left: 0;
        margin-bottom: 0;
        text-align: left
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>a svg path:last-child {
    fill: #fff
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav {
    flex-grow: 1
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu {
        flex-wrap: nowrap
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu a {
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    max-width: 50%
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li {
        flex-basis: auto;
        max-width: none
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a {
    border: 1px solid #0072A8;
    overflow: hidden;
    transform: scale(1);
    padding: 12px 25px
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a {
        margin-left: 10px
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a:hover {
    color: #fff
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a:before {
    content: '';
    background-color: #0072A8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 275ms ease-out;
    z-index: -1
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a:after {
    display: none
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a:hover {
    border-color: #0072A8
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li.has-border>a:hover:before {
    transform: translateY(0)
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px 15px
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li>a:hover:after {
    opacity: 1;
    transform: translateY(0)
}

#site-footer>.wp-block-group.has-black-background-color .footer-navigation>nav #menu-footer-menu>li>a:after {
    content: '';
    display: block;
    background-color: #0072A8;
    position: absolute;
    right: 15px;
    bottom: 8px;
    left: 15px;
    height: 1px;
    opacity: 0;
    transform: translateY(3px);
    transition: opacity 275ms ease-out, transform 275ms ease-out
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact {
        display: flex;
        justify-content: stretch;
        align-items: flex-start
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div {
    text-align: center
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div {
        text-align: left
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div:not(:first-child) {
    margin-top: 60px
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div:not(:first-child) {
        margin-top: 0;
        margin-left: 100px
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__links {
    margin-top: -1em
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__links {
        margin-top: 0
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__links h3 {
    display: none
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__links h3 {
        display: block;
        visibility: hidden
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social {
    flex-grow: 1
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form {
    text-align: center
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form {
        display: flex;
        justify-content: stretch;
        align-items: stretch;
        text-align: left
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form input {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    flex-grow: 1;
    margin-right: 15px;
    min-height: 60px;
    padding: 0 15px;
    margin-bottom: 15px
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form input {
        width: auto;
        margin-bottom: 0
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form input:focus {
    outline: none
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form button.wp-block-button__link {
    border-color: #0072A8;
    min-width: 120px
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social form button.wp-block-button__link:after {
    border-color: #0072A8
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social .footer-contact__social {
    margin-top: 60px
}

@media (min-width: 960px) {
    #site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social .footer-contact__social {
        margin-top: 20px
    }
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social .footer-contact__social>a {
    display: inline-block
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact>div.footer-contact__signup_social .footer-contact__social>a:not(:first-child) {
    margin-left: 20px
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact h3 {
    font-family: urw-din, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: 30px
}

#site-footer>.wp-block-group.has-black-background-color .footer-contact p,
#site-footer>.wp-block-group.has-black-background-color .footer-contact form {
    line-height: 1.875
}

#site-footer .footer-copyright-wrapper {
    padding-top: 40px;
    padding-bottom: 30px
}

@media (min-width: 960px) {
    #site-footer .footer-copyright-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

#site-footer .footer-copyright-wrapper>div {
    text-align: center
}

#site-footer .footer-copyright-wrapper>div:not(:first-child) {
    margin-top: 30px
}

@media (min-width: 960px) {
    #site-footer .footer-copyright-wrapper>div:not(:first-child) {
        margin-top: 0;
        margin-left: 100px
    }
}

@media (min-width: 960px) {
    #site-footer .footer-copyright-wrapper>div.footer-byline {
        text-align: right
    }
}

#site-footer .footer-copyright-wrapper>div.footer-byline a {
    color: #242424;
    font-weight: 600
}

#site-footer .footer-copyright-wrapper>div.footer-byline a:hover {
    text-decoration: none;
    color: #0072A8
}

#site-footer .footer-copyright-wrapper>div.footer-copyright {
    text-align: center
}

#site-footer .footer-copyright-wrapper>div.footer-stonk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    line-height: 1.2
}

@media (min-width: 960px) {
    #site-footer .footer-copyright-wrapper>div.footer-stonk {
        text-align: left;
        justify-content: flex-start
    }
}

#site-footer .footer-copyright-wrapper>div.footer-stonk .price {
    color: #242424;
    font-family: industry, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

#site-footer .footer-copyright-wrapper>div.footer-stonk .change {
    color: #666;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 600
}

#site-footer .footer-copyright-wrapper>div.footer-stonk .change .fas {
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px
}

#site-footer .footer-copyright-wrapper>div.footer-stonk .change .fas.fa-chevron-up {
    color: #2ac681
}

#site-footer .footer-copyright-wrapper>div.footer-stonk .change .fas.fa-chevron-down {
    color: #c6332a
}

#site-footer .footer-copyright-wrapper>div.footer-stonk a {
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
    color: #0072A8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.search-result {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5
}

.search-result h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px
}

.search-result .type {
    color: #242424;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px
}

.search-no-results-message {
    display: block;
    margin-top: 60px
}

.search-no-results-message p {
    color: #242424;
    margin: 60px 0;
    font-family: industry, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.observing {
    opacity: 0;
    transform: translateY(50px)
}

.observing.intersected {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 500ms ease-out, transform 500ms ease-out
}

.observing.intersected.wp-block-cover__image-background {
    transition-delay: 275ms
}

.observing.intersected.wp-block-column:last-child {
    transition-delay: 275ms
}

.is-style-hero p.observing.intersected {
    transition-delay: 275ms
}

/*# sourceMappingURL=myrgroup.css.map */