a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html.js {
    margin-top: 0 !important;
}

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

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    color: var(--Blue);
    text-decoration: none;
    transition: var(--b-transition);
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    color: var(--Orange);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    color: var(--Blue);
    font-weight: 600;
    font-family: var(--heading-font);
    text-transform: none;
}

.h1,
h1 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 25px;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.h3,
h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 19px;
}

.h4,
h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 19px;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--Blue);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--Orange);
}

address {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted var(--Navy);
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

p {
    margin-bottom: 22px;
}

p:last-child {
    margin-bottom: 0;
}

code,
kbd,
pre,
samp,
tt,
var {
    font-size: 0.938rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote {
    padding: 32px;
    margin: 56px 0 56px;
    background: var(--Background);
    color: var(--Blue);
    font-size: 1.25rem;
    line-height: 2.25rem;
    font-weight: 600;
    font-family: var(--heading-font);
    font-style: normal;
    position: relative;
}

blockquote p::before {
    content: "“";
}

blockquote p::after {
    content: "”";
}

blockquote cite,
blockquote small {
    font-size: 1rem;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

small {
    font-size: 14px;
    line-height: 21px;
    display: block;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: 0;
}

dl {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 600;
}

dl:last-child {
    margin-bottom: 0;
}

dl dt::before {
    width: 29px;
    height: 1px;
    margin-right: 11px;
    background-color: var(--Foreground);
    content: "";
    display: inline-block;
    vertical-align: middle;
}

blockquote dl dt::before {
    background-color: var(--White);
}

dd {
    margin-bottom: 24px;
}

ul {
    list-style: none;
    margin: 0 0 26px 29px;
}

ul>li {
    counter-increment: li;
    position: relative;
    margin-bottom: 8px;
}

ul>li:before {
    top: 12px;
    left: -19px;
    width: 5px;
    height: 5px;
    opacity: 1;
    background-color: var(--Foreground);
    content: "";
    position: absolute;
}

li>ul {
    margin: 25px 0 26px 25px;
}

ol {
    counter-reset: section;
    list-style: none;
    margin: 0 0 28px 28px;
}

ol>li {
    counter-increment: li;
    position: relative;
    margin-bottom: 8px;
}

ol>li:before {
    color: var(--Foreground);
    counter-increment: section;
    content: counter(section, decimal) ".";
    top: 0;
    left: -20px;
    position: absolute;
    font-size: 1.125rem;
    line-height: 1.688rem;
}

li>ol {
    margin: 25px 0 26px 25px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    white-space: normal;
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    margin: 52px 0 49px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
}

table tr td:first-child {
    text-align: left;
}

th {
    border-width: 0;
    padding: 11px 16px 12px;
    background-color: var(--Blue);
    color: var(--White);
    border-radius: 0;
    font-family: var(--base-font);
    font-weight: 700;
}

th span.icon {
    font-size: 0.875rem;
    margin-left: 4px;
    top: 0;
    position: relative;
}

td {
    border-width: 0;
    padding: 13px 15px 11px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5rem;
}

table tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.02);
}

table tr:last-child td {
    border-bottom: none;
}

th:first-child {
    border-radius: 8px 0 0 0;
}

th:last-child {
    border-radius: 0 8px 0 0;
}

td:first-child {
    border-radius: 0 0 0 8px;
}

td:last-child {
    border-radius: 0 0 8px 0;
}

caption,
td,
th {
    text-align: left;
}

del {
    color: var(--Foreground);
}

hr {
    margin: 0 0 32px;
    height: 4px;
    width: 96px;
    display: block;
    border: none;
    border-radius: 2px;
    background: var(--Orange);
}

hr.light-blue-line {
    margin: 0;
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: var(--Light-Blue);
}

::selection {
    background-color: var(--Foreground);
    color: var(--White);
}

::-moz-selection {
    background-color: var(--Foreground);
    color: var(--White);
}

.button,
body .frm_forms .frm_form_fields .frm_submit button.frm_button_submit,
button {
    padding: 17px 16px 18px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    font-family: var(--base-font);
    display: inline-block;
    background: var(--Blue);
    color: var(--White);
    border: none;
    border-radius: 24px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    outline: 0;
    position: relative;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    box-shadow: none;
    transition: var(--b-transition);
    z-index: 1;
    margin: 0;
}

.button:hover,
body .frm_forms .frm_form_fields .frm_submit button.frm_button_submit:hover,
button:hover {
    background: var(--Orange);
    color: var(--White);
}

.button.btn-transparent {
    padding: 12px 13px 12px 12px;
    border-radius: 24px;
    border: 4px solid var(--Orange);
    background: 0 0;
}

.button.btn-transparent:hover {
    background: var(--Orange);
    border-color: var(--Orange);
}

a.text-link {
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--base-font);
}

a.text-link i {
    top: 3px;
    left: 0;
    position: relative;
    color: var(--Light-Blue);
    font-size: 20px;
    line-height: 20px;
}

a.text-link.white {
    color: var(--White);
}

a.text-link.blue {
    color: var(--Blue);
}

a.text-link:hover i {
    left: 8px;
}

a.text-link.navy {
    color: var(--Navy);
}

a.text-link.navy i {
    color: var(--Navy);
}

.text-btn-link {
    display: inline-flex;
    align-items: center;
    color: var(--White);
    font-size: 20px;
    line-height: 100%;
}

.text-btn-link:hover {
    color: var(--White);
}

.text-btn-link>span {
    padding: 10px 16px 10px;
    flex: 1;
    border-radius: 28px;
    border: 8px solid var(--Orange);
    display: inline-block;
}

.text-btn-link svg {
    transform: translate(0, 0);
    transition: var(--b-transition);
}

.text-btn-link:hover svg {
    transform: translate(12px, -0.15px);
}

.text-btn-link.sm {
    font-size: 16px;
    line-height: 16px;
}

.text-btn-link.sm span {
    border-width: 6px;
}

.text-btn-link.sm svg {
    width: 23px;
}

embed,
iframe,
object,
video {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    display: block;
    object-fit: cover;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
    margin-bottom: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hide {
    display: none;
}

img.alignnone {
    margin: 25px 0 25px;
    clear: both;
}

img.alignleft {
    margin: 25px 25px 25px 0;
}

img.alignright {
    margin: 25px 0 25px 25px;
}

img.aligncenter {
    margin: 25px auto;
    clear: both;
}

.clearfix {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex-vcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-content-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

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

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

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

.inline-flex {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flexbox;
    display: inline-flex;
}

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

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

body {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 400;
    font-family: var(--base-font);
    position: relative;
    color: var(--Foreground);
    background-color: transparent;
    overflow-x: hidden;
}

.d-block {
    display: block;
}

span.optional-text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--Gray);
    display: block;
    text-transform: none;
}

span.optional-text.blue {
    color: var(--Blue);
    -webkit-text-fill-color: var(--Blue);
    opacity: 0.6;
    background: 0 0;
}

span.optional-text.light-blue {
    color: var(--Light-Blue);
}

span.optional-text.grey {
    color: var(--Gray);
    -webkit-text-fill-color: var(--Gray);
    opacity: 0.5;
    background: 0 0;
    margin-bottom: 4px;
}

span.optional-text.large {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 23px;
}

span.optional-text.md {
    font-size: 1.25rem;
    line-height: 1.563rem;
    margin-bottom: 22px;
}

span.optional-text.navy-50 {
    color: rgb(25 35 76 / 50%);
}

.optional-blue {
    padding-left: 43px;
    margin-bottom: 31px;
    color: var(--Blue);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.optional-blue svg {
    left: 0;
    position: absolute;
}

.optional-blue span {
    opacity: 0.6;
    padding-top: 5px;
    display: block;
}

.optional-blue.no_svg {
    padding-left: 0;
}

.f-300 {
    font-weight: 300;
}

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

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

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

.f-700 {
    font-weight: 700;
}

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

.fs-0 {
    font-size: 0;
    line-height: 0;
}

.fs-12 {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.fs-14 {
    font-size: 0.875rem;
    line-height: 1.313rem;
}

.fs-15 {
    font-size: 0.938rem;
    line-height: 19px;
}

.fs-16 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.fs-18 {
    font-size: 1.125rem;
    line-height: 1.688rem;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-22 {
    font-size: 22px;
    line-height: 33px;
}

.fs-24 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

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

.radius-4,
.radius-img-4 img {
    border-radius: 4px;
}

.radius-6,
.radius-img-6 img {
    border-radius: 6px;
}

.radius-8,
.radius-img-8 img {
    border-radius: 8px;
}

.radius-12,
.radius-img-12 img {
    border-radius: 12px;
}

.radius-16,
.radius-img-16 img {
    border-radius: 16px;
}

.radius-24,
.radius-img-24 img {
    border-radius: 24px;
}

.radius-50,
.radius-img-50 img {
    border-radius: 50%;
}

.relative {
    position: relative;
    z-index: 1;
}

.absolute {
    position: absolute;
}

.background-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.background-text {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.o-hidden {
    overflow: hidden;
}

.z-0 {
    z-index: 0;
}

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

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

figure.object-fit {
    width: 100%;
    height: 100%;
    display: block;
}

picture.object-fit {
    width: 100%;
    height: 100%;
    display: block;
}

.object-fit img,
.object-fit-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}

.play-btn-main {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.play-btn-main .play-btn {
    width: 104px;
    height: 104px;
    z-index: 1;
}

.play-btn-bg::before {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: var(--Blue);
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -1;
}

.play-btn-bg {
    width: 100%;
    height: 100%;
    color: var(--Light-Blue);
    font-size: 0;
    line-height: 0;
    transition-duration: 0.75s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), var(--Blue);
}

.play-btn-bg:hover {
    color: var(--White);
}

.play-btn-bg i {
    font-size: 48px;
    line-height: 48px;
}

.play-btn-bg>span.btn-circle {
    background-color: var(--Blue);
    z-index: 1;
}

.play-btn-bg>span.btn-circle>svg {
    left: 2px;
    position: relative;
}

.play-btn-bg>span {
    transition-duration: 0.75s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.play-btn-bg>span:not(:first-child) {
    animation: 6s playBtnZooming infinite linear;
    transform: scale(1);
    filter: opacity(0.1);
    -webkit-filter: opacity(0.1);
    background-color: var(--Blue);
}

.play-btn-bg>span:not(:first-child):nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.play-btn-bg>span:not(:first-child):nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@keyframes playBtnZooming {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

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

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

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 1.958rem;
}

.mb-3 {
    margin-bottom: 3.125rem;
}

.mb-lg-3 {
    margin-bottom: 3.625rem;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-2 {
    padding-top: 2.875rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-3 {
    padding-bottom: 3.125rem;
}

.p5 {
    padding: 5.5rem 0;
}

.full_width {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
}

.inverted {
    color: var(--White);
}

.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5,
.inverted h6 {
    color: var(--White);
}

.inverted .h1,
.inverted .h2,
.inverted .h3,
.inverted .h4,
.inverted .h5,
.inverted .h6 {
    color: var(--White);
}

.inverted h1 a,
.inverted h2 a,
.inverted h3 a,
.inverted h4 a {
    color: var(--White);
}

.inverted h1 a:hover,
.inverted h2 a:hover,
.inverted h3 a:hover,
.inverted h4 a:hover {
    color: var(--Orange);
}

.inverted dl dt::before {
    background-color: var(--White);
}

.inverted p a {
    color: var(--White);
}

.inverted p a:hover {
    color: var(--Orange);
}

.inverted ul>li>a {
    color: var(--White);
}

.inverted ul>li>a:hover {
    color: var(--Orange);
}

.dark-text {
    color: var(--Foreground);
}

.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4,
.dark-text h5,
.dark-text h6 {
    color: var(--Navy);
}

.dark-text .h1,
.dark-text .h2,
.dark-text .h3,
.dark-text .h4,
.dark-text .h5,
.dark-text .h6 {
    color: var(--Navy);
}

.dark-text h1 a,
.dark-text h2 a,
.dark-text h3 a,
.dark-text h4 a {
    color: var(--Navy);
}

.dark-text h1 a:hover,
.dark-text h2 a:hover,
.dark-text h3 a:hover,
.dark-text h4 a:hover {
    color: var(--Orange);
}

.dark-text dl dt::before {
    background-color: var(--Navy);
}

.dark-text p a {
    color: var(--Navy);
}

.dark-text p a:hover {
    color: var(--Orange);
}

.dark-text ul>li>a {
    color: var(--Navy);
}

.dark-text ul>li>a:hover {
    color: var(--Orange);
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.white-bg {
    background-color: var(--White);
}

.gray-bg {
    background: var(--Background);
}

.navy-bg {
    background: var(--Navy);
}

.blue-bg {
    background-color: var(--Blue);
}

.orange-tint-bg {
    background: var(--Orange-Tint-Bg);
}

div.slick-arrow {
    width: 56px;
    height: 56px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: var(--b-transition);
    background: var(--Blue);
}

div.slick-arrow::after {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: var(--Orange);
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transition: var(--b-transition);
    z-index: -1;
}

div.slick-arrow:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

div.slick-arrow.slick-disabled {
    opacity: 0.2;
    background-color: var(--Gray);
    pointer-events: none;
}

span.slick-arrows {
    color: var(--White);
}

span.slick-prev-arrow {
    transform: scaleX(-1);
}

ul.slick-dots {
    margin: 42px 0;
    gap: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

ul.slick-dots li {
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--Gray);
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    background-color: var(--Light-Blue);
}

ul.slick-dots li::before {
    display: none;
}

ul.slick-dots li button {
    display: none;
}

.fluid-container {
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
}

.w-100 {
    width: 100%;
}

.container:not(.sm).p-0 {
    padding: 0;
}

.btn-center {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.btn-center::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: var(--Light-Blue);
    background-position: center center;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    height: 1px;
    z-index: -1;
    opacity: 0.5;
}

.btn-center .more-insights {
    padding: 0 24px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.more-insights .button {
    color: var(--Blue);
}

.more-insights .button.btn-transparent:hover {
    color: var(--White);
}

@media only screen and (min-width: 1024px) {
    .container.lg {
        max-width: 1440px;
    }

    .container {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }

    .container.md {
        max-width: 1200px;
    }

    .container.msd {
        max-width: 1080px;
    }

    .container.sm {
        max-width: 960px;
    }

    .hide-desktop {
        display: none;
    }

    span.hide-desktop {
        display: none;
    }

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

    div.slick-arrow.slick-next {
        left: auto;
        right: -24px;
    }

    div.slick-arrow.slick-prev {
        right: auto;
        left: -24px;
    }
}

@media only screen and (max-width: 1359px) and (min-width: 1200px) {
    .container:not(.sm) {
        padding: 0 40px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 744px) {
    .container {
        padding: 0 40px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .hide-tablet {
        display: none;
    }

    div.slick-arrow {
        top: auto;
        transform: none;
        bottom: -48px;
    }

    div.slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    div.slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .container {
        padding: 0 24px;
    }

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

    .hide-mobile {
        display: none;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .h4,
    h4 {
        font-size: 28px;
        line-height: 35px;
    }

    span.optional-text.md {
        margin-bottom: 6px;
    }

    .line-m-clamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .m-clamp-3 {
        -webkit-line-clamp: 3;
    }

    div.slick-arrow {
        top: auto;
        transform: none;
        bottom: -48px;
    }

    div.slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    div.slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }

    .play-btn-main .play-btn {
        width: 64px;
        height: 64px;
    }

    .play-btn img {
        width: 24px;
        height: 30px;
    }

    blockquote {
        margin: 32px 0 16px;
        padding: 24px;
        font-size: 1.25rem;
        line-height: 2rem;
    }

    img.aligncenter,
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 25px auto;
        clear: both;
        float: none;
        display: block;
    }
}

[data-animation] {
    visibility: hidden;
    animation-delay: 0.15s;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

[data-animation].visible {
    visibility: visible;
}

.fade-in-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fade-in-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fade-in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fade-in-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.zoom-in {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.zoom-out {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.scale-x-in-left {
    -webkit-animation-name: scaleInXLeft;
    animation-name: scaleInXLeft;
    transform-origin: left center;
    transform: scaleX(0);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes scaleInXLeft {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes scaleInXLeft {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.scale-x-in-right {
    -webkit-animation-name: scaleInXRight;
    animation-name: scaleInXRight;
    transform-origin: right center;
    transform: scaleX(0);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes scaleInXRight {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes scaleInXRight {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.floating {
    -webkit-animation: floating 3s infinite;
    animation: floating 3s infinite;
}

@-webkit-keyframes floating {
    0% {
        transform: translateY(-6%);
    }

    50% {
        transform: translateY(6%);
    }

    100% {
        transform: translateY(-6%);
    }
}

@keyframes floating {
    0% {
        transform: translateY(-6%);
    }

    50% {
        transform: translateY(6%);
    }

    100% {
        transform: translateY(-6%);
    }
}

.floating-lg {
    -webkit-animation: floatingLg 3s infinite;
    animation: floatingLg 3s infinite;
}

@-webkit-keyframes floatingLg {
    0% {
        transform: translateY(-12%);
    }

    50% {
        transform: translateY(6%);
    }

    100% {
        transform: translateY(-12%);
    }
}

@keyframes floatingLg {
    0% {
        transform: translateY(-12%);
    }

    50% {
        transform: translateY(6%);
    }

    100% {
        transform: translateY(-12%);
    }
}

.animation-smooth-out {
    animation: animation-smooth-out 2.5s;
    transition: opacity 0.25s cubic-bezier(0.694, 0, 0.335, 1), transform 0.25s cubic-bezier(0.694, 0, 0.335, 1);
}

@keyframes animation-smooth-out {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.zoom-image {
    animation-name: zoom-out;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.15) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

.bottom-0-to-100 {
    animation-name: bottom-0-to-100;
}

@keyframes bottom-0-to-100 {
    0% {
        height: 0;
    }

    50% {
        height: 50%;
    }

    100% {
        height: 100%;
    }
}

.top-0-to-100 {
    animation-name: top-0-to-100;
}

@keyframes top-0-to-100 {
    0% {
        height: 0;
    }

    50% {
        height: 50%;
    }

    100% {
        height: 100%;
    }
}

.width-0-96 {
    animation-name: width-0-96;
}

@keyframes width-0-96 {
    0% {
        width: 0;
    }

    50% {
        width: 48px;
    }

    100% {
        width: 96px;
    }
}

.width-0-100 {
    animation-name: width-0-100;
}

@keyframes width-0-100 {
    0% {
        width: 0;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.fade-circle {
    animation-name: fade-circle;
}

@keyframes fade-circle {
    0% {
        border-radius: 0;
        border-color: var(--Blue);
    }

    25% {
        border-radius: 25%;
    }

    100% {
        border-radius: 50%;
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(20px);
        opacity: 0;
    }

    56% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        opacity: 0;
    }

    56% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-20px);
        opacity: 0;
    }

    56% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

[data-animation="step-line-anim"] {
    visibility: visible;
}

.phone-anim path:nth-last-child(2) {
    animation: phone-anim1 2s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

.phone-anim path:last-child {
    animation: phone-anim2 2s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

@keyframes phone-anim1 {

    0%,
    30% {
        opacity: 0;
        transform: translate3d(-5px, 5px, 0);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes phone-anim2 {
    0% {
        opacity: 0;
        transform: translate3d(-10px, 10px, 0);
    }

    70%,
    90% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

.hand-anim {
    left: -10px;
    transform-origin: 50% 50%;
    animation: shakeHand 1s ease-in-out forwards alternate;
    position: relative;
}

@keyframes shakeHand {
    0% {
        transform: rotate(0);
        transform: translateX(0);
    }

    50% {
        transform: rotate(2deg);
    }

    100% {
        left: 1%;
        transform: translateX(-100%);
        transform: rotate(0);
    }
}

[data-delighter] {
    transition: var(--b-transition);
}

:root {
    --black: #000;
    --black-5: rgb(0 0 0 / 5%);
    --black-10: rgb(0 0 0 / 10%);
    --White-60: rgb(255 255 255 / 60%);
    --White-90: rgb(255 255 255 / 90%);
    --White-75: #f5f9ff;
    --White: #ffffff;
    --body-text: #707372;
    --Blue: #1088B2;
    --Dark-Blue: #19234c;
    --Dark-Blue-40: rgb(25 35 76 / 40%);
    --Light-Blue: #41b4ff;
    --light-green: #0ceecc;
    --light-pink: #ff599f;
    --Orange: #f17c23;
    --Orange-Tint-Bg: rgba(241, 124, 35, 0.15);
    --Foreground: #191d2a;
    --Background: #f0f2fa;
    --Gray: #707372;
    --Gray-50: rgb(112 115 114 / 50%);
    --Light-Blue-Tint: rgba(65, 180, 255, 0.15);
    --Navy: #19234c;
    --Dark-Blue-50: rgb(25 35 76 / 50%);
    --Light-Blue-15: rgba(65, 180, 255, 0.15);
    --Teal: #00e1bf;
    --red: #da1a32;
}

:root {
    --b-transition: all 0.4s ease-in-out;
    --transition-3: all 0.3s ease-in;
    --post-transition: all 0.5s linear;
    --post-transition-1: all 0.75s linear;
}

.b-transition {
    transition: var(--b-transition);
}

.transition-3 {
    transition: var(--transition-3);
}

:root {
    --base-font: "Blackbird", sans-serif;
    --heading-font: "Blackbird", sans-serif;
    --graphic-font: "Graphik-Regular", sans-serif;
}

.font-graphic {
    font-family: var(--graphic-font), sans-serif;
}

.site-footer {
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), var(--Blue);
}

.footer-mark {
    z-index: -1;
    top: 71px;
    left: -144px;
}

.footer-line {
    border-radius: 1px;
    background: var(--Light-Blue);
}

.footer-work {
    flex: 1;
    flex-direction: column;
}

.footer-work span.f-fs-104 {
    display: block;
}

ul.footer-links {
    margin: 0;
    gap: 40px;
    flex: 1;
}

ul.footer-links>li {
    margin: 0;
}

ul.footer-links>li::before {
    display: none;
}

ul.footer-links>li>a {
    font-size: 20px;
    line-height: 125%;
    font-weight: 600;
    color: var(--White);
    gap: 8px;
    align-items: center;
    display: flex;
}

ul.footer-links>li>a figure {
    width: 32px;
    height: 32px;
    top: -2px;
    position: relative;
}

.f-hr-main {
    gap: 26px;
}

.f-hr-text {
    width: fit-content;
    color: var(--White-90);
}

.f-hr-text strong {
    color: var(--White);
}

.f-hr-line {
    flex: 1;
    width: 100%;
    height: 1px;
    background: var(--Light-Blue);
    display: block;
}

.footer-list {
    padding: 16px;
    gap: 12px;
    background: rgba(25, 35, 76, 0.4);
}

.footer-list i {
    color: var(--Light-Blue);
}

.footer-list figure {
    width: 24px;
    height: 24px;
}

.footer-list figure img {
    object-fit: contain;
}

.copyright-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: var(--White-60);
}

ul.copyright-links {
    flex: 1;
    margin: 0;
    gap: 0 20px;
    justify-content: flex-end;
}

ul.copyright-links>li {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}

ul.copyright-links>li::before {
    display: none;
}

ul.copyright-links>li>a {
    color: var(--White-60);
}

ul.copyright-links>li.current-menu-item>a,
ul.copyright-links>li>a:hover {
    color: var(--Orange);
}

@media screen and (min-width: 1024px) {
    .footer {
        padding: 80px 0;
    }

    .footer-top-wrap {
        padding: 172px 0;
    }

    .footer-logo {
        width: 342px;
    }

    .footer-line {
        width: 1px;
        height: 136px;
    }

    .footer-btn {
        margin-top: 3px;
        padding-right: 12px;
        justify-content: flex-end;
    }

    .footer-middle {
        padding: 0 40px 62px;
    }

    .footer-text {
        padding: 0 40px;
    }

    .copyrights-main {
        padding: 0 40px;
        gap: 16px;
    }

    .copyright-text {
        flex: 0 0 300px;
    }
}

@media screen and (min-width: 1300px) {
    .footer-top {
        gap: 59px;
    }

    .footer-row {
        gap: 20px;
        padding: 20px 0 65px;
    }

    .footer-list {
        flex: 0 0 calc(14.3333% - 18px);
        flex-direction: column;
    }

    .footer-list:nth-child(7) {
        margin-left: auto;
    }
}

@media screen and (min-width: 1440px) {
    .footer-work {
        padding-left: 6px;
    }

    .f-fs-104 {
        font-size: 104px;
        line-height: 104px;
    }
}

@media only screen and (max-width: 1439px) and (min-width: 1200px) {
    .f-fs-104 {
        font-size: 89px;
        line-height: 89px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    .footer-top {
        gap: 38px;
    }

    .footer-text {
        padding-bottom: 62px;
    }

    .f-hr-main {
        margin-bottom: 20px;
    }

    .footer-row {
        gap: 16px;
        align-items: center;
    }

    .footer-list {
        flex: 0 0 calc(25% - 12px);
        flex-direction: row;
        align-items: center;
    }

    .footer-list:nth-child(-n + 3) {
        flex: 0 0 calc(33.333333% - 11px);
    }

    .footer-list p {
        flex: 1;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .footer-top {
        gap: 38px;
    }

    .f-fs-104 {
        font-size: 67px;
        line-height: 67px;
    }

    .footer-text {
        padding-bottom: 62px;
    }

    .f-hr-main {
        margin-bottom: 20px;
    }

    .footer-row {
        gap: 16px;
        align-items: center;
    }

    .footer-list {
        flex: 0 0 calc(25% - 12px);
        flex-direction: row;
        align-items: center;
    }

    .footer-list:nth-child(-n + 3) {
        flex: 0 0 calc(33.333333% - 11px);
    }

    .footer-list p {
        flex: 1;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .footer-mark {
        top: 43px;
        left: -235px;
        width: 828px;
        height: 571px;
    }

    .footer {
        padding: 80px 0 80px;
    }

    .footer-top-wrap {
        padding: 0 0 65px;
    }

    .footer-top {
        padding: 56px 0 37px;
        display: block;
    }

    .footer-logo {
        max-width: 257px;
        margin-bottom: 24px;
    }

    .footer-line {
        width: 100%;
        height: 1px;
        margin-bottom: 13px;
    }

    .f-fs-104 {
        font-size: 84px;
        line-height: 84px;
    }

    .footer-middle {
        gap: 0 8px;
    }

    ul.footer-links {
        gap: 15px;
        flex-direction: column;
    }

    ul.social-icons {
        gap: 14px;
        flex-direction: column;
    }

    .footer-middle {
        padding: 0 0 62px;
    }

    .footer-text {
        padding-bottom: 62px;
    }

    .f-hr-main {
        margin-bottom: 20px;
    }

    .f-hr-text {
        flex: 1;
    }

    .f-hr-line {
        flex: 0 0 280px;
    }

    .footer-row {
        gap: 16px;
    }

    .footer-list {
        flex: 0 0 calc(25% - 12px);
    }

    .footer-list:nth-child(-n + 3) {
        flex: 0 0 calc(33.333333% - 11px);
        align-items: center;
    }

    .footer-list:nth-child(-n + 3) p {
        flex: 1;
    }

    .copyrights-main {
        display: block;
    }

    .copyright-text {
        margin-bottom: 10px;
    }

    ul.copyright-links {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .footer-mark {
        top: 15px;
        left: -235px;
        width: 828px;
        height: 571px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-top-wrap {
        padding: 0 0 65px;
    }

    .footer-top {
        padding: 56px 0 37px;
        display: block;
    }

    .footer-logo {
        max-width: 257px;
        margin-bottom: 24px;
    }

    .footer-line {
        width: 100%;
        height: 1px;
        margin-bottom: 13px;
    }

    .f-fs-104 {
        font-size: 64px;
        line-height: 64px;
    }

    .footer-btn .text-btn-link {
        width: 100%;
    }

    .footer-btn .text-btn-link span {
        flex: 1;
        text-align: center;
    }

    .footer-middle {
        gap: 0 8px;
    }

    ul.footer-links {
        gap: 15px;
        flex-direction: column;
    }

    ul.social-icons {
        gap: 14px;
        flex-direction: column;
    }

    .footer-text {
        display: none;
    }

    .footer-middle {
        padding: 0 0 62px;
    }

    .copyrights-main {
        display: block;
    }

    .copyright-text {
        margin-bottom: 10px;
    }

    ul.copyright-links {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
    .footer-work span.f-fs-104 {
        max-width: 280px;
    }
}

label {
    padding-bottom: 9px;
    display: block;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    font-weight: 800;
    font-family: var(--base-font);
}

textarea {
    width: 100%;
    resize: none;
    height: 118px;
}

input:focus,
textarea:focus {
    outline: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-size: 0.875rem;
    line-height: normal;
    padding: 17px 35px 16px 36px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: var(--Blue);
    font-weight: 700;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--White);
    b-transition-duration: 0.75s;
    b-transition-property: all;
    b-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: var(--black);
    color: var(--White);
}

input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}

body .white-popup-block .frm_forms h3.frm_form_title {
    display: none;
}

body .frm_forms .frm_form_fields fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

body .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 33px;
    position: relative;
    clear: both;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio {
    margin-bottom: 28px;
}

body .become-partner-form .frm_forms .frm_form_fields .frm_form_field#frm_field_21_container {
    margin-bottom: 24px;
}

body .flyout-form-overlay .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 25px;
}

body .become-partner-form .frm_forms .frm_error_style {
    display: none;
}

body .frm_forms .frm_form_fields .frm_description {
    display: none;
}

body .frm_forms .frm_required {
    display: none;
}

body .contact-form .frm_forms .frm_required {
    display: inline;
}

body .frm_forms .frm_required {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.32px;
    font-weight: 800;
    color: var(--black-md);
    font-family: VisbyCF, sans-serif;
}

body .frm_forms .frm_form_fields .frm_fields_container {
    display: block;
    position: relative;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-family: var(--base-font);
    color: var(--Blue);
    text-transform: none;
    padding: 0 0 8px;
    visibility: visible;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label span.label-info {
    font-size: 0.8rem;
    font-weight: 400;
    gap: 4px;
    display: flex;
    flex: 1;
    float: right;
    color: var(--black-50);
    font-size: 0.813rem;
    font-weight: 500;
    align-items: center;
    margin-left: auto;
    letter-spacing: -0.56px;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label span.label-info>* {
    font-size: 0.715rem;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label:empty {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label span:not(.frm_required) {
    margin-left: auto;
    float: right;
    font-weight: 500;
    font-family: var(--base-font);
    color: var(--Gray);
    font-size: 14px;
    line-height: 100%;
    bottom: -4px;
    position: relative;
}

body .frm_forms .frm_form_fields .frm_form_field input,
body .frm_forms .frm_form_fields .frm_form_field textarea,
input,
select,
textarea {
    outline: 0;
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0;
    box-shadow: none;
    padding: 16px 16px 14px;
    vertical-align: middle;
    height: auto;
    b-transition-duration: 0.75s;
    b-transition-property: all;
    b-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border: solid 1px var(--gray-md);
    color: var(--Foreground);
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid var(--Blue);
    background: var(--Light-Blue-Tint, rgba(65, 180, 255, 0.15));
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
    -webkit-appearance: none;
    opacity: 1;
}

body .bg-elevated .frm_forms .frm_form_field textarea,
body .bg-elevated .frm_forms .frm_form_fields .frm_form_field input,
body .bg-elevated .frm_forms .selectBox-dropdown {
    background-color: var(--White);
}

body .frm_forms .frm_form_fields .frm_form_field textarea {
    height: 120px;
}

body .frm_forms .frm_form_fields .frm_form_field input:not([type="file"], [type="checkbox"]):focus,
textarea:focus {
    background-color: var(--Light-Blue-Tint);
    box-shadow: none;
    border-color: var(--Light-Blue-Tint, rgba(65, 180, 255, 0.15));
    color: var(--Blue);
    opacity: 1;
}

body .frm_forms .frm_form_fields .frm_form_field.frm_blank_field input {
    color: var(--Foreground);
    border: 1px solid var(--red);
    background: rgba(218, 26, 50, 0.1);
}

body .frm_forms .frm_form_fields .frm_form_field input::-webkit-input-placeholder,
body .frm_forms .frm_form_fields .frm_form_field textarea::-webkit-input-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

body .frm_forms .frm_form_fields .frm_form_field input:-moz-placeholder,
body .frm_forms .frm_form_fields .frm_form_field textarea:-moz-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

body .frm_forms .frm_form_fields .frm_form_field input::-moz-placeholder,
body .frm_forms .frm_form_fields .frm_form_field textarea::-moz-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
    opacity: 0.5;
}

body .frm_forms .frm_form_fields .frm_form_field input:-ms-input-placeholder,
body .frm_forms .frm_form_fields .frm_form_field textarea:-ms-input-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_radio label {
    padding-left: 36px;
    padding-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: normal;
    text-indent: 0;
    color: var(--Foreground);
    position: relative;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio input[type="radio"] {
    width: 26px;
    height: 26px;
    left: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    margin: 2px 0 0;
    border: none;
    border-radius: 50%;
    color: var(--Light-Blue-Tint, rgba(65, 180, 255, 0.15));
    border: 1px solid var(--Blue);
    opacity: 1;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_checkbox input {
    top: 12px;
    left: 8px;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 2px;
    background-color: transparent;
    background-image: none;
    border: solid 1px var(--foreground-light);
    background-color: var(--White);
    background-image: none;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio input[type="radio"]::before {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio input[type="radio"]:checked {
    border-width: 8px;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field {
    margin: 0;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field.vertical_checkbox::after {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox::after {
    margin-top: 28px;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    opacity: 0.25;
    background: var(--Light-Blue);
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_opt_container {
    display: flex;
    gap: 20px 8px;
    margin-top: 13px;
    flex-wrap: wrap;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_checkbox label {
    gap: 8px;
    display: flex;
    padding: 0;
    cursor: pointer;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: normal;
    text-indent: 0;
    color: var(--Foreground);
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    top: -2px;
    left: 0;
    border-radius: 0;
    border: 1px solid var(--Blue);
    background: var(--Light-Blue-Tint);
    position: relative;
    opacity: 1;
    cursor: pointer;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox input[type="checkbox"]:checked {
    background-color: var(--Blue);
    border-color: var(--navy);
    box-shadow: none;
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox input[type="checkbox"]:checked::before {
    width: 12px;
    height: 11px;
    margin: 5px 0 0 5px;
    box-shadow: inset 8px 8px var(--White);
    top: auto;
    left: auto;
    transform: none;
}

body .frm_forms .frm_form_fields .last-checkbox.vertical_radio input[type="checkbox"]:checked {
    background-color: var(--navy);
    border-color: var(--navy);
}

body .frm_forms .frm_form_fields .last-checkbox.vertical_radio input[type="checkbox"]:checked::before {
    box-shadow: inset 8px 8px var(--White);
}

body .frm_forms .frm_form_fields .frm_form_field.vertical_radio input[type="checkbox"]::before {
    box-shadow: inset 10px 10px var(--White);
}

body .frm_forms .frm_form_fields .frm_submit {
    position: relative;
    z-index: 1;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit {
    margin: 0;
}

body .contact-form .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit {
    max-width: 88px;
    margin-left: auto;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit::before {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit button.frm_button_submit {
    width: 100%;
}

body .frm_forms .frm_form_fields .frm_form_field input.frm_custom_date,
body .frm_forms .frm_form_fields .frm_form_field.date_icon input {
    background: url("./images/calendar-icon.svg") no-repeat 95% 19px;
    background-size: 14px 14px;
}

body .frm_forms form .frm_required_field div.frm_error {
    right: 0;
    bottom: -17px;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: var(--red);
    position: absolute;
}

body .frm_success_style,
body .with_frm_style .frm_message {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.36px;
    font-weight: 400;
    font-family: Univers, sans-serif;
    color: var(--Foreground);
    background: 0 0;
    padding: 0;
    text-align: left;
    border: none;
    border-radius: 0;
}

body .with_frm_style .frm_message p {
    color: var(--Foreground);
    letter-spacing: inherit;
}

body .frm_forms .frm_form_fields .vertical_radio .frm_opt_container {
    margin-top: 8px;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

body .flyout-form-overlay .frm_forms .frm_form_fields .vertical_radio .frm_opt_container {
    flex-direction: column;
}

body .frm_forms .frm_form_fields .vertical_radio .frm_checkbox {
    margin: 0;
    position: relative;
    display: inline-block;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .vertical_radio .frm_checkbox {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    border: none;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .vertical_radio .frm_checkbox label {
    position: relative;
    background-color: transparent;
}

body .with_frm_style .frm_loading_form .frm_button_submit {
    opacity: 1 !important;
    color: var(--White) !important;
}

body .with_frm_style .frm_loading_prev .frm_prev_page {
    opacity: 1 !important;
    color: var(--navy) !important;
}

body .frm_forms .frm_verify {
    display: none;
}

body .with_frm_style .frm_form_field.frm_html_container {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.18px;
}

.frm-g-recaptcha {
    height: 78px;
    overflow: hidden;
}

.frm_form_field_wrapper {
    width: 100%;
    gap: 8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

body .frm_forms .frm_form_fields .frm_form_field.client-info {
    padding-top: 38px;
    margin-top: 34px;
    width: 100%;
    float: left;
    border-top: 1px solid var(--white-20);
}

body .frm_forms .frm_form_fields .frm_form_field.client-info .contact-head {
    margin-bottom: 7px;
}

legend.frm_screen_reader {
    display: none;
}

body .with_frm_style .frm_form_field.frm_html_container:empty {
    margin: 0;
}

input::-webkit-input-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

input:-moz-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

input::-moz-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

input:-ms-input-placeholder {
    color: var(--Blue);
    font-family: Blackbird, sans-serif;
}

body.page-template-application-form #frm_field_97_container {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(94, 103, 131, 0.25);
    margin-bottom: 39px;
}

body.page-template-application-form .frm_forms .frm_form_fields .frm_form_field.frm12 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding-bottom: 39px !important;
    border-bottom: 1px solid rgba(94, 103, 131, 0.25);
    margin-bottom: 34px !important;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone {
    border: none;
    margin: 0;
    max-width: 100%;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message {
    margin: 0;
    padding: 12px 16px 12px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.32px;
    border-radius: 8px;
    border: solid 1px var(--gray-md);
    background: var(--gray-lt);
    box-shadow: none;
    position: relative;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message::after {
    content: "\f093";
    flex: 0 0 20px;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    color: #343536;
    font-size: 1.25rem;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frmsvg {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frm_icon_font,
body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frm_upload_text {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frm_small_text {
    flex: 1;
    display: block;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(52, 53, 54, 0.5);
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frm_small_text::before {
    content: "Select an image from your device";
}

body .frm_forms .frm_form_fields .frm_form_field .frm_dropzone .dz-message .frm_small_text p {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field .frm_date {
    position: relative;
}

body.page-template-application-form .frm_forms .frm_form_fields #frm_field_91_container {
    position: absolute;
    right: 0;
    font-size: 0.875rem;
    line-height: 1.57;
    text-decoration: underline;
    color: #5e6783;
}

body.page-template-application-form .frm_forms .frm_form_fields .frm_form_field.vertical_radio span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
}

#frm_field_95_container {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(94, 103, 131, 0.25);
    margin: 11px 0 34px;
}

#frm_field_51_container h3,
#frm_field_95_container h3 {
    font-size: 1.25rem;
    margin-bottom: 4px;
    line-height: 1.2;
}

body.page-template-rate-request .frm_forms .frm_form_fields .frm_form_field label span {
    position: absolute;
    right: 0;
    font-size: 0.875rem;
    line-height: 1.57;
    text-decoration: underline;
    color: #5e6783;
    font-weight: 400;
}

body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field label small {
    font-size: 0.75rem;
}

body .frm_forms .frm_form_fields .frm_submit button span {
    font-size: 1rem;
}

#frm_field_17_container .frm_primary_label span {
    display: none;
}

body .flyout-form-overlay .h3 {
    margin-bottom: 24px;
    text-align: left;
}

body .flyout-form-overlay .frm_form_field_wrapper {
    display: block;
}

body .flyout-form-overlay .frm_form_field_wrapper .last-checkbox {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

body .flyout-form-overlay .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit {
    padding-top: 24px;
    margin-top: 24px;
}

body .flyout-form-overlay .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit::before {
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    opacity: 0.5;
    background-image: linear-gradient(to right, var(--Light-Blue) 25%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

body .flyout-form-overlay .frm_forms .frm_form_fields .frm_form_field_wrapper button.frm_button_submit {
    width: fit-content;
}

body .white-popup-block .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 23px;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field div.frm_primary_label {
    display: none;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field.vertical_radio .frm_checkbox label.open {
    background-color: transparent;
}

body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field.vertical_checkbox .frm_opt_container .frm_checkbox {
    flex: 1;
}

@media only screen and (min-width: 1024px) {
    body .frm_forms .frm_form_fields .frm_form_field.frm_half {
        width: calc(50% - 17px);
        margin-left: 14px;
        margin-right: 14px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half.frm_first {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half.frm_last {
        margin-right: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field {
        margin-bottom: 0;
        flex: 1;
    }

    .captcha-btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 30px;
    }

    body .frm_forms .frm_form_fields .captcha-btn-wrapper .frm_form_field {
        margin-bottom: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm5 {
        width: calc(20% - 16px);
        margin-left: 10px;
        margin-right: 10px;
        float: left;
        clear: none;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_first.frm5 {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_last.frm5 {
        margin-right: 0;
    }

    body .frm_forms .frm_form_fields .frm_new_flex {
        gap: 26px;
        margin-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field:first-child {
        flex: 0 0 calc(100% - 435px);
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field {
        flex: 0 0 119px;
        width: auto;
        margin: 0;
        float: none;
    }

    body .frm_forms .frm_form_fields .hide-label .frm_form_field .frm_primary_label {
        display: none;
    }

    body .frm_forms .frm_form_fields .frm_form_field.top_space {
        width: 100%;
        clear: both;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1300px) {
    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_radio {
        flex: 0 0 calc(25% - 6px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_opt_container .frm_checkbox {
        flex: 0 0 calc(25% - 6px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third {
        width: calc(33.33333% - 16px);
        margin-left: 9px;
        margin-right: 9px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_first {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_last {
        margin-right: 0;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_radio {
        flex: 0 0 calc(50% - 4px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_opt_container .frm_checkbox {
        flex: 0 0 calc(50% - 4px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third {
        width: calc(50% - 12px);
        margin-left: 9px;
        margin-right: 9px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_left {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_radio {
        flex: 0 0 calc(25% - 6px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_opt_container .frm_checkbox {
        flex: 0 0 calc(25% - 6px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third {
        width: calc(50% - 12px);
        margin-left: 9px;
        margin-right: 9px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_left {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_third.frm_right {
        margin-right: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half {
        width: calc(50% - 11px);
        margin-left: 8px;
        margin-right: 8.5px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half.frm_first {
        margin-left: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half.frm_last {
        margin-right: 0;
    }

    body .frm_forms .frm_form_fields .frm_form_field.frm_half .frm_half {
        width: 100%;
        margin: 0 0 24px;
        float: none;
    }

    .frm_form_field_wrapper {
        gap: 20px;
        justify-content: space-between;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field {
        margin-bottom: 0;
    }

    .captcha-btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 30px;
    }

    body .frm_forms .frm_form_fields .captcha-btn-wrapper .frm_form_field {
        margin-bottom: 0;
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field.frm_third {
        width: calc(33% - 4px);
        float: left;
        clear: none;
        margin-left: 9px;
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field.frm_third:nth-child(2) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .frm_form_field_wrapper {
        display: block;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field.vertical_radio {
        margin-bottom: 0;
        flex: 1;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_form_field.vertical_radio .frm_checkbox input {
        top: 2px;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .frm_submit {
        flex: 0 0 110px;
        padding-top: 6px;
    }

    body .frm_forms .frm_form_fields .frm_form_field_wrapper .vertical_radio .frm_checkbox label {
        line-height: 1.5rem;
    }

    body .frm_forms .frm_form_fields .frm_submit button.frm_button_submit {
        width: 100%;
    }

    body .frm_forms .frm_form_fields .frm_form_field.client-info {
        padding-top: 34px;
        margin-top: 0;
        border-top: none;
    }

    body .frm_forms .frm_form_fields .frm_form_field textarea {
        height: 140px;
    }

    body .frm_forms .frm_form_fields .frm_form_field {
        margin-bottom: 24px;
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio {
        margin-bottom: 24px;
    }

    body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label {
        padding: 0 0 4px;
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_primary_label {
        padding: 0 0 13px;
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field.frm_third {
        width: calc(34% - 8px);
        float: left;
        clear: none;
        margin-left: 8px;
    }

    body .frm_forms .frm_form_fields .frm_new_flex .frm_form_field.frm_third:nth-child(2) {
        margin-left: 0;
    }

    #frm_field_51_container {
        padding: 12px 0 39px;
        margin: 0 0 31px;
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_radio .frm_radio {
        flex: 0 0 calc(50% - 4px);
    }

    body .frm_forms .frm_form_fields .frm_form_field.vertical_checkbox .frm_opt_container .frm_checkbox {
        flex: 0 0 calc(50% - 4px);
    }

    body .frm_forms .frm_form_fields .frm_form_field .frm_primary_label span:not(.frm_required) {
        margin: 2px 0 5px;
        float: none;
        display: block;
    }

    body .frm_forms form .vertical_radio.frm_required_field div.frm_error {
        position: static;
    }
}

body.page-template-service-landing header.site-header:not(.sticky-header) {
    background-color: transparent;
}

header.site-header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 800;
    background: var(--Blue);
}

header.sticky-header {
    z-index: 850;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.logo a img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.header_btns .button.gray {
    color: var(--Navy);
}

.header_btns .button.gray:hover {
    color: var(--White);
}

.header-btn-link {
    gap: 2px;
}

.header-btn-link span {
    padding: 8px 13px 8px;
    border-radius: 22.4px;
    border: 6.4px solid var(--Orange);
    color: var(--White);
    font-size: 16px;
    line-height: 16px;
    position: relative;
    display: inline-block;
}

.header-btn-link:hover {
    color: var(--White);
}

.header-btn-link svg {
    width: 23px;
    height: 43px;
}

@media screen and (min-width: 1024px) {
    body.home header.site-header {
        background: 0 0;
    }
}

@media screen and (min-width: 936px) {
    .header {
        gap: 16px;
    }

    .logo {
        flex: 0 0 160px;
    }

    .humburger-btn {
        display: none;
    }

    .mobile_header_btns {
        display: none;
    }

    .header_right {
        flex: 1;
        padding-right: 10px;
    }

    body.home ul.main_menu {
        gap: 0 40px;
    }

    ul.main_menu {
        margin: 0;
        gap: 0 45px;
        padding-right: 18px;
        flex: 1;
        width: fit-content;
        position: relative;
        justify-content: center;
        text-transform: uppercase;
    }

    ul.main_menu li::before {
        display: none;
    }

    ul.main_menu>li {
        margin: 0;
    }

    ul.main_menu>li>a {
        padding: 34px 0 35px;
        display: block;
        color: var(--White);
        font-size: 15px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 1.2px;
        position: relative;
    }

    ul.main_menu>li>a::after {
        width: 0%;
        height: 8px;
        bottom: -4px;
        left: 0;
        right: 0;
        opacity: 0;
        position: absolute;
        content: "";
        display: block;
        border-radius: 0;
        background: var(--Orange);
        transition: var(--b-transition);
        margin-left: auto;
        margin-right: auto;
    }

    ul.main_menu>li.current-menu-item>a::after,
    ul.main_menu>li:hover>a::after {
        opacity: 1;
        width: 64px;
    }

    ul.main_menu>li>ul {
        margin: 0;
        padding: 21px 32px 15px;
        min-width: 300px;
        border-radius: 0 0 8px 8px;
        background-color: var(--White);
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: var(--b-transition);
        box-shadow: 0 6px 12px 0 rgba(24, 42, 84, 0.1);
    }

    ul.main_menu>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    ul.main_menu>li>ul>li {
        margin: 0 0 11px;
    }

    ul.main_menu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 500;
        display: block;
    }

    ul.main_menu>li>ul>li>ul {
        margin: 0;
        padding: 21px 32px 15px;
        min-width: 300px;
        left: calc(100% + 32px);
        top: 0;
        border-radius: 0 8px 8px 8px;
        background-color: var(--White);
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: var(--b-transition);
        box-shadow: 0 6px 12px 0 rgba(24, 42, 84, 0.1);
    }

    ul.main_menu>li>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    ul.main_menu>li>ul>li>ul>li {
        margin: 0 0 11px;
    }

    ul.main_menu>li>ul>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        display: block;
    }

    ul.main_menu>li.nav-services>ul {
        width: 100vw;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        max-width: 855px;
        left: -178px;
        gap: 56px;
        display: flex;
        flex-wrap: wrap;
        z-index: 10;
        border-radius: 0 0 8px 8px;
        box-shadow: none;
    }

    ul.main_menu>li.nav-services:hover>ul {
        max-height: inherit;
    }

    ul.main_menu>li.nav-services>ul>li {
        margin: 0;
        width: 100%;
        display: block;
    }

    ul.main_menu>li.nav-services>ul>li>a {
        padding: 24px 32px;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: var(--Background);
        color: var(--Blue);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.563rem;
        font-family: var(--base-font);
    }

    ul.main_menu>li.nav-services>ul>li>a img.menu-image {
        padding: 0;
    }

    ul.main_menu>li.nav-services>ul>li>a span.menu-image-title-after {
        padding: 0;
    }

    ul.main_menu>li.nav-services>ul>li>a span p {
        color: var(--Foreground);
        font-family: "Noto Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

    ul.main_menu>li.nav-services>ul>li>a svg {
        width: 35px;
    }

    ul.main_menu>li.nav-services>ul>li>ul {
        margin: 0;
        padding: 32px 32px 8px;
        gap: 56px;
        left: 0;
        top: auto;
        position: static;
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background-color: var(--White);
        border-radius: 0 0 16px 16px;
        box-shadow: none;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li {
        margin: 0;
        flex: 0 0 calc(33.3333% - 22px);
    }

    ul.main_menu>li.nav-services>ul>li>ul>li:nth-child(2) {
        flex: 0 0 191px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>a {
        gap: 14px;
        align-items: center;
        flex-wrap: wrap;
        display: inline-flex;
        color: var(--Blue);
        font-family: var(--base-font);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5rem;
        cursor: pointer;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>a:hover {
        color: var(--Orange);
    }

    ul.main_menu>li.nav-services>ul>li>ul>li.no_link>a {
        color: var(--Blue);
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul {
        margin: 0;
        padding-top: 24px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li {
        margin: 0 0 24px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a {
        gap: 12px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        color: var(--Foreground);
        font-family: var(--base-font);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li.current-menu-item>a,
    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a:hover {
        color: var(--Orange);
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a figure,
    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a svg {
        width: 24px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a img.menu-image {
        width: 24px;
        padding: 0;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a span.menu-image-title {
        padding: 0;
    }

    ul.main_menu>li.nav-solutions>ul {
        max-height: 0;
        overflow: hidden;
        padding: 32px 32px 0;
        max-width: 956px;
        left: -455px;
        gap: 31px;
        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        z-index: 10;
        border-radius: 0 0 8px 8px;
    }

    ul.main_menu>li.nav-solutions:hover>ul {
        max-height: inherit;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li:last-child {
        margin: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li:first-child {
        flex: 1;
        margin: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li:nth-child(2) {
        flex: 0 0 274px;
        max-width: 274px;
    }

    ul.main_menu>li.nav-solutions>ul>li:last-child {
        padding: 20px 32px;
        margin: 0;
        flex: 0 0 calc(100% + 64px);
        left: -32px;
        gap: 40px;
        display: flex;
        flex-wrap: wrap;
        background: var(--Background);
        border-radius: 0 0 8px 8px;
    }

    ul.main_menu>li.nav-solutions>ul>li>a {
        color: var(--Blue);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.563rem;
        font-family: var(--base-font);
    }

    ul.main_menu>li.nav-solutions>ul>li>a:hover {
        color: var(--Orange);
    }

    ul.main_menu>li.nav-solutions>ul>li>ul {
        margin: 0;
        padding: 20px 0 0;
        left: 0;
        top: auto;
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li {
        margin: 0 0 22px;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li>a {
        gap: 12px;
        align-items: flex-start;
        flex-wrap: nowrap;
        display: flex;
        color: var(--Foreground);
        font-family: var(--base-font);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li.current-menu-item>a,
    ul.main_menu>li.nav-solutions>ul>li>ul>li>a:hover {
        color: var(--Orange);
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li>a figure {
        width: 25px;
        padding: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li>a img {
        padding: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li>a span {
        top: 1px;
        position: relative;
        padding: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li:first-child>ul {
        display: flex;
        flex-wrap: wrap;
    }

    ul.main_menu>li.nav-solutions>ul>li:first-child>ul>li {
        flex: 0 0 50%;
    }

    ul.main_menu>li.nav-solutions>ul>li:last-child>ul {
        padding: 0;
        gap: 42px;
        display: flex;
        flex-wrap: wrap;
        background-color: transparent;
    }

    ul.main_menu>li.nav-solutions>ul>li:last-child>ul>li {
        margin: 0;
    }

    ul.main_menu>li.nav-solutions>ul>li>ul>li>ul>li>a figure,
    ul.main_menu>li.nav-solutions>ul>li>ul>li>ul>li>a svg {
        width: 24px;
    }

    .header_btn {
        width: fit-content;
        gap: 16px;
    }

    .header_btn button {
        padding: 4px 12px;
        border: 6px solid var(--Orange);
        border-radius: 25px;
        font-weight: 600;
    }

    .header_btn button:hover {
        font-size: 1.25rem;
        background-color: transparent;
        padding: 8px 10px;
    }

    .menu-icon {
        width: 40px;
        height: 40px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li.hide-menu-item {
        display: none;
    }

    .site-main-cover {
        padding-top: 106px;
    }

    body.page-template-service-landing .site-main-cover {
        padding-top: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    ul.main_menu {
        padding-right: 22px;
        gap: 22px;
    }

    ul.main_menu>li.nav-services {
        position: static;
    }

    ul.main_menu>li.nav-services>ul {
        left: -174px;
        max-width: 944px;
    }

    ul.main_menu>li.nav-solutions>ul {
        left: -399px;
        max-width: 940px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 740px) {
    .site-main-cover {
        padding-top: 92px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 200px) {
    .header {
        padding: 14px 0 14px;
        gap: 16px;
        position: relative;
        z-index: 2;
    }

    .logo {
        flex: 0 0 98px;
        position: relative;
        z-index: 1;
    }

    .humburger-btn {
        width: 48px;
        height: 48px;
        right: 0;
        cursor: pointer;
        display: block;
        z-index: 1;
        background-color: var(--Dark-Blue-40);
    }

    .humburger-btn span {
        width: 100%;
        height: 2px;
        left: 0;
        right: 0;
        max-width: 28px;
        margin: 0 auto;
        opacity: 1;
        transition: var(--b-transition);
        background-color: var(--Light-Blue);
        display: block;
        position: absolute;
    }

    .humburger-btn span:first-child {
        top: 16px;
    }

    .humburger-btn span:nth-child(2) {
        top: 24px;
    }

    .humburger-btn span:nth-child(3) {
        top: 32px;
    }

    .humburger-btn span {
        max-width: 22px;
    }

    .humburger-btn.open span:first-child {
        top: 24px;
        transform: rotate(45deg);
    }

    .humburger-btn.open span:nth-child(2) {
        transform: scale(0);
    }

    .humburger-btn.open span:nth-child(3) {
        top: 24px;
        transform: rotate(-45deg);
    }

    .h_mobile_overlay {
        visibility: hidden;
        opacity: 0;
        top: 0;
        right: 0;
        transform: translateX(0);
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(24, 42, 84, 0.85);
        backdrop-filter: blur(6px);
        transition: var(--b-transition);
    }

    .h_mobile_overlay.open {
        visibility: visible;
        opacity: 1;
    }

    .header_right {
        display: block;
        padding: 11px 16px 4px;
        top: 100%;
        left: calc(100% + 50px);
        width: 100%;
        height: auto;
        position: absolute;
        background-color: var(--White);
        border-radius: 0 0 16px 16px;
        border: 1px solid var(--Blue-Tint, #d9dff2);
        border-top: none;
        transition: all 0.5s ease-out;
    }
    .header_right.open{left: 0;}
    .header_right.open::after {
        content: "";
        display: block;
        width: 1000vw;
        height: 100vh;
        background: var(--Navy);
        position: absolute;
        top: 0;
        left: -100%;
        z-index: -1;
        opacity: 0.8;
        transition: all 0.5s ease-out;
    }
    ul.main_menu {
        margin: 0;
        display: block;
    }

    ul.main_menu>li {
        margin: 0;
    }

    ul.main_menu li::before {
        display: none;
    }

    ul.main_menu>li>a {
        padding: 21px 0 19px;
        border-bottom: 1px solid var(--Blue-Tint, #d9dff2);
        display: block;
        color: var(--Blue);
        font-family: var(--base-font);
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.563rem;
        position: relative;
    }

    ul.main_menu>li>a.active {
        border-bottom-color: transparent;
    }

    ul.main_menu>li.current-menu-item>a,
    ul.main_menu>li>a:hover {
        color: var(--Orange);
    }

    ul.main_menu>li.menu-item-has-children>a::after {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("./images/down-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        display: block;
        position: absolute;
    }

    ul.main_menu>li.menu-item-has-children>a.active {
        font-size: 1rem;
        color: rgb(19 53 175 / 50%);
        text-align: center;
        text-transform: uppercase;
    }

    ul.main_menu>li.menu-item-has-children>a.active::after {
        top: calc(50% + 3px);
        transform: translateY(-50%) scaleX(-1);
        left: 0;
        right: auto;
    }

    ul.main_menu>li>ul {
        margin: 0;
        display: none;
        background-color: var(--White);
    }

    ul.main_menu>li>ul>li {
        margin: 0;
    }

    ul.main_menu>li>ul>li>a {
        padding: 22px 0 19px;
        border-top: 1px solid var(--Blue-Tint, #d9dff2);
        color: var(--Blue);
        font-family: var(--base-font);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.375rem;
        display: block;
        position: relative;
    }

    ul.main_menu>li>ul>li.menu-item-has-children>a::after {
        top: calc(50% + 1px);
        transform: translateY(-50%);
        right: 0;
        width: 15px;
        height: 9px;
        background-image: url("./images/caret-down.svg");
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
    }

    ul.main_menu>li>ul>li.menu-item-has-children>a.active::after {
        transform: translateY(-50%) scaleY(-1);
    }

    ul.main_menu>li>ul>li>ul {
        margin: 0;
        padding: 0 0 8px;
        display: none;
    }

    ul.main_menu>li>ul>li>ul>li {
        margin-bottom: 12px;
    }

    ul.main_menu>li>ul>li>ul>li>a {
        color: var(--Foreground);
        font-family: var(--base-font);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        gap: 12px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.main_menu>li.nav-services>ul>li>a {
        gap: 11px;
        padding: 12px;
        pointer-events: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: var(--Background);
        border-radius: 8px;
        border-top-color: transparent;
    }

    ul.main_menu>li.nav-services>ul>li>a svg {
        width: 24px;
        height: 24px;
    }

    ul.main_menu>li.nav-services>ul>li>a::after {
        display: none;
    }

    ul.main_menu>li.nav-services>ul>li>ul {
        display: block !important;
        padding: 20px 0 8px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li {
        margin: 0;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>a {
        padding: 22px 0 19px;
        border-top: 1px solid var(--Blue-Tint, #d9dff2);
        color: var(--Blue);
        font-family: var(--base-font);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.375rem;
        display: block;
        position: relative;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li.menu-item-has-children>a::after {
        top: calc(50% + 2px);
        transform: translateY(-50%);
        right: 0;
        width: 15px;
        height: 9px;
        background-image: url("./images/caret-down.svg");
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li.menu-item-has-children>a.active::after {
        transform: translateY(-50%) scaleY(-1);
    }

    ul.main_menu>li.nav-services>ul>li>a img.menu-image {
        padding: 0;
        width: 24px;
    }

    ul.main_menu>li.nav-services>ul>li>a span.menu-image-title-after {
        padding: 0;
    }

    ul.main_menu>li.nav-services>ul>li>a span p {
        display: none;
        color: var(--Foreground);
        font-family: "Noto Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul {
        margin: 0;
        padding: 0 0 7px;
        display: none;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li {
        margin: 0 0 12px;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a {
        gap: 11px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: var(--Foreground);
        display: flex;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a img.menu-image,
    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a svg,
    ul.main_menu>li>ul>li>ul>li>a img.menu-image {
        width: 24px;
        padding: 0;
        top: 1px;
        position: relative;
    }

    ul.main_menu>li.nav-services>ul>li>ul>li>ul>li>a span.menu-image-title,
    ul.main_menu>li>ul>li>ul>li>a span.menu-image-title {
        padding: 0;
    }

    .menu-desc {
        flex: 1;
    }

    .menu-desc p {
        display: none;
    }

    .header_btns {
        gap: 16px;
        margin: 20px 0 16px;
    }

    .header_btns.off {
        display: none;
    }
    .header_btn{padding: 20px 0;}
    .header-btn-link span{color: var(--Navy);}
    .header_btns .button {
        flex: 1;
    }

    .mobile_header_btns {
        flex: 0 0 150px;
        gap: 12px;
        top: 2px;
        position: relative;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 74px;
    }

    .mobile_header_btns .button span {
        display: none;
    }
}

@media screen and (max-width: 739px) and (min-width: 200px) {
    .site-main-cover {
        padding-top: 64px;
    }
}

@media screen and (max-width: 370px) and (min-width: 200px) {
    .header_btns {
        display: block;
    }

    .header_btns .button {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
}

.resources-section {
    background: var(--Background, #f0f2fa);
}

.res-srch-form {
    transition: all 0.5s ease;
}

.res-srch-field input {
    width: 100%;
    padding: 15px 48px 16px 16px;
    font-size: 18px;
    line-height: 22px;
    background-color: var(--White);
    border-color: transparent;
}

.res-srch-field input::-webkit-input-placeholder {
    color: var(--Navy);
    opacity: 0.5;
}

.res-srch-field input:-moz-placeholder {
    color: var(--Navy);
    opacity: 0.5;
}

.res-srch-field input::-moz-placeholder {
    color: var(--Navy);
    opacity: 0.5;
}

.res-srch-field.open input {
    width: 100%;
    min-width: 436px;
    border-image: var(--Gradient-Gold, linear-gradient(315deg, #f9662d 0.31%, #fec74d 82.24%, #ffdc54 100.31%));
    background-color: var(--White);
}

button.res-expand-icon,
button.res-srch-icon {
    right: -40px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    color: var(--Blue, #1335af);
    background-color: transparent;
    font-size: 32px;
    line-height: 32px;
    padding: 0;
    border: none;
}

.res-srch-form.open button.res-expand-icon,
.res-srch-form.open button.res-srch-icon {
    right: 20px;
    top: 50%;
    font-size: 20px;
}

.res-dropdown-main {
    flex: 1;
    gap: 40px;
    transition: all 0.5s ease;
}

.res-dropdown-main.fade {
    opacity: 0;
    visibility: hidden;
}

.res-rule {
    width: 1px;
    height: 56px;
    background-color: var(--White);
}

.res-dropdown-pos {
    width: fit-content;
}

.res-scroll-top .res-rule {
    opacity: 0;
}

.res-scroll-top .res-dropdown {
    transform: translateY(-30px);
}

.res-scroll-top .res-srch-form {
    transform: translateY(-30px);
}

.res-srch-main {
    z-index: 2;
}

.res-dropdown {
    gap: 13px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.5s ease;
}

.res-dropdown::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    opacity: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: var(--Orange);
    transition: all 0.5s ease;
}

.res-dropdown.open::after {
    opacity: 1;
}

.open .res-category-arrow {
    color: var(--Orange);
}

.open .res-category-arrow::before {
    content: "\f077";
}

.res-category {
    color: var(--Navy, #182a54);
    font-family: arboria, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.res-category span {
    font-weight: 400;
}

.res-category-arrow {
    top: 3px;
    color: var(--Blue, #1335af);
    font-size: 20px;
    line-height: 20px;
    position: relative;
}

.res-tags-list {
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    height: auto;
    position: absolute;
    z-index: 1;
}

ul.res-tags {
    margin: 0;
    gap: 10px;
}

ul.res-tags li {
    margin: 0;
}

ul.res-tags li::before {
    display: none;
}

ul.res-tags li a {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 8px 3px;
    border-radius: 8px;
    background-color: var(--Navy);
    color: var(--White);
}

ul.res-tags li a:hover {
    background-color: var(--Orange);
}

.load-more-resources {
    gap: 16px;
}

.load-more-resources::after,
.load-more-resources::before {
    height: 1px;
    content: "";
    display: block;
    opacity: 0.2;
    background: var(--Foreground, #313031);
}

.load-more-resources::before {
    flex: 1;
}

.load-more-resources::after {
    flex: 1;
}

span.loader {
    position: absolute;
}

.res-srch-results {
    flex-grow: 1;
    flex: 0 0 100%;
}

.res-srch-results h2 {
    margin: 0;
    color: var(--Navy);
}

ul.blog_list {
    margin: 0;
    width: 100%;
}

#more-blog {
    width: 100%;
    display: block;
}

#more-blog h3.no-posts {
    margin-bottom: 0;
    padding-top: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .res-srch-main {
        z-index: 2;
    }

    .res-srch-form.open .res-srch-field {
        width: 436px;
        opacity: 1;
    }

    .res-srch-field {
        padding: 2px;
        width: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        background-image: linear-gradient(to top, #f9662d, #fec74d);
        border-radius: 8px;
    }

    button.res-expand-icon {
        opacity: 0;
        visibility: hidden;
    }

    .res-srch-form.open button.res-srch-icon {
        opacity: 0;
        visibility: hidden;
    }

    .res-srch-form.open button.res-expand-icon {
        opacity: 1;
        visibility: visible;
    }

    .resources-row {
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .res-srch-main {
        gap: 46px 92px;
    }

    .resources-wrap {
        padding: 26px 0 120px;
    }

    .resources-blogs {
        padding-top: 56px;
    }

    .resources-row {
        gap: 40px;
    }

    .resources-list {
        flex: 0 0 calc(33.333333% - 27px);
    }

    body.page-template-integrations .res-srch-main {
        margin-bottom: 83px;
    }

    .load-more-resources {
        margin-top: 62px;
    }

    #more-blog:not(:first-child) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .resources-row {
        gap: 32px;
    }

    .resources-list {
        flex: 0 0 calc(33.333333% - 22px);
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .res-dropdown-main {
        gap: 32px;
    }

    .res-srch-main {
        gap: 32px;
    }

    .res-srch-form.open .res-srch-field {
        width: 309px;
    }

    .resources-wrap {
        padding: 32px 0 62px;
    }

    .resources-blogs {
        padding: 42px 0 0;
    }

    .resources-row {
        gap: 32px;
    }

    .resources-list {
        flex: 0 0 calc(50% - 16px);
    }

    .load-more-resources {
        margin-top: 62px;
    }

    #more-blog:not(:first-child) {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .resources-wrap {
        padding: 38px 0 80px;
    }

    .res-srch-main {
        display: block;
        padding: 0 0 64px;
    }

    .res-srch-form {
        margin-bottom: 16px;
    }

    body.page-template-integrations .res-srch-main {
        padding-bottom: 64px;
    }

    body.page-template-integrations .res-srch-form {
        margin-bottom: 17px;
    }

    .res-srch-field {
        padding: 2px;
        transition: all 0.5s ease-in-out;
        background-image: linear-gradient(to top, #f9662d, #fec74d);
        border-radius: 8px;
    }

    button.res-srch-icon {
        display: none;
    }

    button.res-expand-icon {
        font-size: 24px;
        right: 18px;
        top: calc(50% - 1px);
    }

    button.res-expand-icon:hover {
        color: var(--Orange);
    }

    .resources-row {
        display: block;
    }

    .resources-list {
        margin-bottom: 24px;
    }

    #more-blog:not(:first-child) {
        margin-top: 24px;
    }

    .load-more-resources {
        margin-top: 64px;
    }

    .res-rule {
        height: 34px;
    }

    .res-dropdown-main {
        position: relative;
    }

    ul.res-tags {
        padding-top: 10px;
    }
}

.share-icons {
    margin: 40px 0 0;
    gap: 15px;
    position: relative;
    justify-content: flex-start;
}

.share-icons #st-1.st-animated {
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    flex: 1;
}

.share-icons #st-1.st-animated .st-btn {
    padding: 0;
    margin: 0;
    width: 56px;
    height: 56px;
    min-width: 48px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    border-radius: 50%;
    background: var(--Light-Blue-Tint);
    color: var(--Blue);
    position: relative;
    z-index: 1;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: var(--b-transition);
}

.share-icons #st-1.st-animated .st-btn:hover {
    background: var(--Orange) !important;
    color: var(--White) !important;
    opacity: 1;
}

.share-icons #st-1.st-animated span.st-label {
    display: none;
}

.share-icons #st-1.st-animated .st-btn[data-network="sharethis"]::after {
    content: "\f1e0";
    font-family: "Font Awesome 6 Pro";
}

.share-icons #st-1.st-animated .st-btn[data-network="facebook"]::after {
    content: "\f39e";
}

.share-icons #st-1.st-animated .st-btn[data-network="twitter"]::after {
    content: "\e61b";
}

.share-icons #st-1.st-animated .st-btn[data-network="linkedin"]::after {
    content: "\f0e1";
}

.share-icons #st-1.st-animated .st-btn[data-network="email"]::after {
    content: "\40";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.share-icons #st-1.st-animated img {
    display: none;
}

.share-icons #st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 2rem;
}

.share-inline-arrow {
    flex: 0 0 80px;
    opacity: 0.25;
}

body.single-post .share-inline-arrow {
    padding: 35px 0 0;
}

.share-icons #st-1.st-animated .st-btn[data-network="sharethis"] {
    background: 0 0 !important;
    color: var(--Orange) !important;
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
}

@media screen and (min-width: 1024px) {
    .post-video-aside .share-icons {
        padding-top: 21px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .share-icons #st-1.st-animated {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .share-icons #st-1.st-animated {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .share-icons {
        gap: 41px;
    }

    .share-inline-arrow {
        flex: 1;
    }

    .share-icons #st-1.st-animated {
        justify-content: flex-start;
    }

    .share-icons #st-1.st-animated .st-btn[data-network="sharethis"] {
        width: 42px;
    }
}

ul.social-icons {
    gap: 12px;
    margin: 0;
    width: fit-content;
    justify-content: flex-end;
}

ul.social-icons li {
    margin: 0;
    display: inline-block;
}

ul.social-icons li::before {
    display: none;
}

ul.social-icons li a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1.5rem;
    color: var(--White);
    position: relative;
    z-index: 1;
}

ul.social-icons li a::before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0.25;
    border-radius: 50%;
    background-color: var(--Dark-Blue);
    position: absolute;
    transition: var(--b-transition);
    z-index: -1;
}

ul.social-icons li a:hover::before {
    opacity: 1;
    width: 0;
    height: 0;
}

ul.social-icons li a:hover {
    color: var(--White);
    background-color: var(--Orange);
}

.alt-blue .alt-feature-text {
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), var(--Blue);
}

ul.alt-order {
    margin: 35px 0 36px;
    gap: 30px;
}

ul.alt-order li::before {
    display: none;
}

ul.alt-order li {
    margin: 0;
}

ul.alt-order li a {
    gap: 8px;
}

ul.alt-order li a i {
    font-size: 20px;
    line-height: 20px;
    color: var(--Light-Blue);
}

.alt-feature-btns {
    gap: 16px;
    padding-top: 10px;
}

.alt-white .alt-feature-desc {
    color: var(--Gray);
}

.alt-white .alt-feature-btns .button {
    border: 4px solid var(--Blue);
    background: var(--Blue);
}

.alt-white .alt-feature-btns .button:hover {
    border: 4px solid var(--Orange);
    background: var(--Orange);
}

.teal ul.alt-order li a i {
    color: var(--Teal);
}

.teal .alt-feature-svg path {
    stroke: var(--Teal);
}

.pink ul.alt-order li a i {
    color: var(--light-pink);
}

.pink .alt-feature-svg path {
    stroke: var(--light-pink);
}

.alt-feature-svg svg {
    width: 100%;
    height: 100%;
}

.no_alt_feature_image {
    display: block;
}

.no_alt_feature_text {
    display: block;
}

.no_alt_feature_text .alt-feature-svg {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .alt-feature-main {
        flex-wrap: nowrap;
    }

    .no_alt_feature_image .alt-feature-desc {
        max-width: 1280px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .alt-feature-svg {
        right: -30px;
        top: 85px;
        width: 80px;
        transform: rotate(-180deg);
    }

    .row-reverse .alt-feature-svg {
        left: -30px;
        right: auto;
        height: 161px;
        transform: none;
    }
}

@media only screen and (min-width: 1360px) {
    .alt-feature-list {
        flex: 0 0 50%;
    }

    .alt-feature-image {
        flex: 0 0 calc(50% + 80px);
    }

    .alt-feature-desc {
        max-width: 640px;
        padding: 80px;
        margin-right: auto;
    }

    .row-reverse .alt-feature-desc {
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 1359px) and (min-width: 1024px) {
    .no_alt_feature_image .alt-feature-desc {
        padding: 80px 40px;
    }

    .alt-feature-list {
        flex: 0 0 50%;
    }

    .alt-feature-image {
        flex: 0 0 calc(50%);
    }

    .alt-feature-desc {
        max-width: 640px;
        padding: 64px;
    }

    .row-reverse .alt-feature-desc {
        padding: 64px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .no_alt_feature_image .alt-feature-desc {
        padding: 40px 40px 50px;
    }

    .alt-feature-image {
        max-height: 496px;
    }

    .alt-feature-thumb img {
        object-position: top;
    }

    .alt-feature-svg {
        left: 104px;
        transform: rotate(-90deg);
        bottom: -71px;
        width: 80px;
        height: 160px;
    }

    .alt-feature-desc {
        padding: 64px;
    }

    .alt-feature-desc h3 {
        font-size: 34px;
        line-height: 40px;
    }

    ul.alt-order {
        margin: 37px 0;
    }

    .alt-feature-btns {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .no_alt_feature_image .alt-feature-desc {
        padding: 40px 40px 50px;
    }

    .alt-feature-svg {
        left: 48px;
        transform: rotate(-90deg);
        bottom: -47px;
        width: 40px;
    }

    .alt-feature-svg svg path {
        stroke-width: 3;
    }

    .alt-feature-desc {
        padding: 40px 24px;
    }

    .alt-feature-desc h3 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.alt-order {
        margin: 28px 0;
    }

    .alt-feature-btns {
        padding-top: 2px;
    }
}

.banner-text span.optional-text {
    margin-bottom: 23px;
}

.banner-decs {
    z-index: 2;
}

.banner-circle {
    z-index: -1;
}

.banner-circle svg {
    width: 100%;
    height: 100%;
}

.banner-chevron {
    height: 100%;
    opacity: 0.3;
    background-color: #004c97;
}

.banner-btns {
    margin-top: 32px;
    gap: 16px;
}

@media only screen and (min-width: 1024px) {
    .banner-main {
        flex-direction: row-reverse;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .banner-text {
        z-index: 2;
        flex: 0 0 50%;
        padding: 251px 0 171px;
    }

    .banner-circle {
        top: -251px;
        left: -225px;
        opacity: 0.3;
        width: 638px;
        height: 640px;
    }


    .banner-image {
        flex: 1;
    }

    .banner-pointer {
        width: 217px;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(0% 0%, 0% 0, 100% 50%, 0% 100%, 0% 100%);
    }

    .banner-chevron {
        top: 0;
        left: -106px;
        width: 413px;
        clip-path: polygon(50% 50%, 0% 0%, 47% 0, 100% 50%, 47% 100%, 50% 100%, 0% 100%);
    }

    .banner-main.no_banner_image {
        display: block;
    }

    .no_banner_image .banner-text {
        padding: 171px 0;
    }

    .no_banner_image .banner-desc {
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .banner-image {
        min-width: 840px;
        margin-left: -120px;
    }
}

@media only screen and (max-width: 1359px) and (min-width: 1024px) {
    .banner-desc {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .banner-main {
        display: block;
    }

    .no_banner_image .banner-text {
        padding-top: 80px;
    }

    .banner-text {
        padding: 0 40px 80px;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
    }

    body.page-template-career .banner-text {
        padding-bottom: 160px;
    }

    .banner-circle {
        bottom: 0;
        left: 0;
        opacity: 0.5;
        width: 484px;
        height: 484px;
    }

    .banner-pointer {
        width: 100%;
        height: 189px;
        left: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
        clip-path: polygon(0 0, 48% 49%, 100% 100%, 0% 100%);
    }

    .banner-chevron {
        width: 100%;
        height: 253px;
        left: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
        clip-path: polygon(0 0, 50% 35%, 132% 100%, 0% 100%);
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .banner-main {
        display: block;
    }

    .no_banner_image .banner-text {
        padding-top: 40px;
    }

    .banner-text {
        padding: 0 24px 40px;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
    }

    body.page-template-career .banner-text {
        padding-bottom: 104px;
    }

    .banner-desc {
        font-size: 18px;
        line-height: 27px;
    }

    .banner-desc h1 {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 36px;
    }

    .banner-circle {
        bottom: 0;
        left: 0;
        opacity: 0.5;
        width: 254px;
        height: 254px;
    }

    .banner-pointer {
        width: 100%;
        height: 50px;
        left: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
        clip-path: polygon(0 0, 48% 49%, 100% 100%, 0% 100%);
    }

    .banner-chevron {
        width: 100%;
        height: 82px;
        left: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue, #004c97);
        clip-path: polygon(0 0, 49% 40%, 130% 100%, 0% 100%);
    }
}

.contact-text span.optional-text {
    margin-bottom: 32px;
}

.contact-text h1 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 125%;
    font-weight: 600;
}

.contact-text hr {
    margin-bottom: 31px;
}

ul.contact-links {
    margin: 0;
    padding-top: 11px;
    gap: 8px;
    flex-direction: column;
}

ul.contact-links>li {
    margin: 0;
}

ul.contact-links>li:before {
    display: none;
}

ul.contact-links>li>a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--Blue);
    gap: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

ul.contact-links>li>a>span {
    top: 2px;
    position: relative;
    font-size: 20px;
    line-height: 100%;
    color: var(--Light-Blue);
}

ul.contact-links>li>a:hover {
    color: var(--Orange);
}

.contact-form {
    padding: 50px 48px 48px;
    border: 1px solid rgba(65, 180, 255, 0.25);
    background: var(--White);
}

.no_contact_form.flex {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .contact-main {
        gap: 80px;
        padding: 78px 0 78px;
    }

    .contact-text {
        flex: 0 0 352px;
    }

    .contact-form {
        flex: 1;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .contact-main {
        gap: 64px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 740px) {
    .contact-main {
        padding: 78px 0 48px;
        display: block;
    }

    .contact-form {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 739px) and (min-width: 200px) {
    .contact-main {
        padding: 40px 0 40px;
        display: block;
    }

    .contact-text h1 {
        font-size: 32px;
        line-height: 40px;
    }

    ul.contact-links {
        gap: 19px;
    }

    .contact-form {
        margin-top: 64px;
        padding: 23px 23px 23px;
    }
}

.accordion-list.white {
    background-color: var(--White);
}

.accordion-list {
    margin-bottom: 20px;
    border-left: 8px solid var(--Orange);
    transition: var(--b-transition);
}

.accordion-list:last-child {
    margin-bottom: 0;
}

.accordion-list:hover {
    transform: translateY(-5px);
    border-color: var(--Orange);
}

.accordion-header {
    padding: 25px 24px 23px 80px;
    color: var(--Blue);
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.accordion-header.open {
    color: var(--Blue);
}

.accordion-header.open span.ui-plus {
    transform: rotate(45deg);
}

span.ui-plus {
    width: 24px;
    height: 24px;
    left: 30px;
}

span.ui-plus::after,
span.ui-plus::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--Blue);
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

span.ui-plus::before {
    width: 24px;
    height: 2px;
}

span.ui-plus::after {
    width: 2px;
    height: 24px;
}

.accordion-content {
    max-height: 0;
    transition: max-height 0.9s;
    overflow: hidden;
}

.accordion-desc {
    padding: 1px 24px 24px 80px;
    font-size: 16px;
    line-height: 24px;
}

.accordion-desc ul>li::before {
    top: 8px;
    left: -20px;
    width: 6px;
    height: 6px;
}

.accordion-desc ol {
    margin: 0 0 28px 29px;
}

.accordion-desc ol>li::before {
    top: 0;
    left: -20px;
    font-size: 0.875rem;
    line-height: 1.313rem;
}

@media only screen and (min-width: 1024px) {
    .accordion-main {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .accordion-main {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .accordion-main {
        padding: 40px 0 57px;
    }

    .accordion-header {
        padding: 27px 24px 22px 23px;
    }

    .accordion-header span.ui-plus {
        left: 0;
        margin-bottom: 20px;
        display: block;
        position: relative;
    }

    .accordion-desc {
        padding: 1px 24px 24px 23px;
    }
}

.featured-row-main {
    padding: 40px 0 80px;
}

.point-icon {
    display: block;
    margin-bottom: 22px;
    max-width: 40px;
    color: var(--Orange);
}

.point-icon-1 {
    max-width: 50px;
}

.point-icon img {
    object-fit: contain;
}

.featured-point {
    color: var(--Gray);
}

.featured-point h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.featured-point p {
    margin-bottom: 13px;
}

ul.point-mail-links {
    margin: 0;
    gap: 12px;
    padding-top: 9px;
    flex-direction: column;
}

ul.point-mail-links>li {
    margin: 0;
}

ul.point-mail-links>li:before {
    display: none;
}

ul.point-mail-links>li>a {
    line-height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--Blue);
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    position: relative;
}

ul.point-mail-links>li>a>span {
    font-size: 20px;
    line-height: 100%;
    color: var(--Light-Blue);
}

ul.point-mail-links>li>a:hover {
    color: var(--Orange);
}

ul.point-mail-links li a figure {
    width: 20px;
}

ul.point-mail-links li:nth-child(2) a figure {
    width: 24px;
}

ul.point-mail-links li a span {
    font-size: 20px;
    line-height: 100%;
    color: var(--Light-Blue);
}

@media only screen and (min-width: 1024px) {
    .featured-rows {
        gap: 50px 42px;
    }

    .point1-of-1 {
        flex: 0 0 100%;
    }

    .point1-of-2 {
        flex: 0 0 calc(50% - 21px);
    }

    .point1-of-3 {
        flex: 0 0 calc(33.33333% - 28px);
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .featured-rows {
        gap: 44px 30px;
    }

    .featured-point {
        flex: 0 0 calc(50% - 15px);
    }

    .point-icon {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .featured-row-main {
        padding: 40px 0 44px;
    }

    .featured-rows {
        display: block;
    }

    .featured-point:not(:last-child) {
        margin-bottom: 44px;
    }

    .point-icon {
        margin-bottom: 20px;
    }

    ul.point-mail-links {
        gap: 13px;
        padding-top: 9px;
    }
}

.home-banner-section {
    overflow: hidden;
}

.home-banner-text {
    color: var(--White);
    line-height: 29px;
}

.home-banner-text h1 {
    font-size: 64px;
    line-height: 75px;
    color: var(--White);
    margin-bottom: 18px;
}

.home-banner-text h1>span {
    border-bottom: 4px solid var(--Orange);
    display: inline-block;
    line-height: 56px;
}

.home-banner-thumb {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-banner-thumb picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), rgba(0, 76, 151, 0.75);
}

@media screen and (min-width: 1024px) {
    .home-banner-main {
        padding-bottom: 80px;
    }

    .home-banner-text {
        max-width: 720px;
        padding: 312px 0 177px;
    }

    .home-banner-text p {
        max-width: 340px;
    }

    .home-banner-svg {
        top: 0;
        left: -313px;
        z-index: -1;
        opacity: 0.7;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .home-banner-main {
        padding: 64px 24px 40px;
        left: -40px;
        width: calc(100% + 80px);
        position: relative;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .home-banner-thumb {
        left: -40px;
        width: calc(100% + 80px);
        position: relative;
        z-index: 1;
    }

    .home-banner-thumb picture::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
    }

    .home-banner-thumb picture::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 133px;
        background: var(--Blue);
        opacity: 0.3;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        clip-path: polygon(0 0, 100% 75%, 100% 100%, 0% 100%);
    }

    .home-banner-svg-wrap {
        z-index: 2;
    }

    .home-banner-svg {
        top: 297px;
        left: -24px;
    }

    .home-banner-text {
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
        z-index: 3;
    }

    .home-banner-text h1 {
        font-size: 40px;
        line-height: 52px;
        margin-top: -7px;
    }

    .home-banner-text h1>span {
        line-height: 33px;
    }

    .home-banner-text h1>br {
        display: none;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .home-banner-main {
        padding: 64px 24px 40px;
        left: -24px;
        width: calc(100% + 48px);
        position: relative;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .home-banner-thumb {
        left: -24px;
        width: calc(100% + 48px);
        position: relative;
        z-index: 1;
    }

    .home-banner-thumb picture::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(270deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
    }

    .home-banner-thumb picture::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 133px;
        background: var(--Blue);
        opacity: 0.3;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        clip-path: polygon(0 0, 100% 75%, 100% 100%, 0% 100%);
    }

    .home-banner-svg-wrap {
        z-index: 2;
    }

    .home-banner-svg {
        top: 297px;
        left: -24px;
    }

    .home-banner-text {
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
        z-index: 3;
    }

    .home-banner-text h1 {
        font-size: 40px;
        line-height: 52px;
        margin-top: -7px;
    }

    .home-banner-text h1>span {
        line-height: 33px;
    }

    .home-banner-text h1>br {
        display: none;
    }
}

.micro-cta-text span.optional-text {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 20px;
}

.micro-cta-text h2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
}

.micro-cta-decs {
    z-index: 2;
}

.micro-cta-chevron {
    height: 100%;
    opacity: 0.5;
    background-color: var(--Blue);
}

.no_micro_cta_image {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .micro-cta-main {
        padding: 34px 0 22px;
    }

    .micro-cta-row {
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .micro-cta-text {
        flex: 0 0 390px;
        padding: 56px 0 55px 40px;
        z-index: 2;
    }

    .micro-cta-circle {
        top: 0;
        left: -27px;
        z-index: -1;
        opacity: 0.4;
    }

    .micro-cta-circle svg {
        width: 390px;
        height: 320px;
    }

    .micro-cta-chevron {
        top: 0;
        left: -48px;
        width: 206px;
        clip-path: polygon(50% 50%, 0% 0%, 45% 0, 100% 50%, 45% 100%, 50% 100%, 0% 100%);
    }

    .micro-cta-image {
        flex: 1;
    }

    .micro-cta-pointer {
        width: 108px;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(0% 0%, 0% 0, 100% 50%, 0% 100%, 0% 100%);
    }

    .micro-cta-thumb img {
        border-radius: 0 16px 16px 0;
    }

    .micro-cta-btns {
        padding-top: 7px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .micro-cta-text {
        padding: 56px 0 55px 40px;
        flex: 0 0 300px;
    }

    .micro-cta-circle {
        left: -164px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 200px) {
    .micro-cta-image {
        margin-bottom: -1px;
        z-index: 2;
    }

    .micro-cta-btns .text-btn-link.sm {
        font-size: 20px;
        line-height: 20px;
    }

    .micro-cta-btns .text-btn-link.sm span {
        border-width: 8px;
    }

    .micro-cta-btns .text-btn-link.sm svg {
        width: 29px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .micro-cta-main {
        padding: 40px 0;
    }

    .micro-cta-row {
        display: block;
        text-align: center;
    }

    .no_micro_cta_image .micro-cta-text {
        padding-top: 40px;
    }

    .micro-cta-text {
        padding: 0 40px 40px;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        font-size: 16px;
        line-height: 24px;
    }

    .micro-cta-circle {
        top: 0;
        left: -50px;
        z-index: -1;
        opacity: 0.4;
    }

    .micro-cta-circle svg {
        width: 499px;
        height: 500px;
    }

    .micro-cta-chevron {
        bottom: -58px;
        left: 0;
        right: 0;
        height: 220px;
        clip-path: polygon(50% 0%, 150% 100%, 100% 100%, 50% 50%, 0% 100%, 0% 50%);
    }

    .micro-cta-pointer {
        width: 100%;
        height: 234px;
        left: 0;
        bottom: -2px;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to bottom, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(50% 50%, 50% 50%, 100% 100%, 0% 100%);
    }

    .micro-cta-thumb img {
        border-radius: 16px 16px 0 0;
        max-height: 500px;
    }

    .micro-cta-btns {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .micro-cta-main {
        padding: 40px 0;
    }

    .micro-cta-row {
        display: block;
        text-align: center;
    }

    .no_micro_cta_image .micro-cta-text {
        padding-top: 20px;
    }

    .micro-cta-text {
        padding: 0 20px 28px;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        font-size: 16px;
        line-height: 24px;
    }

    .micro-cta-circle {
        top: 0;
        left: -50px;
        z-index: -1;
        opacity: 0.4;
    }

    .micro-cta-circle svg {
        width: 499px;
        height: 500px;
    }

    .micro-cta-chevron {
        bottom: -58px;
        left: 0;
        right: 0;
        height: 220px;
        clip-path: polygon(50% 0%, 150% 100%, 100% 100%, 50% 50%, 0% 100%, 0% 50%);
    }

    .micro-cta-pointer {
        width: 100%;
        height: 234px;
        left: 0;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to bottom, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(50% 50%, 50% 50%, 100% 100%, 0% 100%);
    }

    .micro-cta-thumb img {
        border-radius: 16px 16px 0 0;
    }

    .micro-cta-btns {
        margin-top: 24px;
    }
}

.newsletter-main h2 {
    margin-bottom: 24px;
}

.comments-type-list {
    padding: 16px;
    gap: 12px;
    background: rgba(25, 35, 76, 0.4);
}

.comments-type-list i {
    color: var(--Light-Blue);
}

.comments-type-list figure {
    width: 24px;
    height: 24px;
}

.comments-type-list figure img {
    object-fit: contain;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 0;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field.newsletter_at::before {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: var(--Light-Blue);
    content: "\40";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field label {
    display: none;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field input {
    padding: 15px 140px 12px 56px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    background-color: var(--Dark-Blue-50, rgb(25 35 76 / 50%));
    color: var(--White);
    border-radius: 28px;
    border: none;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field input:focus {
    background-color: var(--Dark-Blue);
    color: var(--White);
    border-color: var(--Dark-Blue);
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field input::-webkit-input-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field input:-moz-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
    opacity: 0.8;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field input::-moz-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
    opacity: 0.8;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_form_field.field_submit {
    min-width: 120px;
    height: auto;
    right: 0;
    top: 0;
    height: 56px;
    margin: 0;
    display: block;
    position: absolute;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit {
    display: block;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 14px 10px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 28px;
    border: 8px solid var(--Orange);
    background: 0 0;
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit:hover {
    background-color: var(--Orange);
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit:hover svg {
    transform: translateX(4px);
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit svg,
body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit svg path {
    transition: var(--b-transition);
}

body .newsletter-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit:hover svg path {
    fill: var(--White);
}

.newsletter-disclaimer {
    padding: 24px 0 0;
    color: var(--White);
    text-align: center;
    opacity: 0.6;
}

.newsletter-bulb img {
    object-fit: contain;
}

body .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_error_style {
    margin: 0;
    border: none;
    background: 0 0;
    color: var(--White);
    padding: 0;
}

body .newsletter-signup .with_frm_style .frm_message p {
    color: var(--White);
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .newsletter-main {
        padding: 40px 0 0;
    }

    .newsletter-lt {
        flex: 1;
    }

    .newsletter-bulb {
        width: 160px;
    }

    .newsletter-rt {
        flex: 1;
    }
}

@media screen and (min-width: 1300px) {
    .banner-desc {
        max-width: 640px;
        padding-right: 100px;
        margin-left: auto;
        position: relative;
    }

    .newsletter-main {
        gap: 48px;
    }

    .comments-type-row {
        gap: 16px;
    }

    .comments-type-list {
        flex: 0 0 calc(25% - 16px);
        flex-direction: column;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .newsletter-main {
        gap: 24px;
    }

    .comments-type-row {
        gap: 8px;
    }

    .comments-type-list {
        flex: 0 0 calc(50% - 8px);
        padding-right: 40px;
    }

    .newsletter-signup {
        padding-top: 14px;
    }

    .newsletter-disclaimer {
        max-width: 276px;
        margin: auto;
    }

    .comments-type-icon {
        flex: 0 0 auto;
    }

    .comments-type-text {
        flex: 1;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .newsletter-main {
        padding: 40px 0;
        display: block;
    }

    .newsletter-lt {
        margin-bottom: 32px;
    }

    .comments-type-row {
        gap: 16px;
    }

    .comments-type-list {
        flex: 0 0 calc(25% - 12px);
        flex-direction: column;
    }

    .newsletter-bulb {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .newsletter-main {
        display: block;
        padding: 40px 0 40px;
    }

    .newsletter-main h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .comments-type-row {
        gap: 8px;
    }

    .comments-type-list {
        flex: 0 0 calc(50% - 8px);
        padding-right: 40px;
    }

    .comments-type-icon {
        flex: 0 0 auto;
    }

    .comments-type-text {
        flex: 1;
    }

    .newsletter-disclaimer {
        max-width: 260px;
        margin: auto;
    }

    .newsletter-bulb {
        margin: 24px 0 26px;
    }
}

@media only screen and (max-width: 389px) and (min-width: 200px) {
    .comments-type-list {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 370px) and (min-width: 200px) {
    .comments-type-list {
        flex-direction: column;
    }
}

.open-position-text h2 {
    margin-bottom: 24px;
}

.open-position-text hr {
    margin-bottom: 24px;
}

.open-position-list {
    padding: 12px 12px 12px 16px;
    background-color: var(--Light-Blue-Tint);
}

.open-position-title h2 {
    margin-bottom: 0;
}

.open-position-posted {
    color: var(--body-text);
}

.open-position-rt {
    flex-direction: column;
}

.open-position-main.no_position_rt {
    display: block;
}

.open-bracket {
    width: 48px;
    height: 100%;
    top: 0;
    border: 1px solid var(--Light-Blue);
}

.open-bracket.left {
    left: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.open-bracket.right {
    right: 0;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.open-position-btns {
    padding-top: 2px;
}

.open-position-btn a i {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .open-position-wrap {
        padding: 40px 0 79px;
    }

    .open-position-main {
        gap: 80px;
    }

    .open-position-text {
        flex: 0 0 350px;
    }

    .open-position-rt {
        flex: 1;
        gap: 16px;
        padding: 24px;
    }

    .open-position-list {
        gap: 24px;
    }

    .open-position-left {
        flex: 1;
        gap: 16px;
    }

    .open-position-title {
        flex: 1;
    }

    .open-position-posted {
        width: fit-content;
    }

    .open-position-btn {
        flex: 0 0 80px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .open-position-main {
        gap: 40px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .open-position-wrap {
        padding: 40px 0 79px;
    }

    .open-position-text {
        margin-bottom: 40px;
    }

    .open-position-list {
        gap: 16px;
    }

    .open-position-rt {
        gap: 16px;
        padding: 32px;
    }

    .open-position-left {
        flex: 1;
        gap: 16px;
    }

    .open-position-title {
        flex: 1;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .open-position-wrap {
        padding: 40px 0;
    }

    .open-position-text {
        margin-bottom: 40px;
    }

    .open-position-rt {
        padding: 24px;
        gap: 16px;
    }

    .open-position-list {
        gap: 8px;
    }

    .open-position-left {
        flex: 1;
        gap: 5px;
    }

    .open-position-title h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .open-position-btn {
        width: 27px;
        display: flex;
    }

    .open-position-btn span {
        display: none;
    }

    .open-position-btn a {
        width: 100%;
        min-height: 71px;
        padding: 5px;
        border-radius: 4px;
        background: var(--Light-Blue-15);
        color: var(--Blue);
        font-size: 24px;
        line-height: 24px;
        display: flex;
        align-items: center;
    }

    .open-position-btn a i {
        display: block;
    }
}

.people-fancy-txt h2 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 18px;
}

.people-fancy-icon {
    margin-right: 10px;
    color: var(--Light-Blue);
    font-size: 20px;
    line-height: 20px;
}

.people-fancy-cont span {
    font-size: 15px;
    color: var(--Blue);
}

.people-fancy-cont {
    margin-bottom: 14px;
}

.people-fancy-btns {
    gap: 16px;
}

.people-fancy-txt p {
    color: var(--Gray);
}

.people-fancy-row.no_fancy_images {
    display: block;
}

.people-fancy-row.no_fancy_text {
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .people-fancy-main {
        padding: 40px 0 90px;
    }

    .people-fancy-row {
        gap: 80px;
    }

    .people-fancy-txt {
        flex: 0 0 46.5%;
    }

    .people-fancy-images {
        flex: 0 0 46.5%;
    }

    .people-fancy-txt h2 {
        font-size: 56px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .people-fancy-row {
        gap: 60px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 200px) {
    .people-fancy-main {
        padding: 40px 0 40px;
    }

    .people-fancy-row {
        flex-direction: column-reverse;
        gap: 64px;
        text-align: center;
    }

    .people-fancy-cont {
        justify-content: center;
    }

    .people-fancy-btns {
        justify-content: center;
    }

    .people-fancy-txt h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .people-fancy-main {
        padding: 40px 0 40px;
    }

    body.page-template-our-culture .people-fancy-main {
        padding-bottom: 8px;
    }

    .people-fancy-main::after {
        margin-top: 47px;
        width: 100%;
        height: 1px;
        opacity: 0.5;
        background-color: var(--Gray);
        content: "";
        display: block;
    }

    .people-fancy-btns .button {
        width: 100%;
    }
}

.people-future-section {
    width: 100%;
    clear: both;
}

.people-future-main {
    padding: 40px 0;
}

.people-future-list {
    padding: 40px;
    text-align: center;
    border: 1px solid rgba(65, 180, 255, 0.2);
    border-radius: 24px;
}

span.people-future-title {
    color: var(--Light-Blue);
    margin-bottom: 25px;
    display: block;
}

span.people-future-title a {
    color: var(--Light-Blue);
}

span.people-future-title a:hover {
    color: var(--Orange);
}

.people-future-image {
    width: 216px;
    height: 216px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.people-future-list h3 {
    margin-bottom: 0;
    font-size: 28px;
}
.people-future-row.slick-slider .slick-list{overflow: inherit;}
.people-future-list.slick-slide{width:298px; margin-right: 32px;}

@media screen and (min-width: 1024px) {
    .people-future-row {
        gap: 40px;
    }

    .people-future1-of-3 {
        flex: 0 0 calc(33.33333% - 27px);
    }

    .people-future1-of-2 {
        flex: 0 0 calc(50% - 20px);
    }

    .people-future1-of-1 {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .people-future-list {
        padding: 32px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .people-future-row {
        gap: 40px;
        justify-content: center;
    }

    .people-future-list {
        padding: 32px;
        flex: 0 0 calc(50% - 20px);
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .people-future-row {
        display: block;
    }

    .people-future-list:not(:last-child) {
        margin-bottom: 24px;
    }
}

.post-array-card {
    height: 100%;
    overflow: hidden;
    background-color: var(--Navy);
}

.post-array-bg {
    top: 296px;
    left: -100vw;
    width: 1000vw;
    height: 100%;
    z-index: -1;
}

.post-array-text {
    opacity: 0;
}

.post-array-padd {
    padding: 32px 28px 32px 30px;
}

.post-array-cat {
    gap: 8px;
    margin-bottom: 25px;
}

.post-array-icon {
    font-size: 20px;
    line-height: 20px;
}

.post-array-icon i {
    top: -2px;
    position: relative;
    color: var(--Light-Blue);
}

.post-array-hover {
    opacity: 1;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--post-transition);
    background-color: var(--Navy);
    color: var(--White);
    position: absolute;
    z-index: 2;
    border-radius: 0 0 24px 24px;
    overflow-y: auto;
}

.post-array-hover h2 a:hover {
    color: var(--White);
}

.post-array-card:hover {
    position: relative;
}

.post-array-card:hover .post-array-hover {
    opacity: 1;
    top: 0;
    background-color: var(--Light-Blue);
    color: var(--Navy);
}

.post-array-image {
    min-height: 296px;
}

.post-array-image img {
    transition: var(--post-transition);
    height: 296px;
    max-height: 296px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.post-array-card:hover .post-array-image img {
    height: 0;
}

.post-array-hover {
    top: 296px;
}

.post-array-blog h2 a {
    color: var(--White);
}

.post-array-card:hover .post-array-blog h2 a {
    color: var(--Navy);
}

.post-array-card:hover .post-array-icon i {
    color: var(--Navy);
}

.post-array-desc {
    visibility: hidden;
}

.post-array-card:hover .post-array-desc {
    visibility: visible;
}

@media only screen and (min-width: 744px) {
    .post-array-row .slick-track {
        display: flex;
        flex-wrap: nowrap;
    }

    .post-array-row .slick-list {
        overflow: inherit;
    }

    .post-array-list.slick-slide {
        width: 296px;
        margin-right: 32px;
        flex: 0 0 296px;
        height: auto;
    }

    .post-array-row ul.slick-dots {
        height: 0;
        opacity: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .post-array-main {
        padding: 0 0 40px;
    }

    .post-array-row {
        gap: 32px;
    }

    .post-array-list {
        flex: 0 0 calc(25% - 24px);
    }

    .post-array-head {
        gap: 32px;
        padding-bottom: 39px;
    }

    .post-array-title {
        flex: 1;
    }

    .post-array-head h2 {
        margin-bottom: 0;
    }

    .post-array-btn {
        width: fit-content;
        gap: 16px;
    }

    .post-array-btn div.slick-arrow {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        order: 2;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .post-array-main {
        padding: 40px 0 40px;
    }

    .post-array-head {
        display: block;
        padding-bottom: 40px;
        padding-right: 140px;
        position: relative;
    }

    .post-array-head div.slick-arrow.slick-prev {
        left: auto;
        right: 70px;
    }

    .post-array-head div.slick-arrow {
        top: 10px;
        bottom: auto;
    }

    .post-array-title h2 {
        margin: 0;
    }
}

@media only screen and (max-width: 739px) and (min-width: 200px) {
    .post-array-main {
        padding: 40px 0 40px;
    }

    .post-array-head {
        display: block;
        padding-bottom: 4px;
    }

    .post-array-row .slick-track {
        display: flex;
        flex-wrap: nowrap;
    }

    .post-array-row.slick-slider {
        width: calc(100% + 24px);
    }

    .post-array-list.slick-slide {
        width: 296px;
        margin-right: 38px;
        height: auto;
    }

    .post-array-row div.slick-arrow {
        background: var(--Navy);
        bottom: -18px;
    }

    .post-array-row div.slick-arrow.slick-disabled {
        opacity: 0.25;
        background: var(--Navy);
    }

    .post-array-row div.slick-arrow.slick-next {
        right: 24px;
    }
}

.primary-cta-main {
    padding: 32px;
}

.primary-cta-text span.optional-text {
    margin-bottom: 15px;
}

.primary-cta-text h2 {
    margin-bottom: 16px;
}

.primary-cta-decs {
    z-index: 2;
}

.primary-cta-chevron {
    height: 100%;
    opacity: 0.5;
    background-color: var(--Blue);
}

.no_primary_cta_image {
    display: block;
}

.no_primary_cta_image h2 br {
    display: none;
}

body.page-template-case-study .primary-cta-section hr {
    width: 100%;
    height: 1px;
    background: var(--Gray);
    margin-bottom: 0;
    opacity: 0.5;
}

@media only screen and (min-width: 1024px) {
    .primary-cta-wrap {
        padding: 78px 0;
    }

    .primary-cta-row {
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .primary-cta-text {
        flex: 0 0 480px;
        padding: 71px 0 71px 64px;
        z-index: 2;
    }

    .primary-cta-circle {
        top: 0;
        left: -50px;
        z-index: -1;
        opacity: 0.4;
    }

    .primary-cta-circle svg {
        width: 499px;
        height: 500px;
    }

    body.page-template-career .primary-cta-wrap {
        padding: 88px 0 40px;
    }

    body.page-template-default .primary-cta-wrap {
        padding-top: 40px;
    }

    .primary-cta-chevron {
        top: 0;
        left: -36px;
        width: 323px;
        clip-path: polygon(50% 50%, 0% 0%, 47% 0, 100% 50%, 47% 100%, 50% 100%, 0% 100%);
    }

    .primary-cta-image {
        flex: 1;
    }

    .primary-cta-pointer {
        width: 217px;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(0% 0%, 22% 0, 100% 50%, 22% 100%, 0% 100%);
    }

    .primary-cta-thumb img {
        border-radius: 0 16px 16px 0;
    }

    .primary-cta-btns {
        margin-top: 47px;
    }

    .primary-cta-bracket {
        width: 80px;
        height: 100%;
        top: 0;
        border: 1px solid var(--Orange);
        z-index: -1;
    }

    .primary-cta-bracket.left {
        left: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .primary-cta-bracket.right {
        right: 0;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .primary-cta-text {
        padding: 56px 0 55px 48px;
        flex: 0 0 368px;
    }

    .primary-cta-circle {
        left: -164px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 200px) {
    .primary-cta-image {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .primary-cta-wrap {
        padding: 78px 0 40px;
    }

    .primary-cta-row {
        display: block;
        text-align: center;
    }

    .primary-cta-text {
        padding: 40px 40px 0;
        z-index: 2;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
    }

    .primary-cta-text h2 br {
        display: none;
    }

    .primary-cta-circle {
        top: 0;
        left: -50px;
        z-index: -1;
        opacity: 0.4;
    }

    .primary-cta-circle svg {
        width: 499px;
        height: 500px;
    }

    .primary-cta-pointer {
        width: 100%;
        height: 203px;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to bottom, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(0% 0%, 100% 0, 100% 0%, 50% 100%, 0 0%);
    }

    .primary-cta-chevron {
        width: calc(100% - 80px);
        top: -64px;
        left: 0;
        right: 0;
        margin: auto;
        height: 334px;
        clip-path: polygon(0 45%, 50% 100%, 100% 45%, 100% 0%, 0% 0%, 0% 0%);
    }

    .primary-cta-thumb img {
        border-radius: 0 0 16px 16px;
    }

    .primary-cta-btns {
        margin-top: 32px;
    }

    .primary-cta-bracket {
        width: 80px;
        height: 100%;
        top: 0;
        border: 1px solid var(--Orange);
        z-index: -1;
    }

    .primary-cta-bracket.left {
        left: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .primary-cta-bracket.right {
        right: 0;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    body.page-template-career .primary-cta-wrap {
        padding: 57px 0 40px;
    }

    body.page-template-default .primary-cta-wrap {
        padding: 40px 0 40px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .primary-cta-wrap {
        padding: 40px 0;
    }

    .primary-cta-row {
        display: block;
        text-align: center;
    }

    .primary-cta-main {
        padding: 20px;
    }

    .primary-cta-text {
        padding: 28px 20px 0;
        z-index: 2;
        background: linear-gradient(0deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        font-size: 16px;
        line-height: 24px;
    }

    .primary-cta-text h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .primary-cta-circle {
        top: 0;
        left: -50px;
        z-index: -1;
        opacity: 0.4;
    }

    .primary-cta-circle svg {
        width: 499px;
        height: 500px;
    }

    .primary-cta-chevron {
        top: -58px;
        left: 0;
        right: 0;
        height: 206px;
        clip-path: polygon(0 50%, 50% 100%, 100% 50%, 100% 0%, 0% 0%, 0% 0%);
    }

    .primary-cta-pointer {
        width: 100%;
        height: 106px;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to bottom, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
        clip-path: polygon(0% 0%, 100% 0, 100% 0%, 50% 100%, 0 0%);
    }

    .primary-cta-thumb img {
        border-radius: 0 0 16px 16px;
    }

    .primary-cta-btns {
        margin-top: 24px;
    }

    .primary-cta-bracket {
        width: 100%;
        height: 40px;
        top: 0;
        border: 1px solid var(--Orange);
        z-index: -1;
    }

    .primary-cta-bracket.left {
        left: 0;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .primary-cta-bracket.right {
        right: 0;
        top: auto;
        bottom: 0;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body.page-template-career .primary-cta-wrap {
        padding: 48px 0 40px;
    }

    body.page-template-case-study .primary-cta-wrap {
        padding: 48px 0 40px;
    }
}

.recent-insights-lt h5 {
    margin-bottom: 0;
}

.recent-insights-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Blackbird;
    padding-left: 40px;
    height: 100%;
}

.recent-insights-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: var(--Light-Blue);
}

@media screen and (min-width: 1024px) {
    .recent-insights-main {
        padding: 48px 0;
        align-items: center;
    }

    .recent-insights-lt {
        flex: 0 0 92px;
        padding-right: 40px;
    }

    .recent-insights-rt {
        flex: 0 0 calc(100% - 132px);
    }

    .recent-insights-list {
        gap: 40px;
    }

    .insights-list-3 {
        flex: 0 0 calc(33.33333% - 27px);
    }

    .insights-list-2 {
        flex: 0 0 calc(50% - 21px);
    }

    .insights-list-1 {
        flex: 1;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .recent-insights-list {
        gap: 32px;
    }

    .recent-insights-item {
        padding-left: 32px;
    }

    .insights-list-3 {
        flex: 0 0 calc(33.33333% - 22px);
    }

    .insights-list-2 {
        flex: 0 0 calc(50% - 16px);
    }

    .insights-list-1 {
        flex: 1;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .recent-insights-main {
        padding: 32px 0;
        align-items: center;
    }

    .recent-insights-lt h5 {
        margin-bottom: 16px;
    }

    .recent-insights-list {
        gap: 32px;
    }

    .recent-insights-item {
        padding-left: 16px;
    }

    .insights-list-3 {
        flex: 0 0 calc(33.33333% - 22px);
    }

    .insights-list-2 {
        flex: 0 0 calc(50% - 16px);
    }

    .insights-list-1 {
        flex: 1;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .recent-insights-main {
        padding: 24px 0;
        align-items: center;
    }

    .recent-insights-lt h5 {
        font-size: 14px;
        letter-spacing: 0.56px;
        text-transform: uppercase;
        line-height: 17.5px;
        opacity: 0.5;
        margin-bottom: 16px;
    }

    .recent-insights-item {
        width: 342px;
        font-size: 20px;
        line-height: 25px;
        padding: 0;
        margin-right: 30px;
    }

    .recent-insights-item::before {
        display: none;
    }

    .recent-insights-list .slick-list {
        overflow: inherit;
    }

    .recent-insights-list ul.slick-dots {
        margin: 24px 0 0;
    }

    .recent-insights-list ul.slick-dots li {
        background-color: var(--Light-Blue-Tint);
    }

    .recent-insights-list ul.slick-dots li.slick-active {
        background-color: var(--Light-Blue);
    }
}

.repeater-section {
    position: relative;
    clear: both;
    width: 100%;
}

.repeater-main {
    padding: 40px 0;
}

.repeater-txt {
    color: var(--Gray);
}

.repeater-txt h2 {
    font-weight: 600;
    margin-bottom: 26px;
}

.repeater-txt p:not(:last-child) {
    margin-bottom: 24px;
}

.repeater-row {
    position: relative;
    height: auto;
}

.repeater-block {
    width: 104px;
    height: 104px;
    color: var(--White);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    left: auto;
    right: auto;
    margin-left: 50px;
    background: #fff;
    border-radius: 0 50% 50% 0;
    position: absolute;
}

.repeater-block::after,
.repeater-block::before {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    transform: rotate(-45deg);
    border-top: 28px solid var(--White);
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-radius: 50%;
    top: 76px;
    left: -25px;
}

.repeater-block::after {
    top: -87px;
    transform: rotate(-120deg);
    left: -27px;
}

.repeater-icon {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50px;
    z-index: 2;
    color: var(--Light-Blue);
    object-fit: contain;
    font-size: 40px;
    display: flex;
    align-items: center;
}

.repeater-icon.md {
    width: 40px;
    height: 40px;
}

.repeater-icon img {
    object-fit: contain;
}

.repeater-row.no_repeater_image {
    display: block;
}

.repeater-row.no_repeater_txt {
    justify-content: center;
}

.repeater-btns {
    gap: 16px;
}

@media screen and (min-width: 1200px) {
    .repeater-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .repeater-txt {
        flex: 0 0 50%;
        padding: 20px 80px;
    }

    .repeater-image {
        flex: 0 0 50%;
    }

    .repeater-row.row-reverse .repeater-block {
        right: -54px;
        transform: translate(-50%, -50%) rotate(-180deg);
    }

    .repeater-row.row-reverse .repeater-icon {
        left: auto;
        right: 0;
    }

    .repeater-bracket {
        width: 80px;
        height: 100%;
        top: 0;
        border: 1px solid var(--Light-Blue);
        z-index: -1;
    }

    .repeater-row:not(.row-reverse) .repeater-bracket {
        left: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .row-reverse .repeater-bracket {
        right: 0;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    body.page-template-service-detail .repeater-main {
        padding-bottom: 80px;
    }

    body.page-template-our-culture .repeater-section:nth-child(2) .repeater-main {
        padding: 79px 0 40px;
    }

    body.page-template-about-people .repeater-main {
        padding: 80px 0 40px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .repeater-txt h2 {
        line-height: 40px;
        margin-bottom: 24px;
    }

    .repeater-txt {
        padding: 32px 64px 32px 48px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 200px) {
    .repeater-row {
        flex-direction: column-reverse;
    }

    .repeater-txt {
        position: relative;
    }

    .repeater-icon {
        left: 30px;
        bottom: 30px;
        top: inherit;
        transform: inherit;
    }

    .repeater-block {
        top: inherit;
        transform: inherit;
        margin-left: inherit;
        border-radius: 0;
        bottom: 0;
        border-top-right-radius: 50%;
    }

    .repeater-block::before {
        right: -88px;
        bottom: -30px;
        transform: rotate(220deg);
        top: inherit;
        left: inherit;
    }

    .repeater-block::after {
        left: -29px;
    }

    .repeater-bracket {
        width: 100%;
        height: 48px;
        bottom: 0;
        left: 0;
        top: auto;
        border: 1px solid var(--Light-Blue);
        z-index: -1;
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .repeater-image {
        margin-bottom: 48px;
    }

    .repeater-txt {
        padding: 0 32px 40px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .repeater-block {
        width: 78px;
        height: 78px;
    }

    .repeater-icon {
        left: 23px;
        bottom: 23px;
        width: 30px;
        height: 30px;
        font-size: 30px;
    }

    .repeater-image {
        margin-bottom: 40px;
    }

    .repeater-txt {
        padding: 0 24px 40px;
    }

    .repeater-txt h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .repeater-txt button {
        width: 100%;
    }
}

.sbr-slider-main {
    padding: 40px 0;
}

.sbr-author-text {
    color: var(--Gray);
}

.sbr-slider-author {
    padding-top: 37px;
}

.sbr-author-btns {
    gap: 16px;
}

.sbr-author-inf {
    gap: 8px;
    color: var(--Blue);
    margin-bottom: 25px;
}

.sbr-author-inf i {
    color: var(--Light-Blue);
    font-size: 20px;
}

.sbr-active .sbr-block {
    width: 56px;
    height: 56px;
    color: var(--White);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    left: auto;
    margin-left: 50px;
    background: #fff;
    border-radius: 0 50% 50% 0;
    position: absolute;
    right: -28px;
    transform: translate(-50%, -50%) rotate(-180deg);
}

.sbr-active .sbr-block::before,
.sbr-block::after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    border-top: 28px solid var(--White);
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-radius: 50%;
    top: 28px;
    left: -27px;
}

.sbr-active .sbr-block::after {
    top: -68px;
    transform: rotate(-120deg);
    left: -28px;
}

.sbr-active .sbr-icon {
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: auto;
    z-index: 2;
    color: var(--Light-Blue);
    object-fit: contain;
    font-size: 24px;
    display: flex;
    align-items: center;
    right: 4px;
}

.sbr-block {
    display: none;
}

.sbr-icon {
    display: none;
}

.sbr-slide-image.sbr-active:after {
    display: none;
}

.sbr-slide-image::before {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--White);
    color: var(--Blue);
    border-radius: 50%;
    left: auto;
    right: -16px;
    content: "";
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sbr-slide-image:after {
    position: absolute;
    width: 24px;
    font-size: 24px;
    color: var(--Light-Blue);
    content: "\f178";
    display: block;
    right: 0;
    left: auto;
    font-family: "Font Awesome 6 Sharp";
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-weight: 100;
}

.sbr-active .sbr-slide-image::after {
    display: none;
}

.sbr-slide-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.sbr-author-1024 {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .sbr-slider-row {
        gap: 80px;
    }

    .sbr-slider-images {
        width: 390px;
        gap: 7px;
        flex-direction: column;
    }

    .sbr-slider-text {
        width: calc(100% - 470px);
        padding: 80px 0;
    }

    .sbr-slide-desktop {
        display: none;
    }

    .sbr-slide-desktop h2 {
        line-height: 60px;
    }

    .sbr-slide-image {
        height: 49px;
        cursor: pointer;
        transition: height 0.3s ease;
    }

    .sbr-slide-image:hover {
        height: 60px;
    }

    .sbr-active .sbr-slide-image {
        height: 512px;
    }

    .sbr-hover-active .sbr-slide-image {
        height: calc(512px - 10px);
    }

    .sbr-slider-author {
        gap: 40px;
    }

    .sbr-author-image {
        flex: 0 0 216px;
    }

    .sbr-author-text {
        flex: 1;
    }

    [data-sbr-text="1"] {
        display: block;
    }

    .sbr-slide-mobile {
        max-height: 0 !important;
    }
}

@media only screen and (min-width: 1440px) {
    .sbr-slider-main {
        min-height: 680px;
    }

    .sbr-slider-text {
        align-items: center;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .sbr-slider-row {
        gap: 40px;
    }

    .sbr-slide-desktop h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .sbr-slider-text {
        padding: 40px 0;
        width: calc(100% - 430px);
    }

    .sbr-slider-author {
        gap: 24px;
    }

    .sbr-author-image {
        flex: 0 0 160px;
    }

    .sbr-active .sbr-slide-image {
        height: 400px;
    }

    .sbr-author-btns {
        display: none;
    }

    .sbr-author-1024 {
        display: flex;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .sbr-slider-row {
        gap: 32px;
        flex-direction: column;
    }

    .sbr-slider-images {
        gap: 16px;
        flex-direction: row;
    }

    .sbr-slide-desktop {
        display: none;
    }

    .sbr-slide-desktop h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .sbr-for-slide {
        width: 97px;
        cursor: pointer;
        transition: width 0.5s ease;
    }

    .sbr-for-slide.sbr-active {
        width: 324px;
    }

    .sbr-slide-image img {
        min-height: 224px;
        max-height: 224px;
        overflow: hidden;
    }

    .sbr-slider-author {
        gap: 40px;
    }

    .sbr-author-image {
        flex: 0 0 160px;
    }

    .sbr-author-text {
        flex: 1;
    }

    [data-sbr-text="1"] {
        display: block;
    }

    .sbr-slide-mobile {
        max-height: 0 !important;
    }

    .sbr-slide-image::before {
        left: 28px;
        right: auto;
        top: inherit;
        bottom: -12px;
    }

    .sbr-slide-image::after {
        left: 28px;
        right: auto;
        top: inherit;
        bottom: 0;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 200px) {
    .sbr-active .sbr-block::after {
        top: -50px;
        transform: rotate(-126deg);
        left: -10px;
    }

    .sbr-active .sbr-block::before,
    .sbr-block::after {
        border-top: 10px solid var(--White);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .sbr-active .sbr-block::before {
        top: 7px;
        left: 46px;
        transform: rotate(-135deg);
    }

    .sbr-active .sbr-block {
        top: inherit;
        transform: inherit;
        margin-left: inherit;
        border-radius: 0;
        left: 0;
        bottom: 0;
        border-top-right-radius: 50%;
    }

    .sbr-active .sbr-slide-image::before {
        display: none;
    }

    .sbr-active .sbr-icon {
        height: auto;
        top: inherit;
        transform: inherit;
        left: 14px;
        z-index: 2;
        color: var(--Light-Blue);
        object-fit: contain;
        font-size: 24px;
        display: flex;
        align-items: center;
        right: auto;
        bottom: 10px;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .sbr-slider-row {
        display: block;
    }

    .sbr-slider-images {
        gap: 16px;
        flex-direction: column;
    }

    .sbr-slide-mobile h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .sbr-slider-author {
        padding-top: 0;
    }

    .sbr-author-inf {
        margin-bottom: 15px;
    }

    .sbr-slide-image {
        height: 48px;
        overflow: hidden;
        cursor: pointer;
        transition: height 0.5s ease;
    }

    .sbr-active .sbr-slide-image {
        height: 224px;
    }

    .sbr-slider-author {
        gap: 40px;
    }

    .sbr-author-image {
        display: none;
    }

    .sbr-author-text {
        flex: 1;
    }

    [data-sbr-text="1"] {
        display: block;
        max-height: inherit;
    }

    .sbr-slider-text {
        display: none;
    }

    .sbr-slide-desc {
        padding: 30px 0 16px;
    }

    .sbr-slide-image::before {
        left: 24px;
        right: auto;
        top: 50%;
        bottom: -12px;
        transform: translate(-50%, -50%);
    }

    .sbr-slide-image::after {
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        transform: rotate(90deg);
    }

    .sbr-author-text p {
        margin-bottom: 16px;
    }
}

.secondary-section {
    width: 100%;
    clear: both;
}

.secondary-main {
    padding: 40px 0;
}
.secondary-list{
  box-shadow: 0 1px 3px #e0e0e0;
  border-radius: 16px;
  padding: 16px;
}
.secondary-list h3 {
    margin-bottom: 16px;
    font-weight: 600;
}

.secondary-icon {
    display: block;
    margin-bottom: 20px;
    color: var(--Orange);
}



.secondary-list p {
    color: var(--Gray);
}

body.page-template-about-people .secondary-section hr {
    margin: 40px 0;
    background: var(--Gray-50);
    height: 1px;
    width: 100%;
}

body .woocommerce ul.products li.product{
   box-shadow: 0 1px 3px #e0e0e0;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.5s ease; 
}
body .woocommerce ul.products li.product:hover {
    transform: scale(1.05);
}
body .woocommerce ul.products li.product:before{
    display: none;
}
body .woocommerce div.product div.images .flex-control-thumbs{
    gap: 10px;
    margin-top: 10px;
    display: flex;
}
body .woocommerce div.product div.images .flex-control-thumbs li:before{
    display: none;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
@media only screen and (min-width: 1024px) {
    .secondary-row {
        gap: 32px;
        justify-content: center;
    }

    .secondary1-of-3 {
        flex: 0 0 calc(33.33333% - 22px);
    }

    .secondary1-of-2 {
        flex: 0 0 calc(50% - 16px);
    }
    .secondary1-of-4{   flex: 0 0 calc(25% - 24px);}
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .secondary-row {
        gap: 32px;
        justify-content: center;
    }

    .secondary-list {
        flex: 0 0 calc(50% - 22px);
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .secondary-row {
        display: block;
    }

    .secondary-list {
        margin-bottom: 40px;
    }

    .secondary-list:last-child {
        margin-bottom: 0;
    }

    .secondary-icon {
        margin-bottom: 15px;
    }

    body.page-template-about-people .secondary-section hr {
        margin: 10px 0;
    }
}

.service-head h2 {
    font-weight: 400;
    margin-bottom: 0;
}

.service-head h2 span {
    font-weight: 600;
}

ul.service-subtitle {
    margin: 0 0 40px 0;
    gap: 20px;
}

ul.service-subtitle>li {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

ul.service-subtitle>li::before {
    display: none;
}

ul.service-subtitle>li a {
    color: var(--Gray);
}

ul.service-subtitle>li a.active {
    color: var(--Blue);
}

.service-item {
    width: 264px;
    padding: 32px;
    border: 1px solid #dbf5ff;
    border-radius: 24px;
}

.service-icon {
    margin-bottom: 16px;
}

.service-icon>i {
    font-size: 32px;
    color: var(--Light-Blue);
    line-height: 32px;
}

@media screen and (min-width: 1024px) {
    .service-wrapper {
        padding: 80px 0;
    }

    .service-head {
        max-width: 770px;
    }
}

.services-tail-section {
    background-color: var(--Blue);
}

.no_service_tail_svg {
    display: block;
}

.services-tail-decor {
    z-index: -1;
    opacity: 0.1;
}

.service-tail-text span.optional-text {
    margin-bottom: 22px;
}

.service-tail-text h1 {
    margin-bottom: 32px;
    color: var(--White);
}

.service-tail-btns {
    gap: 16px;
}

.service-tail-rt svg {
    width: 100%;
    height: 100%;
}

.service-tail-list {
    padding: 40px;
    color: var(--Gray);
}

.service-tail-list h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
}

.service-tail-icon {
    margin-bottom: 17px;
}

.service-tail-icon figure,
.service-tail-icon i.fa-service {
    transition: var(--b-transition);
}

.service-tail-icon i.fa-service {
    color: var(--Light-Blue);
    font-size: 40px;
    line-height: 40px;
}

.service-tail-icon figure {
    width: 50px;
    height: 50px;
}

.service-tail-icon figure img {
    object-fit: contain;
}

.service-tail-arrow {
    font-size: 40px;
    line-height: 40px;
    transform: translateX(calc(-100% - 10px));
    left: 0;
    opacity: 0;
}

.service-tail-list:hover .service-tail-arrow {
    transform: translateX(0);
    opacity: 1;
}

.service-tail-arrow a {
    color: var(--Orange);
}

.service-tail-arrow a:hover {
    color: var(--Blue);
}

.service-tail-list:hover figure,
.service-tail-list:hover i.fa-service {
    transform: translateX(calc(100% + 10px));
    opacity: 0;
}

.service-tail-list.no_tails_arrow:hover figure,
.service-tail-list.no_tails_arrow:hover i.fa-service {
    opacity: 1;
    transform: none;
}

.service-tail-row::before {
    content: "";
    display: block;
    width: 1000vw;
    height: 100%;
    top: 0;
    left: -100vw;
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), rgba(0, 76, 151, 0.75);
    position: absolute;
    z-index: -1;
}

.services-tail-decor svg {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    .service-tail-wrap {
        padding: 84px 0 0;
    }

    .service-tail-main {
        padding: 54px 0 33px;
    }

    .service-tail-rt {
        flex: 1;
    }

    .service-tail-rt svg {
        max-width: 600px;
        margin-left: auto;
        display: block;
    }

    .service-tail-row {
        padding: 56px 0 80px;
        justify-content: center;
    }

    .service-tail-list:hover {
        transform: translateY(-20px);
    }
}

@media only screen and (min-width: 1300px) {
    .service-tail-main {
        gap: 80px;
    }

    .services-tail-decor {
        top: 0;
        left: -315px;
    }

    .service-tail-text {
        flex: 0 0 550px;
    }

    .service-tail-row {
        gap: 32px;
    }

    .service-tail-list {
        flex: 0 0 calc(25% - 24px);
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .service-tail-main {
        gap: 40px;
    }

    .services-tail-decor {
        top: 0;
        left: -315px;
    }

    .service-tail-text {
        flex: 0 0 450px;
    }

    .service-tail-text h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .service-tail-row {
        gap: 32px;
    }

    .service-tail-list {
        flex: 0 0 calc(33.3333% - 22px);
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .service-tail-wrap {
        padding: 40px 0 0;
    }

    .service-tail-main {
        display: block;
        padding: 0 0 36px;
    }

    .service-tail-rt {
        margin-bottom: 20px;
    }

    .service-tail-row {
        gap: 32px;
        padding: 40px 0 80px;
    }

    .service-tail-list {
        flex: 0 0 calc(50% - 16px);
    }

    .services-tail-decor {
        width: 428px;
        height: 260px;
        left: -24px;
        opacity: 0.125;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .service-tail-wrap {
        padding: 40px 0 0;
    }

    .service-tail-main {
        display: block;
        padding: 0 0 36px;
    }

    .service-tail-rt {
        margin-bottom: 20px;
    }

    .service-tail-text h1 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 35px;
    }

    .service-tail-row {
        display: block;
        padding: 40px 0 40px;
    }

    .service-tail-list:not(:last-child) {
        margin-bottom: 32px;
    }

    .services-tail-decor {
        width: 428px;
        height: 260px;
        left: -24px;
        opacity: 0.125;
    }
}

.short-intro-section {
    width: 100%;
    clear: both;
}

.short-intro-main {
    padding: 40px 0;
}

.short-intro-title h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.short-intro-text {
    color: var(--Foreground);
}

.short-intro-list {
    color: var(--Gray);
}

.short-intro-list h3 {
    font-weight: 600;
    max-width: 250px;
    margin-bottom: 16px;
}

.short-intro-icon {
    display: block;
    margin-bottom: 20px;
    color: var(--Orange);
    max-width: 40px;
}

body.page-template-career .short-intro-main::after {
    content: "";
    display: block;
    background-color: var(--body-text);
    width: 100%;
    height: 1px;
    opacity: 0.5;
    margin-top: 48px;
}

body.page-template-career .short-intro-main {
    padding: 40px 0 0;
}

body.page-template-our-culture .short-intro-main::before {
    content: "";
    display: block;
    background-color: var(--body-text);
    width: 100%;
    height: 1px;
    opacity: 0.5;
}

.short-intro-head.no_intro_desc {
    display: block;
}

.no_intro_desc .short-arrow-img {
    display: none;
}

.short-intro-row.no_intro_desc .short-intro-title {
    flex: 100%;
}

@media only screen and (min-width: 1024px) {
    .short-intro-head {
        gap: 48px;
        margin-bottom: 40px;
    }

    .short-intro1-of-1 h3 {
        max-width: 100%;
    }

    body.page-template-our-culture .short-intro-row {
        padding: 80px 0 0;
    }

    .intro-second-section .short-intro-main {
        padding: 87px 0 0;
        margin-top: 7px;
        border-top: 1px solid var(--Gray-50);
    }
}

@media screen and (min-width: 1200px) {
    .short-intro-title {
        flex: 0 0 400px;
    }

    .short-intro-text {
        flex: 1;
        gap: 48px;
        flex-direction: row-reverse;
    }

    .short-intro-desc {
        flex: 1;
        padding-left: 25px;
    }

    .short-arrow-img {
        flex: 0 0 104px;
    }

    .short-intro-row {
        padding: 40px 0 40px;
        gap: 38px;
    }

    .short-intro1-of-4 {
        flex: 0 0 calc(25% - 29px);
    }

    .short-intro1-of-3 {
        flex: 0 0 calc(33.333333% - 26px);
    }

    .short-intro1-of-2 {
        flex: 0 0 calc(50% - 19px);
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .short-intro-title {
        flex: 0 0 372px;
    }

    .short-intro-text {
        flex: 1;
        gap: 48px;
        flex-direction: row-reverse;
    }

    .short-intro-desc {
        flex: 1;
        padding-left: 25px;
    }

    .short-arrow-img {
        flex: 0 0 104px;
    }

    .short-intro-row {
        gap: 32px;
        padding: 0;
    }

    .short-intro1-of-4 {
        flex: 0 0 calc(25% - 24px);
    }

    .short-intro1-of-3 {
        flex: 0 0 calc(33.333333% - 29px);
    }

    .short-intro1-of-2 {
        flex: 0 0 calc(50% - 16px);
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .short-intro-head {
        padding: 0 0 80px;
        display: block;
    }

    .short-intro-title {
        margin-bottom: 48px;
    }

    .short-intro-text {
        gap: 48px;
        flex-direction: row-reverse;
    }

    .short-intro-desc {
        flex: 1;
    }

    .short-arrow-img {
        flex: 0 0 104px;
    }

    .short-intro-row {
        gap: 32px;
        padding: 0;
    }

    .short-intro-list {
        flex: 0 0 calc(50% - 24px);
    }

    body.page-template-our-culture .short-intro-row {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .short-intro-head {
        display: block;
        padding: 0 0 61px;
    }

    .short-intro-title {
        margin-bottom: 15px;
    }

    .short-arrow-img {
        margin-left: -50px;
        max-width: 208px;
    }

    .short-intro-desc {
        margin-bottom: 17px;
    }

    .short-intro-icon img {
        margin-bottom: 3px;
    }

    .short-intro-row {
        display: block;
    }

    .short-intro-list:not(:last-child) {
        margin-bottom: 40px;
    }

    body.page-template-career .short-intro-main::after {
        margin-top: 48px;
    }

    body.page-template-our-culture .short-intro-row {
        padding: 40px 0 0;
    }

    body.page-template-our-culture .short-intro-main {
        padding: 10px 0 40px;
    }
}

.social-proof-section {
    margin-bottom: 80px;
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.5) 100%), var(--Blue);
}

.social-proof-title h1 {
    font-size: 64px;
    font-weight: 400;
    color: var(--White);
    line-height: 80px;
    margin-bottom: 0;
}

.social-proof-title h1 span {
    font-weight: 600;
    color: var(--Light-Blue);
}

.counter-num {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: var(--Light-Blue);
    justify-content: center;
}

.counter-desc {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    border-top: 1px solid var(--Light-Blue);
    margin-top: 20px;
}

.social-dot-circle {
    width: 40px;
    height: 40px;
    display: block;
    border: 9px solid var(--Light-Blue);
    border-radius: 50%;
}

@media screen and (min-width: 1024px) {
    .social-proof-main {
        padding: 80px 0;
    }

    .social-proof-dot {
        order: 2;
        padding: 220px 0 209px;
        margin: 0 auto;
    }

    .social-proof-title {
        order: 1;
    }

    .social-proof-counter {
        gap: 64px;
        order: 3;
    }

    .social-proof-counter-list {
        flex: 0 0 calc(33.33333% - 48px);
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .social-proof-dot {
        padding: 140px 0 188px;
    }

}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .social-proof-section{margin-bottom: 40px;}
    .social-proof-main {
        padding: 80px 0;
    }

    .social-proof-dot {
        padding: 199px 0 91px;
        margin: 0 auto;
        order: 2;
    }

    .social-dot-circle {
        width: 40px;
        height: 40px;
        border: 9px solid var(--Light-Blue);
    }

    .social-proof-title {
        order: 1;
    }

    .social-proof-title h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 0;
    }

    .social-proof-counter {
        gap: 32px;
        order: 3;
        padding: 0;
    }

    .social-proof-counter-list {
        flex: 0 0 calc(50% - 16px);
    }

    .counter-desc {
        padding-top: 8px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .social-proof-dot {
        padding: 183px 0 21px;
        margin-left: 14px;
    }

    .social-dot-circle {
        width: 16px;
        height: 16px;
        border: 4px solid var(--Light-Blue);
    }

    .social-proof-title {
        padding: 24px 0;
    }

    .social-proof-title h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .social-proof-section{margin-bottom: 40px;}
    .social-proof-main{display: block;}
    .social-proof-counter {
        padding: 24px 0;
        display: block;
    }

    .social-proof-counter-list {
        margin-bottom: 24px;
    }

    .social-proof-counter-list:last-child {
        margin-bottom: 0;
    }

    .counter-desc {
        padding-top: 8px;
        margin-top: 6px;
    }
}

.start-managing-block {
    padding-bottom: 40px;
}

.start-managing-wrap {
    padding: 20px 30px;
}

.start-managing-main {
    padding: 24px 34px 24px 24px;
    background-color: var(--Navy);
}

.start-managing-text h2 {
    margin-bottom: 0;
}

.start-btn-link:hover svg {
    transform: translate(12px, -0.15px);
}

.start-btn-link svg {
    transform: translate(0, 0);
    transition: var(--b-transition);
}

.start-btn-link span {
    padding: 10px 13px 10px;
    border-radius: 28px;
    border: 8px solid var(--Orange);
    color: var(--White);
    font-size: 20px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}

.start-managing-icon {
    width: 60px;
    height: 48px;
    color: var(--Light-Blue);
    font-size: 48px;
}

.start-managing-bracket {
    width: 64px;
    height: 100%;
    top: 0;
    border: 1px solid var(--Light-Blue);
    z-index: -1;
}

.start-managing-bracket.left {
    left: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.start-managing-bracket.right {
    right: 0;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.page-template-about-people .start-managing-section hr {
    margin: 0;
    background: var(--Gray-50);
    height: 1px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    body.page-template-career .start-managing-block {
        margin-top: -77px;
    }

    .start-managing-main {
        gap: 24px;
        align-items: center;
    }

    .start-managing-text {
        flex: 1;
    }

    .start-managing-btn {
        width: fit-content;
    }

    body.page-template-about-people .start-managing-block {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 200px) {
    .start-managing-main {
        display: block;
        text-align: center;
    }

    .start-managing-text h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .start-managing-icon {
        margin: 0 auto 24px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    body.page-template-career .start-managing-block {
        margin-top: -80px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    body.page-template-career .start-managing-block {
        margin-top: -64px;
    }

    .start-managing-wrap {
        padding: 16px;
    }

    .start-managing-main {
        padding: 24px;
    }

    .start-managing-bracket {
        border-bottom: 1px solid var(--Light-Blue);
        width: 48px;
    }

    .start-managing-section .container {
        padding: 0 20px;
    }

    body.page-template-career .start-managing-block {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 389px) and (min-width: 200px) {
    .start-managing-btn span {
        padding: 8px;
    }
}

.tail-detail-list {
    padding: 40px 40px 38px;
    color: var(--Gray);
    border: 1px solid rgba(65, 180, 255, 0.2);
    background: var(--White);
}

.tail-detail-icon {
    margin-bottom: 16px;
    max-width: 40px;
    color: var(--Light-Blue);
}

.tail-detail-icon figure img {
    object-fit: contain;
}

.tail-detail-list h2 {
    margin-bottom: 14px;
}

.tail-detail-list:hover {
    transform: translateY(-16px);
    border-color: var(--White);
    box-shadow: 0 16px 24px 0 rgba(0, 163, 224, 0.2);
}

.tail-detail-arrow {
    font-size: 40px;
    line-height: 40px;
    transform: translateX(calc(-100% - 10px));
    left: 0;
    opacity: 0;
}

.tail-detail-arrow a {
    color: var(--Orange);
}

.tail-detail-arrow a:hover {
    color: var(--Blue);
}

.tail-detail-list:hover .tail-detail-arrow {
    transform: translateX(0);
    opacity: 1;
}

.tail-detail-list:not(.no_hover_tail):hover figure,
.tail-detail-list:not(.no_hover_tail):hover i.fa-tail {
    transform: translateX(calc(100% + 10px));
    opacity: 0;
}

.tail-detail-icon figure,
.tail-detail-icon i.fa-tail {
    transition: var(--b-transition);
}

@media only screen and (min-width: 1024px) {
    .tail-detail-main {
        padding: 40px 0 40px;
    }

    .tail-detail-row {
        gap: 32px;
        padding-top: 16px;
    }

    .tail-detail-list {
        flex: 0 0 calc(33.3333% - 22px);
    }
}

@media only screen and (min-width: 1024px) {
    body.page-template-our-culture .video-main {
        padding: 40px 0 80px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .play-btn-bg i {
        font-size: 29px;
    }
}

ul.case-alt-order {
    margin: 30px 0 30px;
    gap: 30px;
}

ul.case-alt-order li::before {
    display: none;
}

ul.case-alt-order li {
    margin: 0;
}

ul.case-alt-order li a {
    gap: 8px;
}

ul.case-alt-order li a i {
    font-size: 20px;
    line-height: 20px;
    color: var(--Light-Blue);
}

.case-study-section {
    background: var(--White-75);
}

.case-study-main {
    padding: 80px 0;
}

.case-study-row.no_case_study_text {
    display: block;
}

.no_case_study_text .case-study-head {
    border: none;
    padding: 0;
}

.case-study-main h2 {
    font-size: 28px;
    line-height: 35px;
}

.case-study-main ul {
    margin: 0 0 0 45px;
}

.case-study-main ul>li {
    margin-bottom: 20px;
}

.case-study-main ul>li:after {
    content: "\f058";
    font-family: "Font Awesome 6 Sharp";
    color: var(--Orange);
    position: absolute;
    left: -46px;
    top: 0;
    font-size: 32px;
    font-weight: 300;
}

.case-study-main ul>li:before {
    display: none;
}

.case-study-text ul>li:last-child {
    margin-bottom: 0;
}

.case-study-text ul>li strong {
    border-bottom: 2px solid var(--Light-Blue);
}

.case-study-desc {
    margin-bottom: 40px;
}

.case-study-text hr {
    width: 100%;
    height: 2px;
    background: var(--Light-Blue-Tint);
}

.case-article-main {
    padding: 80px 0;
}

.case-article-main p:nth-child(2) span {
    font-size: 22px;
    line-height: 2.063rem;
}

.inline-images-row {
    gap: 40px;
    padding: 40px 0;
}

.inline-images-caption {
    width: 100%;
}

.inline-caption-text {
    padding: 0 32px;
    color: var(--Gray);
}

.inline-caption-desc {
    border-left: 1px solid var(--Light-Blue);
    padding: 24px 40px 8px 24px;
}

.inline-images-list:nth-child(2n) {
    flex-direction: column-reverse;
}

.inline-images-list:nth-child(2n) .inline-caption-desc {
    padding: 8px 24px 24px 40px;
    border-right: 1px solid var(--Light-Blue);
    border-left: none;
}

.inline-images-list:nth-child(2n) .inline-caption-text {
    padding: 0 32px;
}

.case-article-main .fluid-container {
    padding: 40px 0 55px;
}

.case-article-main ul {
    margin-bottom: 0;
}

.case-study-data-block {
    padding: 64px 0;
}

.case-study-data-wrap {
    padding: 24px;
}

.case-study-data-main {
    gap: 24px;
    padding: 24px;
    background: var(--Light-Blue-Tint);
    border-radius: 8px;
}

.case-study-icon {
    flex: 0 0 80px;
}

.case-study-data-main h3 {
    flex: 0 0 calc(100% - 104px);
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
}

.case-article-main hr {
    width: calc(100% + 120px);
    height: 2px;
    background: var(--Light-Blue-Tint);
    left: -60px;
    position: relative;
    margin-bottom: 64px;
}

.case-study-image {
    padding: 45px 0 70px;
}

.case-article-main ol {
    margin-bottom: 0;
}

.case-article-main .insights-post-block {
    padding: 40px 0 65px;
}

.case-study-data-bracket {
    width: 48px;
    height: 100%;
    top: 0;
    border: 1px solid var(--Light-Blue);
    z-index: -1;
}

.case-study-data-bracket.left {
    left: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.case-study-data-bracket.right {
    right: 0;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.case-study-data-block:last-child {
    padding-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .case-study-row {
        gap: 64px;
    }

    .case-study-head {
        flex: 0 0 414px;
        padding-right: 64px;
        border-right: 2px solid var(--Light-Blue-Tint);
    }

    .case-study-text {
        flex: 1;
    }

    .inline-images-list {
        flex: 0 0 calc(50% - 20px);
    }

    .inline-images-list.inline-images-list-1 {
        flex: 0 0 calc(100% - 20px);
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .case-study-row {
        display: block;
    }

    .case-study-head {
        border-bottom: 2px solid var(--Light-Blue-Tint);
        padding-bottom: 40px;
    }

    .case-study-text {
        padding-top: 40px;
    }

    .case-article-main .fluid-container {
        padding: 0;
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .case-study-main {
        padding: 40px 0;
    }

    .case-study-head {
        border-bottom: 2px solid var(--Light-Blue-Tint);
        padding-bottom: 32px;
    }

    .case-study-text {
        padding-top: 32px;
    }

    .case-study-main ul>li::after {
        top: 50%;
        transform: translate(-50%, -50%);
        left: -28px;
    }

    .case-article-main {
        padding: 40px 0;
    }

    .case-article-main .fluid-container {
        padding: 0;
    }

    .inline-images-row {
        display: block;
        padding: 20px 0 40px;
    }

    .inline-images-list:nth-child(2n) {
        flex-direction: inherit;
    }

    .inline-images-list:nth-child(2n) .inline-caption-desc {
        padding: 24px 40px 8px 24px;
        border-left: 1px solid var(--Light-Blue);
        border-right: inherit;
    }

    .inline-images-list {
        margin-bottom: 40px;
    }

    .inline-images-list:last-child {
        margin-bottom: 0;
    }

    .case-study-data-block {
        padding: 35px 0 40px;
    }

    .case-study-data-block:last-child {
        padding-bottom: 8px;
    }

    .case-study-data-main {
        display: block;
    }

    .case-study-icon {
        margin-bottom: 24px;
    }

    .case-article-main hr {
        margin-bottom: 40px;
        width: 100%;
        left: 0;
    }

    .case-study-image {
        padding: 20px 0 40px;
    }

    .case-article-main .insights-post-block {
        padding: 20px 0 40px;
    }
}

ul.breadcrumbs {
    margin: 0 0 55px;
    gap: 12px;
}

ul.breadcrumbs li::before {
    display: none;
}

ul.breadcrumbs li {
    margin: 0;
    gap: 12px;
    width: fit-content;
}

ul.breadcrumbs li:first-child i.fa-chevron-right {
    display: none;
}

ul.breadcrumbs li>i.fa-chevron-right {
    opacity: 0.5;
    width: fit-content;
}

ul.breadcrumbs li a i.fa-house-icon {
    color: var(--Light-Blue);
}

ul.breadcrumbs li a {
    width: fit-content;
}

.default-block-con {
    margin-bottom: 60px;
    color: var(--Navy);
}

.default-block-con span {
    margin-bottom: 30px;
}

.default-block-con .h1 {
    margin-bottom: 32px;
}

.default-article h2:not(.micro-cta-text h2) {
    padding-top: 32px;
}

.default-article p:nth-child(4) span:not(.fs-16) {
    font-size: 22px;
    line-height: 33px;
}

.default-article p span:not(.fs-16) {
    font-size: 20px;
    line-height: 30px;
}

.default-article h3 {
    padding-top: 34px;
}

.default-article h6 {
    padding-top: 33px;
}

.default-article ul:not(.breadcrumbs) {
    margin-bottom: 0;
}

.default-image-caption {
    padding: 50px 0 22px;
}

.default-caption {
    padding-left: 48px;
    color: var(--Gray);
}

.caption-desc {
    border-left: 1px solid var(--Light-Blue);
    padding: 24px 0 8px 16px;
}

.default-article .default-image-caption>h3 {
    padding-top: 5px;
}

.default-article h4 {
    padding-top: 25px;
}

.default-line-wrap {
    padding: 38px 0 50px;
}

.default-line-in {
    border-left: 8px solid var(--Orange);
    padding: 0 32px 0 0;
}

.default-line-text {
    padding: 12px 0 12px 24px;
    font-weight: 600;
    color: var(--Blue);
    margin-bottom: 0;
    flex: 1;
}

.default-line-arrow {
    flex: 0 0 80px;
}

.asidebar-nav h3 {
    margin-bottom: 5px;
}

.asidebar-nav hr {
    margin-bottom: 9px;
}

ul.aside-links {
    margin: 0 0 20px;
}

ul.aside-links>li::before {
    display: none;
}

ul.aside-links>li {
    margin: 0;
}

ul.aside-links>li>a {
    gap: 10px;
    border-bottom: 1px solid var(--Light-Blue);
    padding: 16px 0 16px;
    font-weight: 600;
}

ul.aside-links>li:last-child>a {
    border-bottom: none;
}

ul.aside-links>li>a i {
    left: 0;
    top: 2px;
    color: var(--Light-Blue);
    font-size: 20px;
    line-height: 25px;
    position: relative;
}

ul.aside-links>li>a:hover i {
    left: 8px;
}

.sidebar-link {
    gap: 8px;
    margin-bottom: 20px;
}

.sidebar-link a {
    width: fit-content;
}

.sidebar-block {
    background: linear-gradient(180deg, rgba(25, 35, 76, 0) 0, rgba(25, 35, 76, 0.75) 100%), var(--Blue);
    color: var(--White);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 40px;
}

.sidebar-block h5 {
    color: var(--White);
}

.sidebar-icon {
    font-size: 40px;
    width: 40px;
    margin-bottom: 20px;
    color: var(--Light-Blue);
}

.sidebar-block .button {
    width: 100%;
}

body.single-post .sidebar-icon {
    margin-bottom: 16px;
}

body.single-post .sidebar-block h5 {
    margin-bottom: 16px;
}

body.single-post .sidebar-link {
    padding-right: 32px;
    margin-bottom: 16px;
}

body.single-post .sidebar-block p {
    margin-bottom: 15px;
}

.sidebar-row {
    gap: 38px 0;
}

.sidebar-list {
    gap: 15px;
}

.sidebar-img {
    width: 80px;
    height: 80px;
}

.sidebar-info span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--Navy);
    margin-bottom: 0;
    line-height: 22px;
}

.sidebar-info p {
    color: var(--Gray);
    opacity: 0.5;
    margin-bottom: 4px;
}

.sidebar-con {
    gap: 8px;
    color: var(--Blue);
    font-weight: 700;
}

.sidebar-con i {
    color: var(--Orange);
    font-size: 16px;
}

.sidebar-block-lt {
    margin-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
    .default-main {
        gap: 80px;
        padding: 80px 0 40px;
    }

    .default-article {
        flex: 1;
    }

    .default-aside {
        flex: 0 0 300px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    .default-main {
        display: block;
        padding: 80px 0 40px;
    }

    .default-article {
        margin-bottom: 40px;
    }

    .sidebar-list:last-child {
        margin-bottom: 0;
    }

    .sidebar-block {
        width: 100%;
        gap: 80px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-block-lt {
        flex: 1;
    }

    .sidebar-block-rt {
        width: fit-content;
    }

    .sidebar-block-lt {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    .default-main {
        display: block;
        padding: 40px 0 44px;
    }

    .default-block-con {
        margin-bottom: 57px;
    }

    .default-block-con .h1 {
        font-size: 48px;
        line-height: 55px;
    }

    .default-article h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .default-article h2:not(.micro-cta-text h2) {
        font-size: 40px;
        line-height: 50px;
    }

    ul.breadcrumbs {
        display: none;
    }

    .default-aside {
        padding-top: 80px;
    }

    .default-caption {
        padding-left: 25px;
    }

    .caption-desc {
        padding: 24px 24px 8px;
    }

    .default-line-wrap {
        padding: 32px 0 54px;
    }

    .default-line-text {
        padding: 0 0 19px 24px;
    }

    .default-line-in {
        display: block;
    }

    .default-lin-lt {
        padding: 0 0 24px;
    }

    .sidebar-block {
        margin-bottom: 43px;
    }

    .sidebar-list {
        flex-direction: row;
    }

    .sidebar-info {
        flex: 1;
    }

    .default-line-arrow {
        padding-left: 24px;
        opacity: 1;
    }

    .default-line-arrow svg {
        width: 32px;
        height: 32px;
    }

    .default-line-arrow svg:not(:first-child) {
        width: 20px;
    }
}

.blog-post-array-bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100% - 329px);
    z-index: -1;
}

.blog-post-banner {
    padding: 60px 0 40px;
    color: var(--White);
}

.blog-post-lt h1 {
    color: var(--White);
}

.blog-post-lt span {
    font-weight: 900;
}

.blog-post-lt hr {
    margin-bottom: 23px;
}

.blog-post-rt {
    background-color: var(--Navy);
    flex: 1;
}

.blog-post-rt-text {
    flex: 0 0 50%;
    padding: 40px 45px 40px 40px;
}

.blog-post-rt-image {
    flex: 0 0 50%;
}

.blog-post-rt-image img {
    border-radius: 0 24px 24px 0;
}

.blog-post-rt-text h2 {
    font-size: 28px;
    color: var(--White);
    line-height: 35px;
}

.blog-post-rt-text h2 a {
    color: var(--White);
}

.blog-post-list {
    gap: 8px;
    margin-bottom: 24px;
}

.blog-post-icon {
    color: var(--Light-Blue);
    font-size: 20px;
}

.blog-post-list span {
    font-weight: 400;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field input {
    padding: 15px 120px 12px 24px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    background-color: var(--Dark-Blue-50);
    color: var(--White);
    border-radius: 28px;
    border: none;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field.field_submit {
    min-width: 106px;
    right: 2px;
    top: -1px;
    height: 56px;
    margin: 0;
    display: block;
    position: absolute;
    align-items: center;
    display: flex;
}

body .insights-signup .frm_forms .frm_form_fields .frm_submit {
    display: block;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field label {
    display: none;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field.field_submit .frm_submit {
    width: 100%;
}

body .insights-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 14px 10px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 28px;
    border: 4px solid var(--Orange);
    background: 0 0;
}

body .insights-signup .frm_forms .frm_form_fields .frm_submit button.frm_button_submit:hover {
    background-color: var(--Orange);
}

body .insights-field-wrap .frm_form_field {
    margin-bottom: 0 !important;
    margin-top: 16px;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field input:-moz-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field input::-webkit-input-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
}

body .insights-signup .frm_forms .frm_form_fields .frm_form_field input::-moz-placeholder {
    color: var(--White);
    font-family: Blackbird, sans-serif;
}

@media only screen and (min-width: 1200px) {
    .blog-post-banner {
        gap: 88px;
    }

    .blog-post-lt {
        flex: 0 0 404px;
        padding-left: 16px;
    }

    .blog-post-rt {
        flex: 0 0 calc(100% - 492px);
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .blog-post-banner {
        gap: 64px;
    }

    .blog-post-lt {
        flex: 0 0 300px;
        padding-left: 16px;
    }

    .blog-post-rt {
        flex: 0 0 calc(100% - 364px);
    }

    .blog-post-rt-text {
        padding: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .blog-post-main {
        padding: 0 0 40px;
    }

    .blog-post-row {
        gap: 32px;
    }

    .blog-post-list {
        flex: 0 0 calc(25% - 24px);
    }

    .resources-blog-row {
        gap: 32px;
        margin-bottom: 80px;
    }

    .resources-blog-list {
        flex: 0 0 calc(25% - 24px);
    }
}

@media only screen and (max-width: 1023px) and (min-width: 744px) {
    .blog-post-main {
        padding: 40px 0 40px;
    }

    .blog-post-row {
        gap: 32px;
        margin-bottom: 64px;
    }

    .blog-post-lt {
        margin-bottom: 40px;
    }

    .blog-post-list {
        flex: 0 0 calc(50% - 16px);
        margin-bottom: 0;
    }

    .resources-blog-row {
        gap: 32px;
        margin-bottom: 64px;
    }

    .resources-blog-list {
        flex: 0 0 calc(50% - 16px);
    }
}

@media only screen and (max-width: 743px) and (min-width: 200px) {
    .blog-post-main {
        padding: 40px 0 40px;
    }

    .blog-post-banner {
        padding: 40px 0;
    }

    .blog-post-lt hr {
        margin: 0 0 24px;
    }

    .blog-post-lt {
        margin-bottom: 40px;
    }
}

body.single-post .header::after {
    content: "";
    display: block;
    background-image: url("images/insights-decor.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 1578px;
    height: 960px;
    z-index: -1;
    opacity: 0.1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s ease-in;
}

body.single-post header.sticky-header .header::after {
    opacity: 0;
    visibility: hidden;
}

body.single-post .insights-post-main {
    z-index: 810;
}

.insights-post-main {
    gap: 80px;
    padding: 80px 0 80px;
}

.insights-row {
    gap: 14px;
    flex: 0 0 60%;
}

.insights-rt {
    gap: 20px;
    flex: 0 0 calc(100% - 63%);
}

.insights-list {
    flex: 0 0 33%;
}

.insights-icon {
    color: var(--Light-Blue);
    font-size: 20px;
}

.insights-txt {
    color: var(--Blue);
}

.insights-list {
    gap: 8px;
}

.insights-block-con {
    margin-bottom: 45px;
    color: var(--Navy);
}

.insights-post-main .sidebar-block {
    padding: 24px;
}

.insights-post-main .share-icons #st-1.st-animated {
    flex: inherit;
}

.insights-post-main .share-icons {
    margin-bottom: 42px;
    padding: 0 21px 0 5px;
    gap: 20px;
}

.insights-post-main .default-block-con span {
    margin-bottom: 0;
}

.insights-post-block {
    padding: 35px 0 55px;
}

.insights-post-image {
    padding: 10px 0 58px;
}

.insights-post-wrap {
    padding: 48px;
}

.insights-block-icon {
    color: var(--Orange);
    font-size: 40px;
    width: 40px;
    margin-bottom: 32px;
}

.insights-block-main>span {
    color: var(--Blue);
    font-size: 22px;
    display: block;
    margin-bottom: 32px;
    line-height: 33px;
}

.insights-block-list {
    gap: 18px;
}

.insights-block-info span {
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    color: var(--Navy);
    font-weight: 700;
}

.insights-block-info p {
    color: var(--Gray);
    opacity: 0.5;
}

.insights-block-img {
    width: 64px;
    height: 64px;
}

.insights-post-main:after {
    content: "";
    display: block;
    background-color: var(--body-text);
    width: 100%;
    height: 1px;
    opacity: 0.5;
}

@media only screen and (min-width: 1024px) {
    body.single-post .header::after {
        top: -84px;
        left: -313px;
    }

    .insights-post-bracket {
        width: 48px;
        height: 100%;
        top: 0;
        border: 1px solid var(--Light-Blue);
        z-index: -1;
    }

    .insights-post-bracket.left {
        left: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .insights-post-bracket.right {
        right: 0;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .insights-post-main .share-icons {
        display: block;
    }

    .insights-post-main .insights-row {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 744px) {
    body.single-post .header::after {
        top: 84px;
        left: -100px;
        width: 789px;
        height: 480px;
    }

    .insights-post-main {
        padding: 40px 0;
        gap: 40px;
    }

    .insights-post-main .share-icons {
        display: block;
    }

    .insights-post-main .insights-row {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    body.single-post .header::after {
        top: 84px;
        left: -100px;
        width: 519px;
        height: 316px;
        background-image: url("images/insights-decor-mobile.svg");
    }

    .insights-post-main {
        padding: 40px 0 8px;
        gap: 40px;
    }

    .insights-block-con .h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .insights-post-main .share-icons {
        padding: 0;
    }

    .insights-post-main .insights-row {
        flex: 0 0 100%;
        padding-left: 5px;
        gap: 20px;
    }

    .insights-post-main .insights-list {
        flex: 0 0 calc(50% - 10px);
    }

    .insights-post-main .insights-rt {
        flex: inherit;
    }

    .insights-post-main .share-icons #st-1.st-animated {
        gap: 18px;
    }

    .insights-post-main .default-article h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }

    .insights-post-main .default-article h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .insights-post-main .default-article h3 {
        font-size: 1.75rem;
        line-height: 2.18rem;
    }

    .insights-post-main .default-line-in {
        line-height: 1.875rem;
    }

    .insights-post-main .default-aside {
        padding-top: 40px;
    }

    .insights-post-main .sidebar-list {
        display: block;
    }

    .insights-post-main .sidebar-img {
        margin-bottom: 20px;
    }

    .insights-post-wrap {
        padding: 24px;
    }

    .insights-post-bracket {
        width: 100%;
        height: 48px;
        bottom: 0;
        left: 0;
        top: auto;
        border: 1px solid var(--Light-Blue);
        z-index: -1;
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .insights-post-bracket.left {
        top: 0;
        transform: rotate(-180deg);
    }

    .insights-block-main>span {
        font-size: 20px;
    }
}

@media screen and (max-width: 389px) and (min-width: 200px) {
    .insights-post-main .share-icons #st-1.st-animated {
        gap: 13px;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: var(--Foreground);
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-wrap.mfp-ready {
    backdrop-filter: blur(2px);
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: var(--White);
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 1.75rem;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
button.mfp-arrow,
button.mfp-close,
div.mfp-iframe-holder .mfp-close {
    width: 42px;
    height: 42px;
    top: -60px;
    right: -42px;
    font-size: 0;
    line-height: 0;
    border-radius: 4px;
    background: var(--Blue);
    padding: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

button.mfp-arrow:hover,
button.mfp-close:hover,
div.mfp-iframe-holder .mfp-close:hover {
    background: var(--Orange);
}

button.mfp-arrow:hover::after,
button.mfp-close:hover::after,
div.mfp-iframe-holder .mfp-close:hover:after {
    color: var(--White);
    -webkit-text-fill-color: var(--White);
    background: 0 0;
}

.mfp-container .mfp-close::before {
    display: none;
}

.mfp-container .mfp-close::after {
    left: 50%;
    top: 50%;
    content: "\f00d";
    font-size: 1.75rem;
    line-height: 34px;
    color: var(--White);
    transform: translate(-50%, -50%);
    position: absolute;
    font-family: "Font Awesome 6 Sharp";
    transition: all 0.5s ease;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 0.75rem;
    line-height: 1.125rem;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 120px;
    padding-bottom: 120px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-inline-holder .mfp-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 120px 0;
}

.white-popup-block {
    padding: 40px;
    position: relative;
}

.white-popup-text .frm_forms {
    padding-top: 10px;
}

.my-mfp-zoom-in .white-popup-block {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .white-popup-block {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .white-popup-block {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-top .white-popup-block {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.my-mfp-slide-top.mfp-ready .white-popup-block {
    opacity: 1;
}

.my-mfp-slide-top.mfp-removing .white-popup-block {
    opacity: 0;
}

.my-mfp-slide-top.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-top.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.my-mfp-slide-top.mfp-removing.mfp-bg {
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 200px) {
    .mfp-inline-holder .mfp-content {
        max-width: 100%;
    }

    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        right: 3px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .white-popup-block {
        padding: 30px 20px;
    }

    .mfp-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

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

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

.slick-list:focus {
    outline: 0;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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


select.selectBox{display: none;}
body .selectBox-dropdown{padding: 12px 34px 14px 14px; width: 100%; font-size: 0.875rem; line-height: 1.25rem; font-weight: 700; height: auto; border: 1px solid var(--Blue-Tint,#d9dff2); background: var(--Elevated, #F0F2FA); border-radius: 8px; color: var(--Blue); font-family: "arboria", sans-serif; display: block; cursor: pointer; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
body .selectBox-dropdown span.selectBox-label a{color: inherit;}
body .selectBox-dropdown.selectBox-menuShowing{border-radius: 8px 8px 0 0;}
body .selectBox-dropdown .selectBox-arrow{width: 15px; height: 10px; right: 13px; top: calc(50% + 1px); transform: translateY(-50%); position: absolute; background-image: url("images/angle-down.svg"); background-repeat: no-repeat; background-size: contain;}
body .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{transform: translateY(-100%) rotate(180deg); top: calc(50% + 4px); }

body.page-template-marketing ul.selectBox-dropdown-menu, body.page-template-demo ul.selectBox-dropdown-menu{border: 1px solid var(--Blue-Tint,#d9dff2); box-shadow: none;}
ul.selectBox-dropdown-menu{margin: 0; padding: 0; top: 100%; left: 0; max-height: 213px; min-height: 1em; display: block; border-radius: 0 0 5px 5px; background-color: var( --White); border: 1px solid var(--White); position: absolute; z-index: 99999; white-space: nowrap; text-overflow: ellipsis; overflow: auto; box-shadow: 0 2px 2px #dadbdf;}
ul.selectBox-dropdown-menu li.selectBox-selected a{color: var(--Blue);}
ul.selectBox-dropdown-menu li:first-child{padding-top: 10px;}
ul.selectBox-dropdown-menu li:last-child{padding-bottom: 10px;}
ul.selectBox-dropdown-menu li.selectBox-disabled{display: none;}
ul.selectBox-dropdown-menu li{display: block; margin-bottom: 0; padding: 0; white-space: normal;}
ul.selectBox-dropdown-menu li::before{display: none;}
ul.selectBox-dropdown-menu li.frm-select-placeholder{display: none;}
ul.selectBox-dropdown-menu li a{padding: 8px 16px; width: 100%; color: var(--Foreground); cursor: pointer; font-size: 0.875rem; line-height: 1.5; font-weight: 500; display: block; text-transform: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
ul.selectBox-dropdown-menu li:hover a{color: var(--Blue); background-color: transparent;}
ul.selectBox-dropdown-menu li:hover{background-color: transparent; }
body.page-template-faq ul.selectBox-dropdown-menu{border: 1px solid var(--Blue-Tint,#d9dff2); border-top: none;}

body .res-dropdown-pos .selectBox-dropdown{ padding: 0; border: none; color: var(--Navy); font-family: var(--base-font); font-size: 28px; font-weight: 600; line-height: 38px; background: transparent;}
body .res-dropdown-pos .selectBox-dropdown .selectBox-arrow { top: calc(50% + 2px); right: 0; width: auto; height: auto; color: var(--Blue); font-size: 1.25rem; line-height: 1.25rem; position: static; font-family: "Font Awesome 6 Pro"; font-weight: 900; background: none; }
body .res-dropdown-pos .selectBox-dropdown span.selectBox-label{padding-right: 13px;}
body .res-dropdown-pos .selectBox-menuShowing .selectBox-arrow{ top: calc(50% + 5px); transform: translateY(-50%) rotate(180deg); }
body .res-dropdown-pos .selectBox-dropdown .selectBox-arrow::before{ content: "\f078"; }
body .res-dropdown-pos .selectBox-dropdown::after { width: 100%; height: 2px; bottom: 0; opacity: 0; position: absolute; content: ""; display: block; background-color: var(--Orange); transition: all .5s ease; }
body .res-dropdown-pos .selectBox-dropdown.selectBox-menuShowing::after{ opacity: 1; }



/* media css starts here */
@media only screen and (min-width: 1024px){
    body.category-insights ul.selectBox-dropdown-menu{margin-top: 10px; gap: 10px; max-height: inherit; width: auto !important; max-width: 1000px; display:flex; flex-wrap: wrap; background: none; border: none; box-shadow: none;}
    body.category-insights ul.selectBox-dropdown-menu li{margin: 0; padding: 0;}
    body.category-insights ul.selectBox-dropdown-menu li a{display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 18px; padding: 8px 12px 7px; border-radius: 8px; background-color: var(--Navy); color: var(--White);}
    body.category-insights ul.selectBox-dropdown-menu li.selectBox-selected a, body.category-insights ul.res-tags-selectBox-dropdown-menu li a:hover{ background-color: var(--Orange); color: var(--White); }
    body.category-insights ul.selectBox-dropdown-menu li.selectBox-selected a #close{opacity: .5; color: var(--White); display: block; font-weight: 900; font-family: "Font Awesome 6 Pro";}
    body.category-insights ul.selectBox-dropdown-menu li.selectBox-selected a #close::before{content: "\f00d"; }
    body.category-insights ul.selectBox-dropdown-menu li.res-tags-reset a::before{content: "\f2ea"; font-weight: 900; font-family: "Font Awesome 6 Pro";}
    body.category-insights ul.selectBox-dropdown-menu li:first-child{display: none;}
}
@media only screen and (max-width: 743px) and (min-width: 200px){
    ul.selectBox-dropdown-menu{max-width: 100%;}
}