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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

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

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

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

ol, ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

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

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

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

table {
    border-collapse: collapse
}

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

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

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

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

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

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

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.space-y-4>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem*var(--space-y-reverse))
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-fixed {
    background-attachment: fixed
}

.bg-transparent {
    background-color: transparent
}

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

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

.bg-grey-100 {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

.bg-grey-200 {
    --bg-opacity: 1;
    background-color: #dbdcde;
    background-color: rgba(219, 220, 222, var(--bg-opacity))
}

.bg-grey-247 {
    --bg-opacity: 1;
    background-color: #f2f4f7;
    background-color: rgba(242, 244, 247, var(--bg-opacity))
}

.bg-grey-250 {
    --bg-opacity: 1;
    background-color: #fafafa;
    background-color: rgba(250, 250, 250, var(--bg-opacity))
}

.bg-grey-350 {
    --bg-opacity: 1;
    background-color: #2b2b2b;
    background-color: rgba(43, 43, 43, var(--bg-opacity))
}

.bg-grey-400 {
    --bg-opacity: 1;
    background-color: #9d9fa1;
    background-color: rgba(157, 159, 161, var(--bg-opacity))
}

.bg-grey-444 {
    --bg-opacity: 1;
    background-color: #f4f4f4;
    background-color: rgba(244, 244, 244, var(--bg-opacity))
}

.bg-grey-450 {
    --bg-opacity: 1;
    background-color: #d9d9d9;
    background-color: rgba(217, 217, 217, var(--bg-opacity))
}

.bg-grey-700 {
    --bg-opacity: 1;
    background-color: #444;
    background-color: rgba(68, 68, 68, var(--bg-opacity))
}

.bg-grey-950 {
    --bg-opacity: 1;
    background-color: #262626;
    background-color: rgba(38, 38, 38, var(--bg-opacity))
}

.bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity))
}

.bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #252525;
    background-color: rgba(37, 37, 37, var(--bg-opacity))
}

.bg-grey-f4 {
    --bg-opacity: 1;
    background-color: #f4f4f4;
    background-color: rgba(244, 244, 244, var(--bg-opacity))
}

.bg-grey-bf {
    --bg-opacity: 1;
    background-color: #bfbfbf;
    background-color: rgba(191, 191, 191, var(--bg-opacity))
}

.bg-grey-eaec {
    --bg-opacity: 1;
    background-color: #eaecf0;
    background-color: rgba(234, 236, 240, var(--bg-opacity))
}

.bg-grey-f9 {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity))
}

.bg-green-lightest {
    --bg-opacity: 1;
    background-color: #e8fcf5;
    background-color: rgba(232, 252, 245, var(--bg-opacity))
}

.bg-green-lighter {
    --bg-opacity: 1;
    background-color: #b6f0dd;
    background-color: rgba(182, 240, 221, var(--bg-opacity))
}

.bg-green-light {
    --bg-opacity: 1;
    background-color: #38c9a8;
    background-color: rgba(56, 201, 168, var(--bg-opacity))
}

.bg-green-dark {
    --bg-opacity: 1;
    background-color: #0b967f;
    background-color: rgba(11, 150, 127, var(--bg-opacity))
}

.bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity))
}

.bg-teal-150 {
    --bg-opacity: 1;
    background-color: #e8fcf5;
    background-color: rgba(232, 252, 245, var(--bg-opacity))
}

.bg-teal-200 {
    --bg-opacity: 1;
    background-color: #e8fcf5;
    background-color: rgba(232, 252, 245, var(--bg-opacity))
}

.bg-teal-907 {
    --bg-opacity: 1;
    background-color: #007b62;
    background-color: rgba(0, 123, 98, var(--bg-opacity))
}

.bg-teal-950 {
    --bg-opacity: 1;
    background-color: #05755e;
    background-color: rgba(5, 117, 94, var(--bg-opacity))
}

.bg-teal-lighter {
    --bg-opacity: 1;
    background-color: #bdeae1;
    background-color: rgba(189, 234, 225, var(--bg-opacity))
}

.bg-teal-light {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

.bg-teal-dark {
    --bg-opacity: 1;
    background-color: #0e957b;
    background-color: rgba(14, 149, 123, var(--bg-opacity))
}

.bg-teal-darker {
    --bg-opacity: 1;
    background-color: #027062;
    background-color: rgba(2, 112, 98, var(--bg-opacity))
}

.bg-blue-lighter {
    --bg-opacity: 1;
    background-color: #eff8fa;
    background-color: rgba(239, 248, 250, var(--bg-opacity))
}

.bg-blue-dark {
    --bg-opacity: 1;
    background-color: #0d0b70;
    background-color: rgba(13, 11, 112, var(--bg-opacity))
}

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

.hover\:bg-grey-200:hover {
    --bg-opacity: 1;
    background-color: #dbdcde;
    background-color: rgba(219, 220, 222, var(--bg-opacity))
}

.hover\:bg-teal-light:hover {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

.hover\:bg-teal-dark:hover {
    --bg-opacity: 1;
    background-color: #0e957b;
    background-color: rgba(14, 149, 123, var(--bg-opacity))
}

.hover\:bg-teal-darker:hover {
    --bg-opacity: 1;
    background-color: #027062;
    background-color: rgba(2, 112, 98, var(--bg-opacity))
}

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

.group:hover .group-hover\:bg-teal-light {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

.bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--gradient-color-stops))
}

.from-black {
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, transparent)
}

.from-black {
    --gradient-from-color: #000
}

.from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, hsla(0, 0%, 100%, 0))
}

.from-teal-light {
    --gradient-from-color: #16bc9c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 188, 156, 0))
}

.via-black {
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, transparent)
}

.via-black {
    --gradient-via-color: #000
}

.via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, hsla(0, 0%, 100%, 0))
}

.via-teal-light {
    --gradient-via-color: #16bc9c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 188, 156, 0))
}

.to-transparent {
    --gradient-to-color: transparent
}

.bg-opacity-25 {
    --bg-opacity: 0.25
}

.bg-opacity-40 {
    --bg-opacity: 0.4
}

.bg-opacity-50 {
    --bg-opacity: 0.5
}

.bg-opacity-75 {
    --bg-opacity: 0.75
}

.bg-opacity-85 {
    --bg-opacity: 0.85
}

.hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5
}

.hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75
}

.bg-bottom {
    background-position: bottom
}

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

.bg-left {
    background-position: 0
}

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

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

.bg-top {
    background-position: top
}

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

.bg-auto {
    background-size: auto
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-transparent {
    border-color: transparent
}

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

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

.border-grey-100 {
    --border-opacity: 1;
    border-color: #f0f4f5;
    border-color: rgba(240, 244, 245, var(--border-opacity))
}

.border-grey-200 {
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity))
}

.border-grey-300 {
    --border-opacity: 1;
    border-color: #c6c8ca;
    border-color: rgba(198, 200, 202, var(--border-opacity))
}

.border-grey-400 {
    --border-opacity: 1;
    border-color: #9d9fa1;
    border-color: rgba(157, 159, 161, var(--border-opacity))
}

.border-grey-450 {
    --border-opacity: 1;
    border-color: #d9d9d9;
    border-color: rgba(217, 217, 217, var(--border-opacity))
}

.border-grey-600 {
    --border-opacity: 1;
    border-color: #76787a;
    border-color: rgba(118, 120, 122, var(--border-opacity))
}

.border-grey-700 {
    --border-opacity: 1;
    border-color: #444;
    border-color: rgba(68, 68, 68, var(--border-opacity))
}

.border-grey-981 {
    --border-opacity: 1;
    border-color: #98a1b2;
    border-color: rgba(152, 161, 178, var(--border-opacity))
}

.border-grey-light {
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity))
}

.border-grey-c8 {
    --border-opacity: 1;
    border-color: #8c8c8c;
    border-color: rgba(140, 140, 140, var(--border-opacity))
}

.border-grey-bf {
    --border-opacity: 1;
    border-color: #bfbfbf;
    border-color: rgba(191, 191, 191, var(--border-opacity))
}

.border-grey-ce {
    --border-opacity: 1;
    border-color: #cecece;
    border-color: rgba(206, 206, 206, var(--border-opacity))
}

.border-grey-eaec {
    --border-opacity: 1;
    border-color: #eaecf0;
    border-color: rgba(234, 236, 240, var(--border-opacity))
}

.border-grey-e0 {
    --border-opacity: 1;
    border-color: #e0e0e0;
    border-color: rgba(224, 224, 224, var(--border-opacity))
}

.border-teal-180 {
    --border-opacity: 1;
    border-color: #b6f0dd;
    border-color: rgba(182, 240, 221, var(--border-opacity))
}

.border-teal-lighter {
    --border-opacity: 1;
    border-color: #bdeae1;
    border-color: rgba(189, 234, 225, var(--border-opacity))
}

.border-teal-light {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.border-teal-dark {
    --border-opacity: 1;
    border-color: #0e957b;
    border-color: rgba(14, 149, 123, var(--border-opacity))
}

.border-teal-darker {
    --border-opacity: 1;
    border-color: #027062;
    border-color: rgba(2, 112, 98, var(--border-opacity))
}

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

.hover\:border-teal-907:hover {
    --border-opacity: 1;
    border-color: #007b62;
    border-color: rgba(0, 123, 98, var(--border-opacity))
}

.hover\:border-teal-light:hover {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.hover\:border-teal-dark:hover {
    --border-opacity: 1;
    border-color: #0e957b;
    border-color: rgba(14, 149, 123, var(--border-opacity))
}

.hover\:border-teal-darker:hover {
    --border-opacity: 1;
    border-color: #027062;
    border-color: rgba(2, 112, 98, var(--border-opacity))
}

.focus\:border-teal-light:focus {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.focus\:border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity))
}

.last\:border-transparent:last-child {
    border-color: transparent
}

.rounded-none {
    border-radius: 0
}

.rounded-xxs {
    border-radius: 6px
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

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

.rounded-t {
    border-top-left-radius: .25rem
}

.rounded-t {
    border-top-right-radius: .25rem
}

.rounded-b {
    border-bottom-right-radius: .25rem
}

.rounded-b {
    border-bottom-left-radius: .25rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem
}

.rounded-t-lg {
    border-top-right-radius: .5rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem
}

.rounded-b-lg, .rounded-l-lg {
    border-bottom-left-radius: .5rem
}

.rounded-l-lg {
    border-top-left-radius: .5rem
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-none {
    border-style: none
}

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

.border {
    border-width: 1px
}

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

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

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

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

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

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

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

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

.last\:border-0:last-child {
    border-width: 0
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.last\:border-b:last-child {
    border-bottom-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

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

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.content-center {
    align-content: center
}

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

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

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

.self-center {
    align-self: center
}

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

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

.justify-center {
    justify-content: center
}

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

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

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

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.font-museo-300 {
    font-family: museo-300, sans-serif
}

.font-museo-500 {
    font-family: museo-500, sans-serif
}

.font-museo-700 {
    font-family: museo-700, sans-serif
}

.font-museo-900 {
    font-family: museo-900, sans-serif
}

.font-slab-500 {
    font-family: slab-500
}

.font-raleway {
    font-family: Raleway
}

.font-sf-pro-text-400 {
    font-family: sf-pro-text-400, sans-serif
}

.font-sf-pro-text-500 {
    font-family: sf-pro-text-500, sans-serif
}

.font-sf-pro-text-600 {
    font-family: sf-pro-text-600, sans-serif
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-fat {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-18 {
    height: 4.5rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-h1 {
    font-size: 60px
}

.leading-3 {
    line-height: .75rem
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.15
}

.leading-normal {
    line-height: 1.5
}

.leading-loose {
    line-height: 2
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.m-auto {
    margin: auto
}

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

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

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

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

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

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

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

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

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

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

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

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

.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

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

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto
}

.ml-auto {
    margin-left: auto
}

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

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

.-mt-28 {
    margin-top: -7rem
}

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

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

.last\:mb-0:last-child {
    margin-bottom: 0
}

.max-h-full {
    max-height: 100%
}

.max-h-screen {
    max-height: 100vh
}

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

.max-w-sm {
    max-width: 16rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-full {
    max-width: 100%
}

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

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

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

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

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

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.hover\:opacity-75:hover {
    opacity: .75
}

.group:hover .group-hover\:opacity-50 {
    opacity: .5
}

.group:hover .group-hover\:opacity-75 {
    opacity: .75
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus, .outline-none {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-6 {
    padding-right: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

.pt-18 {
    padding-top: 4.5rem
}

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

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

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

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

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

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

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

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

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.resize {
    resize: both
}

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

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

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

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-med {
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08)
}

.shadow-black {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .161)
}

.shadow-none {
    box-shadow: none
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.fill-current {
    fill: currentColor
}

.table-auto {
    table-layout: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

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

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

.text-default {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.text-grey-74 {
    --text-opacity: 1;
    color: #747474;
    color: rgba(116, 116, 116, var(--text-opacity))
}

.text-grey-344 {
    --text-opacity: 1;
    color: #344054;
    color: rgba(52, 64, 84, var(--text-opacity))
}

.text-grey-400 {
    --text-opacity: 1;
    color: #9d9fa1;
    color: rgba(157, 159, 161, var(--text-opacity))
}

.text-grey-450 {
    --text-opacity: 1;
    color: #d9d9d9;
    color: rgba(217, 217, 217, var(--text-opacity))
}

.text-grey-467 {
    --text-opacity: 1;
    color: #475467;
    color: rgba(71, 84, 103, var(--text-opacity))
}

.text-grey-500 {
    --text-opacity: 1;
    color: #888;
    color: rgba(136, 136, 136, var(--text-opacity))
}

.text-grey-600 {
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity))
}

.text-grey-700 {
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

.text-grey-828 {
    --text-opacity: 1;
    color: #101828;
    color: rgba(16, 24, 40, var(--text-opacity))
}

.text-grey-939 {
    --text-opacity: 1;
    color: #1d2939;
    color: rgba(29, 41, 57, var(--text-opacity))
}

.text-grey-950 {
    --text-opacity: 1;
    color: #262626;
    color: rgba(38, 38, 38, var(--text-opacity))
}

.text-grey-981 {
    --text-opacity: 1;
    color: #98a1b2;
    color: rgba(152, 161, 178, var(--text-opacity))
}

.text-grey-darker {
    --text-opacity: 1;
    color: #595959;
    color: rgba(89, 89, 89, var(--text-opacity))
}

.text-grey-darkest {
    --text-opacity: 1;
    color: #252525;
    color: rgba(37, 37, 37, var(--text-opacity))
}

.text-grey-title {
    --text-opacity: 1;
    color: #1d2939;
    color: rgba(29, 41, 57, var(--text-opacity))
}

.text-grey-c8 {
    --text-opacity: 1;
    color: #8c8c8c;
    color: rgba(140, 140, 140, var(--text-opacity))
}

.text-grey-ce {
    --text-opacity: 1;
    color: #cecece;
    color: rgba(206, 206, 206, var(--text-opacity))
}

.text-red-dark {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity))
}

.text-teal-108 {
    --text-opacity: 1;
    color: #108b73;
    color: rgba(16, 139, 115, var(--text-opacity))
}

.text-teal-150 {
    --text-opacity: 1;
    color: #e8fcf5;
    color: rgba(232, 252, 245, var(--text-opacity))
}

.text-teal-180 {
    --text-opacity: 1;
    color: #b6f0dd;
    color: rgba(182, 240, 221, var(--text-opacity))
}

.text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity))
}

.text-teal-845 {
    --text-opacity: 1;
    color: #084538;
    color: rgba(8, 69, 56, var(--text-opacity))
}

.text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity))
}

.text-teal-light {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.text-teal-dark {
    --text-opacity: 1;
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.text-teal-darker {
    --text-opacity: 1;
    color: #027062;
    color: rgba(2, 112, 98, var(--text-opacity))
}

.text-blue-light {
    --text-opacity: 1;
    color: #5b87f2;
    color: rgba(91, 135, 242, var(--text-opacity))
}

.text-blue-dark {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

.hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

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

.hover\:text-grey-600:hover {
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity))
}

.hover\:text-grey-939:hover {
    --text-opacity: 1;
    color: #1d2939;
    color: rgba(29, 41, 57, var(--text-opacity))
}

.hover\:text-teal-light:hover {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.hover\:text-teal-dark:hover {
    --text-opacity: 1;
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.hover\:text-blue-dark:hover {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

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

.group:hover .group-hover\:text-red-dark {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.group:hover .group-hover\:text-teal-light {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.group:hover .group-hover\:text-teal-dark {
    --text-opacity: 1;
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.group:hover .group-hover\:text-teal-darker {
    --text-opacity: 1;
    color: #027062;
    color: rgba(2, 112, 98, var(--text-opacity))
}

.text-opacity-65 {
    --text-opacity: 0.65
}

.text-opacity-88 {
    --text-opacity: 0.88
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.underline {
    text-decoration: underline
}

.tracking-wide {
    letter-spacing: .025em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.align-middle {
    vertical-align: middle
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

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

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

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

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

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

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

.w-4\/5 {
    width: 80%
}

.w-1\/6 {
    width: 16.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-1\/12 {
    width: 8.333333%
}

.w-2\/12 {
    width: 16.666667%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-9\/12 {
    width: 75%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.-z-1 {
    z-index: -1
}

.gap-1 {
    grid-gap: .25rem;
    gap: .25rem
}

.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.gap-16 {
    grid-gap: 4rem;
    gap: 4rem
}

.gap-x-2 {
    grid-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    grid-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-2 {
    grid-row-gap: .5rem;
    row-gap: .5rem
}

.gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
}

.gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
}

.gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
}

.gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.origin-center {
    transform-origin: center
}

.rotate-180 {
    --transform-rotate: 180deg
}

.group:hover .group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
    transition-property: opacity
}

.transition-transform {
    transition-property: transform
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

body {
    font-family: museo-300, sans-serif;
    font-style: normal;
    font-size: 16px;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    line-height: 1.5;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes smoothScroll {
    to {
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(0)
    }
}

h1 {
    font-family: museo-500, sans-serif;
    font-size: 29px
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px
    }
}

h1.xl {
    font-family: museo-700, sans-serif;
    font-size: 29px;
    line-height: 1.15
}

@media (min-width: 768px) {
    h1.xl {
        font-size: 56px
    }
}

h2 {
    font-family: museo-500, sans-serif
}

h2, h2.xl {
    font-size: 29px
}

h2.xl {
    font-family: museo-700, sans-serif;
    line-height: 1.15
}

@media (min-width: 768px) {
    h2.xl {
        font-size: 56px
    }
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 768px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.section-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width: 768px) {
    .section-half {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.max-lines {
    overflow: hidden;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.max-lines-2 {
    -webkit-line-clamp: 2
}

.max-lines-3 {
    -webkit-line-clamp: 3
}

.block-link a {
    transition: color .2s ease-in-out
}

.block-link:hover a {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.lazyload {
    display: block;
    border-width: 0;
    opacity: 0
}

.lazyload:not(.initial) {
    transition: opacity 1s
}

.lazyload.error, .lazyload.initial, .lazyload.loaded {
    opacity: 1
}

.lazyload:not([src]) {
    visibility: visible
}

.svg svg {
    width: 100%
}

.fpp-col h3 {
    font-family: museo-700, sans-serif;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

.fpp-col h3, .fpp-col p, .fpp-col ul li {
    margin-bottom: 1rem
}

.fpp-col ul {
    padding-left: 2rem
}

.fpp-col ul li:last-child {
    margin-bottom: 0
}

.oqp-section h3 {
    font-size: 29px;
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .oqp-section h3 {
        font-family: museo-700, sans-serif;
        line-height: 1.15;
        font-size: 56px
    }
}

.oqp-section ul {
    padding-left: 1.5rem;
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTQgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+QnVsbGV0IFBvaW50IFdoaXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlByb2Nlc3MtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlByb2Nlc3NfRFQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzAuMDAwMDAwLCAtMzg5MC4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iTW9kLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNjc1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlF1YWxpdHktUHJvbWlzZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQwLjAwMDAwMCwgMTQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJCdWxsZXQtUG9pbnQtV2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwLjAwMDAwMCwgNjguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC00IiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iNCA3LjUzMzk0MDczIDYuMDMzMzE4MzYgOS41Nzg2MTMyOCAxMC41OTQyMzgzIDUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIHN0cm9rZS13aWR0aD0iMS41IiBjeD0iNyIgY3k9IjcuNTc4NjEzMjgiIHI9IjYuMjUiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.oqp-section ul li {
    margin-bottom: .5rem
}

.oqp-section ul li:last-child {
    margin-bottom: 0
}

.box-check ul {
    padding-left: 1.5rem
}

.box-check ul li {
    margin-bottom: .5rem;
    font-family: museo-500, sans-serif
}

.box-check ul li:last-child {
    margin-bottom: 0
}

.box-check-dark ul {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+QnVsbGV0IFBvaW50IDM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iRmluaXNoZXMtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZpbmlzaGVzX0RUIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI5LjAwMDAwMCwgLTIyNjMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJNb2QtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwLjAwMDAwMCwgMTEwMy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJBYm91dC10aGUtUHJvY2VzcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYxOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRGVzaWduLUNvbnNpZGVyYXRpb25zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTkuMDAwMDAwLCA0MTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJCdWxsZXQtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkJ1bGxldC1Qb2ludCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0iI0RCRENERSIgc3Ryb2tlLXdpZHRoPSIxIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTQiIHN0cm9rZT0iIzE2QkM5QyIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjMuNSA2LjUwMTg1NDQxIDYuNDY1MjU1OTUgOS42OTY2NTUyNyAxNS4xNjY2NjY3IDAuMzIxNjU1MjczIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.box-check-dark ul li ul {
    list-style-image: none;
    padding-left: .5rem
}

.box-check-white ul {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+QnVsbGV0IFBvaW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9Ik1hdGVyaWFscy1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTWF0ZXJpYWxzX0RUIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMwLjAwMDAwMCwgLTIwMC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikhlcm8tQmFubmVyIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJIZXJvIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQnVsbGV0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwLjAwMDAwMCwgMTk2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQnVsbGV0LTEiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkJ1bGxldC1Qb2ludC0tLURhcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTQiIHN0cm9rZT0iIzE2QkM5QyIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjQuMjUgNy4zNjg3NjgzMyA3Ljg1MDY2Nzk0IDEwLjk4OTU0MjYgMTguNDE2NjY2NyAwLjM2NDU0MjY0MyI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.box-check-white ul li ul {
    list-style-image: none;
    padding-left: .5rem
}

.icon-play-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzUiIHZpZXdCb3g9IjAgMCA3NiA3NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xMjQ1XzQ5MDE3KSI+CjxwYXRoIGQ9Ik0zNy45MTU2IDYuNTI1ODhDMzAuMjc3MyA2LjUyNTg4IDIyLjk1MjMgOS41NjA4NyAxNy41NTI3IDE0Ljk2MDdDMTIuMTUzMSAyMC4zNjA2IDkuMTE3ODYgMjcuNjg1OSA5LjExNzg2IDM1LjMyMzZDOS4xMTc4NiA0Mi45NjE0IDEyLjE1MjkgNTAuMjg2OSAxNy41NTI3IDU1LjY4NjVDMjIuOTUyNiA2MS4wODYxIDMwLjI3NzkgNjQuMTIxNCAzNy45MTU2IDY0LjEyMTRDNDUuNTUzMyA2NC4xMjE0IDUyLjg3ODkgNjEuMDg2NCA1OC4yNzg1IDU1LjY4NjVDNjMuNjc4MSA1MC4yODY2IDY2LjcxMzMgNDIuOTYxNCA2Ni43MTMzIDM1LjMyMzZDNjYuNzEzMyAyNy42ODU5IDYzLjY3ODMgMjAuMzYwMyA1OC4yNzg1IDE0Ljk2MDdDNTIuODc4NiA5LjU2MTE2IDQ1LjU1MzMgNi41MjU4OCAzNy45MTU2IDYuNTI1ODhWNi41MjU4OFpNMzAuNzE2MiA0Ny4zMjE5VjIzLjMyNTNMNTIuMzE0NSAzNS42NzQ0TDMwLjcxNjIgNDcuMzIxOVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xMjQ1XzQ5MDE3IiB4PSIwLjY0MzM0NiIgeT0iMC4xNjk5OTQiIHdpZHRoPSI3NC41NDQ1IiBoZWlnaHQ9Ijc0LjU0NDUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMTg2MyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjIzNzI2Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTI0NV80OTAxNyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xMjQ1XzQ5MDE3IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: cover
}

.jobs-overlay {
    z-index: 999
}

.jobs-overlay.active {
    opacity: 1;
    visibility: visible;
    display: block
}

.jobs-modal-top {
    margin-bottom: 3rem
}

.jobs-modal-inner {
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.jobs-modal-content h1, .jobs-modal-content h2, .jobs-modal-content h3 {
    margin-bottom: 2rem;
    font-family: museo-900, sans-serif;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

.jobs-modal-content h1 {
    font-size: 20px
}

.jobs-modal-content h2, .jobs-modal-content h3 {
    font-size: 18px
}

.jobs-modal-content ul {
    list-style-type: disc;
    padding-left: 2rem
}

.jobs-modal-content p, .jobs-modal-content ul li {
    margin-bottom: 1rem;
    font-family: museo-500, sans-serif;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.jobs-modal-title h2 {
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity));
    font-family: museo-900, sans-serif
}

.jobs-modal-location {
    width: 58%
}

.jobs-modal-location p {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    font-family: museo-500, sans-serif
}

.jobs-item {
    display: flex;
    padding: 1rem .5rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #f0f4f5;
    border-color: rgba(240, 244, 245, var(--border-opacity))
}

@media (min-width: 1024px) {
    .jobs-item {
        padding: 1rem 2rem
    }
}

.jobs-item p {
    margin: 0;
    font-family: museo-500, sans-serif;
    font-size: 12px;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

@media (min-width: 1024px) {
    .jobs-item p {
        font-size: 14px
    }
}

.jobs-item .jobs-location, .jobs-item .jobs-title {
    width: 45%
}

.jobs-item .jobs-apply {
    width: 10%
}

.jobs-item .jobs-apply a {
    margin: 0;
    font-family: museo-500, sans-serif;
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity));
    text-align: right;
    font-size: 12px
}

@media (min-width: 1024px) {
    .jobs-item .jobs-apply a {
        font-size: 14px
    }
}

.jobs-wrapper {
    padding: 0 5px 40px
}

@media (min-width: 1024px) {
    .jobs-wrapper {
        padding: 0 10px 40px
    }
}

.careers-header {
    padding: 40px 0
}

.careers-top-header {
    text-align: center;
    padding-bottom: 3rem
}

.careers-top-header h3 {
    font-size: 20px;
    font-family: museo-900, sans-serif;
    margin-bottom: 3rem;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity));
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .careers-top-header h3 {
        font-size: 30px
    }
}

.careers-top-header p {
    font-size: 18px;
    font-family: museo-500, sans-serif
}

@media (min-width: 1024px) {
    .careers-top-header p {
        font-size: 20px
    }
}

.department-header {
    background-color: #f0f4f5;
    padding: 10px 0;
    text-align: center
}

@media (min-width: 1024px) {
    .department-header {
        padding: 20px 0
    }
}

.department-header h3 {
    font-size: 16px;
    font-family: museo-900, sans-serif;
    text-transform: uppercase;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

@media (min-width: 1024px) {
    .department-header h3 {
        font-size: 20px
    }
}

.department-list.hidden {
    display: none
}

.filter-by-department-row {
    padding: 0 10px 20px
}

.filter-by-department-select {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity));
    border-radius: .25rem;
    width: 75%;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    font-size: 18px;
    font-family: museo-500, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1.15rem 2rem 1.15rem 1rem
}

@media (min-width: 1024px) {
    .filter-by-department-select {
        width: 35%
    }
}

@media (min-width: 1200px) {
    .filter-by-department-select {
        width: 30%
    }
}

.filter-by-department-select:after {
    display: block;
    position: absolute;
    width: 1rem;
    background-repeat: no-repeat;
    right: 1rem;
    top: 2px;
    content: "\e603";
    pointer-events: none;
    height: calc(100% - 4px);
    background-size: 1rem 1rem;
    background-position-y: center
}

.overlay-wrapper {
    padding: 40px 10px
}

@media (min-width: 1024px) {
    .overlay-wrapper {
        padding: 40px 0
    }
}

.noscroll {
    overflow: hidden
}

.jobs-modal-content, .post-content {
    font-family: museo-500, sans-serif
}

.post-content {
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity))
}

.post-content.resource h2 {
    font-size: 20px;
    line-height: 1.5;
    font-family: museo-700, sans-serif
}

.post-content.resource ul {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2hlY2tib3ggQ29weSAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9ImVCb29rLVBhZ2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJlQm9vay1QYWdlXzEyODBweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMi4wMDAwMDAsIC03NjguMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJNb2QtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMyLjAwMDAwMCwgMzM2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkJ1bGxldC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJJY29uLUNoZWNrYm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTMyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBzdHJva2U9IiNEQkRDREUiIHN0cm9rZS13aWR0aD0iMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTQiIHN0cm9rZT0iIzE2QkM5QyIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjMgNC4yMTI2NTE2NiA1LjAzMzMxODM2IDYuMjU3MzI0MjIgMTEgMC4yNTczMjQyMTkiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.post-content.resource ul li {
    margin-bottom: 1.5rem
}

.post-content.capabilities {
    font-size: 16px
}

.post-content.capabilities a {
    text-decoration: underline
}

.post-content.masterclass h2, .post-content.masterclass h3 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.post-content.masterclass h3 {
    font-family: museo-700, sans-serif
}

.post-content.masterclass ul {
    padding-left: 1rem
}

.post-content.masterclass .wp-block-image {
    margin: 0 0 1.5rem
}

.post-content.masterclass .wp-block-columns.module-summary .wp-block-column {
    padding: 0
}

.post-content.masterclass .wp-block-columns.module-summary .wp-block-column .wp-block-group {
    padding: 2rem
}

.post-content.masterclass .wp-block-column, .post-content.masterclass .wp-block-column .wp-block-group {
    height: 100%
}

.post-content.masterclass .wp-block-column .wp-block-group__inner-container p {
    margin-bottom: 1.5rem
}

.post-content.masterclass .wp-block-column .wp-block-group__inner-container p:last-child {
    margin-bottom: 0
}

.post-content.masterclass .wp-block-column .wp-block-group__inner-container ul li {
    margin-bottom: 1rem
}

.post-content.masterclass .wp-block-column .wp-block-group__inner-container ul li:last-child {
    margin-bottom: 0
}

.post-content.masterclass .ab-block-layout-column-inner {
    height: 100%
}

.post-content.masterclass .ab-layout-column-wrap {
    display: block
}

@media (min-width: 768px) {
    .post-content.masterclass .ab-layout-column-wrap {
        display: grid
    }
}

.post-content .scroll-margin {
    scroll-margin-top: 4em
}

.post-content blockquote {
    padding: .5rem 1.25rem;
    border-left-width: 8px;
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
    margin: 0
}

.post-content blockquote p {
    width: 100%;
    margin-bottom: 0
}

.post-content h4, .post-content h5, .post-content h6, .post-content img, .post-content ol, .post-content p, .post-content span, .post-content ul {
    margin-bottom: 1.5rem
}

.post-content p:last-child {
    margin-bottom: 0
}

.post-content iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.post-content a {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.post-content a:hover {
    text-decoration: underline
}

.post-content a[role=button] {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 16px;
    font-family: museo-700, sans-serif;
    text-align: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    min-width: 140px
}

.post-content h1 {
    font-size: 24px
}

@media (min-width: 768px) {
    .post-content h1 {
        font-size: 36px
    }
}

.post-content h2 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity));
    font-family: museo-500, sans-serif;
    line-height: 1.15
}

@media (min-width: 768px) {
    .post-content h2 {
        font-size: 29px
    }
}

.post-content h3 {
    font-size: 20px;
    margin-bottom: 1.5rem
}

.post-content ol, .post-content ul {
    padding-left: 2rem
}

.post-content ol li, .post-content ul li {
    margin-bottom: .25rem
}

.post-content ol li span, .post-content ul li span {
    margin-bottom: 0
}

.post-content ul {
    list-style-type: disc
}

.post-content ol {
    list-style-type: decimal
}

.post-content hr {
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity));
    margin-bottom: 1.5rem
}

.post-content .content-subscribe-wrapper h3 {
    margin-bottom: 0
}

.post-content .content-subscribe-wrapper .btn {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.post-content .aligncenter, .post-content .alignleft, .post-content .alignnone, .post-content .alignright {
    display: block;
    padding: 0
}

.post-content .alignnone {
    margin: 5px 20px 20px 0
}

.post-content .aligncenter {
    float: none;
    text-align: center;
    margin: .5em auto 1em
}

.post-content .alignright {
    float: right;
    margin: .5em 0 1em 1em
}

.post-content .alignleft {
    float: left;
    margin: .5em 1em 1em 0
}

.post-content .blocks-gallery-grid, .post-content .blocks-gallery-item figure img {
    margin-bottom: 0
}

.post-content .blocks-gallery-caption {
    margin-top: 0
}

.post-content .wp-caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    max-width: 100%
}

.post-content .wp-caption img {
    display: inline
}

.post-content .wp-caption-text {
    margin-top: .5rem;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic
}

.post-content .wp-block-separator {
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity));
    margin-bottom: 1rem
}

.post-content .wp-block-separator.has-background {
    padding: 0
}

.post-content .wp-block-eedee-block-gutenslider {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media (min-width: 768px) {
    .post-content .wp-block-eedee-block-gutenslider {
        margin: 0 0 1.5rem
    }
}

.post-content .wp-block-cover {
    margin-bottom: 1.5rem
}

.post-content .wp-block-atomic-blocks-ab-columns {
    margin-bottom: 3rem
}

.post-content .wp-block-atomic-blocks-ab-columns:last-child {
    margin-bottom: 1.5rem
}

.post-content .wp-block-atomic-blocks-ab-columns .ab-layout-column-wrap .ab-block-layout-column-inner ul {
    margin-top: 1.5rem
}

.post-content .wp-block-atomic-blocks-ab-columns .ab-layout-column-wrap .ab-block-layout-column-inner ul li {
    margin-bottom: 1rem
}

.post-content .wp-block-atomic-blocks-ab-columns .ab-block-layout-column-inner ul {
    padding-left: 1rem
}

.post-content .wp-block-atomic-blocks-ab-columns .ab-block-layout-column-inner ul:last-child {
    margin-bottom: 0
}

.post-content .wp-block-atomic-blocks-ab-accordion details summary {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.post-content .wp-block-columns {
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 640px) {
    .post-content .wp-block-columns {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

.post-content .wp-block-columns .wp-block-column {
    margin-bottom: 1.5rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 640px) {
    .post-content .wp-block-columns .wp-block-column {
        margin-bottom: 0;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (min-width: 1024px) {
    .post-content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0
    }
}

.post-content .wp-block-columns .wp-block-column p {
    margin-bottom: 0
}

.post-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
    margin-bottom: 1rem;
    flex-basis: 100% !important
}

@media (min-width: 1024px) {
    .post-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
        flex-basis: calc(50% - 16px) !important
    }
}

.post-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-image, .post-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:last-child, .post-content .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:last-child .wp-block-image {
    margin-bottom: 0
}

.post-content .wp-block-columns .wp-block-column .wp-block-image:first-child {
    margin-bottom: 1rem;
    margin-top: 0
}

.post-content .wp-block-columns .wp-block-column .wp-block-quote p {
    margin-bottom: 0
}

.post-content .wp-block-image {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media (min-width: 640px) {
    .post-content .wp-block-image {
        margin-left: 0;
        margin-right: 0
    }
}

.post-content .wp-block-image figcaption {
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: .25rem;
    margin-bottom: .25rem
}

.post-content .wp-block-image img {
    margin-bottom: 0
}

.post-content .wp-block-image figure img {
    margin-bottom: 0
}

.post-content .wp-block-image figure.alignright {
    float: right;
    margin-left: 1rem
}

.post-content .wp-block-image figure.alignleft {
    float: left;
    margin-right: 1rem
}

.post-content .wp-block-image figure.aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.post-content .wp-block-quote {
    margin-bottom: 1rem;
    padding: .5rem 1.25rem;
    border-left-width: 4px;
    --border-opacity: 1;
    border-color: #c6c8ca;
    border-color: rgba(198, 200, 202, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

.post-content .wp-block-quote p {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity));
    font-family: museo-700, sans-serif;
    font-size: 20px
}

.post-content .wp-block-gallery {
    margin-bottom: 1.5rem
}

.post-content .wp-block-gallery .blocks-gallery-grid {
    list-style-type: none;
    padding-left: 0
}

.post-content .wp-block-gallery .blocks-gallery-caption {
    width: 100%;
    text-align: center
}

.post-content .wp-block-embed {
    margin: 0 -1.25rem 1.5rem
}

@media (min-width: 768px) {
    .post-content .wp-block-embed {
        margin-left: 0;
        margin-right: 0
    }
}

.post-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.post-content .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-width: 0
}

.post-content .wp-block-embed figcaption {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 768px) {
    .post-content .wp-block-embed figcaption {
        padding-left: 0;
        padding-right: 0
    }
}

.post-content .wp-block-group.has-background {
    padding: 1rem
}

.post-content .wp-block-group__inner-container .wp-block-atomic-blocks-ab-columns {
    margin-bottom: 0
}

.post-content .wp-block-table table {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #f0f4f5;
    border-color: rgba(240, 244, 245, var(--border-opacity))
}

.post-content .wp-block-table table thead {
    text-align: left
}

.post-content .wp-block-table table tr td, .post-content .wp-block-table table tr th {
    padding: .5rem 1rem;
    border-bottom-width: 1px;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity))
}

.post-content .wp-block-button__link {
    text-transform: uppercase;
    font-family: museo-700, sans-serif;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.post-content .wp-block-button__link:hover {
    text-decoration: none;
    --bg-opacity: 0.75
}

.post-content .ab-button {
    padding: 1.25rem 2.5rem;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    line-height: .75rem;
    font-family: museo-700, sans-serif;
    letter-spacing: .025em;
    text-align: center;
    white-space: nowrap;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.post-content .ab-button:hover {
    text-decoration: none;
    --bg-opacity: 0.75
}

.post-content .ab-container-image.has-background-dim {
    opacity: .5
}

.has-background {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.has-teal-lightest-color {
    --text-opacity: 1;
    color: #eff8fa;
    color: rgba(239, 248, 250, var(--text-opacity))
}

.has-teal-lightest-background-color {
    --bg-opacity: 1;
    background-color: #eff8fa;
    background-color: rgba(239, 248, 250, var(--bg-opacity))
}

.has-teal-lighter-color {
    --text-opacity: 1;
    color: #bdeae1;
    color: rgba(189, 234, 225, var(--text-opacity))
}

.has-teal-lighter-background-color {
    --bg-opacity: 1;
    background-color: #bdeae1;
    background-color: rgba(189, 234, 225, var(--bg-opacity))
}

.has-teal-light-color {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.has-teal-light-background-color {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

.has-teal-dark-color {
    --text-opacity: 1;
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.has-teal-dark-background-color {
    --bg-opacity: 1;
    background-color: #0e957b;
    background-color: rgba(14, 149, 123, var(--bg-opacity))
}

.has-blue-light-color {
    --text-opacity: 1;
    color: #5b87f2;
    color: rgba(91, 135, 242, var(--text-opacity))
}

.has-blue-light-background-color {
    --bg-opacity: 1;
    background-color: #5b87f2;
    background-color: rgba(91, 135, 242, var(--bg-opacity))
}

.has-blue-dark-color {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

.has-blue-dark-background-color {
    --bg-opacity: 1;
    background-color: #0d0b70;
    background-color: rgba(13, 11, 112, var(--bg-opacity))
}

.has-red-dark-color {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.has-red-dark-background-color {
    --bg-opacity: 1;
    background-color: #e25e47;
    background-color: rgba(226, 94, 71, var(--bg-opacity))
}

.has-yellow-dark-color {
    --text-opacity: 1;
    color: #fcbb47;
    color: rgba(252, 187, 71, var(--text-opacity))
}

.has-yellow-dark-background-color {
    --bg-opacity: 1;
    background-color: #fcbb47;
    background-color: rgba(252, 187, 71, var(--bg-opacity))
}

.has-grey-color {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.has-grey-background-color {
    --bg-opacity: 1;
    background-color: #333;
    background-color: rgba(51, 51, 51, var(--bg-opacity))
}

.has-grey-100-color {
    --text-opacity: 1;
    color: #f0f4f5;
    color: rgba(240, 244, 245, var(--text-opacity))
}

.has-grey-100-background-color {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

.has-grey-200-color {
    --text-opacity: 1;
    color: #dbdcde;
    color: rgba(219, 220, 222, var(--text-opacity))
}

.has-grey-200-background-color {
    --bg-opacity: 1;
    background-color: #dbdcde;
    background-color: rgba(219, 220, 222, var(--bg-opacity))
}

.has-grey-300-color {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity))
}

.has-grey-300-background-color {
    --bg-opacity: 1;
    background-color: #c6c8ca;
    background-color: rgba(198, 200, 202, var(--bg-opacity))
}

.has-grey-400-color {
    --text-opacity: 1;
    color: #9d9fa1;
    color: rgba(157, 159, 161, var(--text-opacity))
}

.has-grey-400-background-color {
    --bg-opacity: 1;
    background-color: #9d9fa1;
    background-color: rgba(157, 159, 161, var(--bg-opacity))
}

.has-grey-500-color {
    --text-opacity: 1;
    color: #888;
    color: rgba(136, 136, 136, var(--text-opacity))
}

.has-grey-500-background-color {
    --bg-opacity: 1;
    background-color: #888;
    background-color: rgba(136, 136, 136, var(--bg-opacity))
}

.has-grey-600-color {
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity))
}

.has-grey-600-background-color {
    --bg-opacity: 1;
    background-color: #76787a;
    background-color: rgba(118, 120, 122, var(--bg-opacity))
}

.has-grey-700-color {
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

.has-grey-700-background-color {
    --bg-opacity: 1;
    background-color: #444;
    background-color: rgba(68, 68, 68, var(--bg-opacity))
}

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

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

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

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

.has-background {
    padding: 1rem
}

.single-cpt_case_study .post-content .wp-block-column, .single-cpt_case_study .post-content .wp-block-column .wp-block-group, .single-cpt_case_study .post-content .wp-block-columns {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .single-cpt_case_study .post-content .wp-block-column .wp-block-group {
        margin-bottom: 1rem
    }
}

.single-cpt_case_study .post-content .wp-block-column p {
    margin-bottom: 1.5rem
}

.single-cpt_case_study .post-content .wp-block-group.has-background {
    margin-bottom: 1rem
}

.single-cpt_case_study .post-content .wp-block-group__inner-container h3 {
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity));
    font-size: 20px;
    font-family: museo-700, sans-serif;
    margin-bottom: .5rem
}

.single-cpt_case_study .post-content .wp-block-group__inner-container p {
    margin-bottom: 1rem
}

.single-cpt_case_study .post-content .wp-block-group__inner-container p:last-child {
    margin-bottom: 0
}

.page-content hr, .page-content ol, .page-content p, .page-content ul {
    margin-bottom: 2rem
}

.page-content h1 {
    font-size: 36px;
    font-weight: 700
}

.page-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 1.15
}

.page-content blockquote {
    margin-bottom: 1.5rem;
    padding: .5rem 1.25rem;
    border-left-width: 8px;
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity))
}

.page-content blockquote p {
    width: 100%
}

.page-content h4, .page-content h5, .page-content h6, .page-content img, .page-content p, .page-content span {
    margin-bottom: 1.5rem
}

.page-content p {
    font-size: 16px;
    line-height: 1.625
}

@media (min-width: 768px) {
    .page-content p {
        font-size: 18px
    }
}

.page-content iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.page-content a {
    --text-opacity: 1;
    color: #5b87f2;
    color: rgba(91, 135, 242, var(--text-opacity))
}

.page-content a:hover {
    text-decoration: underline
}

.page-content a[role=button] {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    min-width: 140px
}

.page-content h1 {
    font-size: 24px
}

@media (min-width: 768px) {
    .page-content h1 {
        font-size: 36px
    }
}

.page-content h2 {
    font-size: 20px;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .page-content h2 {
        font-size: 24px
    }
}

.page-content h3 {
    font-size: 18px;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .page-content h3 {
        font-size: 20px
    }
}

.page-content ol, .page-content ul {
    padding-left: 2rem
}

.page-content ol li, .page-content ul li {
    margin-bottom: 1rem
}

.page-content ol li span, .page-content ul li span {
    margin-bottom: 0
}

.page-content ul {
    list-style-type: disc
}

.page-content ol {
    list-style-type: decimal
}

.page-content .aligncenter, .page-content .alignleft, .page-content .alignnone, .page-content .alignright {
    display: block;
    padding: 0
}

.page-content .alignnone {
    margin: 5px 20px 20px 0
}

.page-content .aligncenter {
    float: none;
    margin: .5em auto 1em
}

.page-content .alignright {
    float: right;
    margin: .5em 0 1em 1em
}

.page-content .alignleft {
    float: left;
    margin: .5em 1em 1em 0
}

.page-content .wp-caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    max-width: 100%
}

.page-content .wp-caption img {
    display: inline
}

.page-content .wp-caption-text {
    margin-top: .5rem;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic
}

.page-content .wp-block-cover {
    margin-bottom: 1.5rem
}

.page-content .wp-block-columns {
    margin-bottom: 1rem
}

.page-content .wp-block-image {
    margin-bottom: 1.5rem
}

.post-content .wp-block-image {
    max-width: 900px;
}

.page-content .wp-block-image figcaption {
    text-align: center;
    font-size: 14px;
    display: block
}

.page-content .wp-block-image figure.alignright {
    float: right;
    margin-left: 1rem
}

.page-content .wp-block-image figure.alignleft {
    float: left;
    margin-right: 1rem
}

.page-content .wp-block-image figure.aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.page-content .wp-block-quote {
    margin-bottom: 1.5rem;
    padding: .5rem 1.25rem;
    border-left-width: 4px;
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity))
}

.page-content .wp-block-quote p {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity));
    font-size: 20px;
    margin-bottom: 0
}

.page-content .wp-block-gallery {
    margin-bottom: 1.5rem
}

.page-content .wp-block-gallery .blocks-gallery-grid {
    list-style-type: none;
    padding-left: 0
}

.page-content .wp-block-gallery .blocks-gallery-caption {
    width: 100%;
    text-align: center
}

.page-content .wp-block-embed {
    margin-bottom: 2rem
}

.page-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.page-content .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-width: 0
}

.module-toggle-btn.active {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.module-toggle-btn.inline-btn {
    opacity: .25
}

.module-toggle-btn.inline-btn.active {
    opacity: 1
}

.module-toggle-btn.inline-link.active, .module-toggle-btn.inline-link.active:hover {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.module-toggle-btn.inline-link:hover {
    --border-opacity: 1;
    border-color: #b8b8b8;
    border-color: rgba(184, 184, 184, var(--border-opacity))
}

.capabilities-hero ul {
    padding-left: 1.5rem
}

.capabilities-hero ul li {
    margin-bottom: .5rem;
    font-family: museo-700, sans-serif;
    font-size: 20px
}

.capabilities-hero ul li:last-child {
    margin-bottom: 0
}

.capabilities-hero-paragraph p {
    margin-bottom: .5rem;
    font-family: museo-700, sans-serif;
    font-size: 20px
}

.capabilities-hero-paragraph p:last-child {
    margin-bottom: 0
}

.capabilities-table-cell a {
    display: inline-table
}

.material-finish p {
    margin-bottom: .5rem
}

.material-finish p:last-child {
    margin-bottom: 0
}

.finish-btn.active, .material-btn.active {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.finish-btn.active:hover p, .finish-btn.active p, .material-btn.active:hover p, .material-btn.active p {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.masterclass-content-item.active {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.masterclass-content-item.active svg path {
    stroke: #16bc9c
}

.masterclass-content-item .caret.active {
    --transform-rotate: 90deg
}

.masterclass-content-item+.contents-list.active {
    height: 100%
}

.masterclass-content-item+.contents-list ul {
    padding: 1rem
}

.masterclass-sidebar {
    will-change: min-height
}

.masterclass-sidebar-inner {
    transform: translate(0);
    transform: translateZ(0);
    will-change: position, transform
}

.bio-wrapper.active {
    height: 100%
}

.btn {
    padding: 1.25rem 2.5rem;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    line-height: .75rem;
    font-family: museo-700, sans-serif;
    letter-spacing: .025em;
    text-align: center;
    white-space: nowrap;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    max-width: 320px
}

@media (min-width: 640px) {
    .btn {
        max-width: 100%
    }
}

.btn-primary {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

.btn-primary:hover {
    --bg-opacity: 1;
    background-color: #0e957b;
    background-color: rgba(14, 149, 123, var(--bg-opacity))
}

.btn-secondary {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #5b87f2;
    background-color: rgba(91, 135, 242, var(--bg-opacity))
}

.btn-secondary:hover {
    --bg-opacity: 1;
    background-color: #0d0b70;
    background-color: rgba(13, 11, 112, var(--bg-opacity))
}

.btn-ghost {
    background-color: transparent
}

.btn-ghost-primary {
    --border-opacity: 1;
    --text-opacity: 1;
    border-width: 2px
}

.btn-ghost-primary {
    border-color: #0e957b;
    border-color: rgba(14, 149, 123, var(--border-opacity));
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.btn-long {
    white-space: normal;
    line-height: 1.5
}

.btn-xl {
    padding: 1.5rem 1rem
}

.top-nav .menu-item a {
    position: relative;
    display: inline-block;
    padding-bottom: .25rem
}

.top-nav .menu-item a:hover:before {
    visibility: visible;
    transform: scaleX(1)
}

.top-nav .menu-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    height: 2px;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: 0;
    transition: all .2s ease-in-out
}

.top-nav .menu-item.current-menu-item a, .top-nav .menu-item.current_page_item a {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.top-nav .menu-item.current-menu-ancestor a:before, .top-nav .menu-item.current-menu-parent a:before {
    visibility: visible;
    transform: scaleX(1)
}

.top-nav .menu-item-has-children {
    position: relative
}

.top-nav .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    padding: .5rem 1rem;
    font-family: museo-500, sans-serif;
    min-width: 220px
}

.top-nav .menu-item-has-children .sub-menu .menu-item a {
    position: relative;
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.top-nav .menu-item-has-children .sub-menu .menu-item a:hover {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.top-nav .menu-item-has-children .sub-menu .menu-item a:before {
    content: none
}

.top-nav .menu-item-has-children .sub-menu .menu-item.current-menu-item a, .top-nav .menu-item-has-children .sub-menu .menu-item.current_page_item a {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.top-nav .menu-item-has-children:hover .sub-menu {
    display: block
}

.sub-menu {
    display: none
}

@media (min-width: 1024px) {
    .sub-menu.active {
        display: block
    }
}

.primary-menu-item.active {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.mobile-menu {
    display: none
}

.mobile-menu.active {
    display: block
}

@media (min-width: 1024px) {
    .mobile-menu.active {
        display: none
    }
}

.mobile-menu-dropdown.active {
    height: 100%;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity));
    padding-top: .75rem;
    padding-bottom: .75rem
}

.mobile-toggle .nav-bar, .mobile-toggle:after, .mobile-toggle:before {
    position: absolute;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    width: 1rem;
    margin-left: auto;
    margin-right: auto;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: .2s;
    border-radius: .25rem;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    height: 2px;
    right: 4px
}

.mobile-toggle:after, .mobile-toggle:before {
    content: ""
}

.mobile-toggle:before {
    top: 4px;
    transform-origin: 3px 0
}

.mobile-toggle:after {
    bottom: 6px;
    transform-origin: 0 3px
}

.mobile-toggle .nav-bar {
    top: 10px;
    transform-origin: 0 50%
}

.mobile-toggle.open {
    --bg-opacity: 1;
    background-color: #f2f4f7;
    background-color: rgba(242, 244, 247, var(--bg-opacity));
    border-radius: .25rem
}

.mobile-toggle.open:before {
    top: 7px;
    transform: rotate(45deg) scaleX(1.1);
    right: 2px
}

.mobile-toggle.open:after {
    transform: rotate(-45deg) scaleX(1.1) translateY(1px);
    right: 2px
}

.mobile-toggle.open .nav-bar {
    opacity: 0;
    transform: scaleX(0);
    right: 2px
}

@media (max-width: 1024px) {
    #primary-nav.fixed-nav {
        position: fixed;
        top: 0
    }

    #primary-nav.fixed-nav+body {
        padding-top: 64px
    }
}

@media (max-width: 1024px) {
    #mobile-menu.fixed-nav {
        top: 64px;
        bottom: 0;
        position: fixed;
        overflow: scroll
    }
}

@media (max-width: 1024px) {
    #wrapper.fixed-wrapper {
        padding-top: 64px !important
    }
}

#mobile-menu .search-field {
    background-color: transparent !important;
    border-radius: .5rem !important;
    border: 1px solid #98a1b2 !important;
    padding-right: 50px !important
}

#mobile-menu .search-submit {
    height: 46px;
    right: 0
}

.bg-grey-f2 {
    background-color: #f2f4f7
}

.fctv-mega-menu {
    position: static
}

.fctv-mega-menu-mb .fctv-mega-menu-dropdown, .fctv-mega-menu .fctv-mega-menu-dropdown {
    display: none
}

.fctv-mega-menu-mb.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.fctv-mega-menu-mb.active>div {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity));
    margin-bottom: .75rem;
    border-bottom: 1px solid #16bc9c
}

.fctv-mega-menu-mb.active .fctv-mega-menu-dropdown {
    display: block;
    border-radius: .5rem;
    width: 100%;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03);
    border: 1px solid #eaecf0
}

.fctv-mega-menu-dropdown .container>.flex {
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18)
}

.fctv-mega-menu:hover .fctv-mega-menu-dropdown {
    width: 100%;
    display: block;
    position: absolute;
    left: 0
}

.text-grey-1d {
    color: #1d2939
}

.shadow-l-nav {
    box-shadow: 0 0 20px 0 rgba(15, 48, 106, .05)
}

.border-l-nav {
    border-left: 1px solid #eaecf0
}

.menu-footer .menu-item-has-children {
    width: 16.666667%
}

.menu-footer .menu-item a {
    font-family: museo-700, sans-serif;
    font-size: 14px;
    margin-bottom: .5rem;
    display: block;
    --text-opacity: 1;
    color: #444;
    color: rgba(68, 68, 68, var(--text-opacity))
}

.menu-footer .menu-item .sub-menu {
    display: block
}

.menu-footer .menu-item .sub-menu .menu-item {
    margin-bottom: .5rem
}

.menu-footer .menu-item .sub-menu .menu-item a {
    font-family: museo-500, sans-serif;
    font-size: 12px;
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity));
    display: block
}

.menu-footer .menu-item .sub-menu .menu-item a:hover {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.menu-footer .menu-item .sub-menu .menu-item:last-child {
    margin-bottom: 0
}

.footer-nav .menu-item a {
    display: inline-block;
    font-size: 16px;
    font-family: museo-900, sans-serif;
    text-transform: uppercase;
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

.footer-nav .menu-item .sub-menu {
    margin-top: 1rem
}

.footer-nav .menu-item .sub-menu .menu-item a {
    font-family: museo-300, sans-serif;
    font-size: 14px;
    text-transform: none
}

.footer-nav .menu-item .sub-menu .menu-item a:hover {
    --text-opacity: 1;
    color: #e25e47;
    color: rgba(226, 94, 71, var(--text-opacity))
}

.footer-nav .menu-item .sub-menu .menu-item a:not([href]):hover {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

@media (max-width: 768px) {
    .menu-footer {
        flex-direction: row;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .menu-footer>.menu-item {
        width: 33.333333%;
        padding-left: .5rem;
        padding-right: .5rem;
        margin-bottom: 15px
    }
}

@media (max-width: 400px) {
    .menu-footer>.menu-item {
        width: 50%
    }
}

#footer.fctv-footer-primary .menu-footer .menu-item .sub-menu .menu-item a {
    font-size: 14px;
    --text-opacity: 1;
    color: #344054;
    color: rgba(52, 64, 84, var(--text-opacity))
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .menu-footer .menu-item .sub-menu .menu-item a {
        font-size: 16px
    }
}

#footer.fctv-footer-primary .menu-item-badge-new>a:after {
    content: "New";
    position: relative;
    padding: 0 4px;
    background-color: #f2f9f7;
    margin-left: 6px;
    border-radius: .25rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    font-size: 12px;
    --text-opacity: 1;
    color: #108b73;
    color: rgba(16, 139, 115, var(--text-opacity));
    display: none
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .menu-item-badge-new>a:after {
        display: inline-block
    }
}

#footer.fctv-footer-primary .menu-footer .menu-item .sub-menu .menu-item a:hover {
    color: #108b73
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .menu-footer .menu-item-has-children {
        width: 33.333333%
    }
}

#footer.fctv-footer-primary .menu-footer .menu-item a {
    font-size: 16px;
    --text-opacity: 1;
    color: #108b73;
    color: rgba(16, 139, 115, var(--text-opacity));
    display: inline-block;
    margin-bottom: 0
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .menu-footer .menu-item a {
        color: #1d2939;
        font-size: 24px
    }
}

#footer.fctv-footer-primary .menu-footer .menu-item-has-children {
    width: 50%
}

#footer.fctv-footer-primary .mktoForm.horizontal {
    flex-direction: column
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .mktoForm.horizontal {
        flex-direction: row
    }
}

#footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow:nth-child(2) {
    width: 100% !important;
    margin-bottom: 10px !important
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow:nth-child(2) {
        width: auto !important;
        margin-bottom: 0 !important
    }
}

#footer.fctv-footer-primary .mktoForm .mktoButtonRow {
    padding: 0 !important
}

#footer.fctv-footer-primary .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    border-radius: 4px !important;
    background-color: #108b73 !important;
    box-shadow: 0 1px 4px 0 rgba(22, 27, 38, .2) !important
}

#footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    border: 1px solid #d0d5dd !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05) !important;
    width: 100% !important
}

@media (min-width: 768px) {
    #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
        width: 15rem !important
    }
}

@media (min-width: 1024px) {
    #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, #footer.fctv-footer-primary .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
        width: 14rem !important
    }
}

.menu-footer-col .menu-item {
    margin-bottom: .5rem
}

.menu-footer-col .menu-item a {
    font-family: museo-500, sans-serif;
    font-size: 14px;
    --text-opacity: 1;
    color: #344054;
    color: rgba(52, 64, 84, var(--text-opacity));
    display: block
}

@media (min-width: 768px) {
    .menu-footer-col .menu-item a {
        font-size: 16px
    }
}

.menu-footer-col .menu-item a:hover {
    --text-opacity: 1;
    color: #0e957b;
    color: rgba(14, 149, 123, var(--text-opacity))
}

.menu-footer-col .menu-item:last-child {
    margin-bottom: 0
}

.stacked-toggle-module {
    border-left-width: 1px;
    border-color: transparent
}

.stacked-toggle-module.active {
    --bg-opacity: 1;
    background-color: #dbdcde;
    background-color: rgba(219, 220, 222, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #5b87f2;
    border-color: rgba(91, 135, 242, var(--border-opacity))
}

.pm-wrapper.active {
    border-bottom-width: 2px;
    --border-opacity: 1;
    border-color: #5b87f2;
    border-color: rgba(91, 135, 242, var(--border-opacity))
}

.pm-wrapper.active h3 {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity));
    opacity: 1
}

.partner-toggle-btn.active {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.mktoForm {
    width: 100% !important;
    padding: 0 !important;
    --text-opacity: 1 !important;
    color: #76787a !important;
    color: rgba(118, 120, 122, var(--text-opacity)) !important;
    font-family: museo-300, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.15 !important
}

@media (min-width: 768px) {
    .mktoForm {
        padding: 1rem
    }
}

.mktoForm.underline .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, .mktoForm.underline .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-width: 0 0 1px !important;
    --border-opacity: 1 !important;
    border-color: #dbdcde !important;
    border-color: rgba(219, 220, 222, var(--border-opacity)) !important;
    padding: .25rem 0 !important;
    height: 2rem !important
}

.mktoForm.global .mktoFormRow {
    margin-left: 0;
    margin-right: 0
}

.mktoForm.global .mktoFormRow .mktoFieldDescriptor, .mktoForm.global .mktoFormRow .mktoFormCol {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.mktoForm.global .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoHtmlText, .mktoForm.global .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    display: none
}

.mktoForm.global .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, .mktoForm.global .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    margin-bottom: 1rem !important;
    border-radius: 0 !important
}

.mktoForm.sidebar .mktoFormRow {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mktoForm.sidebar .mktoFormRow .mktoFieldDescriptor, .mktoForm.sidebar .mktoFormRow .mktoFormCol {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.mktoForm.sidebar .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap, .mktoForm.sidebar .mktoFormRow .mktoFormCol .mktoFieldWrap {
    position: relative
}

.mktoForm.sidebar .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoHtmlText, .mktoForm.sidebar .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    --text-opacity: 1 !important;
    color: #444 !important;
    color: rgba(68, 68, 68, var(--text-opacity)) !important;
    text-align: center !important;
    font-family: museo-500, sans-serif !important;
    font-size: 16px !important
}

.mktoForm.sidebar .mktoButtonRow .mktoButtonWrap .mktoButton {
    text-transform: none !important
}

.mktoForm.horizontal {
    display: flex;
    justify-content: space-between
}

.mktoForm.horizontal.hidden {
    display: none
}

.mktoForm.horizontal .mktoFormRow {
    width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor, .mktoForm.horizontal .mktoFormRow .mktoFormCol {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap, .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap {
    position: relative
}

.mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoHtmlText, .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    display: none
}

.mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    width: 16rem !important;
    border-width: 1px !important;
    --border-opacity: 1 !important;
    border-color: #16bc9c !important;
    border-color: rgba(22, 188, 156, var(--border-opacity)) !important
}

.mktoForm.horizontal .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError, .mktoForm.horizontal .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
    right: auto !important
}

.mktoForm.horizontal .mktoButtonRow {
    width: auto !important
}

.mktoForm.mktoFormAtlas {
    flex-direction: column;
    position: relative
}

.mktoForm.mktoFormAtlas>div:nth-child(2), .mktoForm.mktoFormAtlas>div:nth-child(3), .mktoForm.mktoFormAtlas>div:nth-child(4) {
    width: 100% !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap {
    position: relative
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input.mktoField, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap select.mktoField, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
    width: 100% !important;
    border-width: 1px !important;
    --border-opacity: 1 !important;
    border-color: #d9d9d9 !important;
    border-color: rgba(217, 217, 217, var(--border-opacity)) !important;
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important;
    font-size: 14px !important;
    border-radius: .25rem !important;
    height: 40px !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap select.mktoField option, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField option {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap select.mktoField.mktoHasWidth::selected, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap select.mktoField.mktoHasWidth option[value=""], .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoHasWidth::selected, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoHasWidth option[value=""] {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.25 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input.mktoField, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important;
    padding-left: 8px !important
}

@media (min-width: 768px) {
    .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input.mktoField, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField {
        width: calc(100% - 160px) !important
    }
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap ::placeholder, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap ::placeholder {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap :-webkit-input-placeholder, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap :-webkit-input-placeholder {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap ::-moz-placeholder, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap ::-moz-placeholder {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap :-ms-input-placeholder, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap :-ms-input-placeholder {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap :-moz-placeholder, .mktoForm.mktoFormAtlas div.mktoFormRow .mktoFormCol .mktoFieldWrap :-moz-placeholder {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important
}

.mktoForm.mktoFormAtlas div.mktoFormRow #LblatlasIntendedUse, .mktoForm.mktoFormAtlas div.mktoFormRow #LblatlasRole, .mktoForm.mktoFormAtlas div.mktoFormRow #LblEmail {
    display: block !important;
    font-family: museo-500, sans-serif !important;
    width: 100% !important;
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 0.65 !important;
    font-size: 12px !important;
    font-weight: 500 !important
}

.mktoForm.mktoFormAtlas .mktoButtonRow {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 768px) {
    .mktoForm.mktoFormAtlas .mktoButtonRow {
        position: absolute !important;
        bottom: 3px !important;
        width: 151px !important;
        right: 0 !important
    }
}

.mktoForm.mktoFormAtlas .mktoButtonRow button.mktoButton {
    font-family: sf-pro-text-400, sans-serif !important;
    border-radius: .25rem !important;
    background-color: #1677ff !important;
    text-transform: none !important;
    height: 40px !important
}

.mktoForm.mktoFormAtlas .mktoButtonRow button.mktoButton:hover {
    background-color: #0958d9 !important
}

.mktoForm .mktoFormRow {
    width: 100%;
    display: flex;
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mktoForm .mktoFormRow .mktoClear {
    display: none
}

.mktoForm .mktoFormRow .mktoFieldDescriptor, .mktoForm .mktoFormRow .mktoFormCol {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    margin-bottom: 0 !important;
    min-height: 0 !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoOffset, .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
    display: none
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    display: inline-block !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoGutter, .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap.mktoRequiredField .mktoLabel .mktoAsterix, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel .mktoAsterix {
    display: none
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField {
    width: 2rem !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input {
    width: 1rem !important;
    height: 1rem !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoHtmlText, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    --text-opacity: 1 !important;
    color: #9d9fa1 !important;
    color: rgba(157, 159, 161, var(--text-opacity)) !important;
    padding: .5rem 0 !important;
    width: 100% !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel, .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel:not([id=LblEmail_Opt_in_Consent__c]), .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel:not([id=LblsubscriptionFictivHardwareRoundup]), .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel:not([id=LblEmail_Opt_in_Consent__c]), .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel:not([id=LblsubscriptionFictivHardwareRoundup]) {
    display: none
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel#LblActive_Project__c, .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel#LblFabrication_Process__c, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel#LblActive_Project__c, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel#LblFabrication_Process__c {
    display: block
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup] {
    float: none;
    display: inline-block;
    padding-top: 0;
    font-family: museo-300, sans-serif;
    font-size: 12px;
    --text-opacity: 1;
    color: #9d9fa1;
    color: rgba(157, 159, 161, var(--text-opacity));
    margin-bottom: .5rem;
    width: 235px !important
}

@media (min-width: 768px) {
    .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup] {
        width: 449px !important
    }
}

@media (min-width: 1024px) {
    .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup] {
        width: 320px !important
    }
}

@media (min-width: 1200px) {
    .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblEmail_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel[id=LblsubscriptionFictivHardwareRoundup] {
        width: 392px !important
    }
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap textarea.mktoField, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
    height: 4rem !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    width: 100% !important;
    display: inline-block !important;
    height: 2rem !important;
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
    padding: .25rem !important;
    outline: 0 !important;
    border-radius: .25rem !important;
    border-width: 1px !important;
    --border-opacity: 1 !important;
    border-color: #dbdcde !important;
    border-color: rgba(219, 220, 222, var(--border-opacity)) !important;
    --text-opacity: 1 !important;
    color: #76787a !important;
    color: rgba(118, 120, 122, var(--text-opacity)) !important;
    font-size: 12px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField:focus, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus {
    --text-opacity: 1;
    color: #5b87f2;
    color: rgba(91, 135, 242, var(--text-opacity));
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField[name=Email_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoField[name=subscriptionFictivHardwareRoundup], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField[name=Email_Opt_in_Consent__c], .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField[name=subscriptionFictivHardwareRoundup] {
    float: left !important;
    border-style: none !important;
    box-shadow: none !important;
    height: 1rem !important;
    width: 1rem !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoRadioList, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoRadioList .mktoField, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList .mktoField {
    height: 1rem !important;
    width: 1rem !important;
    margin-right: .5rem !important
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoRadioList label, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label {
    margin-left: 0;
    margin-right: 1rem;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    font-family: museo-500, sans-serif;
    width: auto
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoOffset, .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
    display: none !important
}

.mktoForm .mktoButtonRow {
    width: 100% !important;
    padding: 0 .25rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
    width: 100% !important;
    margin-left: 0 !important
}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    padding: .5rem 1.5rem !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    text-transform: uppercase !important;
    font-family: museo-900, sans-serif !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-duration: .2s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    font-size: 14px !important;
    background-image: none !important
}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    --bg-opacity: 1 !important;
    background-color: #16bc9c !important;
    background-color: rgba(22, 188, 156, var(--bg-opacity)) !important
}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important
}

@media (min-width: 768px) {
    .global-form-wrapper-atlas {
        max-width: 438px
    }
}

.global-form-wrapper-atlas.global-form-wrapper-white .mktoFormAtlas div.mktoFormRow #LblatlasIntendedUse, .global-form-wrapper-atlas.global-form-wrapper-white .mktoFormAtlas div.mktoFormRow #LblatlasRole, .global-form-wrapper-atlas.global-form-wrapper-white .mktoFormAtlas div.mktoFormRow #LblEmail {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important
}

.navbar-2.no-scroll {
    background-color: #fff;
    position: relative
}

::placeholder {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity));
    font-size: 14px
}

::-webkit-input-placeholder {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity));
    font-size: 14px
}

::-moz-placeholder {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity));
    font-size: 14px
}

:-ms-input-placeholder {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity));
    font-size: 14px
}

:-moz-placeholder {
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity));
    font-size: 14px
}

.carousel-dot.active {
    --bg-opacity: 1;
    background-color: #76787a;
    background-color: rgba(118, 120, 122, var(--bg-opacity))
}

@media (min-width: 768px) {
    .section-hero {
        min-height: 300px
    }
}

.filter-items {
    height: 0
}

.filter-item-checkbox+label {
    --text-opacity: 1 !important;
    color: #76787a !important;
    color: rgba(118, 120, 122, var(--text-opacity)) !important
}

.filter-item-checkbox:checked+label {
    --text-opacity: 1 !important;
    color: #16bc9c !important;
    color: rgba(22, 188, 156, var(--text-opacity)) !important
}

.filter-content-btn:checked+label {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity))
}

.filter-content-mobile.active+.filter-content-mobile-dropdown {
    display: block
}

.filter-content-mobile.active .filter-content-arrow {
    --transform-rotate: 180deg
}

.filter-content-mobile-dropdown {
    display: none
}

.filter-content-mobile-dropdown.active {
    display: block
}

.filter-title.active .filter-arrow {
    --transform-rotate: 180deg
}

.filter-title.active+.filter-items {
    height: 100%
}

.pagination .screen-reader-text {
    display: none
}

.pagination .nav-links {
    display: flex;
    align-items: center
}

.page-numbers {
    height: 100%;
    padding: .5rem 1rem;
    display: inline-block;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity));
    font-size: 12px;
    font-family: museo-700, sans-serif;
    --text-opacity: 1;
    color: #c6c8ca;
    color: rgba(198, 200, 202, var(--text-opacity))
}

.page-numbers:not(.dots).current, .page-numbers:not(.dots):hover {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.page-numbers:not(.dots):nth-child(2) {
    border-left-width: 1px
}

.page-numbers:not(.dots):last-child {
    border-style: none
}

.page-numbers:not(.dots).prev {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-rotate: 180deg
}

.page-numbers:not(.dots).next, .page-numbers:not(.dots).prev {
    font-size: 20px;
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity));
    border-style: none;
    line-height: 1
}

.page-numbers:not(.dots).next:hover, .page-numbers:not(.dots).prev:hover {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.carousel-case-study {
    position: relative
}

.carousel-case-study.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.carousel-case-study.slick-initialized .slick-slide {
    display: block
}

.carousel-case-study .h-72 {
    height: 180px
}

@media (min-width: 768px) {
    .carousel-case-study .h-72 {
        height: 410px
    }
}

.carousel-case-study .mt-auto {
    margin-top: auto
}

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

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

.carousel-case-study .slick-next, .carousel-case-study .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.carousel-case-study .slick-next.slick-disabled:before, .carousel-case-study .slick-prev.slick-disabled:before {
    opacity: .25
}

.carousel-case-study .slick-list {
    max-height: -webkit-fill-available;
    overflow: visible
}

.carousel-case-study .slick-list:before {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity));
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: -100%;
    right: 100%;
    z-index: 9
}

.carousel-case-study .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: -40px
}

@media (min-width: 768px) {
    .carousel-case-study .slick-dots {
        bottom: -80px
    }
}

.carousel-case-study .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.carousel-case-study .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.carousel-case-study .slick-dots li button:before {
    content: "\2022";
    font-size: 36px;
    color: #b6f0dd;
    opacity: 1
}

.carousel-case-study .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.carousel-case-study .slick-prev {
    transform: none;
    right: 0;
    bottom: -94px;
    left: 0;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.carousel-case-study .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.carousel-case-study .slick-next {
    transform: none;
    right: 0;
    bottom: -94px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.carousel-case-study .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.carousel-case-study .slick-slide, .carousel-case-study .slick-slide:focus, .carousel-case-study .slick-slide a, .carousel-case-study .slick-slide div {
    outline: none !important
}

.fct-careers-carousel {
    position: relative;
    padding-bottom: 5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    .fct-careers-carousel {
        padding-bottom: 6rem
    }
}

.fct-careers-carousel img {
    width: 100%
}

.fct-careers-carousel.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.fct-careers-carousel.slick-initialized .slick-slide {
    display: block
}

.fct-careers-carousel .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    margin-right: 2vw !important;
    margin-left: 2vw !important
}

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

.fct-careers-carousel .slick-next, .fct-careers-carousel .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.fct-careers-carousel .slick-next.slick-disabled:before, .fct-careers-carousel .slick-prev.slick-disabled:before {
    opacity: .25
}

.fct-careers-carousel .slick-list {
    max-height: -webkit-fill-available;
    overflow: visible
}

.fct-careers-carousel .slick-list:before {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity));
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: -100%;
    right: 100%;
    z-index: 9
}

.fct-careers-carousel .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 5%
}

@media (min-width: 768px) {
    .fct-careers-carousel .slick-dots {
        bottom: 5%
    }
}

.fct-careers-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.fct-careers-carousel .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.fct-careers-carousel .slick-dots li button:before {
    content: "\2022";
    font-size: 46px;
    color: #b6f0dd;
    opacity: 1
}

.fct-careers-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.fct-careers-carousel .slick-prev {
    transform: none;
    right: 0;
    bottom: 26px;
    left: 20px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-careers-carousel .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-careers-carousel .slick-next {
    transform: none;
    right: 20px;
    bottom: 26px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-careers-carousel .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-careers-carousel .slick-slide, .fct-careers-carousel .slick-slide:focus, .fct-careers-carousel .slick-slide a, .fct-careers-carousel .slick-slide div {
    outline: none !important
}

.fct-gallery-carousel {
    position: relative;
    padding-bottom: 5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    .fct-gallery-carousel {
        padding-bottom: 6rem
    }
}

.fct-gallery-carousel.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.fct-gallery-carousel .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important
}

.fct-gallery-carousel .slick-next, .fct-gallery-carousel .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.fct-gallery-carousel .slick-next.slick-disabled:before, .fct-gallery-carousel .slick-prev.slick-disabled:before {
    opacity: .25
}

.fct-gallery-carousel .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 5%
}

@media (min-width: 768px) {
    .fct-gallery-carousel .slick-dots {
        bottom: 5%
    }
}

.fct-gallery-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.fct-gallery-carousel .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.fct-gallery-carousel .slick-dots li button:before {
    content: "\2022";
    font-size: 46px;
    color: #b6f0dd;
    opacity: 1
}

.fct-gallery-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.fct-gallery-carousel .slick-prev {
    transform: none;
    right: 0;
    bottom: 26px;
    left: 20px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-gallery-carousel .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-gallery-carousel .slick-next {
    transform: none;
    right: 20px;
    bottom: 26px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-gallery-carousel .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-gallery-carousel .slick-slide, .fct-gallery-carousel .slick-slide:focus, .fct-gallery-carousel .slick-slide a, .fct-gallery-carousel .slick-slide div {
    outline: none !important
}

.fct-testimonial-slider {
    position: relative
}

.fct-testimonial-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.fct-testimonial-slider.slick-initialized .slick-slide {
    display: block
}

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

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

.fct-testimonial-slider .slick-list {
    overflow: hidden;
    max-height: -webkit-fill-available;
    padding: 0 !important
}

.fct-testimonial-slider .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: -10px
}

@media (min-width: 768px) {
    .fct-testimonial-slider .slick-dots {
        bottom: -10px
    }
}

.fct-testimonial-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.fct-testimonial-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.fct-testimonial-slider .slick-dots li button:before {
    content: "\2022";
    font-size: 36px;
    color: #b6f0dd;
    opacity: 1
}

.fct-testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.fct-testimonial-slider .slick-slide, .fct-testimonial-slider .slick-slide:focus, .fct-testimonial-slider .slick-slide a, .fct-testimonial-slider .slick-slide div {
    outline: none !important
}

.fct-testimonial-slider-full {
    position: relative
}

.fct-testimonial-slider-full.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 60px
}

.fct-testimonial-slider-full.slick-initialized .slick-slide {
    display: block
}

.fct-testimonial-slider-full.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
}

.fct-testimonial-slider-full .slick-slide img {
    display: block
}

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

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

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

.fct-testimonial-slider-full .slick-next, .fct-testimonial-slider-full .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.fct-testimonial-slider-full .slick-next.slick-disabled:before, .fct-testimonial-slider-full .slick-prev.slick-disabled:before {
    opacity: .25
}

.fct-testimonial-slider-full .slick-prev {
    transform: none;
    right: 0;
    bottom: 0;
    left: 20px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-testimonial-slider-full .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-testimonial-slider-full .slick-next {
    transform: none;
    right: 20px;
    bottom: 0;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fct-testimonial-slider-full .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fct-testimonial-slider-full .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 15px
}

@media (min-width: 768px) {
    .fct-testimonial-slider-full .slick-dots {
        bottom: 15px
    }
}

.fct-testimonial-slider-full .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.fct-testimonial-slider-full .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 2px;
    cursor: pointer
}

.fct-testimonial-slider-full .slick-dots li button:before {
    content: "\2022";
    font-size: 36px;
    color: #b6f0dd;
    opacity: 1
}

.fct-testimonial-slider-full .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.fct-testimonial-slider-full .slick-slide, .fct-testimonial-slider-full .slick-slide:focus, .fct-testimonial-slider-full .slick-slide a, .fct-testimonial-slider-full .slick-slide div {
    outline: none !important
}

.calculator-fictiv select {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: .875rem;
    font-family: museo-500, sans-serif;
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    background-repeat: no-repeat;
    margin-top: .5rem;
    width: auto !important;
    height: 42px !important;
    padding: 6px 30px 6px 15px !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjI4NDk1OCAwLjc4ODIwNEgxMC4wODkyTDUuMTg3MDYgNS42OTAzMUwwLjI4NDk1OCAwLjc4ODIwNFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    background-position: right 14px bottom 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (min-width: 768px) {
    .calculator-fictiv select {
        margin-top: 0
    }
}

.calculator-fictiv .btn-primary {
    padding: 1rem;
    border-radius: .25rem
}

#search-bar {
    display: none;
    position: absolute;
    top: 10px;
    -webkit-animation: close-slide 1s .4s both, searchform-fade .4s .4s both;
    animation: close-slide 1s .4s both, searchform-fade .4s .4s both
}

#search-bar.open {
    display: block
}

#search-bar .search-form {
    width: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-animation: searchform-slide 1s .4s both;
    animation: searchform-slide 1s .4s both
}

#search-bar.open .search-form {
    width: 100%
}

@-webkit-keyframes searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .33, 1);
        animation-timing-function: cubic-bezier(.67, 0, .33, 1)
    }

    to {
        opacity: 1
    }
}

@keyframes searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .33, 1);
        animation-timing-function: cubic-bezier(.67, 0, .33, 1)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ac-gn-header-slideup-searchshow {
    0% {
        transform: none
    }

    to {
        transform: translateY(-32px)
    }
}

@keyframes ac-gn-header-slideup-searchshow {
    0% {
        transform: none
    }

    to {
        transform: translateY(-32px)
    }
}

@-webkit-keyframes searchform-slide {
    0% {
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.12, .87, .15, 1);
        animation-timing-function: cubic-bezier(.12, .87, .15, 1)l
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes searchform-slide {
    0% {
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.12, .87, .15, 1);
        animation-timing-function: cubic-bezier(.12, .87, .15, 1)
    }

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes close-slide {
    0% {
        transform: translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.12, .87, .15, 1);
        animation-timing-function: cubic-bezier(.12, .87, .15, 1)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes close-slide {
    0% {
        transform: translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.12, .87, .15, 1);
        animation-timing-function: cubic-bezier(.12, .87, .15, 1)
    }

    to {
        transform: translateZ(0)
    }
}

#search-bar .search-field {
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-size: 16px !important
}

#search-bar .search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 12px;
    width: 37px;
    background-image: url("data:image/svg+xml;utf8,<svg width='37' height='12' viewBox='0 0 37 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.852 11.112C5.10533 11.112 4.41467 10.9907 3.78 10.748C3.15467 10.496 2.60867 10.146 2.142 9.698C1.68467 9.24067 1.32533 8.70867 1.064 8.102C0.802667 7.49533 0.672 6.828 0.672 6.1C0.672 5.372 0.802667 4.70467 1.064 4.098C1.32533 3.49133 1.68933 2.964 2.156 2.516C2.62267 2.05867 3.16867 1.70867 3.794 1.466C4.42867 1.214 5.11933 1.088 5.866 1.088C6.622 1.088 7.31733 1.21867 7.952 1.48C8.596 1.732 9.142 2.11 9.59 2.614L8.68 3.496C8.30667 3.104 7.88667 2.81467 7.42 2.628C6.95333 2.432 6.454 2.334 5.922 2.334C5.37133 2.334 4.858 2.42733 4.382 2.614C3.91533 2.80067 3.50933 3.062 3.164 3.398C2.81867 3.734 2.548 4.13533 2.352 4.602C2.16533 5.05933 2.072 5.55867 2.072 6.1C2.072 6.64133 2.16533 7.14533 2.352 7.612C2.548 8.06933 2.81867 8.466 3.164 8.802C3.50933 9.138 3.91533 9.39933 4.382 9.586C4.858 9.77267 5.37133 9.866 5.922 9.866C6.454 9.866 6.95333 9.77267 7.42 9.586C7.88667 9.39 8.30667 9.09133 8.68 8.69L9.59 9.572C9.142 10.076 8.596 10.4587 7.952 10.72C7.31733 10.9813 6.61733 11.112 5.852 11.112ZM11.3912 11V0.611999H12.7352V11H11.3912ZM18.6053 11.084C17.812 11.084 17.112 10.9207 16.5053 10.594C15.908 10.2673 15.4413 9.81933 15.1053 9.25C14.7787 8.68067 14.6153 8.02733 14.6153 7.29C14.6153 6.55267 14.774 5.89933 15.0913 5.33C15.418 4.76067 15.8613 4.31733 16.4213 4C16.9907 3.67333 17.63 3.51 18.3393 3.51C19.058 3.51 19.6927 3.66867 20.2433 3.986C20.794 4.30333 21.2233 4.75133 21.5313 5.33C21.8487 5.89933 22.0073 6.56667 22.0073 7.332C22.0073 7.388 22.0027 7.45333 21.9933 7.528C21.9933 7.60267 21.9887 7.67267 21.9793 7.738H15.6653V6.772H21.2793L20.7333 7.108C20.7427 6.632 20.6447 6.20733 20.4393 5.834C20.234 5.46067 19.9493 5.17133 19.5853 4.966C19.2307 4.75133 18.8153 4.644 18.3393 4.644C17.8727 4.644 17.4573 4.75133 17.0933 4.966C16.7293 5.17133 16.4447 5.46533 16.2393 5.848C16.034 6.22133 15.9313 6.65067 15.9313 7.136V7.36C15.9313 7.85467 16.0433 8.298 16.2673 8.69C16.5007 9.07267 16.8227 9.37133 17.2333 9.586C17.644 9.80067 18.1153 9.908 18.6473 9.908C19.086 9.908 19.4827 9.83333 19.8373 9.684C20.2013 9.53467 20.5187 9.31067 20.7893 9.012L21.5313 9.88C21.1953 10.272 20.7753 10.5707 20.2713 10.776C19.7767 10.9813 19.2213 11.084 18.6053 11.084ZM28.2745 11V9.432L28.2045 9.138V6.464C28.2045 5.89467 28.0365 5.456 27.7005 5.148C27.3739 4.83067 26.8792 4.672 26.2165 4.672C25.7779 4.672 25.3485 4.74667 24.9285 4.896C24.5085 5.036 24.1539 5.22733 23.8645 5.47L23.3045 4.462C23.6872 4.154 24.1445 3.92067 24.6765 3.762C25.2179 3.594 25.7825 3.51 26.3705 3.51C27.3879 3.51 28.1719 3.75733 28.7225 4.252C29.2732 4.74667 29.5485 5.50267 29.5485 6.52V11H28.2745ZM25.8385 11.084C25.2879 11.084 24.8025 10.9907 24.3825 10.804C23.9719 10.6173 23.6545 10.3607 23.4305 10.034C23.2065 9.698 23.0945 9.32 23.0945 8.9C23.0945 8.49867 23.1879 8.13467 23.3745 7.808C23.5705 7.48133 23.8832 7.22 24.3125 7.024C24.7512 6.828 25.3392 6.73 26.0765 6.73H28.4285V7.696H26.1325C25.4605 7.696 25.0079 7.808 24.7745 8.032C24.5412 8.256 24.4245 8.52667 24.4245 8.844C24.4245 9.208 24.5692 9.502 24.8585 9.726C25.1479 9.94067 25.5492 10.048 26.0625 10.048C26.5665 10.048 27.0052 9.936 27.3785 9.712C27.7612 9.488 28.0365 9.16133 28.2045 8.732L28.4705 9.656C28.2932 10.0947 27.9805 10.4447 27.5325 10.706C27.0845 10.958 26.5199 11.084 25.8385 11.084ZM32.0357 11V3.58H33.3237V5.596L33.1977 5.092C33.4031 4.57867 33.7484 4.18667 34.2337 3.916C34.7191 3.64533 35.3164 3.51 36.0257 3.51V4.812C35.9697 4.80267 35.9137 4.798 35.8577 4.798C35.8111 4.798 35.7644 4.798 35.7177 4.798C34.9991 4.798 34.4297 5.01267 34.0097 5.442C33.5897 5.87133 33.3797 6.492 33.3797 7.304V11H32.0357Z' fill='grey'/></svg>")
}

#close-notification-bar {
    position: absolute;
    top: 8px;
    right: 12px
}

#primary-nav.search-bar-open>.container {
    visibility: hidden
}

#primary-nav.search-bar-open #search-bar {
    display: block;
    width: 100%
}

#search-bar-close {
    right: 0;
    display: flex;
    align-items: center
}

#search-bar-close span {
    position: relative;
    width: 20px;
    height: 20px
}

#search-bar-close span:after, #search-bar-close span:before {
    content: "";
    display: block;
    background-color: #16bc9c;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .35s;
    width: 100%;
    height: 2px
}

#search-bar-close span:before {
    transform: rotate(45deg)
}

#search-bar-close span:after {
    transform: rotate(140deg)
}

.search-form input.search-field {
    width: 100% !important;
    border-radius: 0 !important;
    background-color: #f0f4f5;
    border-color: transparent !important;
    height: 46px !important
}

#search-bar-result {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    -webkit-animation: searchform-slide 1s .4s both;
    animation: searchform-slide 1s .4s both
}

#search-bar-result .searchwp-highlight {
    background-color: transparent;
    color: #16bc9c
}

.fct-close-map {
    top: 50%;
    left: 15px
}

@media (min-width: 768px) {
    .fct-close-map {
        left: 28px
    }
}

.fct-close-map:focus {
    outline: none
}

#map-offices {
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 670px;
    width: 100%
}

.fct-pin-office {
    position: absolute;
    outline: none
}

.fct-pin-office img {
    width: 16px;
    -webkit-animation: hover 1.2s ease-in-out infinite;
    animation: hover 1.2s ease-in-out infinite
}

@media (min-width: 640px) {
    .fct-pin-office img {
        width: 24px
    }
}

@media (min-width: 768px) {
    .fct-pin-office img {
        width: 24px
    }
}

@-webkit-keyframes hover {
    0% {
        margin-bottom: 0
    }

    50% {
        margin-bottom: 10px
    }
}

.fct-pin-office:focus {
    outline: none
}

.fct-pin-office-snf {
    bottom: 75%;
    left: 12.5%
}

@media (min-width: 768px) {
    .fct-pin-office-snf {
        bottom: 74.5%;
        left: 10.8%
    }
}

@media (min-width: 1024px) {
    .fct-pin-office-snf {
        bottom: 74%;
        left: 12.5%
    }
}

@media (min-width: 1200px) {
    .fct-pin-office-snf {
        bottom: 75%;
        left: 12.5%
    }
}

.fct-pin-office-phx {
    bottom: 73%;
    left: 17.8%
}

@media (min-width: 768px) {
    .fct-pin-office-phx {
        bottom: 73%;
        left: 15.8%
    }
}

@media (min-width: 1024px) {
    .fct-pin-office-phx {
        bottom: 73%;
        left: 17.8%
    }
}

.fct-pin-office-pn {
    bottom: 33.5%;
    right: 42.8%
}

@media (min-width: 768px) {
    .fct-pin-office-pn {
        bottom: 33.5%;
        right: 51%
    }
}

@media (min-width: 1024px) {
    .fct-pin-office-pn {
        bottom: 33.5%;
        right: 42.8%
    }
}

.fct-pin-office-gnz {
    bottom: 34.5%;
    right: 31.5%
}

@media (min-width: 768px) {
    .fct-pin-office-gnz {
        bottom: 34.5%;
        right: 41.5%
    }
}

@media (min-width: 1024px) {
    .fct-pin-office-gnz {
        bottom: 34.5%;
        right: 31.5%
    }
}

.fct-pin-office-bgl {
    bottom: 34%;
    right: 37%
}

@media (min-width: 768px) {
    .fct-pin-office-bgl {
        bottom: 34%;
        right: 46%
    }
}

@media (min-width: 1024px) {
    .fct-pin-office-bgl {
        bottom: 34%;
        right: 37%
    }
}

.fct-map-pin-off-snf {
    bottom: 76%;
    left: 13.5%
}

@media (min-width: 768px) {
    .fct-map-pin-off-snf {
        bottom: 75.5%;
        left: 12%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-off-snf {
        bottom: 74%;
        left: 14.5%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-off-snf {
        bottom: 76%;
        left: 12%
    }
}

.fct-map-pin-off-phx {
    bottom: 75%;
    left: 18.5%
}

@media (min-width: 768px) {
    .fct-map-pin-off-phx {
        bottom: 75%;
        left: 17.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-off-phx {
        bottom: 75%;
        left: 18%
    }
}

.fct-map-pin-off-pn {
    bottom: 32.5%;
    right: 43%
}

@media (min-width: 768px) {
    .fct-map-pin-off-pn {
        bottom: 33.5%;
        right: 42%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-off-pn {
        bottom: 33.5%;
        right: 42.5%
    }
}

.fct-map-pin-off-gnz {
    bottom: 33.5%;
    right: 31%
}

@media (min-width: 768px) {
    .fct-map-pin-off-gnz {
        bottom: 34.5%;
        right: 30.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-off-gnz {
        bottom: 34.5%;
        right: 30.5%
    }
}

.fct-btn-map {
    border-width: 1px;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #027062;
    border-color: rgba(2, 112, 98, var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .15s;
    width: 100%;
    flex: none;
    max-width: 120px;
    padding: 10px
}

@media (min-width: 768px) {
    .fct-btn-map {
        padding: 1.25rem 2.5rem;
        max-width: 225px
    }
}

.fct-btn-map:hover {
    --border-opacity: 1;
    border-color: #0e957b;
    border-color: rgba(14, 149, 123, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #027062;
    background-color: rgba(2, 112, 98, var(--bg-opacity))
}

.fct-btn-map:focus {
    outline: 0
}

@media (min-width: 1024px) {
    #map-offices.fct-map-carousel-history {
        max-width: 700px
    }
}

@media (min-width: 1200px) {
    #map-offices.fct-map-carousel-history {
        max-width: 800px
    }
}

.fct-map-pin-off:focus {
    outline: none
}

.fct-map-pin-off {
    position: absolute;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-in-out
}

.fct-map-pin-off.active {
    opacity: 1;
    visibility: initial
}

.fct-map-pin-off img {
    width: 16px;
    -webkit-animation: hover 1.2s ease-in-out infinite;
    animation: hover 1.2s ease-in-out infinite
}

@media (min-width: 640px) {
    .fct-map-pin-off img {
        width: 30px
    }
}

@media (min-width: 768px) {
    .fct-map-pin-off img {
        width: 30px
    }
}

.fct-btn-map.active {
    --bg-opacity: 1;
    background-color: #027062;
    background-color: rgba(2, 112, 98, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #027062;
    border-color: rgba(2, 112, 98, var(--border-opacity))
}

.fct-map-pin-off-im {
    position: absolute;
    outline: none;
    opacity: 0;
    visibility: hidden;
    opacity: 1;
    visibility: initial;
    z-index: 9
}

.fct-map-pin-off-im:focus {
    outline: none
}

.fct-map-pin-off-im.active img {
    -webkit-animation: hover 2s ease-in-out infinite;
    animation: hover 2s ease-in-out infinite
}

@keyframes hover {
    0% {
        transform: scale(1);
        margin-bottom: 0
    }

    50% {
        transform: scale(1.2);
        margin-bottom: 10px
    }
}

.fct-map-pin-off-im img {
    width: 16px
}

@media (min-width: 640px) {
    .fct-map-pin-off-im img {
        width: 30px
    }
}

@media (min-width: 768px) {
    .fct-map-pin-off-im img {
        width: 30px
    }
}

.fct-map-pin-im-us {
    bottom: 74%;
    left: 11.5%
}

@media (min-width: 768px) {
    .fct-map-pin-im-us {
        bottom: 74%;
        left: 11.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-im-us {
        bottom: 74%;
        left: 11.5%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-im-us {
        bottom: 74%;
        left: 11.5%
    }
}

.fct-map-pin-im-prim {
    bottom: 72%;
    left: 17.5%
}

@media (min-width: 768px) {
    .fct-map-pin-im-prim {
        bottom: 72%;
        left: 17.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-im-prim {
        bottom: 72%;
        left: 17.5%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-im-prim {
        bottom: 72%;
        left: 17.5%
    }
}

.fct-map-pin-im-sec {
    bottom: 30.5%;
    right: 40.5%
}

@media (min-width: 768px) {
    .fct-map-pin-im-sec {
        bottom: 30.5%;
        right: 40.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-im-sec {
        bottom: 30.5%;
        right: 40%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-im-sec {
        bottom: 30.5%;
        right: 40.5%
    }
}

.fct-map-pin-im-mexico {
    bottom: 68%;
    left: 14.5%
}

@media (min-width: 768px) {
    .fct-map-pin-im-mexico {
        bottom: 68%;
        left: 14.5%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-im-mexico {
        bottom: 68%;
        left: 14%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-im-mexico {
        bottom: 68%;
        left: 14.5%
    }
}

.fct-map-pin-im-china {
    bottom: 30.5%;
    right: 30%
}

@media (min-width: 768px) {
    .fct-map-pin-im-china {
        bottom: 30.5%;
        right: 30%
    }
}

@media (min-width: 1024px) {
    .fct-map-pin-im-china {
        bottom: 30.5%;
        right: 30%
    }
}

@media (min-width: 1200px) {
    .fct-map-pin-im-china {
        bottom: 30.5%;
        right: 30%
    }
}

.fct-nav-ebook {
    position: -webkit-sticky;
    position: sticky;
    border-top-width: 2px;
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    top: 63px
}

@media (min-width: 1024px) {
    .fct-nav-ebook {
        top: 72px
    }
}

.fct-nav-ebook-item {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    font-family: museo-700, sans-serif;
    --text-opacity: 1;
    color: #b6f0dd;
    color: rgba(182, 240, 221, var(--text-opacity));
    text-align: center
}

@media (min-width: 1024px) {
    .fct-nav-ebook-item {
        padding: .5rem 1.25rem
    }
}

@media (min-width: 1200px) {
    .fct-nav-ebook-item {
        padding: 1rem 2rem
    }
}

.fct-nav-ebook-item.active:not(:first-child), .fct-nav-ebook-item:hover:not(:first-child) {
    font-family: museo-700, sans-serif;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYxIiBoZWlnaHQ9IjY5IiB2aWV3Qm94PSIwIDAgMTYxIDY5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA2OVYwSDEzNUwxNjEgMzcuMTUzOEwxMzUgNjlIMFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl81NzVfNDcpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTc1XzQ3IiB4MT0iMTU0IiB5MT0iNjkiIHgyPSIxMDMiIHkyPSI2OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMEI5NjdGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Q5RDlEOSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==)
}

.fct-nav-ebook-item.active:first-child, .fct-nav-ebook-item:hover:first-child {
    --bg-opacity: 1;
    background-color: #38c9a8;
    background-color: rgba(56, 201, 168, var(--bg-opacity));
    --text-opacity: 1;
    color: #027062;
    color: rgba(2, 112, 98, var(--text-opacity))
}

.fct-nav-ebook-item.active:first-child:after, .fct-nav-ebook-item:hover:first-child:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #38c9a8;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 2
}

@media (min-width: 1024px) {
    .fct-nav-ebook-item.active:first-child:after, .fct-nav-ebook-item:hover:first-child:after {
        display: block;
        border-left: 22px solid #38c9a8;
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        right: -22px
    }
}

@media (min-width: 1200px) {
    .fct-nav-ebook-item.active:first-child:after, .fct-nav-ebook-item:hover:first-child:after {
        border-left: 30px solid #38c9a8;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        right: -30px
    }
}

.fct-nav-ebook-item.active:last-child:after, .fct-nav-ebook-item:hover:last-child:after {
    display: none !important
}

.fct-material-select {
    position: relative;
    width: 300px;
    max-width: 100%;
    font-size: 20px;
    color: #000
}

@media (min-width: 1024px) {
    .fct-material-select {
        width: 223px
    }
}

.fct-material-select.active .fct-material-select-btn {
    --bg-opacity: 1;
    background-color: #262626;
    background-color: rgba(38, 38, 38, var(--bg-opacity))
}

.fct-material-select .arrow {
    position: absolute;
    top: 19px;
    right: 16px
}

.fct-material-select.active-clear .fct-material-clear-select {
    display: block
}

.fct-material-select-btn {
    font-size: 20px;
    font-family: museo-900, sans-serif;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: #bfbfbf;
    padding: 9px 20px;
    cursor: pointer
}

.fct-material-select-btn:focus {
    outline: 0
}

.fct-selected-value {
    text-align: left
}

.fct-material-select-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    list-style: none;
    width: 100%;
    padding: 8px 20px 8px 0;
    max-height: 200px;
    overflow-y: auto;
    transition: .5s ease;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown {
        --bg-opacity: 1;
        background-color: #262626;
        background-color: rgba(38, 38, 38, var(--bg-opacity));
        display: block;
        justify-content: flex-start;
        padding: 10px 20px
    }
}

.fct-material-select-dropdown:focus-within {
    box-shadow: 0 10px 25px rgba(94, 108, 233, .6)
}

.fct-material-select-dropdown li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 2px 4px
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown li {
        border-bottom-width: 1px;
        --border-opacity: 1;
        border-color: #fff;
        border-color: rgba(255, 255, 255, var(--border-opacity));
        padding: 0
    }
}

.fct-material-select-dropdown li label {
    font-size: 14px;
    font-family: museo-500, sans-serif;
    width: 100%;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown li label {
        font-size: 16px;
        border-width: 0;
        padding: 8px 0;
        border-radius: 0;
        color: #fff !important
    }
}

.fct-material-select-dropdown::-webkit-scrollbar {
    width: 10px
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown::-webkit-scrollbar-track {
        --bg-opacity: 1;
        background-color: #262626;
        background-color: rgba(38, 38, 38, var(--bg-opacity))
    }
}

.fct-material-select-dropdown::-webkit-scrollbar-thumb {
    background: #595959
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown input:checked~label, .fct-material-select-dropdown li:hover label {
        background-color: transparent !important;
        color: #16bc9c !important
    }
}

.fct-material-select-dropdown input:checked~label {
    color: #fff !important;
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

@media (min-width: 1024px) {
    .fct-material-select-dropdown input:checked~label {
        background-color: transparent !important;
        color: #16bc9c !important
    }
}

.fct-material-select-dropdown input:focus~label {
    color: #16bc9c !important
}

.fct-material-select-dropdown input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0
}

.fct-material-select.active .arrow {
    transform: rotate(180deg)
}

.fct-material-select.active .fct-material-select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    position: relative
}

@media (min-width: 1024px) {
    .fct-material-select.active .fct-material-select-dropdown {
        position: absolute
    }
}

.fct-material-clear-select {
    display: none
}

.fct-material-clear-select:focus {
    outline: none
}

.fct-material-clear-select:hover {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.fct-material-filter-sort {
    width: 223px;
    max-width: 100%;
    font-size: 20px;
    font-family: museo-900, sans-serif;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #bfbfbf;
    padding: 9px 20px;
    cursor: pointer
}

.fct-material-filter-sort:focus {
    outline: 0
}

.fct-material-filter-sort.active, .fct-material-filter-sort:hover {
    --bg-opacity: 1;
    background-color: #262626;
    background-color: rgba(38, 38, 38, var(--bg-opacity))
}

.fctv-gallery-slider {
    position: relative;
    padding-bottom: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.fctv-gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.fctv-gallery-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.fctv-gallery-slider .slick-next, .fctv-gallery-slider .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.fctv-gallery-slider .slick-next.slick-disabled:before, .fctv-gallery-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.fctv-gallery-slider .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 5%
}

@media (min-width: 768px) {
    .fctv-gallery-slider .slick-dots {
        bottom: 5%
    }
}

.fctv-gallery-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.fctv-gallery-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.fctv-gallery-slider .slick-dots li button:before {
    content: "\2022";
    font-size: 46px;
    color: #b6f0dd;
    opacity: 1
}

.fctv-gallery-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16bc9c
}

.fctv-gallery-slider .slick-slide, .fctv-gallery-slider .slick-slide:focus, .fctv-gallery-slider .slick-slide a, .fctv-gallery-slider .slick-slide div {
    outline: none !important
}

.fctv-ebook-quote {
    position: relative
}

@media (min-width: 1024px) {
    .fctv-ebook-quote {
        padding-left: 65px
    }
}

.fctv-ebook-quote>svg {
    top: -30px;
    left: -5px
}

.fctv-ebook-quote-avatar {
    position: absolute;
    border-radius: 9999px;
    bottom: -55px;
    right: 20px;
    width: 125px;
    height: 125px
}

@media (min-width: 768px) {
    .fctv-ebook-quote-avatar {
        bottom: -20px;
        right: 40px
    }
}

.fctv-executive-summ-slider {
    position: relative;
    overflow: hidden
}

.fctv-executive-summ-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 60px
}

.fctv-executive-summ-slider.slick-initialized .slick-slide {
    display: block
}

.fctv-executive-summ-slider b {
    font-family: museo-900, sans-serif
}

.fctv-executive-summ-slider.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
}

.fctv-executive-summ-slider .slick-slide img {
    display: block
}

@media (min-width: 1024px) {
    .fctv-executive-summ-slider .slick-slide img {
        position: relative
    }
}

.fctv-executive-summ-slider .border-title-gradient svg {
    display: none
}

@media (min-width: 1024px) {
    .fctv-executive-summ-slider .border-title-gradient svg {
        display: block
    }
}

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

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

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

.fctv-executive-summ-slider .slick-next, .fctv-executive-summ-slider .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.fctv-executive-summ-slider .slick-next.slick-disabled:before, .fctv-executive-summ-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.fctv-executive-summ-slider .slick-prev {
    transform: none;
    right: 0;
    bottom: 0;
    left: 20px;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fctv-executive-summ-slider .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fctv-executive-summ-slider .slick-next {
    transform: none;
    right: 20px;
    bottom: 0;
    top: auto;
    z-index: 9;
    width: 50px;
    height: 50px
}

.fctv-executive-summ-slider .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    background-size: cover;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk1MTIgMjQuMDk1M0wxNi4zNTc0IDguMDYwMTlDMTUuNjY0MSA3LjQ2NDQ4IDE0LjY0ODQgOC4wMDE1OSAxNC42NDg0IDguOTYzNTFWNDEuMDMzOEMxNC42NDg0IDQxLjk5NTcgMTUuNjY0MSA0Mi41MzI4IDE2LjM1NzQgNDEuOTM3MUwzNC45NTEyIDI1LjkwMkMzNS40ODM0IDI1LjQ0MyAzNS40ODM0IDI0LjU1NDMgMzQuOTUxMiAyNC4wOTUzWiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K)
}

.fctv-executive-summ-slider .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 15px
}

@media (min-width: 768px) {
    .fctv-executive-summ-slider .slick-dots {
        bottom: 15px
    }
}

.fctv-executive-summ-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

@media (min-width: 768px) {
    .fctv-executive-summ-slider .slick-dots li {
        width: 109px;
        height: 15px
    }
}

.fctv-executive-summ-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 2px;
    cursor: pointer
}

@media (min-width: 768px) {
    .fctv-executive-summ-slider .slick-dots li button {
        width: 109px;
        height: 15px
    }
}

.fctv-executive-summ-slider .slick-dots li button:before {
    display: block;
    content: "" !important;
    width: 10px;
    height: 10px;
    background-color: #0b967f;
    border-radius: 10px
}

@media (min-width: 768px) {
    .fctv-executive-summ-slider .slick-dots li button:before {
        width: 109px;
        height: 15px
    }
}

.fctv-executive-summ-slider .slick-dots li button:before {
    content: "\2022";
    font-size: 36px;
    color: #b6f0dd;
    opacity: 1
}

.fctv-executive-summ-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #b6f0dd
}

.fctv-executive-summ-slider .slick-slide, .fctv-executive-summ-slider .slick-slide:focus, .fctv-executive-summ-slider .slick-slide a, .fctv-executive-summ-slider .slick-slide div {
    outline: none !important
}

.fctv-executive-summ-slider-arrows {
    position: relative;
    top: -40px
}

ul.list-check-square {
    list-style-type: none
}

ul.list-check-square li {
    --text-opacity: 1;
    color: #262626;
    color: rgba(38, 38, 38, var(--text-opacity));
    font-family: museo-700, sans-serif;
    position: relative;
    padding: .75rem;
    font-size: 12px;
    display: flex;
    grid-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    align-items: center;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #cecece;
    border-color: rgba(206, 206, 206, var(--border-opacity));
    border-radius: .125rem;
    width: 100%
}

@media (min-width: 1024px) {
    ul.list-check-square li {
        border-color: transparent;
        font-size: 1rem
    }
}

ul.list-check-square li:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrLXNxdWFyZSI+CjxwYXRoIGlkPSJJY29uIiBkPSJNOC4xMjUgMTNMMTEuMzc1IDE2LjI1TDE3Ljg3NSA5Ljc1TTguNDUgMjIuNzVIMTcuNTVDMTkuMzcwMiAyMi43NSAyMC4yODAzIDIyLjc1IDIwLjk3NTUgMjIuMzk1OEMyMS41ODcgMjIuMDg0MiAyMi4wODQyIDIxLjU4NyAyMi4zOTU4IDIwLjk3NTVDMjIuNzUgMjAuMjgwMyAyMi43NSAxOS4zNzAyIDIyLjc1IDE3LjU1VjguNDVDMjIuNzUgNi42Mjk4MyAyMi43NSA1LjcxOTc0IDIyLjM5NTggNS4wMjQ1M0MyMi4wODQyIDQuNDEzIDIxLjU4NyAzLjkxNTgyIDIwLjk3NTUgMy42MDQyM0MyMC4yODAzIDMuMjUgMTkuMzcwMiAzLjI1IDE3LjU1IDMuMjVIOC40NUM2LjYyOTgzIDMuMjUgNS43MTk3NCAzLjI1IDUuMDI0NTMgMy42MDQyM0M0LjQxMyAzLjkxNTgyIDMuOTE1ODIgNC40MTMgMy42MDQyMyA1LjAyNDUzQzMuMjUgNS43MTk3NCAzLjI1IDYuNjI5ODMgMy4yNSA4LjQ1VjE3LjU1QzMuMjUgMTkuMzcwMiAzLjI1IDIwLjI4MDMgMy42MDQyMyAyMC45NzU1QzMuOTE1ODIgMjEuNTg3IDQuNDEzIDIyLjA4NDIgNS4wMjQ1MyAyMi4zOTU4QzUuNzE5NzQgMjIuNzUgNi42Mjk4MyAyMi43NSA4LjQ1IDIyLjc1WiIgc3Ryb2tlPSIjQ0VDRUNFIiBzdHJva2Utd2lkdGg9IjIuMTY2NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=)
}

.fctv-filter-material-btn.active, .fctv-filter-material-btn:hover {
    background-color: #f1fcf8;
    border-color: #084538
}

.fctv-filter-material-btn.active p, .fctv-filter-material-btn:hover p {
    color: #084538 !important
}

.fctv-btn-tab-mf-desk {
    width: 100%;
    display: none
}

@media (min-width: 1024px) {
    .fctv-btn-tab-mf-desk {
        width: auto;
        display: block
    }
}

.fctv-btn-tab-mf-desk.active {
    display: block
}

.fctv-btn-tab-mf-desk.active, .fctv-btn-tab-mf-desk:hover {
    font-size: 18px;
    font-family: museo-700, sans-serif
}

@media (min-width: 1024px) {
    .fctv-btn-tab-mf-desk.active, .fctv-btn-tab-mf-desk:hover {
        font-size: 16px;
        font-family: museo-500, sans-serif;
        font-family: museo-700, sans-serif;
        border-bottom: 2px solid #007b62 !important
    }
}

.fctv-inter-btn-tab {
    width: 100px
}

@media (min-width: 1024px) {
    .fctv-inter-btn-tab {
        width: 200px
    }
}

.fctv-inter-btn-tab.active, .fctv-inter-btn-tab:hover {
    border-color: #007b62
}

.fctv-btn-content {
    position: relative
}

@media (min-width: 1024px) {
    .fctv-btn-content:after {
        display: none !important
    }
}

.fctv-btn-content:after {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNSA4TDEwIDEzTDE1IDgiIHN0cm9rZT0iIzI2MjYyNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K)
}

.fctv-btn-content.active {
    grid-row-gap: .75rem;
    row-gap: .75rem;
    box-shadow: 0 0 0 2px rgba(22, 188, 156, .5);
    border-radius: 6px
}

@media (min-width: 1024px) {
    .fctv-btn-content.active {
        border-radius: 0;
        box-shadow: none
    }
}

.fctv-btn-content.active:after {
    transform: rotate(180deg)
}

.fctv-btn-content.active .fctv-btn-tab-mf-desk {
    display: block
}

.partner-capabilities-list.bg-light h3 {
    --text-opacity: 1;
    color: #0d0b70;
    color: rgba(13, 11, 112, var(--text-opacity))
}

.partner-capabilities-list h3 {
    font-family: slab-500;
    margin-bottom: .5rem
}

.partner-capabilities-list ul {
    padding-left: 2rem
}

.cpt_ebook-template-page-ebook-contents .section-hero .lg\:w-10\/12, .cpt_ebook-template-page-ebook-sidebar .section-hero .lg\:w-10\/12 {
    width: 100%
}

.cpt_ebook-template-page-ebook-contents .section-hero .lg\:w-10\/12 .-mx-4, .cpt_ebook-template-page-ebook-sidebar .section-hero .lg\:w-10\/12 .-mx-4 {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .section-hero .lg\:w-10\/12 .-mx-4, .cpt_ebook-template-page-ebook-sidebar .section-hero .lg\:w-10\/12 .-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .section-hero .lg\:w-1\/2, .cpt_ebook-template-page-ebook-sidebar .section-hero .lg\:w-1\/2 {
        padding-right: 12%
    }
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .section-hero .w-full.lg\:w-1\/2, .cpt_ebook-template-page-ebook-sidebar .section-hero .w-full.lg\:w-1\/2 {
        padding-right: 8%
    }
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary {
    position: relative;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .1);
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    --bg-opacity: 1 !important;
    background-color: #16bc9c !important;
    background-color: rgba(22, 188, 156, var(--bg-opacity)) !important;
    border-width: 0 !important;
    padding: 2.5rem !important
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .wp-block-quote-primary, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary {
        padding: 3rem !important
    }
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary p, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary p {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-family: museo-500, sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 18px !important;
    font-style: normal !important
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary p:last-child, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary p:last-child {
    margin-bottom: .5rem
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary cite, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary cite {
    margin-top: .5rem;
    display: inline-block;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 18px;
    text-transform: none;
    font-style: normal !important;
    text-align: left !important
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary:before, .cpt_ebook-template-page-ebook-sidebar .wp-block-quote-primary:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy40MTg2IDMuODYyNTVWMTUuMTVIMjMuODY4NkMyMy44Njg2IDE4LjcxMTMgMjAuOTc5OSAyMS42IDE3LjQxODYgMjEuNlYyNi40Mzc1QzIzLjY1MjkgMjYuNDM3NSAyOC43MDYxIDIxLjM4NDMgMjguNzA2MSAxNS4xNVYzLjg2MjU1SDE3LjQxODZaTTEuMjkzNTggMTUuMTVINy43NDM1OEM3Ljc0MzU4IDE4LjcxMTMgNC44NTQ5MSAyMS42IDEuMjkzNTggMjEuNlYyNi40Mzc1QzcuNTI3ODggMjYuNDM3NSAxMi41ODExIDIxLjM4NDMgMTIuNTgxMSAxNS4xNVYzLjg2MjU1SDEuMjkzNThWMTUuMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 2rem
}

.cpt_ebook-template-page-ebook-contents .post-content h4, .cpt_ebook-template-page-ebook-sidebar .post-content h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500
}

.cpt_ebook-template-page-ebook-contents .post-content p, .cpt_ebook-template-page-ebook-sidebar .post-content p {
    margin-top: 0
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (min-width: 768px) {
    .cpt_ebook-template-page-ebook-contents .post-content .image-group, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .post-content .image-group, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group-left, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group-left {
    flex-basis: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 768px) {
    .cpt_ebook-template-page-ebook-contents .post-content .image-group-left, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group-left {
        flex-basis: 66.66% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group-right, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group-right {
    flex-basis: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 768px) {
    .cpt_ebook-template-page-ebook-contents .post-content .image-group-right, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group-right {
        flex-basis: 33.33% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group .wp-block-image, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group .wp-block-image {
    height: 100%;
    margin-right: 0;
    margin-left: 0
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group .wp-block-image img, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group .wp-block-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cpt_ebook-template-page-ebook-contents .post-content .image-group .wp-block-image:first-child, .cpt_ebook-template-page-ebook-sidebar .post-content .image-group .wp-block-image:first-child {
    margin-bottom: 0
}

.cpt_ebook-template-page-ebook-contents .post-content .wp-block-image, .cpt_ebook-template-page-ebook-sidebar .post-content .wp-block-image {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 767px) {
    .cpt_ebook-template-page-ebook-contents .post-content .wp-block-image, .cpt_ebook-template-page-ebook-contents .post-content .wp-block-image .size-large, .cpt_ebook-template-page-ebook-sidebar .post-content .wp-block-image, .cpt_ebook-template-page-ebook-sidebar .post-content .wp-block-image .size-large {
        width: 100%
    }
}

.cpt_ebook-template-page-ebook-contents .post-content .wp-block-image img, .cpt_ebook-template-page-ebook-sidebar .post-content .wp-block-image img {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

@media (max-width: 767px) {
    .cpt_ebook-template-page-ebook-contents .post-content .wp-block-image img, .cpt_ebook-template-page-ebook-sidebar .post-content .wp-block-image img {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .cpt_ebook-template-page-ebook-contents .sticky-social-primary, .cpt_ebook-template-page-ebook-sidebar .sticky-social-primary {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        z-index: 30
    }
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary {
    position: relative;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .1);
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    --bg-opacity: 1 !important;
    background-color: #16bc9c !important;
    background-color: rgba(22, 188, 156, var(--bg-opacity)) !important;
    border-width: 0 !important;
    padding: 2.5rem !important
}

@media (min-width: 1024px) {
    .cpt_ebook-template-page-ebook-contents .wp-block-quote-primary {
        padding: 3rem !important
    }
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary p {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-family: museo-300, sans-serif !important;
    text-transform: none !important;
    font-size: 24px !important
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary p em {
    font-weight: 300
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary p:last-child {
    margin-bottom: .5rem
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary cite {
    margin-top: .5rem;
    display: inline-block;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-transform: none;
    font-style: normal !important;
    text-align: left !important;
    font-size: 18px !important
}

.cpt_ebook-template-page-ebook-contents .wp-block-quote-primary:before {
    display: none !important
}

@media (min-width: 768px) {
    .page-template-page-industry .hero-logo-industry {
        max-width: 140px
    }
}

@media (min-width: 768px) {
    .page-template-page-industry .industry-filter {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width: 768px) {
    .page-template-page-industry .industry-filter-item {
        position: relative;
        border-width: 0
    }
}

.page-template-page-industry .industry-filter-item .dot {
    position: absolute;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    right: -16px;
    top: 4px;
    border-color: #595959;
    display: none
}

@media (min-width: 768px) {
    .page-template-page-industry .industry-filter-item .dot {
        display: flex
    }
}

.page-template-page-industry .industry-filter-item .dot:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #595959
}

.page-template-page-industry .industry-filter-item.active, .page-template-page-industry .industry-filter-item:hover {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity))
}

@media (min-width: 768px) {
    .page-template-page-industry .industry-filter-item.active, .page-template-page-industry .industry-filter-item:hover {
        background-color: transparent
    }
}

.page-template-page-industry .industry-filter-item.active .dot, .page-template-page-industry .industry-filter-item:hover .dot {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    width: 30px;
    height: 30px;
    right: -20px;
    top: 0
}

.page-template-page-industry .industry-filter-item.active .dot:before, .page-template-page-industry .industry-filter-item:hover .dot:before {
    display: block;
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    height: 14px;
    width: 14px
}

.page-template-page-industry .industry-filter-item.active p, .page-template-page-industry .industry-filter-item:hover p {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 768px) {
    .page-template-page-industry .industry-filter-item.active p, .page-template-page-industry .industry-filter-item:hover p {
        --text-opacity: 1;
        color: #16bc9c;
        color: rgba(22, 188, 156, var(--text-opacity))
    }
}

.page-template-page-industry .industry-round {
    order: -1
}

@media (min-width: 1024px) {
    .page-template-page-industry .industry-round {
        order: 0
    }
}

.page-template-page-industry .industry-round-avatar {
    border-radius: 9999px;
    width: 128px;
    height: 128px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 1024px) {
    .page-template-page-industry .industry-round-avatar {
        width: 238px;
        height: 238px
    }
}

.page-template-page-industry .industry-hero-gr {
    background: linear-gradient(89.95deg, #fff 2.54%, #fff 25.24%, hsla(0, 0%, 100%, 0) 68.33%)
}

.box-check-green ul {
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .box-check-green ul {
        margin-bottom: 2.5rem
    }
}

.box-check-green ul li {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row
}

.box-check-green ul li:before {
    content: "";
    display: block;
    flex: auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMEM0LjcwMTU2IDAgMCA0LjcwMTU2IDAgMTAuNUMwIDE2LjI5ODQgNC43MDE1NiAyMSAxMC41IDIxQzE2LjI5ODQgMjEgMjEgMTYuMjk4NCAyMSAxMC41QzIxIDQuNzAxNTYgMTYuMjk4NCAwIDEwLjUgMFpNMTUuMDM1MiA3LjA3MTA5TDEwLjA5OTIgMTMuOTE0OEMxMC4wMzAyIDE0LjAxMTEgOS45MzkyOSAxNC4wODk2IDkuODMzOTIgMTQuMTQzN0M5LjcyODU2IDE0LjE5NzggOS42MTE4MSAxNC4yMjYxIDkuNDkzMzYgMTQuMjI2MUM5LjM3NDkxIDE0LjIyNjEgOS4yNTgxNiAxNC4xOTc4IDkuMTUyOCAxNC4xNDM3QzkuMDQ3NDMgMTQuMDg5NiA4Ljk1NjQ5IDE0LjAxMTEgOC44ODc1IDEzLjkxNDhMNS45NjQ4NCA5Ljg2NDg0QzUuODc1NzggOS43NDA2MiA1Ljk2NDg0IDkuNTY3MTkgNi4xMTcxOSA5LjU2NzE5SDcuMjE2NDFDNy40NTU0NyA5LjU2NzE5IDcuNjgyODEgOS42ODIwMyA3LjgyMzQ0IDkuODc4OTFMOS40OTIxOSAxMi4xOTQ1TDEzLjE3NjYgNy4wODUxNkMxMy4zMTcyIDYuODkwNjIgMTMuNTQyMiA2Ljc3MzQ0IDEzLjc4MzYgNi43NzM0NEgxNC44ODI4QzE1LjAzNTIgNi43NzM0NCAxNS4xMjQyIDYuOTQ2ODggMTUuMDM1MiA3LjA3MTA5WiIgZmlsbD0iIzE2QkM5QyIvPgo8L3N2Zz4K);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex: none
}

.box-check-green ul li:last-child {
    margin-bottom: 0
}

.box-check-green-square-broken ul {
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .box-check-green-square-broken ul {
        margin-bottom: 2.5rem
    }
}

.box-check-green-square-broken ul li {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row
}

.box-check-green-square-broken ul li:before {
    content: "";
    display: block;
    flex: auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTFMMTIgMTRMMjIgNE0xNiAzSDcuOEM2LjExOTg0IDMgNS4yNzk3NiAzIDQuNjM4MDMgMy4zMjY5OEM0LjA3MzU0IDMuNjE0NiAzLjYxNDYgNC4wNzM1NCAzLjMyNjk4IDQuNjM4MDNDMyA1LjI3OTc2IDMgNi4xMTk4NCAzIDcuOFYxNi4yQzMgMTcuODgwMiAzIDE4LjcyMDIgMy4zMjY5OCAxOS4zNjJDMy42MTQ2IDE5LjkyNjUgNC4wNzM1NCAyMC4zODU0IDQuNjM4MDMgMjAuNjczQzUuMjc5NzYgMjEgNi4xMTk4NCAyMSA3LjggMjFIMTYuMkMxNy44ODAyIDIxIDE4LjcyMDIgMjEgMTkuMzYyIDIwLjY3M0MxOS45MjY1IDIwLjM4NTQgMjAuMzg1NCAxOS45MjY1IDIwLjY3MyAxOS4zNjJDMjEgMTguNzIwMiAyMSAxNy44ODAyIDIxIDE2LjJWMTIiIHN0cm9rZT0iIzEwOEI3MyIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex: none
}

.box-check-green-square-broken ul li:last-child {
    margin-bottom: 0
}

.box-check-white-light ul {
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .box-check-white-light ul {
        margin-bottom: 2.5rem
    }
}

.box-check-white-light ul li {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row
}

.box-check-white-light ul li:before {
    content: "";
    display: block;
    flex: auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMEM0LjcwMTU2IDAgMCA0LjcwMTU2IDAgMTAuNUMwIDE2LjI5ODQgNC43MDE1NiAyMSAxMC41IDIxQzE2LjI5ODQgMjEgMjEgMTYuMjk4NCAyMSAxMC41QzIxIDQuNzAxNTYgMTYuMjk4NCAwIDEwLjUgMFpNMTUuMDM1MiA3LjA3MTA5TDEwLjA5OTIgMTMuOTE0OEMxMC4wMzAyIDE0LjAxMTEgOS45MzkyOSAxNC4wODk2IDkuODMzOTIgMTQuMTQzN0M5LjcyODU2IDE0LjE5NzggOS42MTE4MSAxNC4yMjYxIDkuNDkzMzYgMTQuMjI2MUM5LjM3NDkxIDE0LjIyNjEgOS4yNTgxNiAxNC4xOTc4IDkuMTUyOCAxNC4xNDM3QzkuMDQ3NDMgMTQuMDg5NiA4Ljk1NjQ5IDE0LjAxMTEgOC44ODc1IDEzLjkxNDhMNS45NjQ4NCA5Ljg2NDg0QzUuODc1NzggOS43NDA2MiA1Ljk2NDg0IDkuNTY3MTkgNi4xMTcxOSA5LjU2NzE5SDcuMjE2NDFDNy40NTU0NyA5LjU2NzE5IDcuNjgyODEgOS42ODIwMyA3LjgyMzQ0IDkuODc4OTFMOS40OTIxOSAxMi4xOTQ1TDEzLjE3NjYgNy4wODUxNkMxMy4zMTcyIDYuODkwNjIgMTMuNTQyMiA2Ljc3MzQ0IDEzLjc4MzYgNi43NzM0NEgxNC44ODI4QzE1LjAzNTIgNi43NzM0NCAxNS4xMjQyIDYuOTQ2ODggMTUuMDM1MiA3LjA3MTA5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex: none
}

.box-check-white-light ul li:last-child {
    margin-bottom: 0
}

.page-template-page-enterprise .btn.btn-quote {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 768px) {
    .page-template-page-enterprise .btn.btn-quote {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.page-template-page-enterprise .bg-mobile-en {
    width: 123%
}

@media (min-width: 768px) {
    .page-template-page-enterprise .bg-mobile-en {
        width: 100%
    }
}

.page-template-page-enterprise .bg-grey-enter {
    background-color: #262626
}

.page-template-page-enterprise .bg-grey-default {
    background-color: #242424
}

.page-template-page-enterprise .bg-grey-primary {
    background-color: #2b2b2b
}

.page-template-page-pittsburg .pittsburg-hero-gr {
    background: linear-gradient(#fff 41.66%, hsla(0, 0%, 100%, .81) 72.76%, hsla(0, 0%, 100%, .27) 98.52%)
}

@media (min-width: 768px) {
    .page-template-page-pittsburg .pittsburg-hero-gr {
        background: linear-gradient(89.93deg, #fff 41.66%, hsla(0, 0%, 100%, 0) 98.52%)
    }
}

.page-template-page-pittsburg .post-content h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500
}

.page-template-page-pittsburg .post-content p {
    margin-top: 0
}

.page-template-page-pittsburg .post-content p strong {
    font-size: 16px;
    font-family: museo-500, sans-serif;
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity))
}

.page-template-page-pittsburg .post-content p.mb-0 {
    margin-bottom: 0
}

.page-template-page-pittsburg .post-content ul>li {
    margin-bottom: 10px !important
}

.anchor-distance {
    margin-top: -40px;
    padding-top: 40px
}

.article-list-item {
    position: relative
}

.article-list-item .article-sub-menu {
    display: none;
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

.article-list-item.active {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.article-list-item.active .article-sub-menu {
    display: block
}

.article-list-item>.article-content-item {
    position: relative
}

.article-list-item>.article-content-item:after {
    content: "â–¸"
}

.article-sub-menu {
    margin-bottom: 15px;
    padding: 10px
}

.article-content-item.active {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.article-content-item .caret.active {
    --transform-rotate: 90deg
}

#article-list.active {
    height: 100%
}

#article-list ul {
    padding: 1rem
}

#ar-list.active {
    height: 100%
}

#ar-list>ul li.active>a, #ar-list>ul li.active>a p {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

#ar-list>ul li.active ul {
    display: block
}

#ar-list>ul li>ul {
    padding: 1rem;
    display: none
}

.ar-heading {
    margin-top: -40px;
    padding-top: 40px
}

.ar-list>ul>li {
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #dbdcde;
    border-color: rgba(219, 220, 222, var(--border-opacity));
    position: relative
}

.ar-list>ul>li>a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity));
    font-family: museo-500, sans-serif;
    font-size: 16px
}

.ar-list>ul>li>a p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: museo-700, sans-serif;
    margin-bottom: .25rem
}

.ar-list>ul>li>a:hover {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.ar-list>ul>li>ul {
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

.ar-list>ul>li>ul>li>a {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    --text-opacity: 1;
    color: #76787a;
    color: rgba(118, 120, 122, var(--text-opacity));
    font-family: museo-300, sans-serif;
    font-size: 15px
}

.ar-list>ul>li>ul>li>a:hover {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.ar-list-submenu>a:after {
    content: "â–¸";
    position: absolute;
    right: 3px;
    top: 28px
}

.ar-list-submenu.active>a:after {
    transform: rotate(90deg)
}

.fct-social-share #fct-shareable-link, .fct-social-share .js-share-facebook-link, .fct-social-share .js-share-linkedin-link, .fct-social-share .js-share-mail-link, .fct-social-share .js-share-twitter-link {
    width: 44px;
    height: 40px;
    padding: 0
}

.counter-element {
    visibility: hidden
}

@media (max-width: 768px) {
    #timeline .releases {
        display: flex;
        flex-direction: column
    }

    #timeline .releases .timeline-link {
        text-decoration: underline;
        position: relative;
        margin-bottom: 30px;
        margin-left: 140px;
        height: auto !important
    }

    #timeline .releases .timeline-link:last-child {
        margin-bottom: 0
    }

    #timeline .releases .timeline-link .title {
        font-size: 14px;
        display: none;
        transition: color .2s ease-in-out
    }

    #timeline .releases .timeline-link .dot {
        right: auto;
        left: -40px;
        top: 0
    }

    #timeline .follow {
        opacity: 0
    }

    #timeline .releases .follow-2 {
        position: absolute;
        --bg-opacity: 1;
        background-color: #595959;
        background-color: rgba(89, 89, 89, var(--bg-opacity));
        height: 1px;
        width: 1px;
        left: 109.4px;
        top: 2%
    }

    #timeline .month {
        font-size: 18px
    }

    #timeline .month.start {
        top: -2px
    }

    #timeline .month.end {
        bottom: -4px
    }
}

.timeline {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .timeline {
        height: 200px;
        margin-bottom: 40px;
        margin-top: 80px
    }
}

.timeline .follow {
    position: absolute;
    bottom: 0;
    --bg-opacity: 1;
    background-color: #595959;
    background-color: rgba(89, 89, 89, var(--bg-opacity));
    height: 1px;
    width: 1px
}

.timeline .month {
    font-size: 20px;
    font-family: museo-700, sans-serif;
    position: absolute;
    color: #262626
}

@media (min-width: 768px) {
    .timeline .month {
        bottom: -40px
    }

    .timeline .month.start {
        left: 7%
    }

    .timeline .month.end {
        right: 6%
    }
}

@media (min-width: 768px) {
    .timeline .releases {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
        left: 0;
        height: 0
    }
}

@media (min-width: 768px) {
    .timeline .releases .timeline-link {
        position: absolute;
        bottom: 0;
        --bg-opacity: 1;
        background-color: #595959;
        background-color: rgba(89, 89, 89, var(--bg-opacity));
        width: 1px;
        z-index: 10;
        left: 0;
        height: 0
    }

    .timeline .releases .timeline-link:nth-child(2n) span.title {
        top: -45px
    }

    .timeline .releases .timeline-link:nth-child(odd) span.title {
        top: -50px
    }

    .timeline .releases .timeline-link:nth-child(2) {
        left: 10%
    }

    .timeline .releases .timeline-link:nth-child(3) {
        left: 20%
    }

    .timeline .releases .timeline-link:nth-child(4) {
        left: 30%
    }

    .timeline .releases .timeline-link:nth-child(5) {
        left: 40%
    }

    .timeline .releases .timeline-link:nth-child(6) {
        left: 50%
    }

    .timeline .releases .timeline-link:nth-child(7) {
        left: 60%
    }

    .timeline .releases .timeline-link:nth-child(8) {
        left: 70%
    }

    .timeline .releases .timeline-link:nth-child(9) {
        left: 80%
    }

    .timeline .releases .timeline-link:nth-child(10) {
        left: 90%
    }
}

.timeline .releases span.title {
    --text-opacity: 1;
    color: #595959;
    color: rgba(89, 89, 89, var(--text-opacity));
    font-family: museo-500, sans-serif
}

@media (min-width: 768px) {
    .timeline .releases span.title {
        position: absolute;
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        width: 140px;
        text-align: center;
        text-decoration: underline;
        transition: color .2s ease-in-out;
        display: none
    }
}

@media (min-width: 1024px) {
    .releases .timeline-link span.title {
        font-size: 16px;
        width: 190px
    }
}

.releases .timeline-link:hover .dot {
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    width: 32px !important;
    height: 32px !important;
    opacity: 0;
    left: -47px !important;
    top: -4px !important
}

@media (min-width: 768px) {
    .releases .timeline-link:hover .dot {
        right: -16px !important;
        bottom: -16px !important;
        left: auto !important;
        top: auto !important
    }
}

.releases .timeline-link:hover .dot:before {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    width: 14px;
    height: 14px
}

.releases .timeline-link:hover span.title {
    --text-opacity: 1;
    color: #16bc9c;
    color: rgba(22, 188, 156, var(--text-opacity))
}

.releases .timeline-link .dot {
    position: absolute;
    display: flex;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    align-items: center;
    width: 20px;
    height: 20px;
    right: -9.5px;
    bottom: -9.5px;
    border-color: #595959;
    transition: color .2s ease-in-out
}

.releases .timeline-link .dot:before {
    content: "";
    display: block;
    --bg-opacity: 1;
    background-color: #595959;
    background-color: rgba(89, 89, 89, var(--bg-opacity));
    border-radius: 9999px;
    height: 8px;
    width: 8px
}

;.block-premium-packages .container {
    position: relative;
    z-index: 1
}

.block-premium-packages:before {
    content: "";
    height: 165px;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    top: 0;
    --bg-opacity: 1;
    background-color: #f0f4f5;
    background-color: rgba(240, 244, 245, var(--bg-opacity))
}

@media (min-width: 768px) {
    .admin-bar .compare-thead {
        top: 32px
    }
}

@media (min-width: 1024px) {
    .admin-bar .compare-thead {
        top: 103px
    }

    .admin-bar .compare-thead.bar {
        top: 155px
    }
}

.compare-thead {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    left: 0;
    right: 0;
    top: 64px;
    background-color: #fff
}

@media (min-width: 768px) {
    .compare-thead {
        top: 0
    }
}

@media (min-width: 1024px) {
    .compare-thead {
        top: 72px
    }

    .compare-thead.bar-mb {
        top: 64px
    }

    .compare-thead.bar {
        top: 128px
    }
}

.sm-tooltip {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    margin-left: 4px;
    cursor: pointer
}

.sm-tooltip .sm-tooltip-wrapper {
    visibility: hidden;
    width: 180px;
    padding-top: 10px;
    position: absolute;
    left: -17px;
    top: 13px;
    z-index: 1
}

.sm-tooltip .sm-tooltip-wrapper:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 19px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #16bc9c
}

.sm-tooltip:hover .sm-tooltip-wrapper {
    visibility: visible
}

.sm-tooltip .sm-tooltiptext {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    display: block;
    font-family: museo-500, sans-serif;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .161);
    width: 180px;
    padding: 10px;
    line-height: 14px
}

@media (min-width: 768px) {
    .page-template-page-company .hero-video-bg {
        width: 1000px;
        height: auto
    }
}

@media (min-width: 1024px) {
    .page-template-page-company .hero-video-bg {
        width: 775px;
        height: auto
    }
}

.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 50px
}

.rs-container {
    font-family: museo-300, sans-serif;
    height: 45px;
    position: relative
}

.rs-container .rs-scale span:last-of-type {
    width: 0 !important
}

.rs-container .rs-bg, .rs-container .rs-selected {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    height: 40px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%
}

.rs-container .rs-selected {
    --bg-opacity: 1;
    background-color: #16bc9c;
    background-color: rgba(22, 188, 156, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #16bc9c;
    border-color: rgba(22, 188, 156, var(--border-opacity));
    transition: all .2s linear;
    width: 0
}

.rs-container.disabled .rs-selected {
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.rs-container .rs-pointer {
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    height: 34px;
    left: -40px;
    position: absolute;
    top: 6px;
    transition: all .2s linear;
    width: 34px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.rs-container.disabled .rs-pointer {
    border-color: #ccc;
    cursor: default
}

.rs-container.sliding .rs-pointer, .rs-container.sliding .rs-selected {
    transition: none
}

.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 35px;
    white-space: nowrap
}

.rs-container .rs-scale span {
    float: left;
    position: relative
}

.rs-container .rs-scale span:before {
    background-color: #ededed;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px
}

.rs-container.rs-noscale span:before {
    display: none
}

.rs-container.rs-noscale span:first-child:before, .rs-container.rs-noscale span:last-child:before {
    display: block
}

.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0 !important
}

.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none
}

.rs-container.disabled .rs-scale span ins {
    color: #999
}

.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 60px;
    height: 30px;
    position: relative;
    background: #fff;
    border: 1px solid #00969b;
    border-radius: 3px;
    position: absolute;
    transform: translate(-50%, -35px);
    left: 13px;
    text-align: center;
    font-size: 13px;
    padding: 6px 10px 0
}

.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999
}

@font-face {
    font-family: museo-400;
    src: url(../woff2/700.woff2) format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: museo-300-italic;
    src: url(../woff2/300_italic.woff2) format("woff2");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: museo-300;
    src: url(../woff2/300.woff2) format("woff2");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: museo-500;
    src: url(../woff2/500.woff2) format("woff2");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: museo-700;
    src: url(../woff2/700.woff2) format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: museo-900;
    src: url(../woff2/900.woff2) format("woff2");
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: slab-300;
    src: url(../woff2/300-2.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: slab-500;
    src: url(../woff2/500-2.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@media (min-width: 640px) {
    .sm\:bg-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity))
    }

    .sm\:table-row {
        display: table-row
    }

    .sm\:flex-row {
        flex-direction: row
    }

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

    .sm\:flex-none {
        flex: none
    }

    .sm\:text-20 {
        font-size: 20px
    }

    .sm\:text-36 {
        font-size: 36px
    }

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

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

    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

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

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

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

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

    .sm\:w-auto {
        width: auto
    }

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

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

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

    .sm\:w-2\/12 {
        width: 16.666667%
    }

    .sm\:w-3\/12 {
        width: 25%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:w-7\/12 {
        width: 58.333333%
    }

    .sm\:w-8\/12 {
        width: 66.666667%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-full {
        width: 100%
    }
}

@media (min-width: 768px) {
    .md\:bg-transparent {
        background-color: transparent
    }

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

    .md\:bg-grey-100 {
        --bg-opacity: 1;
        background-color: #f0f4f5;
        background-color: rgba(240, 244, 245, var(--bg-opacity))
    }

    .md\:bg-gradient-to-r {
        background-image: linear-gradient(90deg, var(--gradient-color-stops))
    }

    .md\:bg-left {
        background-position: 0
    }

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

    .md\:bg-cover {
        background-size: cover
    }

    .md\:rounded-xl {
        border-radius: .75rem
    }

    .md\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .md\:border-t-0 {
        border-top-width: 0
    }

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

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

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

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

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

    .md\:self-center {
        align-self: center
    }

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

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

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

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

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:flex-none {
        flex: none
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:order-4 {
        order: 4
    }

    .md\:float-right {
        float: right
    }

    .md\:h-14 {
        height: 3.5rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-40 {
        height: 10rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:text-16 {
        font-size: 16px
    }

    .md\:text-18 {
        font-size: 18px
    }

    .md\:text-20 {
        font-size: 20px
    }

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

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

    .md\:text-29 {
        font-size: 29px
    }

    .md\:text-32 {
        font-size: 32px
    }

    .md\:text-36 {
        font-size: 36px
    }

    .md\:text-40 {
        font-size: 40px
    }

    .md\:text-46 {
        font-size: 46px
    }

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

    .md\:text-56 {
        font-size: 56px
    }

    .md\:text-64 {
        font-size: 64px
    }

    .md\:text-h1 {
        font-size: 60px
    }

    .md\:m-auto {
        margin: auto
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

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

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

    .md\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

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

    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:mt-14 {
        margin-top: 3.5rem
    }

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

    .md\:mt-18 {
        margin-top: 4.5rem
    }

    .md\:mb-18 {
        margin-bottom: 4.5rem
    }

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

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

    .md\:-ml-10 {
        margin-left: -2.5rem
    }

    .md\:max-w-sm {
        max-width: 16rem
    }

    .md\:opacity-100 {
        opacity: 1
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-14 {
        padding: 3.5rem
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

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

    .md\:py-18 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

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

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

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

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pr-2 {
        padding-right: .5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:relative {
        position: relative
    }

    .md\:shadow-material {
        box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .06)
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

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

    .md\:text-grey-939 {
        --text-opacity: 1;
        color: #1d2939;
        color: rgba(29, 41, 57, var(--text-opacity))
    }

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

    .md\:w-16 {
        width: 4rem
    }

    .md\:w-20 {
        width: 5rem
    }

    .md\:w-auto {
        width: auto
    }

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

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

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

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

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

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

    .md\:w-3\/12 {
        width: 25%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-9\/12 {
        width: 75%
    }

    .md\:w-10\/12 {
        width: 83.333333%
    }

    .md\:w-11\/12 {
        width: 91.666667%
    }

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

    .md\:gap-10 {
        grid-gap: 2.5rem;
        gap: 2.5rem
    }

    .md\:gap-18 {
        grid-gap: 4.5rem;
        gap: 4.5rem
    }

    .md\:gap-x-10 {
        grid-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-grey-f9 {
        --bg-opacity: 1;
        background-color: #f9f9f9;
        background-color: rgba(249, 249, 249, var(--bg-opacity))
    }

    .lg\:bg-gradient-to-r {
        background-image: linear-gradient(90deg, var(--gradient-color-stops))
    }

    .lg\:bg-top {
        background-position: top
    }

    .lg\:bg-cover {
        background-size: cover
    }

    .lg\:bg-contain {
        background-size: contain
    }

    .lg\:border-transparent {
        border-color: transparent
    }

    .lg\:rounded-none {
        border-radius: 0
    }

    .lg\:rounded-r-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-t-0 {
        border-top-width: 0
    }

    .lg\:border-r-0 {
        border-right-width: 0
    }

    .lg\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:border-l-0 {
        border-left-width: 0
    }

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

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

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

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

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

    .lg\:self-center {
        align-self: center
    }

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

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

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

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

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-16 {
        height: 4rem
    }

    .lg\:h-18 {
        height: 4.5rem
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:h-28 {
        height: 7rem
    }

    .lg\:h-half {
        height: 50%
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:text-14 {
        font-size: 14px
    }

    .lg\:text-16 {
        font-size: 16px
    }

    .lg\:text-20 {
        font-size: 20px
    }

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

    .lg\:text-25 {
        font-size: 25px
    }

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

    .lg\:text-30 {
        font-size: 30px
    }

    .lg\:text-32 {
        font-size: 32px
    }

    .lg\:text-36 {
        font-size: 36px
    }

    .lg\:text-40 {
        font-size: 40px
    }

    .lg\:text-46 {
        font-size: 46px
    }

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

    .lg\:text-56 {
        font-size: 56px
    }

    .lg\:text-76 {
        font-size: 76px
    }

    .lg\:text-90 {
        font-size: 90px
    }

    .lg\:text-250 {
        font-size: 250px
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-h1 {
        font-size: 60px
    }

    .lg\:m-auto {
        margin: auto
    }

    .lg\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

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

    .lg\:-mx-1 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .lg\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

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

    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

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

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

    .lg\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:mt-14 {
        margin-top: 3.5rem
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

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

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

    .lg\:mb-18 {
        margin-bottom: 4.5rem
    }

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

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

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

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

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

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

    .lg\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .lg\:overflow-auto {
        overflow: auto
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:py-18 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

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

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

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

    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

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

    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pr-2 {
        padding-right: .5rem
    }

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

    .lg\:pr-6 {
        padding-right: 1.5rem
    }

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

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

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

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

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

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

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

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

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

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

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

    .lg\:pt-18 {
        padding-top: 4.5rem
    }

    .lg\:pr-18 {
        padding-right: 4.5rem
    }

    .lg\:pb-18 {
        padding-bottom: 4.5rem
    }

    .lg\:pl-18 {
        padding-left: 4.5rem
    }

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

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

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

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

    .lg\:pr-24 {
        padding-right: 6rem
    }

    .lg\:pt-28 {
        padding-top: 7rem
    }

    .lg\:pr-28 {
        padding-right: 7rem
    }

    .lg\:pl-28 {
        padding-left: 7rem
    }

    .lg\:pt-48 {
        padding-top: 12rem
    }

    .lg\:pb-48 {
        padding-bottom: 12rem
    }

    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-grey-700 {
        --text-opacity: 1;
        color: #444;
        color: rgba(68, 68, 68, var(--text-opacity))
    }

    .lg\:text-grey-950 {
        --text-opacity: 1;
        color: #262626;
        color: rgba(38, 38, 38, var(--text-opacity))
    }

    .lg\:text-teal-907 {
        --text-opacity: 1;
        color: #007b62;
        color: rgba(0, 123, 98, var(--text-opacity))
    }

    .lg\:whitespace-normal {
        white-space: normal
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-auto {
        width: auto
    }

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

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

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

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

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

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

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

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/6 {
        width: 16.666667%
    }

    .lg\:w-1\/12 {
        width: 8.333333%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8\/12 {
        width: 66.666667%
    }

    .lg\:w-9\/12 {
        width: 75%
    }

    .lg\:w-10\/12 {
        width: 83.333333%
    }

    .lg\:w-11\/12 {
        width: 91.666667%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:gap-18 {
        grid-gap: 4.5rem;
        gap: 4.5rem
    }

    .lg\:gap-x-2 {
        grid-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .lg\:gap-x-4 {
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .lg\:gap-x-6 {
        grid-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .lg\:gap-x-16 {
        grid-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .lg\:gap-x-20 {
        grid-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .lg\:gap-x-40 {
        grid-column-gap: 10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem
    }

    .lg\:gap-y-8 {
        grid-row-gap: 2rem;
        row-gap: 2rem
    }

    .lg\:gap-y-10 {
        grid-row-gap: 2.5rem;
        row-gap: 2.5rem
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width: 1200px) {
    .xl\:items-center {
        align-items: center
    }

    .xl\:h-12 {
        height: 3rem
    }

    .xl\:text-14 {
        font-size: 14px
    }

    .xl\:text-16 {
        font-size: 16px
    }

    .xl\:text-46 {
        font-size: 46px
    }

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

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

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

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

    .xl\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

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

    .xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

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

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

    .xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .xl\:-mx-18 {
        margin-left: -4.5rem;
        margin-right: -4.5rem
    }

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

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

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

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

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

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

    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

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

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

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

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

    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

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

    .xl\:px-18 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

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

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

    .xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .xl\:pr-2 {
        padding-right: .5rem
    }

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

    .xl\:pl-12 {
        padding-left: 3rem
    }

    .xl\:pr-18 {
        padding-right: 4.5rem
    }

    .xl\:pl-18 {
        padding-left: 4.5rem
    }

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

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

    .xl\:pr-28 {
        padding-right: 7rem
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:w-32 {
        width: 8rem
    }

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

    .xl\:w-1\/6 {
        width: 16.666667%
    }

    .xl\:w-2\/12 {
        width: 16.666667%
    }

    .xl\:w-3\/12 {
        width: 25%
    }

    .xl\:w-4\/12 {
        width: 33.333333%
    }

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:w-6\/12 {
        width: 50%
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:w-8\/12 {
        width: 66.666667%
    }

    .xl\:w-9\/12 {
        width: 75%
    }

    .xl\:w-10\/12 {
        width: 83.333333%
    }

    .xl\:w-11\/12 {
        width: 91.666667%
    }

    .xl\:w-full {
        width: 100%
    }
}