@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    --c-ui--1: #08005A;
    --c-ui--2: #127BFF;
    --c-ui--3: #EFF0F5;
    --c-ui--4: #FFFFFF;
    --c-ui--5: #080150;
    --c-ui--6: #1180FE;
    --c-text-navy: #2A274B;
    --bc--1: #9B321D;
    --bc--2: #E05E44;
    --bc--3: #9B321D;
    --gradient--1: linear-gradient(90deg, #1274FF 1.16%, #06CFC1 93.78%);
}

body.color-scheme2 {
    --bc--1: #2A485B;
    --bc--2: #7A96A8;
    --bc--3: #2A485B;
}

body.color-scheme3 {
    --bc--1: #348E67;
    --bc--2: #54B289;
    --bc--3: #295D47;
}

body,
html {
    overflow-x: clip;
    height: auto;
    min-height: 100%;
    background: #fff;
}

body {
    font-family: "TT Commons Classic", sans-serif;
    overflow-x: clip;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: none;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--c-text-navy);
}

html[lang=ko-KR] body {
    font-family: "SUIT", "TT Commons Classic", sans-serif;
}

body.fixed {
    overflow: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

/*popup Opened*/
body:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #131313;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    pointer-events: none;
    visibility: hidden;
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
}

body.popup-opened {
    max-height: 100vh;
    overflow: hidden;
}

body.popup-opened:before {
    opacity: 0.8;
    visibility: visible;
    pointer-events: all;
}

* {
    box-sizing: border-box;
}

#app,
main.base {
    /* overflow-x: hidden; */
}

@font-face {
    font-family: "TT Commons Classic";
    src: url("../fonts/TTCommonsClassicRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Commons Classic";
    src: url("../fonts/TTCommonsClassicMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Commons Classic";
    src: url("../fonts/TTCommonsClassicDemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SUIT";
    src: url("../fonts/SUIT-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SUIT";
    src: url("../fonts/SUIT-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SUIT";
    src: url("../fonts/SUIT-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "imp-icons";
    src: url("../fonts/imp-icons.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class^=imp-icon-],
[class*=" imp-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "imp-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imp-icon-arrow:before {
    content: "\e900";
}

.imp-icon-calendar:before {
    content: "\e901";
}

.imp-icon-cross:before {
    content: "\e902";
}

.imp-icon-up:before {
    content: "\e903";
}

.imp-icon-down:before {
    content: "\e904";
}

.imp-icon-up2:before {
    content: "\e905";
}

.imp-icon-down2:before {
    content: "\e906";
}

.imp-icon-up3:before {
    content: "\e907";
}

.imp-icon-down3:before {
    content: "\e908";
}

.imp-icon-up4:before {
    content: "\e909";
}

.imp-icon-down4:before {
    content: "\e90a";
}

.imp-icon-download:before {
    content: "\e90b";
}

.imp-icon-facebook:before {
    content: "\e90c";
}

.imp-icon-fax:before {
    content: "\e90d";
}

.imp-icon-home:before {
    content: "\e90e";
}

.imp-icon-href:before {
    content: "\e90f";
}

.imp-icon-instagram:before {
    content: "\e910";
}

.imp-icon-linkedin:before {
    content: "\e911";
}

.imp-icon-mail:before {
    content: "\e912";
}

.imp-icon-mail2:before {
    content: "\e913";
}

.imp-icon-phone:before {
    content: "\e914";
}

.imp-icon-left:before {
    content: "\e915";
}

.imp-icon-right:before {
    content: "\e916";
}

.imp-icon-left2:before {
    content: "\e917";
}

.imp-icon-right2:before {
    content: "\e918";
}

.imp-icon-left3:before {
    content: "\e919";
}

.imp-icon-right3:before {
    content: "\e91a";
}

.imp-icon-left4:before {
    content: "\e91b";
}

.imp-icon-right4:before {
    content: "\e91c";
}

.imp-icon-search:before {
    content: "\e91d";
}

.imp-icon-sort:before {
    content: "\e91e";
}

.imp-icon-sort2:before {
    content: "\e91f";
}

.imp-icon-sort2-down:before {
    content: "\e91f";
    display: inline-block;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
}

.imp-icon-sort2-up:before {
    content: "\e91f";
    display: inline-block;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
}

.imp-icon-twitter:before {
    content: "\e920";
}

.imp-icon-upload:before {
    content: "\e921";
}

.imp-icon-youtube:before {
    content: "\e922";
}

.imp-icon-cad:before {
    content: "\e923";
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

u {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    padding: 0;
    margin: 0;
}

input {
    outline: 0;
    border: 0;
}

dl,
dd,
dt {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

img {
    height: auto;
}

fieldset {
    border: 0;
    padding: 0;
}

/*
 * WooCommerce reset to work with the project.
 */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce ul.products {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products[class*=columns-] li.product {
    margin: 0;
    margin-top: -1px;
    margin-left: -1px;
}

.woocommerce ul.products[class*=columns-] li.product img {
    margin: 0;
}

.woocommerce ul.products[class*=columns-] .button {
    display: none;
}

@media (max-width: 768px) {

    /*
      * Don't keep two columns.
      */
    .woocommerce ul.products {
        margin: auto auto;
    }

    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(100% + 1px);
    }
}

@media (min-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(33.333% + 1px);
    }
}

@media (min-width: 1450px) {
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(25% + 1px);
    }
}

#wpadminbar {
    display: none !important;
}

section.products .filter-col button.toggle-filter,
section.product-details .accordion-item .toggle-button,
section.hero-home .slider-navigation .arrows .prev,
section.hero-home .slider-navigation .arrows .next,
section.faq .items .item button,
section.cta-simple .button-block .btn,
section.clients .buttons .button,
section.accordion-with-side-image .accordion-item .toggle-button,
header.primary .search-button,
header.primary .header-burger,
footer.primary .contact-form form .gform_footer .gform_button,
div.mobile-navigation button.back-button,
form.search-form button,
section.testimonials .slider .slider-arrows .prev,
section.intro-feature .statistics .slider-arrows .prev,
div.small-posts-carousel .slider-arrows .prev,
section.testimonials .slider .slider-arrows .next,
section.intro-feature .statistics .slider-arrows .next,
div.small-posts-carousel .slider-arrows .next,
section.products-carousel .nav-arrows .prev,
section.posts-carousel .nav-arrows .prev,
section.history-carousel .nav-arrows .prev,
section.downloads-carousel .nav-arrows .prev,
div.swiper-navigation .prev,
section.products-carousel .nav-arrows .next,
section.posts-carousel .nav-arrows .next,
section.history-carousel .nav-arrows .next,
section.downloads-carousel .nav-arrows .next,
div.swiper-navigation .next,
div.language-switcher button,
section.contact-form .gravity-theme .arrow-button,
aside.contact-popup .gform .arrow-button,
section.post-overview .content form .arrow-button,
section.hero-custompage .content form .arrow-button,
section.hero-contact .gform .arrow-button,
section.hero-contact .html-form .arrow-button,
article.search-card .button,
section.post-overview .back-button,
section.hero-custompage .back-button,
section.hero-contact .button-block .button,
aside.team-popup .back-button,
aside.contact-popup .back-button,
section.hero-home .content-slider .button-block .btn,
section.product-details .descr .button,
section.text-with-image .button-block .btn,
section.text-with-image2 .button-block .btn,
section.text-with-image-full .button-block .btn,
section.search-results .nothing-found a,
section.products form.searchandfilter .sf-field-reset input,
section.products .category-filter button,
section.intro-feature .button-block .btn,
section.image-with-content .content .button-block .btn,
section.hero-post .button,
section.hero-internal-basic .button,
section.call-to-action .button-block .btn,
section.accordion-with-side-image .accordion-item .wrap .button-block a,
div.stock-info .more-info .btn,
article.industry-card .button,
section.contact-form .gravity-theme .gform_button:not(.arrow-button),
aside.contact-popup .gform .gform_button:not(.arrow-button),
section.post-overview .content form .gform_button:not(.arrow-button),
section.hero-custompage .content form .gform_button:not(.arrow-button),
section.hero-contact .gform .gform_button:not(.arrow-button),
section.hero-contact .html-form .gform_button:not(.arrow-button),
section.job-roles .nav-buttons button,
section.application-process .nav-buttons button,
article.download-card .button-block a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

section.text-with-image .button-block .btn,
section.text-with-image2 .button-block .btn,
section.text-with-image-full .button-block .btn,
section.search-results .nothing-found a,
section.products form.searchandfilter .sf-field-reset input,
section.products .category-filter button,
section.intro-feature .button-block .btn,
section.image-with-content .content .button-block .btn,
section.hero-post .button,
section.hero-internal-basic .button,
section.call-to-action .button-block .btn,
section.accordion-with-side-image .accordion-item .wrap .button-block a,
div.stock-info .more-info .btn,
article.industry-card .button,
section.contact-form .gravity-theme .gform_button:not(.arrow-button),
aside.contact-popup .gform .gform_button:not(.arrow-button),
section.post-overview .content form .gform_button:not(.arrow-button),
section.hero-custompage .content form .gform_button:not(.arrow-button),
section.hero-contact .gform .gform_button:not(.arrow-button),
section.hero-contact .html-form .gform_button:not(.arrow-button),
section.job-roles .nav-buttons button,
section.application-process .nav-buttons button,
article.download-card .button-block a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.9375rem;
    min-width: 156px;
    padding: 0 16px;
    border-radius: 30px;
    height: 43px;
    background: var(--c-ui--2);
    color: #fff;
    gap: 15px;
    transition: 400ms ease-in-out;
    transition-property: background, color;
}

section.text-with-image .button-block .btn i,
section.text-with-image2 .button-block .btn i,
section.text-with-image-full .button-block .btn i,
section.search-results .nothing-found a i,
section.products form.searchandfilter .sf-field-reset input i,
section.products .category-filter button i,
section.intro-feature .button-block .btn i,
section.image-with-content .content .button-block .btn i,
section.hero-post .button i,
section.hero-internal-basic .button i,
section.call-to-action .button-block .btn i,
section.accordion-with-side-image .accordion-item .wrap .button-block a i,
div.stock-info .more-info .btn i,
article.industry-card .button i,
section.contact-form .gravity-theme .gform_button:not(.arrow-button) i,
aside.contact-popup .gform .gform_button:not(.arrow-button) i,
section.post-overview .content form .gform_button:not(.arrow-button) i,
section.hero-custompage .content form .gform_button:not(.arrow-button) i,
section.hero-contact .gform .gform_button:not(.arrow-button) i,
section.hero-contact .html-form .gform_button:not(.arrow-button) i,
section.job-roles .nav-buttons button i,
section.application-process .nav-buttons button i,
article.download-card .button-block a i {
    font-size: 0.6875rem;
}

section.text-with-image .button-block .btn:hover,
section.text-with-image2 .button-block .btn:hover,
section.text-with-image-full .button-block .btn:hover,
section.search-results .nothing-found a:hover,
section.products form.searchandfilter .sf-field-reset input:hover,
section.products .category-filter button:hover,
section.intro-feature .button-block .btn:hover,
section.image-with-content .content .button-block .btn:hover,
section.hero-post .button:hover,
section.hero-internal-basic .button:hover,
section.call-to-action .button-block .btn:hover,
section.accordion-with-side-image .accordion-item .wrap .button-block a:hover,
div.stock-info .more-info .btn:hover,
article.industry-card .button:hover,
section.contact-form .gravity-theme .gform_button:hover:not(.arrow-button),
aside.contact-popup .gform .gform_button:hover:not(.arrow-button),
section.post-overview .content form .gform_button:hover:not(.arrow-button),
section.hero-custompage .content form .gform_button:hover:not(.arrow-button),
section.hero-contact .gform .gform_button:hover:not(.arrow-button),
section.hero-contact .html-form .gform_button:hover:not(.arrow-button),
section.job-roles .nav-buttons button:hover,
section.application-process .nav-buttons button:hover,
article.download-card .button-block a:hover {
    background: #034291;
    color: #fff;
}

section.job-roles .nav-buttons button,
section.application-process .nav-buttons button,
article.download-card .button-block a {
    background: #EFF0F5;
    color: var(--c-text-navy);
}

section.job-roles .nav-buttons button i,
section.application-process .nav-buttons button i,
article.download-card .button-block a i {
    color: var(--c-ui--6);
}

section.job-roles .nav-buttons button:hover,
section.application-process .nav-buttons button:hover,
article.download-card .button-block a:hover {
    background: var(--c-ui--2);
    color: #fff;
}

section.hero-home .content-slider .button-block .btn,
section.product-details .descr .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.9375rem;
    border: 1px solid rgba(217, 217, 217, 0.3);
    border-radius: 30px;
    height: 52px;
    padding: 6px 15px;
    transition: 400ms ease-in-out;
    transition-property: border-color, background-color, color;
}

section.hero-home .content-slider .button-block .btn i,
section.product-details .descr .button i {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #000;
    font-size: 0.8125rem;
    margin-left: 10px;
    margin-right: -9px;
    line-height: 2.25rem;
    text-align: center;
    transition: 400ms ease-in-out;
    transition-property: background, color;
}

section.hero-home .content-slider .button-block .btn:hover,
section.product-details .descr .button:hover {
    color: #fff;
    background: var(--c-ui--2);
    border-color: var(--c-ui--2);
}

section.hero-home .content-slider .button-block .btn:hover i,
section.product-details .descr .button:hover i {
    color: #fff;
    background: var(--c-ui--1);
}

section.product-details .descr .button {
    color: var(--c-text-navy);
    background: #DEE2E9;
    width: auto;
    border-color: transparent;
    height: 42px;
    font-weight: 500;
    font-size: 0.875rem;
}

section.product-details .descr .button i {
    background-color: var(--c-ui--2);
    color: #fff;
    margin-left: -6px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 0.6875rem;
    line-height: 1.5rem;
}

section.post-overview .back-button,
section.hero-custompage .back-button,
section.hero-contact .button-block .button,
aside.team-popup .back-button,
aside.contact-popup .back-button {
    color: inherit;
    padding: 0;
    margin-bottom: 25px;
    z-index: 2;
}

section.post-overview .back-button:before,
section.hero-custompage .back-button:before,
section.hero-contact .button-block .button:before,
aside.team-popup .back-button:before,
aside.contact-popup .back-button:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    background: var(--c-ui--1);
    z-index: -1;
}

section.post-overview .back-button i,
section.hero-custompage .back-button i,
section.hero-contact .button-block .button i,
aside.team-popup .back-button i,
aside.contact-popup .back-button i {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(217, 217, 217, 0.3);
    margin-right: 12px;
    border-radius: 30px;
}

section.post-overview .back-button span,
section.hero-custompage .back-button span,
section.hero-contact .button-block .button span,
aside.team-popup .back-button span,
aside.contact-popup .back-button span {
    font-size: 1rem;
}

article.search-card .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--c-ui--2);
    font-size: 0.9375rem;
    font-weight: 500;
    gap: 7px;
    color: var(--c-ui--2);
    padding: 10px 25px;
    height: 42px;
    border-radius: 30px;
    transition: 400ms ease-in-out;
    transition-property: background, color;
}

article.search-card .button i {
    font-size: 0.8125rem;
}

article.search-card .button:hover {
    background: var(--c-ui--2);
    color: #fff;
}

section.talent .items .item .icon,
section.products form.searchandfilter ul>li>h4:before,
section.hero-home .slider-navigation .arrows,
section.features .items .icon,
header.primary .search-button,
header.primary .header-burger,
ul.social-links li a,
div.mobile-navigation button.back-button i,
form.search-form button,
div.video-carousel .swiper-slide .image i,
section.testimonials .slider .slider-arrows,
section.intro-feature .statistics .slider-arrows,
div.small-posts-carousel .slider-arrows,
article.industry-card .image .arrow-link,
article.application-card .link,
section.talent .container h2.title i,
section.job-roles .container h2.title i,
section.contact-form .container h2.title i,
section.benefits .container h2.title i,
section.application-process .container h2.title i,
section.post-overview .back-button i,
section.hero-custompage .back-button i,
section.hero-contact .button-block .button i,
aside.team-popup .back-button i,
aside.contact-popup .back-button i,
div.mobile-navigation .menu .menu-item a,
div.mobile-navigation button.back-button,
div.language-switcher button,
section.post-overview .back-button,
section.hero-custompage .back-button,
section.hero-contact .button-block .button,
aside.team-popup .back-button,
aside.contact-popup .back-button {
    display: flex;
}

div.mobile-navigation .menu .menu-item a,
div.mobile-navigation button.back-button,
div.language-switcher button,
section.post-overview .back-button,
section.hero-custompage .back-button,
section.hero-contact .button-block .button,
aside.team-popup .back-button,
aside.contact-popup .back-button {
    align-items: center;
}

section.talent .items .item .icon,
section.products form.searchandfilter ul>li>h4:before,
section.hero-home .slider-navigation .arrows,
section.features .items .icon,
header.primary .search-button,
header.primary .header-burger,
ul.social-links li a,
div.mobile-navigation button.back-button i,
form.search-form button,
div.video-carousel .swiper-slide .image i,
section.testimonials .slider .slider-arrows,
section.intro-feature .statistics .slider-arrows,
div.small-posts-carousel .slider-arrows,
article.industry-card .image .arrow-link,
article.application-card .link,
section.talent .container h2.title i,
section.job-roles .container h2.title i,
section.contact-form .container h2.title i,
section.benefits .container h2.title i,
section.application-process .container h2.title i,
section.post-overview .back-button i,
section.hero-custompage .back-button i,
section.hero-contact .button-block .button i,
aside.team-popup .back-button i,
aside.contact-popup .back-button i {
    align-items: center;
    justify-content: center;
}

section.talent .items .item .icon:before,
section.hero-investors .bg-image,
section.hero-home .slider-navigation .image>div,
section.hero-home .image-slider .swiper-slide img,
section.hero-home .image-slider,
section.hero-contact .tabs.gfield input[type=radio]+label:after,
section.clients .items .item a,
section.accordion-with-side-image figure .item,
div.video-carousel .swiper-slide a,
article.industry-card a.link,
article.application-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
    overflow: hidden;
}

.child {
    display: inline-block;
}

/**************************************************************
* Forms
**************************************************************/
section.contact-form .gravity-theme,
aside.contact-popup .gform,
section.post-overview .content form,
section.hero-custompage .content form,
section.hero-contact .gform,
section.hero-contact .html-form {
    color: #fff;
}

/* Input */
section.contact-form .gravity-theme input[type=text],
aside.contact-popup .gform input[type=text],
section.post-overview .content form input[type=text],
section.hero-custompage .content form input[type=text],
section.hero-contact .gform input[type=text],
section.hero-contact .html-form input[type=text],
section.contact-form .gravity-theme input[type=tel],
aside.contact-popup .gform input[type=tel],
section.post-overview .content form input[type=tel],
section.hero-custompage .content form input[type=tel],
section.hero-contact .gform input[type=tel],
section.hero-contact .html-form input[type=tel],
section.contact-form .gravity-theme input[type=email],
aside.contact-popup .gform input[type=email],
section.post-overview .content form input[type=email],
section.hero-custompage .content form input[type=email],
section.hero-contact .gform input[type=email],
section.hero-contact .html-form input[type=email],
section.contact-form .gravity-theme input[type=number],
aside.contact-popup .gform input[type=number],
section.post-overview .content form input[type=number],
section.hero-custompage .content form input[type=number],
section.hero-contact .gform input[type=number],
section.hero-contact .html-form input[type=number],
section.contact-form .gravity-theme input[type=url],
aside.contact-popup .gform input[type=url],
section.post-overview .content form input[type=url],
section.hero-custompage .content form input[type=url],
section.hero-contact .gform input[type=url],
section.hero-contact .html-form input[type=url],
section.contact-form .gravity-theme input[type=password],
aside.contact-popup .gform input[type=password],
section.post-overview .content form input[type=password],
section.hero-custompage .content form input[type=password],
section.hero-contact .gform input[type=password],
section.hero-contact .html-form input[type=password],
section.contact-form .gravity-theme input[type=time],
aside.contact-popup .gform input[type=time],
section.post-overview .content form input[type=time],
section.hero-custompage .content form input[type=time],
section.hero-contact .gform input[type=time],
section.hero-contact .html-form input[type=time],
section.contact-form .gravity-theme input[type=week],
aside.contact-popup .gform input[type=week],
section.post-overview .content form input[type=week],
section.hero-custompage .content form input[type=week],
section.hero-contact .gform input[type=week],
section.hero-contact .html-form input[type=week],
section.contact-form .gravity-theme input[type=date],
aside.contact-popup .gform input[type=date],
section.post-overview .content form input[type=date],
section.hero-custompage .content form input[type=date],
section.hero-contact .gform input[type=date],
section.hero-contact .html-form input[type=date],
section.contact-form .gravity-theme input[type=month],
aside.contact-popup .gform input[type=month],
section.post-overview .content form input[type=month],
section.hero-custompage .content form input[type=month],
section.hero-contact .gform input[type=month],
section.hero-contact .html-form input[type=month],
section.contact-form .gravity-theme input[type=search],
aside.contact-popup .gform input[type=search],
section.post-overview .content form input[type=search],
section.hero-custompage .content form input[type=search],
section.hero-contact .gform input[type=search],
section.hero-contact .html-form input[type=search],
section.contact-form .gravity-theme input[type=range],
aside.contact-popup .gform input[type=range],
section.post-overview .content form input[type=range],
section.hero-custompage .content form input[type=range],
section.hero-contact .gform input[type=range],
section.hero-contact .html-form input[type=range],
section.contact-form .gravity-theme .ginput_container_fileupload input[type=file],
aside.contact-popup .gform .ginput_container_fileupload input[type=file],
section.post-overview .content form .ginput_container_fileupload input[type=file],
section.hero-custompage .content form .ginput_container_fileupload input[type=file],
section.hero-contact .gform .ginput_container_fileupload input[type=file],
section.hero-contact .html-form .ginput_container_fileupload input[type=file],
section.contact-form .gravity-theme textarea,
aside.contact-popup .gform textarea,
section.post-overview .content form textarea,
section.hero-custompage .content form textarea,
section.hero-contact .gform textarea,
section.hero-contact .html-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    padding: 0;
    padding-left: 10px !important;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    height: 58px;
    line-height: 3.625rem;
    background-color: transparent;
    -moz-user-select: text;
    user-select: text;
    -webkit-user-select: text;
    position: relative;
    color: inherit;
    font-size: 0.9375rem;
}

@media (min-width: 1024px) {

    section.contact-form .gravity-theme input[type=text],
    aside.contact-popup .gform input[type=text],
    section.post-overview .content form input[type=text],
    section.hero-custompage .content form input[type=text],
    section.hero-contact .gform input[type=text],
    section.hero-contact .html-form input[type=text],
    section.contact-form .gravity-theme input[type=tel],
    aside.contact-popup .gform input[type=tel],
    section.post-overview .content form input[type=tel],
    section.hero-custompage .content form input[type=tel],
    section.hero-contact .gform input[type=tel],
    section.hero-contact .html-form input[type=tel],
    section.contact-form .gravity-theme input[type=email],
    aside.contact-popup .gform input[type=email],
    section.post-overview .content form input[type=email],
    section.hero-custompage .content form input[type=email],
    section.hero-contact .gform input[type=email],
    section.hero-contact .html-form input[type=email],
    section.contact-form .gravity-theme input[type=number],
    aside.contact-popup .gform input[type=number],
    section.post-overview .content form input[type=number],
    section.hero-custompage .content form input[type=number],
    section.hero-contact .gform input[type=number],
    section.hero-contact .html-form input[type=number],
    section.contact-form .gravity-theme input[type=url],
    aside.contact-popup .gform input[type=url],
    section.post-overview .content form input[type=url],
    section.hero-custompage .content form input[type=url],
    section.hero-contact .gform input[type=url],
    section.hero-contact .html-form input[type=url],
    section.contact-form .gravity-theme input[type=password],
    aside.contact-popup .gform input[type=password],
    section.post-overview .content form input[type=password],
    section.hero-custompage .content form input[type=password],
    section.hero-contact .gform input[type=password],
    section.hero-contact .html-form input[type=password],
    section.contact-form .gravity-theme input[type=time],
    aside.contact-popup .gform input[type=time],
    section.post-overview .content form input[type=time],
    section.hero-custompage .content form input[type=time],
    section.hero-contact .gform input[type=time],
    section.hero-contact .html-form input[type=time],
    section.contact-form .gravity-theme input[type=week],
    aside.contact-popup .gform input[type=week],
    section.post-overview .content form input[type=week],
    section.hero-custompage .content form input[type=week],
    section.hero-contact .gform input[type=week],
    section.hero-contact .html-form input[type=week],
    section.contact-form .gravity-theme input[type=date],
    aside.contact-popup .gform input[type=date],
    section.post-overview .content form input[type=date],
    section.hero-custompage .content form input[type=date],
    section.hero-contact .gform input[type=date],
    section.hero-contact .html-form input[type=date],
    section.contact-form .gravity-theme input[type=month],
    aside.contact-popup .gform input[type=month],
    section.post-overview .content form input[type=month],
    section.hero-custompage .content form input[type=month],
    section.hero-contact .gform input[type=month],
    section.hero-contact .html-form input[type=month],
    section.contact-form .gravity-theme input[type=search],
    aside.contact-popup .gform input[type=search],
    section.post-overview .content form input[type=search],
    section.hero-custompage .content form input[type=search],
    section.hero-contact .gform input[type=search],
    section.hero-contact .html-form input[type=search],
    section.contact-form .gravity-theme input[type=range],
    aside.contact-popup .gform input[type=range],
    section.post-overview .content form input[type=range],
    section.hero-custompage .content form input[type=range],
    section.hero-contact .gform input[type=range],
    section.hero-contact .html-form input[type=range],
    section.contact-form .gravity-theme .ginput_container_fileupload input[type=file],
    aside.contact-popup .gform .ginput_container_fileupload input[type=file],
    section.post-overview .content form .ginput_container_fileupload input[type=file],
    section.hero-custompage .content form .ginput_container_fileupload input[type=file],
    section.hero-contact .gform .ginput_container_fileupload input[type=file],
    section.hero-contact .html-form .ginput_container_fileupload input[type=file],
    section.contact-form .gravity-theme textarea,
    aside.contact-popup .gform textarea,
    section.post-overview .content form textarea,
    section.hero-custompage .content form textarea,
    section.hero-contact .gform textarea,
    section.hero-contact .html-form textarea {
        font-size: 1rem;
        padding-left: 20px !important;
    }
}

section.contact-form .gravity-theme input[type=text]::-moz-placeholder,
aside.contact-popup .gform input[type=text]::-moz-placeholder,
section.post-overview .content form input[type=text]::-moz-placeholder,
section.hero-custompage .content form input[type=text]::-moz-placeholder,
section.hero-contact .gform input[type=text]::-moz-placeholder,
section.hero-contact .html-form input[type=text]::-moz-placeholder,
section.contact-form .gravity-theme input[type=tel]::-moz-placeholder,
aside.contact-popup .gform input[type=tel]::-moz-placeholder,
section.post-overview .content form input[type=tel]::-moz-placeholder,
section.hero-custompage .content form input[type=tel]::-moz-placeholder,
section.hero-contact .gform input[type=tel]::-moz-placeholder,
section.hero-contact .html-form input[type=tel]::-moz-placeholder,
section.contact-form .gravity-theme input[type=email]::-moz-placeholder,
aside.contact-popup .gform input[type=email]::-moz-placeholder,
section.post-overview .content form input[type=email]::-moz-placeholder,
section.hero-custompage .content form input[type=email]::-moz-placeholder,
section.hero-contact .gform input[type=email]::-moz-placeholder,
section.hero-contact .html-form input[type=email]::-moz-placeholder,
section.contact-form .gravity-theme input[type=number]::-moz-placeholder,
aside.contact-popup .gform input[type=number]::-moz-placeholder,
section.post-overview .content form input[type=number]::-moz-placeholder,
section.hero-custompage .content form input[type=number]::-moz-placeholder,
section.hero-contact .gform input[type=number]::-moz-placeholder,
section.hero-contact .html-form input[type=number]::-moz-placeholder,
section.contact-form .gravity-theme input[type=url]::-moz-placeholder,
aside.contact-popup .gform input[type=url]::-moz-placeholder,
section.post-overview .content form input[type=url]::-moz-placeholder,
section.hero-custompage .content form input[type=url]::-moz-placeholder,
section.hero-contact .gform input[type=url]::-moz-placeholder,
section.hero-contact .html-form input[type=url]::-moz-placeholder,
section.contact-form .gravity-theme input[type=password]::-moz-placeholder,
aside.contact-popup .gform input[type=password]::-moz-placeholder,
section.post-overview .content form input[type=password]::-moz-placeholder,
section.hero-custompage .content form input[type=password]::-moz-placeholder,
section.hero-contact .gform input[type=password]::-moz-placeholder,
section.hero-contact .html-form input[type=password]::-moz-placeholder,
section.contact-form .gravity-theme input[type=time]::-moz-placeholder,
aside.contact-popup .gform input[type=time]::-moz-placeholder,
section.post-overview .content form input[type=time]::-moz-placeholder,
section.hero-custompage .content form input[type=time]::-moz-placeholder,
section.hero-contact .gform input[type=time]::-moz-placeholder,
section.hero-contact .html-form input[type=time]::-moz-placeholder,
section.contact-form .gravity-theme input[type=week]::-moz-placeholder,
aside.contact-popup .gform input[type=week]::-moz-placeholder,
section.post-overview .content form input[type=week]::-moz-placeholder,
section.hero-custompage .content form input[type=week]::-moz-placeholder,
section.hero-contact .gform input[type=week]::-moz-placeholder,
section.hero-contact .html-form input[type=week]::-moz-placeholder,
section.contact-form .gravity-theme input[type=date]::-moz-placeholder,
aside.contact-popup .gform input[type=date]::-moz-placeholder,
section.post-overview .content form input[type=date]::-moz-placeholder,
section.hero-custompage .content form input[type=date]::-moz-placeholder,
section.hero-contact .gform input[type=date]::-moz-placeholder,
section.hero-contact .html-form input[type=date]::-moz-placeholder,
section.contact-form .gravity-theme input[type=month]::-moz-placeholder,
aside.contact-popup .gform input[type=month]::-moz-placeholder,
section.post-overview .content form input[type=month]::-moz-placeholder,
section.hero-custompage .content form input[type=month]::-moz-placeholder,
section.hero-contact .gform input[type=month]::-moz-placeholder,
section.hero-contact .html-form input[type=month]::-moz-placeholder,
section.contact-form .gravity-theme input[type=search]::-moz-placeholder,
aside.contact-popup .gform input[type=search]::-moz-placeholder,
section.post-overview .content form input[type=search]::-moz-placeholder,
section.hero-custompage .content form input[type=search]::-moz-placeholder,
section.hero-contact .gform input[type=search]::-moz-placeholder,
section.hero-contact .html-form input[type=search]::-moz-placeholder,
section.contact-form .gravity-theme input[type=range]::-moz-placeholder,
aside.contact-popup .gform input[type=range]::-moz-placeholder,
section.post-overview .content form input[type=range]::-moz-placeholder,
section.hero-custompage .content form input[type=range]::-moz-placeholder,
section.hero-contact .gform input[type=range]::-moz-placeholder,
section.hero-contact .html-form input[type=range]::-moz-placeholder,
section.contact-form .gravity-theme .ginput_container_fileupload input[type=file]::-moz-placeholder,
aside.contact-popup .gform .ginput_container_fileupload input[type=file]::-moz-placeholder,
section.post-overview .content form .ginput_container_fileupload input[type=file]::-moz-placeholder,
section.hero-custompage .content form .ginput_container_fileupload input[type=file]::-moz-placeholder,
section.hero-contact .gform .ginput_container_fileupload input[type=file]::-moz-placeholder,
section.hero-contact .html-form .ginput_container_fileupload input[type=file]::-moz-placeholder,
section.contact-form .gravity-theme textarea::-moz-placeholder,
aside.contact-popup .gform textarea::-moz-placeholder,
section.post-overview .content form textarea::-moz-placeholder,
section.hero-custompage .content form textarea::-moz-placeholder,
section.hero-contact .gform textarea::-moz-placeholder,
section.hero-contact .html-form textarea::-moz-placeholder {
    color: transparent !important;
}

section.contact-form .gravity-theme input[type=text]::placeholder,
aside.contact-popup .gform input[type=text]::placeholder,
section.post-overview .content form input[type=text]::placeholder,
section.hero-custompage .content form input[type=text]::placeholder,
section.hero-contact .gform input[type=text]::placeholder,
section.hero-contact .html-form input[type=text]::placeholder,
section.contact-form .gravity-theme input[type=tel]::placeholder,
aside.contact-popup .gform input[type=tel]::placeholder,
section.post-overview .content form input[type=tel]::placeholder,
section.hero-custompage .content form input[type=tel]::placeholder,
section.hero-contact .gform input[type=tel]::placeholder,
section.hero-contact .html-form input[type=tel]::placeholder,
section.contact-form .gravity-theme input[type=email]::placeholder,
aside.contact-popup .gform input[type=email]::placeholder,
section.post-overview .content form input[type=email]::placeholder,
section.hero-custompage .content form input[type=email]::placeholder,
section.hero-contact .gform input[type=email]::placeholder,
section.hero-contact .html-form input[type=email]::placeholder,
section.contact-form .gravity-theme input[type=number]::placeholder,
aside.contact-popup .gform input[type=number]::placeholder,
section.post-overview .content form input[type=number]::placeholder,
section.hero-custompage .content form input[type=number]::placeholder,
section.hero-contact .gform input[type=number]::placeholder,
section.hero-contact .html-form input[type=number]::placeholder,
section.contact-form .gravity-theme input[type=url]::placeholder,
aside.contact-popup .gform input[type=url]::placeholder,
section.post-overview .content form input[type=url]::placeholder,
section.hero-custompage .content form input[type=url]::placeholder,
section.hero-contact .gform input[type=url]::placeholder,
section.hero-contact .html-form input[type=url]::placeholder,
section.contact-form .gravity-theme input[type=password]::placeholder,
aside.contact-popup .gform input[type=password]::placeholder,
section.post-overview .content form input[type=password]::placeholder,
section.hero-custompage .content form input[type=password]::placeholder,
section.hero-contact .gform input[type=password]::placeholder,
section.hero-contact .html-form input[type=password]::placeholder,
section.contact-form .gravity-theme input[type=time]::placeholder,
aside.contact-popup .gform input[type=time]::placeholder,
section.post-overview .content form input[type=time]::placeholder,
section.hero-custompage .content form input[type=time]::placeholder,
section.hero-contact .gform input[type=time]::placeholder,
section.hero-contact .html-form input[type=time]::placeholder,
section.contact-form .gravity-theme input[type=week]::placeholder,
aside.contact-popup .gform input[type=week]::placeholder,
section.post-overview .content form input[type=week]::placeholder,
section.hero-custompage .content form input[type=week]::placeholder,
section.hero-contact .gform input[type=week]::placeholder,
section.hero-contact .html-form input[type=week]::placeholder,
section.contact-form .gravity-theme input[type=date]::placeholder,
aside.contact-popup .gform input[type=date]::placeholder,
section.post-overview .content form input[type=date]::placeholder,
section.hero-custompage .content form input[type=date]::placeholder,
section.hero-contact .gform input[type=date]::placeholder,
section.hero-contact .html-form input[type=date]::placeholder,
section.contact-form .gravity-theme input[type=month]::placeholder,
aside.contact-popup .gform input[type=month]::placeholder,
section.post-overview .content form input[type=month]::placeholder,
section.hero-custompage .content form input[type=month]::placeholder,
section.hero-contact .gform input[type=month]::placeholder,
section.hero-contact .html-form input[type=month]::placeholder,
section.contact-form .gravity-theme input[type=search]::placeholder,
aside.contact-popup .gform input[type=search]::placeholder,
section.post-overview .content form input[type=search]::placeholder,
section.hero-custompage .content form input[type=search]::placeholder,
section.hero-contact .gform input[type=search]::placeholder,
section.hero-contact .html-form input[type=search]::placeholder,
section.contact-form .gravity-theme input[type=range]::placeholder,
aside.contact-popup .gform input[type=range]::placeholder,
section.post-overview .content form input[type=range]::placeholder,
section.hero-custompage .content form input[type=range]::placeholder,
section.hero-contact .gform input[type=range]::placeholder,
section.hero-contact .html-form input[type=range]::placeholder,
section.contact-form .gravity-theme .ginput_container_fileupload input[type=file]::placeholder,
aside.contact-popup .gform .ginput_container_fileupload input[type=file]::placeholder,
section.post-overview .content form .ginput_container_fileupload input[type=file]::placeholder,
section.hero-custompage .content form .ginput_container_fileupload input[type=file]::placeholder,
section.hero-contact .gform .ginput_container_fileupload input[type=file]::placeholder,
section.hero-contact .html-form .ginput_container_fileupload input[type=file]::placeholder,
section.contact-form .gravity-theme textarea::placeholder,
aside.contact-popup .gform textarea::placeholder,
section.post-overview .content form textarea::placeholder,
section.hero-custompage .content form textarea::placeholder,
section.hero-contact .gform textarea::placeholder,
section.hero-contact .html-form textarea::placeholder {
    color: transparent !important;
}

section.contact-form .gravity-theme input[type=text]:focus,
aside.contact-popup .gform input[type=text]:focus,
section.post-overview .content form input[type=text]:focus,
section.hero-custompage .content form input[type=text]:focus,
section.hero-contact .gform input[type=text]:focus,
section.hero-contact .html-form input[type=text]:focus,
section.contact-form .gravity-theme input[type=tel]:focus,
aside.contact-popup .gform input[type=tel]:focus,
section.post-overview .content form input[type=tel]:focus,
section.hero-custompage .content form input[type=tel]:focus,
section.hero-contact .gform input[type=tel]:focus,
section.hero-contact .html-form input[type=tel]:focus,
section.contact-form .gravity-theme input[type=email]:focus,
aside.contact-popup .gform input[type=email]:focus,
section.post-overview .content form input[type=email]:focus,
section.hero-custompage .content form input[type=email]:focus,
section.hero-contact .gform input[type=email]:focus,
section.hero-contact .html-form input[type=email]:focus,
section.contact-form .gravity-theme input[type=number]:focus,
aside.contact-popup .gform input[type=number]:focus,
section.post-overview .content form input[type=number]:focus,
section.hero-custompage .content form input[type=number]:focus,
section.hero-contact .gform input[type=number]:focus,
section.hero-contact .html-form input[type=number]:focus,
section.contact-form .gravity-theme input[type=url]:focus,
aside.contact-popup .gform input[type=url]:focus,
section.post-overview .content form input[type=url]:focus,
section.hero-custompage .content form input[type=url]:focus,
section.hero-contact .gform input[type=url]:focus,
section.hero-contact .html-form input[type=url]:focus,
section.contact-form .gravity-theme input[type=password]:focus,
aside.contact-popup .gform input[type=password]:focus,
section.post-overview .content form input[type=password]:focus,
section.hero-custompage .content form input[type=password]:focus,
section.hero-contact .gform input[type=password]:focus,
section.hero-contact .html-form input[type=password]:focus,
section.contact-form .gravity-theme input[type=time]:focus,
aside.contact-popup .gform input[type=time]:focus,
section.post-overview .content form input[type=time]:focus,
section.hero-custompage .content form input[type=time]:focus,
section.hero-contact .gform input[type=time]:focus,
section.hero-contact .html-form input[type=time]:focus,
section.contact-form .gravity-theme input[type=week]:focus,
aside.contact-popup .gform input[type=week]:focus,
section.post-overview .content form input[type=week]:focus,
section.hero-custompage .content form input[type=week]:focus,
section.hero-contact .gform input[type=week]:focus,
section.hero-contact .html-form input[type=week]:focus,
section.contact-form .gravity-theme input[type=date]:focus,
aside.contact-popup .gform input[type=date]:focus,
section.post-overview .content form input[type=date]:focus,
section.hero-custompage .content form input[type=date]:focus,
section.hero-contact .gform input[type=date]:focus,
section.hero-contact .html-form input[type=date]:focus,
section.contact-form .gravity-theme input[type=month]:focus,
aside.contact-popup .gform input[type=month]:focus,
section.post-overview .content form input[type=month]:focus,
section.hero-custompage .content form input[type=month]:focus,
section.hero-contact .gform input[type=month]:focus,
section.hero-contact .html-form input[type=month]:focus,
section.contact-form .gravity-theme input[type=search]:focus,
aside.contact-popup .gform input[type=search]:focus,
section.post-overview .content form input[type=search]:focus,
section.hero-custompage .content form input[type=search]:focus,
section.hero-contact .gform input[type=search]:focus,
section.hero-contact .html-form input[type=search]:focus,
section.contact-form .gravity-theme input[type=range]:focus,
aside.contact-popup .gform input[type=range]:focus,
section.post-overview .content form input[type=range]:focus,
section.hero-custompage .content form input[type=range]:focus,
section.hero-contact .gform input[type=range]:focus,
section.hero-contact .html-form input[type=range]:focus,
section.contact-form .gravity-theme .ginput_container_fileupload input[type=file]:focus,
aside.contact-popup .gform .ginput_container_fileupload input[type=file]:focus,
section.post-overview .content form .ginput_container_fileupload input[type=file]:focus,
section.hero-custompage .content form .ginput_container_fileupload input[type=file]:focus,
section.hero-contact .gform .ginput_container_fileupload input[type=file]:focus,
section.hero-contact .html-form .ginput_container_fileupload input[type=file]:focus,
section.contact-form .gravity-theme textarea:focus,
aside.contact-popup .gform textarea:focus,
section.post-overview .content form textarea:focus,
section.hero-custompage .content form textarea:focus,
section.hero-contact .gform textarea:focus,
section.hero-contact .html-form textarea:focus {
    border-color: #545454;
}

section.contact-form .gravity-theme textarea,
aside.contact-popup .gform textarea,
section.post-overview .content form textarea,
section.hero-custompage .content form textarea,
section.hero-contact .gform textarea,
section.hero-contact .html-form textarea {
    resize: none;
    line-height: 1.2;
}

section.contact-form .gravity-theme .gform_heading,
aside.contact-popup .gform .gform_heading,
section.post-overview .content form .gform_heading,
section.hero-custompage .content form .gform_heading,
section.hero-contact .gform .gform_heading,
section.hero-contact .html-form .gform_heading {
    display: none;
}

section.contact-form .gravity-theme .gfield_time_hour input[type=text],
aside.contact-popup .gform .gfield_time_hour input[type=text],
section.post-overview .content form .gfield_time_hour input[type=text],
section.hero-custompage .content form .gfield_time_hour input[type=text],
section.hero-contact .gform .gfield_time_hour input[type=text],
section.hero-contact .html-form .gfield_time_hour input[type=text],
section.contact-form .gravity-theme .gfield_time_minute input[type=text],
aside.contact-popup .gform .gfield_time_minute input[type=text],
section.post-overview .content form .gfield_time_minute input[type=text],
section.hero-custompage .content form .gfield_time_minute input[type=text],
section.hero-contact .gform .gfield_time_minute input[type=text],
section.hero-contact .html-form .gfield_time_minute input[type=text],
section.contact-form .gravity-theme .gfield_list_group_item input[type=text],
aside.contact-popup .gform .gfield_list_group_item input[type=text],
section.post-overview .content form .gfield_list_group_item input[type=text],
section.hero-custompage .content form .gfield_list_group_item input[type=text],
section.hero-contact .gform .gfield_list_group_item input[type=text],
section.hero-contact .html-form .gfield_list_group_item input[type=text] {
    text-align: center;
    padding: 0 !important;
}

section.contact-form .gravity-theme .gfield,
aside.contact-popup .gform .gfield,
section.post-overview .content form .gfield,
section.hero-custompage .content form .gfield,
section.hero-contact .gform .gfield,
section.hero-contact .html-form .gfield {
    position: relative;
    padding-right: 0 !important;
}

section.contact-form .gravity-theme .top_label div.ginput_container,
aside.contact-popup .gform .top_label div.ginput_container,
section.post-overview .content form .top_label div.ginput_container,
section.hero-custompage .content form .top_label div.ginput_container,
section.hero-contact .gform .top_label div.ginput_container,
section.hero-contact .html-form .top_label div.ginput_container {
    margin-top: 0;
    margin-bottom: 0;
}

section.contact-form .gravity-theme .ginput_complex>span,
aside.contact-popup .gform .ginput_complex>span,
section.post-overview .content form .ginput_complex>span,
section.hero-custompage .content form .ginput_complex>span,
section.hero-contact .gform .ginput_complex>span,
section.hero-contact .html-form .ginput_complex>span {
    position: relative;
}

@media (min-width: 960px) {

    section.contact-form .gravity-theme .gfield_time_hour i,
    aside.contact-popup .gform .gfield_time_hour i,
    section.post-overview .content form .gfield_time_hour i,
    section.hero-custompage .content form .gfield_time_hour i,
    section.hero-contact .gform .gfield_time_hour i,
    section.hero-contact .html-form .gfield_time_hour i {
        margin-left: 8px !important;
    }
}

@media (min-width: 768px) {

    section.contact-form .gravity-theme .ginput_complex label.is-active,
    aside.contact-popup .gform .ginput_complex label.is-active,
    section.post-overview .content form .ginput_complex label.is-active,
    section.hero-contact .gform .ginput_complex label.is-active,
    section.hero-contact .html-form .ginput_complex label.is-active,
    section.contact-form .gravity-theme .ginput_complex label.select-field,
    aside.contact-popup .gform .ginput_complex label.select-field,
    section.post-overview .content form .ginput_complex label.select-field,
    section.hero-contact .gform .ginput_complex label.select-field,
    section.hero-contact .html-form .ginput_complex label.select-field {
        left: calc(0.9804% + 15px) !important;
    }
}

section.contact-form .gravity-theme .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
aside.contact-popup .gform .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.post-overview .content form .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.hero-contact .gform .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.hero-contact .html-form .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.contact-form .gravity-theme .gfield.gfield_error textarea,
aside.contact-popup .gform .gfield.gfield_error textarea,
section.post-overview .content form .gfield.gfield_error textarea,
section.hero-contact .gform .gfield.gfield_error textarea,
section.hero-contact .html-form .gfield.gfield_error textarea {
    border: 1px #F44848 solid !important;
    background: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

section.contact-form .gravity-theme .gfield.gfield_error .validation_message,
aside.contact-popup .gform .gfield.gfield_error .validation_message,
section.post-overview .content form .gfield.gfield_error .validation_message,
section.hero-contact .gform .gfield.gfield_error .validation_message,
section.hero-contact .html-form .gfield.gfield_error .validation_message {
    display: block !important;
    color: #FF0000;
    background: #FCDFDF;
    padding: 8px 10px;
    border-radius: 8px;
    line-height: 1.2em;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -0.03125rem;
    font-size: 0.8125rem;
    font-weight: 400;
    border: none;
    margin-left: 100px;
    width: -webkit-fill-available;
}

section.contact-form .gravity-theme .ginput_container_fileupload .validation_message,
aside.contact-popup .gform .ginput_container_fileupload .validation_message,
section.post-overview .content form .ginput_container_fileupload .validation_message,
section.hero-contact .gform .ginput_container_fileupload .validation_message,
section.hero-contact .html-form .ginput_container_fileupload .validation_message {
    background: none;
}

section.contact-form .gravity-theme .gfield.small,
aside.contact-popup .gform .gfield.small,
section.post-overview .content form .gfield.small,
section.hero-contact .gform .gfield.small,
section.hero-contact .html-form .gfield.small {
    width: 50%;
}

section.contact-form .gravity-theme .validation_message,
aside.contact-popup .gform .validation_message,
section.post-overview .content form .validation_message,
section.hero-contact .gform .validation_message,
section.hero-contact .html-form .validation_message {
    /* display: none !important; */
}

section.contact-form .gravity-theme .gfield_description,
aside.contact-popup .gform .gfield_description,
section.post-overview .content form .gfield_description,
section.hero-contact .gform .gfield_description,
section.hero-contact .html-form .gfield_description {
    font-size: 1rem;
    opacity: 0.6;
    padding-top: 8px;
}

section.contact-form .gravity-theme .field-inner-wrapper.has-error input,
aside.contact-popup .gform .field-inner-wrapper.has-error input,
section.post-overview .content form .field-inner-wrapper.has-error input,
section.hero-contact .gform .field-inner-wrapper.has-error input,
section.hero-contact .html-form .field-inner-wrapper.has-error input,
section.contact-form .gravity-theme .field-inner-wrapper.has-error .dk-select,
aside.contact-popup .gform .field-inner-wrapper.has-error .dk-select,
section.post-overview .content form .field-inner-wrapper.has-error .dk-select,
section.hero-contact .gform .field-inner-wrapper.has-error .dk-select,
section.hero-contact .html-form .field-inner-wrapper.has-error .dk-select {
    border-color: #F44848 !important;
}

/* Chrome, Safari, Edge, Opera */
section.contact-form .gravity-theme input::-webkit-outer-spin-button,
aside.contact-popup .gform input::-webkit-outer-spin-button,
section.post-overview .content form input::-webkit-outer-spin-button,
section.hero-contact .gform input::-webkit-outer-spin-button,
section.hero-contact .html-form input::-webkit-outer-spin-button,
section.contact-form .gravity-theme input::-webkit-inner-spin-button,
aside.contact-popup .gform input::-webkit-inner-spin-button,
section.post-overview .content form input::-webkit-inner-spin-button,
section.hero-contact .gform input::-webkit-inner-spin-button,
section.hero-contact .html-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
section.contact-form .gravity-theme input[type=number],
aside.contact-popup .gform input[type=number],
section.post-overview .content form input[type=number],
section.hero-contact .gform input[type=number],
section.hero-contact .html-form input[type=number] {
    -moz-appearance: textfield;
}

section.contact-form .gravity-theme .required-field,
aside.contact-popup .gform .required-field,
section.post-overview .content form .required-field,
section.hero-contact .gform .required-field,
section.hero-contact .html-form .required-field {
    display: none;
    color: #F44848;
    padding: 8px 12px;
    font-size: 0.8125rem;
    border-radius: 10px;
    background: #fff;
    margin-top: 14px;
}

section.contact-form .gravity-theme .gfield_error,
aside.contact-popup .gform .gfield_error,
section.post-overview .content form .gfield_error,
section.hero-contact .gform .gfield_error,
section.hero-contact .html-form .gfield_error {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    /*margin: 0 !important;*/
}

section.contact-form .gravity-theme div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half),
aside.contact-popup .gform div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half),
section.post-overview .content form div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half),
section.hero-contact .gform div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half),
section.hero-contact .html-form div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half) {
    max-width: 100% !important;
}

section.contact-form .gravity-theme .gform_wrapper div.validation_error,
aside.contact-popup .gform .gform_wrapper div.validation_error,
section.post-overview .content form .gform_wrapper div.validation_error,
section.hero-contact .gform .gform_wrapper div.validation_error,
section.hero-contact .html-form .gform_wrapper div.validation_error {
    padding: 8px 0;
    display: none !important;
}

section.contact-form .gravity-theme .gform_ajax_spinner,
aside.contact-popup .gform .gform_ajax_spinner,
section.post-overview .content form .gform_ajax_spinner,
section.hero-contact .gform .gform_ajax_spinner,
section.hero-contact .html-form .gform_ajax_spinner {
    margin: auto !important;
}

section.contact-form .gravity-theme .gfield_label,
aside.contact-popup .gform .gfield_label,
section.post-overview .content form .gfield_label,
section.hero-contact .gform .gfield_label,
section.hero-contact .html-form .gfield_label {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

section.contact-form .gravity-theme .gfield_checkbox .gchoice,
aside.contact-popup .gform .gfield_checkbox .gchoice,
section.post-overview .content form .gfield_checkbox .gchoice,
section.hero-contact .gform .gfield_checkbox .gchoice,
section.hero-contact .html-form .gfield_checkbox .gchoice,
section.contact-form .gravity-theme .gfield_radio .gchoice,
aside.contact-popup .gform .gfield_radio .gchoice,
section.post-overview .content form .gfield_radio .gchoice,
section.hero-contact .gform .gfield_radio .gchoice,
section.hero-contact .html-form .gfield_radio .gchoice {
    display: flex;
    margin-right: 15px;
    min-width: 100px;
    width: 100%;
    margin-bottom: 10px;
}

section.contact-form .gravity-theme .gfield.gfield_type_textarea.gfield--width-full,
aside.contact-popup .gform .gfield.gfield_type_textarea.gfield--width-full,
section.post-overview .content form .gfield.gfield_type_textarea.gfield--width-full,
section.hero-contact .gform .gfield.gfield_type_textarea.gfield--width-full,
section.hero-contact .html-form .gfield.gfield_type_textarea.gfield--width-full {
    align-items: flex-start;
}

section.contact-form .gravity-theme .gform_page_footer .gform_previous_button,
aside.contact-popup .gform .gform_page_footer .gform_previous_button,
section.post-overview .content form .gform_page_footer .gform_previous_button,
section.hero-contact .gform .gform_page_footer .gform_previous_button,
section.hero-contact .html-form .gform_page_footer .gform_previous_button {
    background: var(--c-ui--3);
    color: var(--c-text-navy);
    height: 44px;
}

section.contact-form .gravity-theme .ginput_container_time,
aside.contact-popup .gform .ginput_container_time,
section.post-overview .content form .ginput_container_time,
section.hero-contact .gform .ginput_container_time,
section.hero-contact .html-form .ginput_container_time {
    max-width: none;
}

section.contact-form .gravity-theme .ginput_complex,
aside.contact-popup .gform .ginput_complex,
section.post-overview .content form .ginput_complex,
section.hero-contact .gform .ginput_complex,
section.hero-contact .html-form .ginput_complex {
    align-items: center;
}

section.contact-form .gravity-theme .ginput_container_consent,
aside.contact-popup .gform .ginput_container_consent,
section.post-overview .content form .ginput_container_consent,
section.hero-contact .gform .ginput_container_consent,
section.hero-contact .html-form .ginput_container_consent {
    padding-left: 100px;
}

section.contact-form .gravity-theme .ginput_container_checkbox,
aside.contact-popup .gform .ginput_container_checkbox,
section.post-overview .content form .ginput_container_checkbox,
section.hero-contact .gform .ginput_container_checkbox,
section.hero-contact .html-form .ginput_container_checkbox,
section.contact-form .gravity-theme .ginput_container_consent,
aside.contact-popup .gform .ginput_container_consent,
section.post-overview .content form .ginput_container_consent,
section.hero-contact .gform .ginput_container_consent,
section.hero-contact .html-form .ginput_container_consent,
section.contact-form .gravity-theme .checkbox,
aside.contact-popup .gform .checkbox,
section.post-overview .content form .checkbox,
section.hero-contact .gform .checkbox,
section.hero-contact .html-form .checkbox {
    margin-top: 30px;
    font-weight: 400;
    display: block;
}

section.contact-form .gravity-theme .ginput_container_checkbox:after,
aside.contact-popup .gform .ginput_container_checkbox:after,
section.post-overview .content form .ginput_container_checkbox:after,
section.hero-contact .gform .ginput_container_checkbox:after,
section.hero-contact .html-form .ginput_container_checkbox:after,
section.contact-form .gravity-theme .ginput_container_checkbox:before,
aside.contact-popup .gform .ginput_container_checkbox:before,
section.post-overview .content form .ginput_container_checkbox:before,
section.hero-contact .gform .ginput_container_checkbox:before,
section.hero-contact .html-form .ginput_container_checkbox:before,
section.contact-form .gravity-theme .ginput_container_consent:after,
aside.contact-popup .gform .ginput_container_consent:after,
section.post-overview .content form .ginput_container_consent:after,
section.hero-contact .gform .ginput_container_consent:after,
section.hero-contact .html-form .ginput_container_consent:after,
section.contact-form .gravity-theme .ginput_container_consent:before,
aside.contact-popup .gform .ginput_container_consent:before,
section.post-overview .content form .ginput_container_consent:before,
section.hero-contact .gform .ginput_container_consent:before,
section.hero-contact .html-form .ginput_container_consent:before,
section.contact-form .gravity-theme .checkbox:after,
aside.contact-popup .gform .checkbox:after,
section.post-overview .content form .checkbox:after,
section.hero-contact .gform .checkbox:after,
section.hero-contact .html-form .checkbox:after,
section.contact-form .gravity-theme .checkbox:before,
aside.contact-popup .gform .checkbox:before,
section.post-overview .content form .checkbox:before,
section.hero-contact .gform .checkbox:before,
section.hero-contact .html-form .checkbox:before {
    display: none;
}

section.contact-form .gravity-theme .ginput_container_checkbox input[type=checkbox],
aside.contact-popup .gform .ginput_container_checkbox input[type=checkbox],
section.post-overview .content form .ginput_container_checkbox input[type=checkbox],
section.hero-contact .gform .ginput_container_checkbox input[type=checkbox],
section.hero-contact .html-form .ginput_container_checkbox input[type=checkbox],
section.contact-form .gravity-theme .ginput_container_checkbox label,
aside.contact-popup .gform .ginput_container_checkbox label,
section.post-overview .content form .ginput_container_checkbox label,
section.hero-contact .gform .ginput_container_checkbox label,
section.hero-contact .html-form .ginput_container_checkbox label,
section.contact-form .gravity-theme .ginput_container_consent input[type=checkbox],
aside.contact-popup .gform .ginput_container_consent input[type=checkbox],
section.post-overview .content form .ginput_container_consent input[type=checkbox],
section.hero-contact .gform .ginput_container_consent input[type=checkbox],
section.hero-contact .html-form .ginput_container_consent input[type=checkbox],
section.contact-form .gravity-theme .ginput_container_consent label,
aside.contact-popup .gform .ginput_container_consent label,
section.post-overview .content form .ginput_container_consent label,
section.hero-contact .gform .ginput_container_consent label,
section.hero-contact .html-form .ginput_container_consent label,
section.contact-form .gravity-theme .checkbox input[type=checkbox],
aside.contact-popup .gform .checkbox input[type=checkbox],
section.post-overview .content form .checkbox input[type=checkbox],
section.hero-contact .gform .checkbox input[type=checkbox],
section.hero-contact .html-form .checkbox input[type=checkbox],
section.contact-form .gravity-theme .checkbox label,
aside.contact-popup .gform .checkbox label,
section.post-overview .content form .checkbox label,
section.hero-contact .gform .checkbox label,
section.hero-contact .html-form .checkbox label {
    cursor: pointer;
}

section.contact-form .gravity-theme .ginput_container_checkbox li,
aside.contact-popup .gform .ginput_container_checkbox li,
section.post-overview .content form .ginput_container_checkbox li,
section.hero-contact .gform .ginput_container_checkbox li,
section.hero-contact .html-form .ginput_container_checkbox li,
section.contact-form .gravity-theme .ginput_container_consent li,
aside.contact-popup .gform .ginput_container_consent li,
section.post-overview .content form .ginput_container_consent li,
section.hero-contact .gform .ginput_container_consent li,
section.hero-contact .html-form .ginput_container_consent li,
section.contact-form .gravity-theme .checkbox li,
aside.contact-popup .gform .checkbox li,
section.post-overview .content form .checkbox li,
section.hero-contact .gform .checkbox li,
section.hero-contact .html-form .checkbox li {
    display: flex;
}

section.contact-form .gravity-theme .ginput_container_checkbox label,
aside.contact-popup .gform .ginput_container_checkbox label,
section.post-overview .content form .ginput_container_checkbox label,
section.hero-contact .gform .ginput_container_checkbox label,
section.hero-contact .html-form .ginput_container_checkbox label,
section.contact-form .gravity-theme .ginput_container_consent label,
aside.contact-popup .gform .ginput_container_consent label,
section.post-overview .content form .ginput_container_consent label,
section.hero-contact .gform .ginput_container_consent label,
section.hero-contact .html-form .ginput_container_consent label,
section.contact-form .gravity-theme .checkbox label,
aside.contact-popup .gform .checkbox label,
section.post-overview .content form .checkbox label,
section.hero-contact .gform .checkbox label,
section.hero-contact .html-form .checkbox label {
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
}

section.contact-form .gravity-theme .ginput_container_checkbox input[type=checkbox],
aside.contact-popup .gform .ginput_container_checkbox input[type=checkbox],
section.post-overview .content form .ginput_container_checkbox input[type=checkbox],
section.hero-contact .gform .ginput_container_checkbox input[type=checkbox],
section.hero-contact .html-form .ginput_container_checkbox input[type=checkbox],
section.contact-form .gravity-theme .ginput_container_consent input[type=checkbox],
aside.contact-popup .gform .ginput_container_consent input[type=checkbox],
section.post-overview .content form .ginput_container_consent input[type=checkbox],
section.hero-contact .gform .ginput_container_consent input[type=checkbox],
section.hero-contact .html-form .ginput_container_consent input[type=checkbox],
section.contact-form .gravity-theme .checkbox input[type=checkbox],
aside.contact-popup .gform .checkbox input[type=checkbox],
section.post-overview .content form .checkbox input[type=checkbox],
section.hero-contact .gform .checkbox input[type=checkbox],
section.hero-contact .html-form .checkbox input[type=checkbox] {
    position: relative;
    height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px !important;
}

section.contact-form .gravity-theme .ginput_container_checkbox input[type=checkbox]:before,
aside.contact-popup .gform .ginput_container_checkbox input[type=checkbox]:before,
section.post-overview .content form .ginput_container_checkbox input[type=checkbox]:before,
section.hero-contact .gform .ginput_container_checkbox input[type=checkbox]:before,
section.hero-contact .html-form .ginput_container_checkbox input[type=checkbox]:before,
section.contact-form .gravity-theme .ginput_container_consent input[type=checkbox]:before,
aside.contact-popup .gform .ginput_container_consent input[type=checkbox]:before,
section.post-overview .content form .ginput_container_consent input[type=checkbox]:before,
section.hero-contact .gform .ginput_container_consent input[type=checkbox]:before,
section.hero-contact .html-form .ginput_container_consent input[type=checkbox]:before,
section.contact-form .gravity-theme .checkbox input[type=checkbox]:before,
aside.contact-popup .gform .checkbox input[type=checkbox]:before,
section.post-overview .content form .checkbox input[type=checkbox]:before,
section.hero-contact .gform .checkbox input[type=checkbox]:before,
section.hero-contact .html-form .checkbox input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-image: none;
    background-size: 10px 9px;
    background-position: center;
    background-repeat: no-repeat;
}

section.contact-form .gravity-theme .ginput_container_checkbox input[type=checkbox]:checked,
aside.contact-popup .gform .ginput_container_checkbox input[type=checkbox]:checked,
section.post-overview .content form .ginput_container_checkbox input[type=checkbox]:checked,
section.hero-contact .gform .ginput_container_checkbox input[type=checkbox]:checked,
section.hero-contact .html-form .ginput_container_checkbox input[type=checkbox]:checked,
section.contact-form .gravity-theme .ginput_container_consent input[type=checkbox]:checked,
aside.contact-popup .gform .ginput_container_consent input[type=checkbox]:checked,
section.post-overview .content form .ginput_container_consent input[type=checkbox]:checked,
section.hero-contact .gform .ginput_container_consent input[type=checkbox]:checked,
section.hero-contact .html-form .ginput_container_consent input[type=checkbox]:checked,
section.contact-form .gravity-theme .checkbox input[type=checkbox]:checked,
aside.contact-popup .gform .checkbox input[type=checkbox]:checked,
section.post-overview .content form .checkbox input[type=checkbox]:checked,
section.hero-contact .gform .checkbox input[type=checkbox]:checked,
section.hero-contact .html-form .checkbox input[type=checkbox]:checked {
    background-color: #fff;
}

section.contact-form .gravity-theme .ginput_container_checkbox input[type=checkbox]:checked::before,
aside.contact-popup .gform .ginput_container_checkbox input[type=checkbox]:checked::before,
section.post-overview .content form .ginput_container_checkbox input[type=checkbox]:checked::before,
section.hero-contact .gform .ginput_container_checkbox input[type=checkbox]:checked::before,
section.hero-contact .html-form .ginput_container_checkbox input[type=checkbox]:checked::before,
section.contact-form .gravity-theme .ginput_container_consent input[type=checkbox]:checked::before,
aside.contact-popup .gform .ginput_container_consent input[type=checkbox]:checked::before,
section.post-overview .content form .ginput_container_consent input[type=checkbox]:checked::before,
section.hero-contact .gform .ginput_container_consent input[type=checkbox]:checked::before,
section.hero-contact .html-form .ginput_container_consent input[type=checkbox]:checked::before,
section.contact-form .gravity-theme .checkbox input[type=checkbox]:checked::before,
aside.contact-popup .gform .checkbox input[type=checkbox]:checked::before,
section.post-overview .content form .checkbox input[type=checkbox]:checked::before,
section.hero-contact .gform .checkbox input[type=checkbox]:checked::before,
section.hero-contact .html-form .checkbox input[type=checkbox]:checked::before {
    background-image: url("../img/svg/check-blue.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    opacity: 1;
}

section.contact-form .gravity-theme .ginput_container_checkbox .gfield_consent_label,
aside.contact-popup .gform .ginput_container_checkbox .gfield_consent_label,
section.post-overview .content form .ginput_container_checkbox .gfield_consent_label,
section.hero-contact .gform .ginput_container_checkbox .gfield_consent_label,
section.hero-contact .html-form .ginput_container_checkbox .gfield_consent_label,
section.contact-form .gravity-theme .ginput_container_consent .gfield_consent_label,
aside.contact-popup .gform .ginput_container_consent .gfield_consent_label,
section.post-overview .content form .ginput_container_consent .gfield_consent_label,
section.hero-contact .gform .ginput_container_consent .gfield_consent_label,
section.hero-contact .html-form .ginput_container_consent .gfield_consent_label,
section.contact-form .gravity-theme .checkbox .gfield_consent_label,
aside.contact-popup .gform .checkbox .gfield_consent_label,
section.post-overview .content form .checkbox .gfield_consent_label,
section.hero-contact .gform .checkbox .gfield_consent_label,
section.hero-contact .html-form .checkbox .gfield_consent_label {
    font-size: 0.8125rem;
    width: auto;
    line-height: 1;
    align-self: center;
}

section.contact-form .gravity-theme .ginput_container_checkbox .gfield_consent_label a,
aside.contact-popup .gform .ginput_container_checkbox .gfield_consent_label a,
section.post-overview .content form .ginput_container_checkbox .gfield_consent_label a,
section.hero-contact .gform .ginput_container_checkbox .gfield_consent_label a,
section.hero-contact .html-form .ginput_container_checkbox .gfield_consent_label a,
section.contact-form .gravity-theme .ginput_container_consent .gfield_consent_label a,
aside.contact-popup .gform .ginput_container_consent .gfield_consent_label a,
section.post-overview .content form .ginput_container_consent .gfield_consent_label a,
section.hero-contact .gform .ginput_container_consent .gfield_consent_label a,
section.hero-contact .html-form .ginput_container_consent .gfield_consent_label a,
section.contact-form .gravity-theme .checkbox .gfield_consent_label a,
aside.contact-popup .gform .checkbox .gfield_consent_label a,
section.post-overview .content form .checkbox .gfield_consent_label a,
section.hero-contact .gform .checkbox .gfield_consent_label a,
section.hero-contact .html-form .checkbox .gfield_consent_label a {
    font-weight: 700;
    color: var(--c-ui--2);
    text-decoration: underline;
}

section.contact-form .gravity-theme .ginput_container_checkbox .gfield_required,
aside.contact-popup .gform .ginput_container_checkbox .gfield_required,
section.post-overview .content form .ginput_container_checkbox .gfield_required,
section.hero-contact .gform .ginput_container_checkbox .gfield_required,
section.hero-contact .html-form .ginput_container_checkbox .gfield_required,
section.contact-form .gravity-theme .ginput_container_consent .gfield_required,
aside.contact-popup .gform .ginput_container_consent .gfield_required,
section.post-overview .content form .ginput_container_consent .gfield_required,
section.hero-contact .gform .ginput_container_consent .gfield_required,
section.hero-contact .html-form .ginput_container_consent .gfield_required,
section.contact-form .gravity-theme .checkbox .gfield_required,
aside.contact-popup .gform .checkbox .gfield_required,
section.post-overview .content form .checkbox .gfield_required,
section.hero-contact .gform .checkbox .gfield_required,
section.hero-contact .html-form .checkbox .gfield_required {
    font-size: 0.8125rem;
    margin: 0 !important;
    display: none !important;
}

section.contact-form .gravity-theme .ginput_container_consent,
aside.contact-popup .gform .ginput_container_consent,
section.post-overview .content form .ginput_container_consent,
section.hero-contact .gform .ginput_container_consent,
section.hero-contact .html-form .ginput_container_consent {
    display: flex;
}

/*Radio Buttons*/
section.contact-form .gravity-theme .ginput_container_radio:before,
aside.contact-popup .gform .ginput_container_radio:before,
section.post-overview .content form .ginput_container_radio:before,
section.hero-contact .gform .ginput_container_radio:before,
section.hero-contact .html-form .ginput_container_radio:before,
section.contact-form .gravity-theme .ginput_container_radio:after,
aside.contact-popup .gform .ginput_container_radio:after,
section.post-overview .content form .ginput_container_radio:after,
section.hero-contact .gform .ginput_container_radio:after,
section.hero-contact .html-form .ginput_container_radio:after {
    content: none !important;
}

section.contact-form .gravity-theme .ginput_container_radio .gfield_radio,
aside.contact-popup .gform .ginput_container_radio .gfield_radio,
section.post-overview .content form .ginput_container_radio .gfield_radio,
section.hero-contact .gform .ginput_container_radio .gfield_radio,
section.hero-contact .html-form .ginput_container_radio .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

section.contact-form .gravity-theme .ginput_container_radio .gfield_radio li,
aside.contact-popup .gform .ginput_container_radio .gfield_radio li,
section.post-overview .content form .ginput_container_radio .gfield_radio li,
section.hero-contact .gform .ginput_container_radio .gfield_radio li,
section.hero-contact .html-form .ginput_container_radio .gfield_radio li {
    padding-right: 10px !important;
    width: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    section.contact-form .gravity-theme .ginput_container_radio .gfield_radio li,
    aside.contact-popup .gform .ginput_container_radio .gfield_radio li,
    section.post-overview .content form .ginput_container_radio .gfield_radio li,
    section.hero-contact .gform .ginput_container_radio .gfield_radio li,
    section.hero-contact .html-form .ginput_container_radio .gfield_radio li {
        flex: 0 0 100%;
    }
}

section.contact-form .gravity-theme .ginput_container_radio .gfield_radio li label,
aside.contact-popup .gform .ginput_container_radio .gfield_radio li label,
section.post-overview .content form .ginput_container_radio .gfield_radio li label,
section.hero-contact .gform .ginput_container_radio .gfield_radio li label,
section.hero-contact .html-form .ginput_container_radio .gfield_radio li label {
    margin-left: 10px;
    width: auto;
}

section.contact-form .gravity-theme .ginput_container_radio input[type=radio],
aside.contact-popup .gform .ginput_container_radio input[type=radio],
section.post-overview .content form .ginput_container_radio input[type=radio],
section.hero-contact .gform .ginput_container_radio input[type=radio],
section.hero-contact .html-form .ginput_container_radio input[type=radio],
section.contact-form .gravity-theme .ginput_container_radio label,
aside.contact-popup .gform .ginput_container_radio label,
section.post-overview .content form .ginput_container_radio label,
section.hero-contact .gform .ginput_container_radio label,
section.hero-contact .html-form .ginput_container_radio label {
    cursor: pointer;
}

section.contact-form .gravity-theme .ginput_container_radio input[type=radio],
aside.contact-popup .gform .ginput_container_radio input[type=radio],
section.post-overview .content form .ginput_container_radio input[type=radio],
section.hero-contact .gform .ginput_container_radio input[type=radio],
section.hero-contact .html-form .ginput_container_radio input[type=radio] {
    position: relative;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding-left: 20px !important;
    margin-top: 0 !important;
}

section.contact-form .gravity-theme .ginput_container_radio input[type=radio]:before,
aside.contact-popup .gform .ginput_container_radio input[type=radio]:before,
section.post-overview .content form .ginput_container_radio input[type=radio]:before,
section.hero-contact .gform .ginput_container_radio input[type=radio]:before,
section.hero-contact .html-form .ginput_container_radio input[type=radio]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #d6d6d6;
}

section.contact-form .gravity-theme .ginput_container_radio input[type=radio]:checked::after,
aside.contact-popup .gform .ginput_container_radio input[type=radio]:checked::after,
section.post-overview .content form .ginput_container_radio input[type=radio]:checked::after,
section.hero-contact .gform .ginput_container_radio input[type=radio]:checked::after,
section.hero-contact .html-form .ginput_container_radio input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--c-text-navy);
    transform: translate(-50%, -50%);
    visibility: visible;
}

section.contact-form .gravity-theme .ginput_container_radio input[type=radio]+label,
aside.contact-popup .gform .ginput_container_radio input[type=radio]+label,
section.post-overview .content form .ginput_container_radio input[type=radio]+label,
section.hero-contact .gform .ginput_container_radio input[type=radio]+label,
section.hero-contact .html-form .ginput_container_radio input[type=radio]+label {
    margin: 2px 0 0 8px;
}

section.contact-form .gravity-theme .ginput_container_date input[type=date],
aside.contact-popup .gform .ginput_container_date input[type=date],
section.post-overview .content form .ginput_container_date input[type=date],
section.hero-contact .gform .ginput_container_date input[type=date],
section.hero-contact .html-form .ginput_container_date input[type=date] {
    padding-left: 40px !important;
    width: 100%;
}

section.contact-form .gravity-theme .ginput_container_date label,
aside.contact-popup .gform .ginput_container_date label,
section.post-overview .content form .ginput_container_date label,
section.hero-contact .gform .ginput_container_date label,
section.hero-contact .html-form .ginput_container_date label {
    left: 40px !important;
}

section.contact-form .gravity-theme .ginput_container_fileupload,
aside.contact-popup .gform .ginput_container_fileupload,
section.post-overview .content form .ginput_container_fileupload,
section.hero-contact .gform .ginput_container_fileupload,
section.hero-contact .html-form .ginput_container_fileupload {
    position: relative;
}

section.contact-form .gravity-theme .ginput_container_fileupload:before,
aside.contact-popup .gform .ginput_container_fileupload:before,
section.post-overview .content form .ginput_container_fileupload:before,
section.hero-contact .gform .ginput_container_fileupload:before,
section.hero-contact .html-form .ginput_container_fileupload:before {
    content: "\e921";
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -0.5em;
    font-family: "imp-icons" !important;
    font-size: 1.125rem;
    color: var(--c-ui--2);
}

section.contact-form .gravity-theme .ginput_container_fileupload input[type=file],
aside.contact-popup .gform .ginput_container_fileupload input[type=file],
section.post-overview .content form .ginput_container_fileupload input[type=file],
section.hero-contact .gform .ginput_container_fileupload input[type=file],
section.hero-contact .html-form .ginput_container_fileupload input[type=file] {
    line-height: 3.125rem;
    padding: 0 20px;
    text-indent: -90px;
}

section.contact-form .gravity-theme .ginput_container_fileupload input[type=file]::-webkit-file-upload-button,
aside.contact-popup .gform .ginput_container_fileupload input[type=file]::-webkit-file-upload-button,
section.post-overview .content form .ginput_container_fileupload input[type=file]::-webkit-file-upload-button,
section.hero-contact .gform .ginput_container_fileupload input[type=file]::-webkit-file-upload-button,
section.hero-contact .html-form .ginput_container_fileupload input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

section.contact-form .gravity-theme .ginput_container_fileupload .gform_fileupload_rules,
aside.contact-popup .gform .ginput_container_fileupload .gform_fileupload_rules,
section.post-overview .content form .ginput_container_fileupload .gform_fileupload_rules,
section.hero-contact .gform .ginput_container_fileupload .gform_fileupload_rules,
section.hero-contact .html-form .ginput_container_fileupload .gform_fileupload_rules {
    display: none;
}

section.contact-form .gravity-theme select,
aside.contact-popup .gform select,
section.post-overview .content form select,
section.hero-contact .gform select,
section.hero-contact .html-form select {
    width: 100%;
}

/* Textarea */
section.contact-form .gravity-theme textarea,
aside.contact-popup .gform textarea,
section.post-overview .content form textarea,
section.hero-contact .gform textarea,
section.hero-contact .html-form textarea {
    height: 0;
    max-height: 240px;
    min-height: 200px;
    width: 100%;
    padding-top: 15px !important;
}

@media (max-width: 960px) {

    section.contact-form .gravity-theme textarea,
    aside.contact-popup .gform textarea,
    section.post-overview .content form textarea,
    section.hero-contact .gform textarea,
    section.hero-contact .html-form textarea {
        height: 80px;
    }
}

section.contact-form .gravity-theme .ui-datepicker-trigger,
aside.contact-popup .gform .ui-datepicker-trigger,
section.post-overview .content form .ui-datepicker-trigger,
section.hero-contact .gform .ui-datepicker-trigger,
section.hero-contact .html-form .ui-datepicker-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Hover/focus */
section.contact-form .gravity-theme label,
aside.contact-popup .gform label,
section.post-overview .content form label,
section.hero-contact .gform label,
section.hero-contact .html-form label {
    display: block;
    width: 100%;
    text-align: left;
}

section.contact-form .gravity-theme .gform_fields.left_label .gfield .gfield_label,
aside.contact-popup .gform .gform_fields.left_label .gfield .gfield_label,
section.post-overview .content form .gform_fields.left_label .gfield .gfield_label,
section.hero-contact .gform .gform_fields.left_label .gfield .gfield_label,
section.hero-contact .html-form .gform_fields.left_label .gfield .gfield_label,
section.contact-form .gravity-theme .gfield.gfield--width-full .gfield_label,
aside.contact-popup .gform .gfield.gfield--width-full .gfield_label,
section.post-overview .content form .gfield.gfield--width-full .gfield_label,
section.hero-contact .gform .gfield.gfield--width-full .gfield_label,
section.hero-contact .html-form .gfield.gfield--width-full .gfield_label {
    width: 100px;
    padding-right: 20px;
    line-height: 1.2;
    font-weight: 400;
}

section.contact-form .gravity-theme fieldset,
aside.contact-popup .gform fieldset,
section.post-overview .content form fieldset,
section.hero-contact .gform fieldset,
section.hero-contact .html-form fieldset,
section.contact-form .gravity-theme .gfield,
aside.contact-popup .gform .gfield,
section.post-overview .content form .gfield,
section.hero-contact .gform .gfield,
section.hero-contact .html-form .gfield {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.contact-form .gravity-theme fieldset .ginput_container,
aside.contact-popup .gform fieldset .ginput_container,
section.post-overview .content form fieldset .ginput_container,
section.hero-contact .gform fieldset .ginput_container,
section.hero-contact .html-form fieldset .ginput_container,
section.contact-form .gravity-theme .gfield .ginput_container,
aside.contact-popup .gform .gfield .ginput_container,
section.post-overview .content form .gfield .ginput_container,
section.hero-contact .gform .gfield .ginput_container,
section.hero-contact .html-form .gfield .ginput_container {
    width: calc(100% - 100px);
}

section.contact-form .gravity-theme fieldset.gfield_type_consent,
aside.contact-popup .gform fieldset.gfield_type_consent,
section.post-overview .content form fieldset.gfield_type_consent,
section.hero-contact .gform fieldset.gfield_type_consent,
section.hero-contact .html-form fieldset.gfield_type_consent {
    grid-column: span 9 !important;
    padding-top: 20px;
}

section.contact-form .gravity-theme fieldset.gfield_type_consent+.gfield_type_submit,
aside.contact-popup .gform fieldset.gfield_type_consent+.gfield_type_submit,
section.post-overview .content form fieldset.gfield_type_consent+.gfield_type_submit,
section.hero-contact .gform fieldset.gfield_type_consent+.gfield_type_submit,
section.hero-contact .html-form fieldset.gfield_type_consent+.gfield_type_submit {
    padding-top: 20px;
    grid-column: span 3;
}

section.contact-form .gravity-theme #field_submit,
aside.contact-popup .gform #field_submit,
section.post-overview .content form #field_submit,
section.hero-contact .gform #field_submit,
section.hero-contact .html-form #field_submit {
    justify-content: flex-end;
}

section.contact-form .gravity-theme .gform_button,
aside.contact-popup .gform .gform_button,
section.post-overview .content form .gform_button,
section.hero-contact .gform .gform_button,
section.hero-contact .html-form .gform_button,
section.contact-form .gravity-theme input[type=submit],
aside.contact-popup .gform input[type=submit],
section.post-overview .content form input[type=submit],
section.hero-contact .gform input[type=submit],
section.hero-contact .html-form input[type=submit] {
    background-color: transparent;
    width: 67px;
    height: 67px;
}

section.contact-form .gravity-theme .gform_button:not(.arrow-button),
aside.contact-popup .gform .gform_button:not(.arrow-button),
section.post-overview .content form .gform_button:not(.arrow-button),
section.hero-contact .gform .gform_button:not(.arrow-button),
section.hero-contact .html-form .gform_button:not(.arrow-button) {
    margin: 0;
    min-width: auto !important;
}

section.contact-form .gravity-theme .arrow-button,
aside.contact-popup .gform .arrow-button,
section.post-overview .content form .arrow-button,
section.hero-contact .gform .arrow-button,
section.hero-contact .html-form .arrow-button {
    background: var(--c-ui--2);
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin: 0;
    padding-top: 4px;
    font-size: 1.625rem;
    color: #fff;
    transform: rotate(-90deg);
    transition: all 400ms ease-in-out;
}

section.contact-form .gravity-theme .arrow-button:hover,
aside.contact-popup .gform .arrow-button:hover,
section.post-overview .content form .arrow-button:hover,
section.hero-contact .gform .arrow-button:hover,
section.hero-contact .html-form .arrow-button:hover {
    background: var(--c-ui--6);
}

section.contact-form .gravity-theme .gform_footer input.button,
aside.contact-popup .gform .gform_footer input.button,
section.post-overview .content form .gform_footer input.button,
section.hero-contact .gform .gform_footer input.button,
section.hero-contact .html-form .gform_footer input.button,
section.contact-form .gravity-theme .gform_footer input[type=submit],
aside.contact-popup .gform .gform_footer input[type=submit],
section.post-overview .content form .gform_footer input[type=submit],
section.hero-contact .gform .gform_footer input[type=submit],
section.hero-contact .html-form .gform_footer input[type=submit],
section.contact-form .gravity-theme .gform_page_footer input.button,
aside.contact-popup .gform .gform_page_footer input.button,
section.post-overview .content form .gform_page_footer input.button,
section.hero-contact .gform .gform_page_footer input.button,
section.hero-contact .html-form .gform_page_footer input.button,
section.contact-form .gravity-theme .gform_page_footer input[type=submit],
aside.contact-popup .gform .gform_page_footer input[type=submit],
section.post-overview .content form .gform_page_footer input[type=submit],
section.hero-contact .gform .gform_page_footer input[type=submit],
section.hero-contact .html-form .gform_page_footer input[type=submit] {
    width: auto;
    min-width: auto;
    font-size: 0.6875rem;
}

@media (min-width: 768px) {

    section.contact-form .gravity-theme .gform_footer input.button,
    aside.contact-popup .gform .gform_footer input.button,
    section.post-overview .content form .gform_footer input.button,
    section.hero-contact .gform .gform_footer input.button,
    section.hero-contact .html-form .gform_footer input.button,
    section.contact-form .gravity-theme .gform_footer input[type=submit],
    aside.contact-popup .gform .gform_footer input[type=submit],
    section.post-overview .content form .gform_footer input[type=submit],
    section.hero-contact .gform .gform_footer input[type=submit],
    section.hero-contact .html-form .gform_footer input[type=submit],
    section.contact-form .gravity-theme .gform_page_footer input.button,
    aside.contact-popup .gform .gform_page_footer input.button,
    section.post-overview .content form .gform_page_footer input.button,
    section.hero-contact .gform .gform_page_footer input.button,
    section.hero-contact .html-form .gform_page_footer input.button,
    section.contact-form .gravity-theme .gform_page_footer input[type=submit],
    aside.contact-popup .gform .gform_page_footer input[type=submit],
    section.post-overview .content form .gform_page_footer input[type=submit],
    section.hero-contact .gform .gform_page_footer input[type=submit],
    section.hero-contact .html-form .gform_page_footer input[type=submit] {
        font-size: 0.9375rem;
        min-width: 137px;
    }
}

/**
       * Placeholders
       */
section.contact-form .gravity-theme ::-moz-placeholder,
aside.contact-popup .gform ::-moz-placeholder,
section.post-overview .content form ::-moz-placeholder,
section.hero-contact .gform ::-moz-placeholder,
section.hero-contact .html-form ::-moz-placeholder {
    color: #707070;
    font-size: 0.9375rem;
    font-weight: 500;
}

section.contact-form .gravity-theme ::placeholder,
aside.contact-popup .gform ::placeholder,
section.post-overview .content form ::placeholder,
section.hero-contact .gform ::placeholder,
section.hero-contact .html-form ::placeholder {
    color: #707070;
    font-size: 0.9375rem;
    font-weight: 500;
}

section.contact-form .gravity-theme .gform_required_legend,
aside.contact-popup .gform .gform_required_legend,
section.post-overview .content form .gform_required_legend,
section.hero-contact .gform .gform_required_legend,
section.hero-contact .html-form .gform_required_legend {
    display: none;
}

section.contact-form .gravity-theme .gsection,
aside.contact-popup .gform .gsection,
section.post-overview .content form .gsection,
section.hero-contact .gform .gsection,
section.hero-contact .html-form .gsection {
    border: none;
    margin-bottom: 20px !important;
}

section.contact-form .gravity-theme .gsection h2.gsection_title,
aside.contact-popup .gform .gsection h2.gsection_title,
section.post-overview .content form .gsection h2.gsection_title,
section.hero-contact .gform .gsection h2.gsection_title,
section.hero-contact .html-form .gsection h2.gsection_title {
    margin-bottom: 20px !important;
}

section.contact-form .gravity-theme h2.gform_title,
aside.contact-popup .gform h2.gform_title,
section.post-overview .content form h2.gform_title,
section.hero-contact .gform h2.gform_title,
section.hero-contact .html-form h2.gform_title {
    margin-bottom: 10px;
}

section.contact-form .gravity-theme .gform_heading,
aside.contact-popup .gform .gform_heading,
section.post-overview .content form .gform_heading,
section.hero-contact .gform .gform_heading,
section.hero-contact .html-form .gform_heading {
    margin-bottom: 40px !important;
}

section.contact-form .gravity-theme .gf_left_side,
aside.contact-popup .gform .gf_left_side,
section.post-overview .content form .gf_left_side,
section.hero-contact .gform .gf_left_side,
section.hero-contact .html-form .gf_left_side {
    vertical-align: middle;
}

@media (min-width: 768px) {

    section.contact-form .gravity-theme .gf_left_side,
    aside.contact-popup .gform .gf_left_side,
    section.post-overview .content form .gf_left_side,
    section.hero-contact .gform .gf_left_side,
    section.hero-contact .html-form .gf_left_side {
        margin-top: 0;
        display: inline-block;
        width: 25%;
        margin-right: 15px;
    }
}

section.contact-form .gravity-theme .gf_right_side,
aside.contact-popup .gform .gf_right_side,
section.post-overview .content form .gf_right_side,
section.hero-contact .gform .gf_right_side,
section.hero-contact .html-form .gf_right_side {
    vertical-align: middle;
}

@media (min-width: 768px) {

    section.contact-form .gravity-theme .gf_right_side,
    aside.contact-popup .gform .gf_right_side,
    section.post-overview .content form .gf_right_side,
    section.hero-contact .gform .gf_right_side,
    section.hero-contact .html-form .gf_right_side {
        margin-top: 0;
        display: inline-block;
        width: calc(75% - 15px);
    }
}

section.contact-form .gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
aside.contact-popup .gform .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
section.post-overview .content form .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
section.hero-contact .gform .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
section.hero-contact .html-form .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    justify-content: flex-start;
}

section.contact-form .gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
aside.contact-popup .gform .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
section.post-overview .content form .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
section.hero-contact .gform .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
section.hero-contact .html-form .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: auto;
    flex: 1;
}

section.contact-form .gravity-theme .gf-left-half,
aside.contact-popup .gform .gf-left-half,
section.post-overview .content form .gf-left-half,
section.hero-contact .gform .gf-left-half,
section.hero-contact .html-form .gf-left-half,
section.contact-form .gravity-theme .gf-right-half,
aside.contact-popup .gform .gf-right-half,
section.post-overview .content form .gf-right-half,
section.hero-contact .gform .gf-right-half,
section.hero-contact .html-form .gf-right-half {
    display: block;
    width: 100%;
}

@media (min-width: 550px) {

    section.contact-form .gravity-theme .gf-left-half,
    aside.contact-popup .gform .gf-left-half,
    section.post-overview .content form .gf-left-half,
    section.hero-contact .gform .gf-left-half,
    section.hero-contact .html-form .gf-left-half,
    section.contact-form .gravity-theme .gf-right-half,
    aside.contact-popup .gform .gf-right-half,
    section.post-overview .content form .gf-right-half,
    section.hero-contact .gform .gf-right-half,
    section.hero-contact .html-form .gf-right-half {
        width: calc(50% - 10px);
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }

    /* top: 30px; */
    section.contact-form .gravity-theme .gf-left-half .gfield_label.is-active,
    aside.contact-popup .gform .gf-left-half .gfield_label.is-active,
    section.post-overview .content form .gf-left-half .gfield_label.is-active,
    section.hero-contact .gform .gf-left-half .gfield_label.is-active,
    section.hero-contact .html-form .gf-left-half .gfield_label.is-active,
    section.contact-form .gravity-theme .gf-right-half .gfield_label.is-active,
    aside.contact-popup .gform .gf-right-half .gfield_label.is-active,
    section.post-overview .content form .gf-right-half .gfield_label.is-active,
    section.hero-contact .gform .gf-right-half .gfield_label.is-active,
    section.hero-contact .html-form .gf-right-half .gfield_label.is-active {
        /* top: 13px; */
    }
}

@media (min-width: 550px) {

    section.contact-form .gravity-theme .gf-right-half,
    aside.contact-popup .gform .gf-right-half,
    section.post-overview .content form .gf-right-half,
    section.hero-contact .gform .gf-right-half,
    section.hero-contact .html-form .gf-right-half {
        width: 50%;
        margin-right: 0;
    }
}

section.contact-form .gravity-theme .gform_ajax_spinner,
aside.contact-popup .gform .gform_ajax_spinner,
section.post-overview .content form .gform_ajax_spinner,
section.hero-contact .gform .gform_ajax_spinner,
section.hero-contact .html-form .gform_ajax_spinner {
    margin: auto !important;
    display: block !important;
}

section.contact-form .gravity-theme .gform_legacy_markup_wrapper div.validation_error,
aside.contact-popup .gform .gform_legacy_markup_wrapper div.validation_error,
section.post-overview .content form .gform_legacy_markup_wrapper div.validation_error,
section.hero-contact .gform .gform_legacy_markup_wrapper div.validation_error,
section.hero-contact .html-form .gform_legacy_markup_wrapper div.validation_error {
    display: none !important;
}

section.contact-form .gravity-theme .gfield_validation_message,
aside.contact-popup .gform .gfield_validation_message,
section.post-overview .content form .gfield_validation_message,
section.hero-contact .gform .gfield_validation_message,
section.hero-contact .html-form .gfield_validation_message {
    display: none !important;
}

section.contact-form .gravity-theme .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
aside.contact-popup .gform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
section.post-overview .content form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
section.hero-contact .gform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
section.hero-contact .html-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
section.contact-form .gravity-theme .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
aside.contact-popup .gform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
section.post-overview .content form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
section.hero-contact .gform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
section.hero-contact .html-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}

section.contact-form .gravity-theme .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
aside.contact-popup .gform .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
section.post-overview .content form .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
section.hero-contact .gform .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
section.hero-contact .html-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

section.contact-form .gravity-theme .dk-select,
aside.contact-popup .gform .dk-select,
section.post-overview .content form .dk-select,
section.hero-contact .gform .dk-select,
section.hero-contact .html-form .dk-select {
    border-radius: 30px;
    background-color: transparent;
    position: relative;
    width: 100% !important;
}

section.hero-contact .gform,
section.hero-contact .html-form {
    color: var(--c-text-navy);
}

section.hero-contact .gform .gfield label,
section.hero-contact .html-form .gfield label {
    color: var(--c-text-navy);
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li,
footer.primary .contact-form form .gfield_type_consent .ginput_container_consent {
    position: relative;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li input,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li input,
footer.primary .contact-form form .gfield_type_consent .ginput_container_consent input {
    position: absolute;
    left: -9999px;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li input:checked+label:before,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li input:checked+label:before,
footer.primary .contact-form form .gfield_type_consent .ginput_container_consent input:checked+label:before {
    background: #272526;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li label,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li label,
footer.primary .contact-form form .gfield_type_consent .ginput_container_consent label {
    position: relative;
    display: block;
    padding: 3px 0;
    padding-left: 30px;
    line-height: 1;
    letter-spacing: -0.03362rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    cursor: pointer;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li label:before,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li label:before,
footer.primary .contact-form form .gfield_type_consent .ginput_container_consent label:before {
    content: "";
    position: absolute;
    top: 0.85em;
    left: 0;
    margin: 0;
    margin-top: -7px;
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 3px #fff;
    transition: background 400ms ease-in-out;
}

section.post-overview .content .dropkick,
section.posts-listing .sf-field-sort_order .dk-select,
section.contact-form .gravity-theme .dk-select,
aside.contact-popup .gform .dk-select,
section.post-overview .content form .dk-select,
section.hero-contact .gform .dk-select,
section.hero-contact .html-form .dk-select {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

section.post-overview .content .dk-select-open-down.dropkick .dk-selected,
section.posts-listing .sf-field-sort_order .dk-select-open-down.dk-select .dk-selected,
section.contact-form .gravity-theme .dk-select-open-down.dk-select .dk-selected,
aside.contact-popup .gform .dk-select-open-down.dk-select .dk-selected,
section.post-overview .content form .dk-select-open-down.dk-select .dk-selected,
section.hero-contact .gform .dk-select-open-down.dk-select .dk-selected,
section.hero-contact .html-form .dk-select-open-down.dk-select .dk-selected {
    border-radius: 18px 18px 0 0;
    border-bottom: 0;
}

section.post-overview .content .dk-select-open-down.dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select-open-down.dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select-open-down.dk-select .dk-select-options,
aside.contact-popup .gform .dk-select-open-down.dk-select .dk-select-options,
section.post-overview .content form .dk-select-open-down.dk-select .dk-select-options,
section.hero-contact .gform .dk-select-open-down.dk-select .dk-select-options,
section.hero-contact .html-form .dk-select-open-down.dk-select .dk-select-options {
    border-top: none;
    border-radius: 0 0 18px 18px;
}

section.post-overview .content .dk-select-open-down.dropkick .dk-selected:before,
section.posts-listing .sf-field-sort_order .dk-select-open-down.dk-select .dk-selected:before,
section.contact-form .gravity-theme .dk-select-open-down.dk-select .dk-selected:before,
aside.contact-popup .gform .dk-select-open-down.dk-select .dk-selected:before,
section.post-overview .content form .dk-select-open-down.dk-select .dk-selected:before,
section.hero-contact .gform .dk-select-open-down.dk-select .dk-selected:before,
section.hero-contact .html-form .dk-select-open-down.dk-select .dk-selected:before,
section.post-overview .content .dk-select-open-up.dropkick .dk-selected:before,
section.posts-listing .sf-field-sort_order .dk-select-open-up.dk-select .dk-selected:before,
section.contact-form .gravity-theme .dk-select-open-up.dk-select .dk-selected:before,
aside.contact-popup .gform .dk-select-open-up.dk-select .dk-selected:before,
section.post-overview .content form .dk-select-open-up.dk-select .dk-selected:before,
section.hero-contact .gform .dk-select-open-up.dk-select .dk-selected:before,
section.hero-contact .html-form .dk-select-open-up.dk-select .dk-selected:before {
    transform: rotate(180deg);
}

section.post-overview .content .dk-select-open-down.dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select-open-down.dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select-open-down.dk-select .dk-select-options,
aside.contact-popup .gform .dk-select-open-down.dk-select .dk-select-options,
section.post-overview .content form .dk-select-open-down.dk-select .dk-select-options,
section.hero-contact .gform .dk-select-open-down.dk-select .dk-select-options,
section.hero-contact .html-form .dk-select-open-down.dk-select .dk-select-options,
section.post-overview .content .dk-select-open-up.dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select-open-up.dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select-open-up.dk-select .dk-select-options,
aside.contact-popup .gform .dk-select-open-up.dk-select .dk-select-options,
section.post-overview .content form .dk-select-open-up.dk-select .dk-select-options,
section.hero-contact .gform .dk-select-open-up.dk-select .dk-select-options,
section.hero-contact .html-form .dk-select-open-up.dk-select .dk-select-options {
    display: block;
}

section.post-overview .content .dk-select-open-up.dropkick .dk-selected,
section.posts-listing .sf-field-sort_order .dk-select-open-up.dk-select .dk-selected,
section.contact-form .gravity-theme .dk-select-open-up.dk-select .dk-selected,
aside.contact-popup .gform .dk-select-open-up.dk-select .dk-selected,
section.post-overview .content form .dk-select-open-up.dk-select .dk-selected,
section.hero-contact .gform .dk-select-open-up.dk-select .dk-selected,
section.hero-contact .html-form .dk-select-open-up.dk-select .dk-selected {
    border-radius: 0 0 18px 18px;
    border-top: 0;
}

section.post-overview .content .dk-select-open-up.dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select-open-up.dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select-open-up.dk-select .dk-select-options,
aside.contact-popup .gform .dk-select-open-up.dk-select .dk-select-options,
section.post-overview .content form .dk-select-open-up.dk-select .dk-select-options,
section.hero-contact .gform .dk-select-open-up.dk-select .dk-select-options,
section.hero-contact .html-form .dk-select-open-up.dk-select .dk-select-options {
    border-bottom: none;
    border-radius: 18px 18px 0 0;
}

section.post-overview .content .dropkick .dk-selected,
section.posts-listing .sf-field-sort_order .dk-select .dk-selected,
section.contact-form .gravity-theme .dk-select .dk-selected,
aside.contact-popup .gform .dk-select .dk-selected,
section.post-overview .content form .dk-select .dk-selected,
section.hero-contact .gform .dk-select .dk-selected,
section.hero-contact .html-form .dk-select .dk-selected {
    font-size: 1rem;
    height: 56px;
    padding: 15px 55px 10px 20px;
    border-radius: 30px;
    background-color: transparent !important;
    border: 1px solid #d9d9d9 !important;
}

section.post-overview .content .dropkick .dk-selected:before,
section.posts-listing .sf-field-sort_order .dk-select .dk-selected:before,
section.contact-form .gravity-theme .dk-select .dk-selected:before,
aside.contact-popup .gform .dk-select .dk-selected:before,
section.post-overview .content form .dk-select .dk-selected:before,
section.hero-contact .gform .dk-select .dk-selected:before,
section.hero-contact .html-form .dk-select .dk-selected:before {
    content: "";
    position: absolute;
    border: none;
    background-image: url("../img/svg/angle-down.svg");
    background-position: center;
    background-color: var(--c-ui--3);
    transform: rotate(0deg);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 17px;
    right: 17px;
    background-size: 11px 8px;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 2;
}

section.post-overview .content .dropkick .dk-selected:after,
section.posts-listing .sf-field-sort_order .dk-select .dk-selected:after,
section.contact-form .gravity-theme .dk-select .dk-selected:after,
aside.contact-popup .gform .dk-select .dk-selected:after,
section.post-overview .content form .dk-select .dk-selected:after,
section.hero-contact .gform .dk-select .dk-selected:after,
section.hero-contact .html-form .dk-select .dk-selected:after {
    display: none;
}

section.post-overview .content .dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select .dk-select-options,
aside.contact-popup .gform .dk-select .dk-select-options,
section.post-overview .content form .dk-select .dk-select-options,
section.hero-contact .gform .dk-select .dk-select-options,
section.hero-contact .html-form .dk-select .dk-select-options {
    padding: 5px 0 0 0;
    border-radius: 18px;
    border: 1px solid #d6d6d6;
    background: #fff;
    margin-left: 0;
    margin-top: -2px;
    color: var(--c-text-navy) !important;
}

section.post-overview .content .dropkick .dk-select-options .dk-option-selected,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options .dk-option-selected,
section.contact-form .gravity-theme .dk-select .dk-select-options .dk-option-selected,
aside.contact-popup .gform .dk-select .dk-select-options .dk-option-selected,
section.post-overview .content form .dk-select .dk-select-options .dk-option-selected,
section.hero-contact .gform .dk-select .dk-select-options .dk-option-selected,
section.hero-contact .html-form .dk-select .dk-select-options .dk-option-selected {
    background-color: transparent !important;
    color: var(--c-text-navy) !important;
}

section.post-overview .content .dropkick .dk-select-options .dk-option,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options .dk-option,
section.contact-form .gravity-theme .dk-select .dk-select-options .dk-option,
aside.contact-popup .gform .dk-select .dk-select-options .dk-option,
section.post-overview .content form .dk-select .dk-select-options .dk-option,
section.hero-contact .gform .dk-select .dk-select-options .dk-option,
section.hero-contact .html-form .dk-select .dk-select-options .dk-option {
    text-transform: none;
    font-size: 0.875rem;
    padding: 5px 20px;
    background: #fff;
}

section.post-overview .content .dropkick .dk-select-options .dk-option.dk-option-highlight,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options .dk-option.dk-option-highlight,
section.contact-form .gravity-theme .dk-select .dk-select-options .dk-option.dk-option-highlight,
aside.contact-popup .gform .dk-select .dk-select-options .dk-option.dk-option-highlight,
section.post-overview .content form .dk-select .dk-select-options .dk-option.dk-option-highlight,
section.hero-contact .gform .dk-select .dk-select-options .dk-option.dk-option-highlight,
section.hero-contact .html-form .dk-select .dk-select-options .dk-option.dk-option-highlight {
    color: var(--c-text-navy);
}

section.post-overview .content .dropkick .dk-select-options .dk-option:hover,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options .dk-option:hover,
section.contact-form .gravity-theme .dk-select .dk-select-options .dk-option:hover,
aside.contact-popup .gform .dk-select .dk-select-options .dk-option:hover,
section.post-overview .content form .dk-select .dk-select-options .dk-option:hover,
section.hero-contact .gform .dk-select .dk-select-options .dk-option:hover,
section.hero-contact .html-form .dk-select .dk-select-options .dk-option:hover,
section.post-overview .content .dropkick .dk-select-options .dk-option:focus,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options .dk-option:focus,
section.contact-form .gravity-theme .dk-select .dk-select-options .dk-option:focus,
aside.contact-popup .gform .dk-select .dk-select-options .dk-option:focus,
section.post-overview .content form .dk-select .dk-select-options .dk-option:focus,
section.hero-contact .gform .dk-select .dk-select-options .dk-option:focus,
section.hero-contact .html-form .dk-select .dk-select-options .dk-option:focus {
    outline: none;
    background: inherit;
    color: var(--c-text-navy);
    opacity: 1;
}

section.post-overview .content .dropkick .dk-select-options,
section.posts-listing .sf-field-sort_order .dk-select .dk-select-options,
section.contact-form .gravity-theme .dk-select .dk-select-options,
aside.contact-popup .gform .dk-select .dk-select-options,
section.post-overview .content form .dk-select .dk-select-options,
section.hero-contact .gform .dk-select .dk-select-options,
section.hero-contact .html-form .dk-select .dk-select-options {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
}

section.post-overview .content .dropkick+select,
section.posts-listing .sf-field-sort_order .dk-select+select,
section.contact-form .gravity-theme .dk-select+select,
aside.contact-popup .gform .dk-select+select,
section.post-overview .content form .dk-select+select,
section.hero-contact .gform .dk-select+select,
section.hero-contact .html-form .dk-select+select,
section.post-overview .content .dropkick select,
section.posts-listing .sf-field-sort_order .dk-select select,
section.contact-form .gravity-theme .dk-select select,
aside.contact-popup .gform .dk-select select,
section.post-overview .content form .dk-select select,
section.hero-contact .gform .dk-select select,
section.hero-contact .html-form .dk-select select {
    display: none;
}

section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li label:before {
    border-radius: 50%;
}

section.posts-listing .sf-field-sort_order .dk-select {
    color: var(--c-text-navy);
    border: none;
    min-width: 170px;
}

section.posts-listing .sf-field-sort_order .dk-select .dk-selected {
    color: var(--c-text-navy);
    border-radius: 0;
    background-color: var(--c-ui--3);
    font-size: 0.875rem;
    font-weight: 500;
    height: auto;
    border: none !important;
    border-bottom: 2px solid var(--c-ui--2) !important;
    padding: 10px;
}

section.posts-listing .sf-field-sort_order .dk-select .dk-selected:before {
    top: 10px;
    right: 0;
}

/* Labels */
/* Headings */
section.stock-information .sub-title,
section.products-roadmap .sub-title,
section.products-carousel .sub-title,
section.posts-packery .sub-title,
section.posts-carousel .sub-title,
section.industries .sub-title,
section.history-carousel .sub-title,
section.faq .sub-title,
section.downloads-carousel .sub-title,
section.content-grid .sub-title,
section.application-grid .sub-title {
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--c-ui--2);
    padding-top: 15px;
    margin-bottom: 27px;
    letter-spacing: 0.125rem;
}

section.stock-information .sub-title:before,
section.products-roadmap .sub-title:before,
section.products-carousel .sub-title:before,
section.posts-packery .sub-title:before,
section.posts-carousel .sub-title:before,
section.industries .sub-title:before,
section.history-carousel .sub-title:before,
section.faq .sub-title:before,
section.downloads-carousel .sub-title:before,
section.content-grid .sub-title:before,
section.application-grid .sub-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--c-ui--2);
}

@media (min-width: 960px) {

    section.stock-information .sub-title,
    section.products-roadmap .sub-title,
    section.products-carousel .sub-title,
    section.posts-packery .sub-title,
    section.posts-carousel .sub-title,
    section.industries .sub-title,
    section.history-carousel .sub-title,
    section.faq .sub-title,
    section.downloads-carousel .sub-title,
    section.content-grid .sub-title,
    section.application-grid .sub-title {
        margin-bottom: 45px;
    }
}

section.features .sub-title,
section.clients .sub-title {
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--c-ui--2);
    margin-bottom: 10px;
    letter-spacing: 0.1175rem;
    line-height: 1.57;
    letter-spacing: 0.125rem;
}

@media (min-width: 960px) {

    section.features .sub-title,
    section.clients .sub-title {
        margin-bottom: 25px;
    }
}

section.stock-information h2.title,
section.products-roadmap h2.title,
section.posts-packery h2.title,
section.offices-listing .section-title,
section.industries h2.title,
section.history-carousel h2.title,
.page-template-template_industry-landing section.hero-internal h1.title,
body.search section.hero-internal-basic h1.title,
section.faq h2.title {
    font-size: calc(3.5rem + 24 * (100vw - 48rem) / 512);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    section.stock-information h2.title,
    section.products-roadmap h2.title,
    section.posts-packery h2.title,
    section.offices-listing .section-title,
    section.industries h2.title,
    section.history-carousel h2.title,
    .page-template-template_industry-landing section.hero-internal h1.title,
    body.search section.hero-internal-basic h1.title,
    section.faq h2.title {
        line-height: 0.9;
    }
}

@media screen and (min-width: 1280px) {

    section.stock-information h2.title,
    section.products-roadmap h2.title,
    section.posts-packery h2.title,
    section.offices-listing .section-title,
    section.industries h2.title,
    section.history-carousel h2.title,
    .page-template-template_industry-landing section.hero-internal h1.title,
    body.search section.hero-internal-basic h1.title,
    section.faq h2.title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 768px) {

    section.stock-information h2.title,
    section.products-roadmap h2.title,
    section.posts-packery h2.title,
    section.offices-listing .section-title,
    section.industries h2.title,
    section.history-carousel h2.title,
    .page-template-template_industry-landing section.hero-internal h1.title,
    body.search section.hero-internal-basic h1.title,
    section.faq h2.title {
        font-size: 3.5rem;
    }
}

section.product-details h1.title,
section.hero-internal h1.title,
section.hero-internal-basic h1.title,
section.hero-contact h1.title,
section.post-overview .content h1,
section.hero-custompage .content h1 {
    font-size: calc(3.5rem + 44 * (100vw - 48rem) / 512);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    section.product-details h1.title,
    section.hero-internal h1.title,
    section.hero-internal-basic h1.title,
    section.hero-contact h1.title,
    section.post-overview .content h1,
    section.hero-custompage .content h1 {
        line-height: 0.9;
    }
}

@media screen and (min-width: 1280px) {

    section.product-details h1.title,
    section.hero-internal h1.title,
    section.hero-internal-basic h1.title,
    section.hero-contact h1.title,
    section.post-overview .content h1,
    section.hero-custompage .content h1 {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 768px) {

    section.product-details h1.title,
    section.hero-internal h1.title,
    section.hero-internal-basic h1.title,
    section.hero-contact h1.title,
    section.post-overview .content h1,
    section.hero-custompage .content h1 {
        font-size: 3.5rem;
    }
}

.page-template-template_industry-details section.text-with-image .title,
section.text-with-image-full .title.large,
section.search-results .nothing-found h2,
section.search-results .items .group-title,
section.products-carousel h2.title,
section.posts-carousel h2.title,
section.downloads-carousel h2.title,
section.post-overview .content h2,
section.hero-custompage .content h2,
section.hero-post h1.title {
    font-size: calc(3.25rem + 12 * (100vw - 48rem) / 512);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    .page-template-template_industry-details section.text-with-image .title,
    section.text-with-image-full .title.large,
    section.search-results .nothing-found h2,
    section.search-results .items .group-title,
    section.products-carousel h2.title,
    section.posts-carousel h2.title,
    section.downloads-carousel h2.title,
    section.post-overview .content h2,
    section.hero-custompage .content h2,
    section.hero-post h1.title {
        line-height: 1.03;
    }
}

@media screen and (min-width: 1280px) {

    .page-template-template_industry-details section.text-with-image .title,
    section.text-with-image-full .title.large,
    section.search-results .nothing-found h2,
    section.search-results .items .group-title,
    section.products-carousel h2.title,
    section.posts-carousel h2.title,
    section.downloads-carousel h2.title,
    section.post-overview .content h2,
    section.hero-custompage .content h2,
    section.hero-post h1.title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {

    .page-template-template_industry-details section.text-with-image .title,
    section.text-with-image-full .title.large,
    section.search-results .nothing-found h2,
    section.search-results .items .group-title,
    section.products-carousel h2.title,
    section.posts-carousel h2.title,
    section.downloads-carousel h2.title,
    section.post-overview .content h2,
    section.hero-custompage .content h2,
    section.hero-post h1.title {
        font-size: 3.25rem;
    }
}

section.product-spec h2.title {
    font-size: calc(3.0625rem + 23 * (100vw - 26.25rem) / 860);
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (min-width: 1280px) {
    section.product-spec h2.title {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 420px) {
    section.product-spec h2.title {
        font-size: 3.0625rem;
    }
}

section.hero-post h1.title {
    font-size: calc(2rem + 32 * (100vw - 26.25rem) / 860);
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (min-width: 1280px) {
    section.hero-post h1.title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 420px) {
    section.hero-post h1.title {
        font-size: 2rem;
    }
}

section.content-grid h2.title,
section.post-overview .content h3,
section.hero-custompage .content h3,
section.contact-form .gravity-theme h2.gform_title,
aside.contact-popup .gform h2.gform_title,
section.post-overview .content form h2.gform_title,
section.hero-custompage .content form h2.gform_title,
section.hero-contact .gform h2.gform_title,
section.hero-contact .html-form h2.gform_title {
    font-size: calc(2.25rem + 16 * (100vw - 48rem) / 512);
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    section.content-grid h2.title,
    section.post-overview .content h3,
    section.hero-custompage .content h3,
    section.contact-form .gravity-theme h2.gform_title,
    aside.contact-popup .gform h2.gform_title,
    section.post-overview .content form h2.gform_title,
    section.hero-custompage .content form h2.gform_title,
    section.hero-contact .gform h2.gform_title,
    section.hero-contact .html-form h2.gform_title {
        line-height: 1.08;
    }
}

@media screen and (min-width: 1280px) {

    section.content-grid h2.title,
    section.post-overview .content h3,
    section.hero-custompage .content h3,
    section.contact-form .gravity-theme h2.gform_title,
    aside.contact-popup .gform h2.gform_title,
    section.post-overview .content form h2.gform_title,
    section.hero-custompage .content form h2.gform_title,
    section.hero-contact .gform h2.gform_title,
    section.hero-contact .html-form h2.gform_title {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 768px) {

    section.content-grid h2.title,
    section.post-overview .content h3,
    section.hero-custompage .content h3,
    section.contact-form .gravity-theme h2.gform_title,
    aside.contact-popup .gform h2.gform_title,
    section.post-overview .content form h2.gform_title,
    section.hero-custompage .content form h2.gform_title,
    section.hero-contact .gform h2.gform_title,
    section.hero-contact .html-form h2.gform_title {
        font-size: 2.25rem;
    }
}

section.text-with-image-full .title,
section.intro-text .title,
section.features h2.title,
section.clients h2.title,
section.accordion-with-side-image .accordion-item .toggle-button,
div.video-carousel h3.title,
section.post-overview .content h4,
section.hero-custompage .content h4,
section.talent .container h2.title,
section.job-roles .container h2.title,
section.contact-form .container h2.title,
section.benefits .container h2.title,
section.application-process .container h2.title {
    font-size: calc(2rem + 12 * (100vw - 48rem) / 512);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    section.text-with-image-full .title,
    section.intro-text .title,
    section.features h2.title,
    section.clients h2.title,
    section.accordion-with-side-image .accordion-item .toggle-button,
    div.video-carousel h3.title,
    section.post-overview .content h4,
    section.hero-custompage .content h4,
    section.talent .container h2.title,
    section.job-roles .container h2.title,
    section.contact-form .container h2.title,
    section.benefits .container h2.title,
    section.application-process .container h2.title {
        line-height: 1.05;
    }
}

@media screen and (min-width: 1280px) {

    section.text-with-image-full .title,
    section.intro-text .title,
    section.features h2.title,
    section.clients h2.title,
    section.accordion-with-side-image .accordion-item .toggle-button,
    div.video-carousel h3.title,
    section.post-overview .content h4,
    section.hero-custompage .content h4,
    section.talent .container h2.title,
    section.job-roles .container h2.title,
    section.contact-form .container h2.title,
    section.benefits .container h2.title,
    section.application-process .container h2.title {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 768px) {

    section.text-with-image-full .title,
    section.intro-text .title,
    section.features h2.title,
    section.clients h2.title,
    section.accordion-with-side-image .accordion-item .toggle-button,
    div.video-carousel h3.title,
    section.post-overview .content h4,
    section.hero-custompage .content h4,
    section.talent .container h2.title,
    section.job-roles .container h2.title,
    section.contact-form .container h2.title,
    section.benefits .container h2.title,
    section.application-process .container h2.title {
        font-size: 2rem;
    }
}

section.titled-text .wrapper .item .title,
section.text-with-image .title,
section.text-with-image2 .title,
section.testimonials .slider .swiper-slide .quote,
section.product-details .accordion-item .toggle-button,
section.product-details .descr .title,
section.job-roles .role-item h5.title,
section.intro-feature .title,
section.contact-form h3.sub-title,
section.accordion-content .item-title,
section.accordion-content .title,
footer.primary .contact-form h6.title,
div.listing-bottom .found-posts,
div.header-search .title,
aside.team-popup h6.title,
article.team-member-card h6.title,
article.product-card h6.title,
section.case-study-listing article.post-card .title,
article.office-card h3.title,
article.industry-card h6.title,
article.history-card h6.title,
section.post-overview .content h6,
section.hero-custompage .content h6,
section.post-overview .content h5,
section.hero-custompage .content h5,
section.contact-form .gravity-theme .gsection h2.gsection_title,
aside.contact-popup .gform .gsection h2.gsection_title,
section.post-overview .content form .gsection h2.gsection_title,
section.hero-custompage .content form .gsection h2.gsection_title,
section.hero-contact .gform .gsection h2.gsection_title,
section.hero-contact .html-form .gsection h2.gsection_title {
    font-size: calc(1.5rem + 8 * (100vw - 48rem) / 512);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {

    section.titled-text .wrapper .item .title,
    section.text-with-image .title,
    section.text-with-image2 .title,
    section.testimonials .slider .swiper-slide .quote,
    section.product-details .accordion-item .toggle-button,
    section.product-details .descr .title,
    section.job-roles .role-item h5.title,
    section.intro-feature .title,
    section.contact-form h3.sub-title,
    section.accordion-content .item-title,
    section.accordion-content .title,
    footer.primary .contact-form h6.title,
    div.listing-bottom .found-posts,
    div.header-search .title,
    aside.team-popup h6.title,
    article.team-member-card h6.title,
    article.product-card h6.title,
    section.case-study-listing article.post-card .title,
    article.office-card h3.title,
    article.industry-card h6.title,
    article.history-card h6.title,
    section.post-overview .content h6,
    section.hero-custompage .content h6,
    section.post-overview .content h5,
    section.hero-custompage .content h5,
    section.contact-form .gravity-theme .gsection h2.gsection_title,
    aside.contact-popup .gform .gsection h2.gsection_title,
    section.post-overview .content form .gsection h2.gsection_title,
    section.hero-custompage .content form .gsection h2.gsection_title,
    section.hero-contact .gform .gsection h2.gsection_title,
    section.hero-contact .html-form .gsection h2.gsection_title {
        line-height: 1.12;
    }
}

@media screen and (min-width: 1280px) {

    section.titled-text .wrapper .item .title,
    section.text-with-image .title,
    section.text-with-image2 .title,
    section.testimonials .slider .swiper-slide .quote,
    section.product-details .accordion-item .toggle-button,
    section.product-details .descr .title,
    section.job-roles .role-item h5.title,
    section.intro-feature .title,
    section.contact-form h3.sub-title,
    section.accordion-content .item-title,
    section.accordion-content .title,
    footer.primary .contact-form h6.title,
    div.listing-bottom .found-posts,
    div.header-search .title,
    aside.team-popup h6.title,
    article.team-member-card h6.title,
    article.product-card h6.title,
    section.case-study-listing article.post-card .title,
    article.office-card h3.title,
    article.industry-card h6.title,
    article.history-card h6.title,
    section.post-overview .content h6,
    section.hero-custompage .content h6,
    section.post-overview .content h5,
    section.hero-custompage .content h5,
    section.contact-form .gravity-theme .gsection h2.gsection_title,
    aside.contact-popup .gform .gsection h2.gsection_title,
    section.post-overview .content form .gsection h2.gsection_title,
    section.hero-custompage .content form .gsection h2.gsection_title,
    section.hero-contact .gform .gsection h2.gsection_title,
    section.hero-contact .html-form .gsection h2.gsection_title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {

    section.titled-text .wrapper .item .title,
    section.text-with-image .title,
    section.text-with-image2 .title,
    section.testimonials .slider .swiper-slide .quote,
    section.product-details .accordion-item .toggle-button,
    section.product-details .descr .title,
    section.job-roles .role-item h5.title,
    section.intro-feature .title,
    section.contact-form h3.sub-title,
    section.accordion-content .item-title,
    section.accordion-content .title,
    footer.primary .contact-form h6.title,
    div.listing-bottom .found-posts,
    div.header-search .title,
    aside.team-popup h6.title,
    article.team-member-card h6.title,
    article.product-card h6.title,
    section.case-study-listing article.post-card .title,
    article.office-card h3.title,
    article.industry-card h6.title,
    article.history-card h6.title,
    section.post-overview .content h6,
    section.hero-custompage .content h6,
    section.post-overview .content h5,
    section.hero-custompage .content h5,
    section.contact-form .gravity-theme .gsection h2.gsection_title,
    aside.contact-popup .gform .gsection h2.gsection_title,
    section.post-overview .content form .gsection h2.gsection_title,
    section.hero-custompage .content form .gsection h2.gsection_title,
    section.hero-contact .gform .gsection h2.gsection_title,
    section.hero-contact .html-form .gsection h2.gsection_title {
        font-size: 1.5rem;
    }
}

/* Paragraphs */
section.hero-internal .description p,
section.hero-home .content-slider .description p,
div.offices .office-item .contact p,
section.job-roles .role-item .description p,
section.text-with-image .description p,
section.text-with-image2 .description p,
section.text-with-image-full .description p,
section.intro-text .description p,
section.intro-feature .description p,
section.image-with-content .content .description p,
section.features .description p,
section.faq .items .item .content p,
section.contact-form .content-col .description p,
section.clients .description p,
section.accordion-with-side-image .accordion-item .wrap .ct p,
aside.team-popup .descr p {
    margin: 1em 0;
}

section.hero-internal .description p:first-child,
section.hero-home .content-slider .description p:first-child,
div.offices .office-item .contact p:first-child,
section.job-roles .role-item .description p:first-child,
section.text-with-image .description p:first-child,
section.text-with-image2 .description p:first-child,
section.text-with-image-full .description p:first-child,
section.intro-text .description p:first-child,
section.intro-feature .description p:first-child,
section.image-with-content .content .description p:first-child,
section.features .description p:first-child,
section.faq .items .item .content p:first-child,
section.contact-form .content-col .description p:first-child,
section.clients .description p:first-child,
section.accordion-with-side-image .accordion-item .wrap .ct p:first-child,
aside.team-popup .descr p:first-child {
    margin-top: 0;
}

section.hero-internal .description p:last-child,
section.hero-home .content-slider .description p:last-child,
div.offices .office-item .contact p:last-child,
section.job-roles .role-item .description p:last-child,
section.text-with-image .description p:last-child,
section.text-with-image2 .description p:last-child,
section.text-with-image-full .description p:last-child,
section.intro-text .description p:last-child,
section.intro-feature .description p:last-child,
section.image-with-content .content .description p:last-child,
section.features .description p:last-child,
section.faq .items .item .content p:last-child,
section.contact-form .content-col .description p:last-child,
section.clients .description p:last-child,
section.accordion-with-side-image .accordion-item .wrap .ct p:last-child,
aside.team-popup .descr p:last-child {
    margin-bottom: 0;
}

section.hero-internal .description b,
section.hero-home .content-slider .description b,
div.offices .office-item .contact b,
section.job-roles .role-item .description b,
section.text-with-image .description b,
section.text-with-image2 .description b,
section.text-with-image-full .description b,
section.intro-text .description b,
section.intro-feature .description b,
section.image-with-content .content .description b,
section.features .description b,
section.faq .items .item .content b,
section.contact-form .content-col .description b,
section.clients .description b,
section.accordion-with-side-image .accordion-item .wrap .ct b,
aside.team-popup .descr b {
    font-weight: 600;
}

section.hero-internal .description a,
section.hero-home .content-slider .description a,
div.offices .office-item .contact a,
section.job-roles .role-item .description a,
section.text-with-image .description a,
section.text-with-image2 .description a,
section.text-with-image-full .description a,
section.intro-text .description a,
section.intro-feature .description a,
section.image-with-content .content .description a,
section.features .description a,
section.faq .items .item .content a,
section.contact-form .content-col .description a,
section.clients .description a,
section.accordion-with-side-image .accordion-item .wrap .ct a,
aside.team-popup .descr a {
    text-decoration: underline;
}

section.text-with-image .description,
section.text-with-image2 .description,
section.text-with-image-full .description,
section.intro-text .description,
section.intro-feature .description,
section.image-with-content .content .description,
section.features .description,
section.faq .items .item .content,
section.contact-form .content-col .description,
section.clients .description,
section.accordion-with-side-image .accordion-item .wrap .ct,
aside.team-popup .descr {
    font-size: 1rem;
    line-height: 1.62em;
    letter-spacing: -0.03125rem;
}

section.job-roles .role-item .description {
    font-size: 0.8125rem;
    line-height: 1.38;
}

section.product-details h1.title b,
section.hero-internal h1.title b,
section.hero-internal-basic h1.title b,
section.hero-home .content-slider .title b,
section.hero-contact h1.title b,
section.clients h2.title b,
section.call-to-action .title b {
    background: linear-gradient(90deg, #1274FF 1.16%, #00FFEE 93.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header.primary>.wrapper,
div.header-search .wrapper,
section.titled-text .wrapper,
section.text-with-image .wrapper,
/* section.text-with-image2 .wrapper, */
section.team-listing .wrapper,
section.talent .wrapper,
section.stock-information .wrapper,
section.search-results .wrapper,
section.products .wrapper,
section.products-roadmap .wrapper,
section.products-carousel .wrapper,
section.product-spec .wrapper,
section.product-details .wrapper,
section.posts-packery .wrapper,
section.posts-listing .wrapper,
section.posts-carousel .wrapper,
section.post-overview .wrapper,
section.hero-custompage .wrapper,
section.offices-listing .container,
section.offices-hotspots .wrapper,
section.job-roles .wrapper,
section.intro-text .wrapper,
section.intro-feature .wrapper,
section.industries .wrapper,
section.image-with-content .wrapper,
section.history-carousel .wrapper,
section.hero-post .wrapper,
section.hero-investors .wrapper,
section.hero-internal .wrapper,
section.hero-internal-basic .wrapper,
section.hero-home .content-slider,
section.hero-contact .wrapper,
section.features .wrapper,
section.faq .wrapper,
section.downloads-carousel .wrapper,
section.discover-cards .wrapper,
section.cta-simple .wrapper,
section.content-grid .wrapper,
section.contact-form .wrapper,
section.clients .wrapper,
section.case-study-listing .wrapper,
section.call-to-action .wrapper,
section.benefits .wrapper,
section.application-process .wrapper,
section.application-grid .wrapper,
section.accordion-with-side-image .wrapper,
section.accordion-content .wrapper,
footer.primary .wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 1024px) {

    header.primary>.wrapper,
    div.header-search .wrapper,
    section.titled-text .wrapper,
    section.text-with-image .wrapper,
    section.text-with-image2 .wrapper,
    section.team-listing .wrapper,
    section.talent .wrapper,
    section.stock-information .wrapper,
    section.search-results .wrapper,
    section.products .wrapper,
    section.products-roadmap .wrapper,
    section.products-carousel .wrapper,
    section.product-spec .wrapper,
    section.product-details .wrapper,
    section.posts-packery .wrapper,
    section.posts-listing .wrapper,
    section.posts-carousel .wrapper,
    section.post-overview .wrapper,
    section.hero-custompage .wrapper,
    section.offices-listing .container,
    section.offices-hotspots .wrapper,
    section.job-roles .wrapper,
    section.intro-text .wrapper,
    section.intro-feature .wrapper,
    section.industries .wrapper,
    section.image-with-content .wrapper,
    section.history-carousel .wrapper,
    section.hero-post .wrapper,
    section.hero-investors .wrapper,
    section.hero-internal .wrapper,
    section.hero-internal-basic .wrapper,
    section.hero-home .content-slider,
    section.hero-contact .wrapper,
    section.features .wrapper,
    section.faq .wrapper,
    section.downloads-carousel .wrapper,
    section.discover-cards .wrapper,
    section.cta-simple .wrapper,
    section.content-grid .wrapper,
    section.contact-form .wrapper,
    section.clients .wrapper,
    section.case-study-listing .wrapper,
    section.call-to-action .wrapper,
    section.benefits .wrapper,
    section.application-process .wrapper,
    section.application-grid .wrapper,
    section.accordion-with-side-image .wrapper,
    section.accordion-content .wrapper,
    footer.primary .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

section.titled-text .wrapper,
section.text-with-image .wrapper,
/* section.text-with-image2 .wrapper, */
section.team-listing .wrapper,
section.talent .wrapper,
section.stock-information .wrapper,
section.search-results .wrapper,
section.products .wrapper,
section.products-roadmap .wrapper,
section.products-carousel .wrapper,
section.product-spec .wrapper,
section.product-details .wrapper,
section.posts-packery .wrapper,
section.posts-listing .wrapper,
section.posts-carousel .wrapper,
section.post-overview .wrapper,
section.hero-custompage .wrapper,
section.offices-listing .container,
section.offices-hotspots .wrapper,
section.job-roles .wrapper,
section.intro-text .wrapper,
section.intro-feature .wrapper,
section.industries .wrapper,
section.image-with-content .wrapper,
section.history-carousel .wrapper,
section.hero-post .wrapper,
section.hero-investors .wrapper,
section.hero-internal .wrapper,
section.hero-internal-basic .wrapper,
section.hero-home .content-slider,
section.hero-contact .wrapper,
section.features .wrapper,
section.faq .wrapper,
section.downloads-carousel .wrapper,
section.discover-cards .wrapper,
section.cta-simple .wrapper,
section.content-grid .wrapper,
section.contact-form .wrapper,
section.clients .wrapper,
section.case-study-listing .wrapper,
section.call-to-action .wrapper,
section.benefits .wrapper,
section.application-process .wrapper,
section.application-grid .wrapper,
section.accordion-with-side-image .wrapper,
section.accordion-content .wrapper,
footer.primary .wrapper,
section.hero-custompage .wrapper {
    max-width: 1155px;
}

div.header-search .wrapper {
    max-width: 960px;
}

section.talent .container,
section.job-roles .container,
section.contact-form .container,
section.benefits .container,
section.application-process .container {
    background: #fff;
}

section.talent .container h2.title,
section.job-roles .container h2.title,
section.contact-form .container h2.title,
section.benefits .container h2.title,
section.application-process .container h2.title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #EFF0F5;
}

section.talent .container h2.title i,
section.job-roles .container h2.title i,
section.contact-form .container h2.title i,
section.benefits .container h2.title i,
section.application-process .container h2.title i {
    font-size: 0.875rem;
    width: 32px;
    height: 32px;
    background: var(--c-ui--2);
    color: #fff;
    transform: rotate(90deg);
    border-radius: 50%;
}

section.talent .container>.wrap,
section.job-roles .container>.wrap,
section.contact-form .container>.wrap,
section.benefits .container>.wrap,
section.application-process .container>.wrap {
    padding: 20px;
}

@media (min-width: 960px) {

    section.talent .container h2.title,
    section.job-roles .container h2.title,
    section.contact-form .container h2.title,
    section.benefits .container h2.title,
    section.application-process .container h2.title {
        padding: 26px 58px;
        font-size: 2.5625rem;
        gap: 16px;
    }

    section.talent .container h2.title i,
    section.job-roles .container h2.title i,
    section.contact-form .container h2.title i,
    section.benefits .container h2.title i,
    section.application-process .container h2.title i {
        width: 39px;
        height: 39px;
        font-size: 1.0625rem;
    }

    section.talent .container>.wrap,
    section.job-roles .container>.wrap,
    section.contact-form .container>.wrap,
    section.benefits .container>.wrap,
    section.application-process .container>.wrap {
        padding: 35px 58px;
    }
}

/***************
* Master Text editor
***************/
/**
    * Paragraphs
    */
section.post-overview .content p:not(:last-of-type) {
    margin-bottom: 30px;
}

/**
    * Lists
    */
section.post-overview .content h1 {
    margin-bottom: 30px;
    color: var(--c-ui--5);
}

section.post-overview .content h2 {
    margin-bottom: 30px;
    color: var(--c-ui--5);
}

section.post-overview .content h3 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.post-overview .content h4 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.post-overview .content h5 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.post-overview .content h6 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.post-overview .content p {
    line-height: 1.375rem;
    letter-spacing: -0.00625rem;
}

@media (min-width: 960px) {
    section.post-overview .content p {
        font-size: 1.0625rem;
    }
}

/* section.post-overview .content blockquote {
    font-size: 1.25rem;
    line-height: 1.5rem;
    position: relative;
    display: block;
    margin: 40px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
}

section.post-overview .content blockquote:before {
    content: "";
    width: 75px;
    height: 100%;
    background: #080150;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
} */

section.post-overview .content bold,
section.post-overview .content b,
section.post-overview .content strong {
    font-weight: 700;
}

section.post-overview .content img {
    max-width: 100%;
}

/***************
* List styling
***************/
section.post-overview .content ol,
section.post-overview .content ul {
    margin-bottom: 24px;
    padding-left: 28px;
}

section.post-overview .content ol li,
section.post-overview .content ul li {
    background: transparent;
    display: list-item;
    margin-bottom: 4px;
}

/* Un-ordered */
section.post-overview .content ul>li {
    list-style-type: disc;
}

section.hero-custompage .content ul>li {
    list-style-type: disc;
}

section.post-overview .content ul ul ul li,
section.post-overview .content ul ul ol li {
    list-style-type: circle;
}

/* Ordered */
section.post-overview .content ol>li {
    list-style-type: decimal;
}

section.post-overview .content ol ol ul li,
section.post-overview .content ol ol ol li {
    list-style-type: lower-latin;
}


/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
section.hero-custompage .content p:not(:last-of-type) {
    margin-bottom: 30px;
}

/**
    * Lists
    */
section.hero-custompage .content h1 {
    margin-bottom: 30px;
    color: var(--c-ui--5);
}

section.hero-custompage .content h2 {
    margin-bottom: 30px;
    color: var(--c-ui--5);
}

section.hero-custompage .content h3 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.hero-custompage .content h4 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.hero-custompage .content h5 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.hero-custompage .content h6 {
    margin-bottom: 20px;
    color: var(--c-ui--5);
}

section.hero-custompage .content p {
    line-height: 1.375rem;
    letter-spacing: -0.00625rem;
}

@media (min-width: 960px) {
    section.hero-custompage .content p {
        font-size: 1.0625rem;
    }
}

/* section.hero-custompage .content blockquote {
    font-size: 1.25rem;
    line-height: 1.5rem;
    position: relative;
    display: block;
    margin: 40px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
} */

/* section.hero-custompage .content blockquote:before {
    content: "";
    width: 75px;
    height: 100%;
    background: #080150;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
} */

section.hero-custompage .content bold,
section.hero-custompage .content b,
section.hero-custompage .content strong {
    font-weight: 700;
}

section.hero-custompage .content img {
    max-width: 100%;
}

/***************
* List styling
***************/
section.hero-custompage .content ol,
section.hero-custompage .content ul {
    margin-bottom: 24px;
    padding-left: 28px;
}

section.hero-custompage .content ol li,
section.hero-custompage .content ul li {
    background: transparent;
    display: list-item;
    margin-bottom: 4px;
}

/* Un-ordered */
section.hero-custompage .content ul>li {
    list-style-type: disc;
}

section.hero-custompage .content ul>li {
    list-style-type: disc;
}

section.hero-custompage .content ul ul ul li,
section.hero-custompage .content ul ul ol li {
    list-style-type: circle;
}

/* Ordered */
section.hero-custompage .content ol>li {
    list-style-type: decimal;
}

section.hero-custompage .content ol ol ul li,
section.hero-custompage .content ol ol ol li {
    list-style-type: lower-latin;
}

/***************
* Standard WordPress classes
***************/
/* END OF DOCUMENT */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.application-card {
    position: relative;
}

.branding-page article.application-card:after,
.branding-page article.application-card .link {
    background: var(--bc--2);
}

article.application-card.hovered:before {
    opacity: 1;
}

article.application-card.hovered figure img {
    transform: scale(1.1);
}

article.application-card:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.68%, #1A1828 100%);
    transition: opacity 400ms ease-in-out;
    opacity: 0.6;
    z-index: 1;
}

article.application-card:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--c-ui--2);
}

article.application-card figure {
    overflow: hidden;
}

article.application-card figure img {
    display: block;
    width: 100%;
    aspect-ratio: 346/424;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 400ms ease-in-out;
}

article.application-card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 25px;
    color: #fff;
    z-index: 5;
}

article.application-card .title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05188rem;
}

article.application-card .toggle-content {
    display: none;
    overflow: hidden;
}

article.application-card .description {
    font-size: 0.8125rem;
    line-height: 1.38;
    opacity: 0.9;
    margin-top: 10px;
    max-width: 270px;
}

article.application-card .link {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    font-size: 0.6875rem;
    background: var(--c-ui--2);
    color: #fff;
    margin-top: 20px;
}

@media (min-width: 960px) {
    article.application-card .title {
        font-size: 2.8125rem;
    }
}

article.content-card figure {
    margin-bottom: 30px;
}

article.content-card figure img {
    display: block;
    aspect-ratio: 335/235;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

article.content-card .icon {
    margin-bottom: 15px;
}

article.content-card .icon svg {
    height: 37px;
}

article.content-card .title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
}

article.content-card .description {
    font-size: 1rem;
    line-height: 1.38;
    color: var(--c-ui--3);
    opacity: 0.7;
}

article.discovery-card figure {
    position: relative;
    margin-bottom: 5px;
}

article.discovery-card figure img {
    display: block;
    aspect-ratio: 350/160;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

article.discovery-card .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    color: var(--c-ui--1);
    background-image: url("../img/svg/btn-icon.svg");
    background-position: 100% 50%;
    background-size: 43px;
    background-repeat: no-repeat;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s all ease;
}

article.discovery-card .title:hover {
    color: var(--c-ui--2);
}

article.download-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #CFCFCF;
    border-top: 2px solid #1274FF;
    border-right: none;
    background: #fff;
    color: var(--c-text-navy);
    padding: 35px 30px;
    min-height: 285px;
}

article.download-card .date {
    display: flex;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #1274FF;
    gap: 14px;
    margin-bottom: 15px;
    align-items: center;
}

article.download-card .date i {
    font-size: 0.625rem;
}

article.download-card .title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    flex-grow: 1;
}

article.download-card .button-block a {
    gap: 5px;
    min-width: auto;
}

article.download-card .button-block a i {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    article.download-card {
        padding: 35px;
    }
}

article.history-card figure {
    position: relative;
}

article.history-card figure img {
    display: block;
    aspect-ratio: 350/267;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

article.history-card figure a {
    display: block;
}

article.history-card .wrap {
    padding: 25px 0 0 0;
    background-color: #fff;
}

article.history-card .year {
    color: var(--c-ui--2);
    font-size: 1.25rem;
    margin-bottom: 10px;
}

article.history-card h6.title {
    line-height: 2rem;
    color: var(--c-ui--1);
    margin-bottom: 20px;
}

article.history-card h6.title a {
    transition: color 400ms ease-in-out;
}

article.history-card h6.title a:hover {
    color: var(--c-ui--2);
}

article.industry-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

article.industry-card.green .wrap {
    border-color: #54B289;
    background: rgba(84, 178, 137, 0.1);
}

article.industry-card.green h6.title {
    color: #54B289;
}

article.industry-card.green .button:not(:hover),
article.industry-card.green .arrow-link {
    background: #54B289;
}

article.industry-card.orange .wrap {
    border-color: #E05E44;
    background: rgba(224, 94, 68, 0.1);
}

article.industry-card.orange h6.title {
    color: #E05E44;
}

article.industry-card.orange .button:not(:hover),
article.industry-card.orange .arrow-link {
    background: #E05E44;
}

article.industry-card.gray .wrap {
    border-color: #7A96A8;
    background: rgba(136, 169, 190, 0.21);
}

article.industry-card.gray h6.title {
    color: #7A96A8;
}

article.industry-card.gray .button:not(:hover),
article.industry-card.gray .arrow-link {
    background: #7A96A8;
}

article.industry-card:hover .image img {
    transform: scale(1.1);
}

article.industry-card .wrap {
    border-top: 2px solid;
    padding: 25px 30px;
    flex-grow: 1;
}

article.industry-card .wrap>*:last-child {
    margin-bottom: 0;
}

article.industry-card h6.title {
    margin-bottom: 12px;
}

article.industry-card .desc {
    margin-bottom: 20px;
    font-size: 0.8125rem;
    line-height: 1.31;
    color: var(--c-text-navy);
}

article.industry-card .image {
    position: relative;
    overflow: hidden;
}

article.industry-card .image img {
    display: block;
    aspect-ratio: 365/275;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 600ms ease-in-out;
}

article.industry-card .image .arrow-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    color: #fff;
    font-size: 1.5625rem;
}

header.primary article.industry-card .image img {
    aspect-ratio: 350/225;
}

header.primary article.industry-card h6.title {
    color: inherit;
    letter-spacing: -0.0625rem;
}

@media (min-width: 960px) {
    header.primary article.industry-card h6.title {
        font-size: 1.625rem;
    }
}

header.primary article.industry-card .desc {
    color: #181746;
    opacity: 0.7;
    line-height: 1.38;
}

article.office-card {
    display: flex;
    flex-direction: column;
}

article.office-card figure {
    position: relative;
    width: 100%;
    background-color: var(--c-ui--2);
}

article.office-card figure img {
    display: block;
    aspect-ratio: 347/264;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

article.office-card .wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 25px;
    background-color: #fff;
    border-bottom: 2px solid var(--c-ui--2);
    flex-grow: 1;
}

article.office-card h3.title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.office-card .subtitle {
    font-size: calc(1rem + 4 * (100vw - 48rem) / 512);
    color: var(--c-ui--1);
    margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    article.office-card .subtitle {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    article.office-card .subtitle {
        font-size: 1rem;
    }
}

article.office-card .address {
    font-size: 0.8125rem;
    color: #354045;
    line-height: 1.125rem;
    margin-bottom: 15px;
    max-width: 180px;
    flex-grow: 1;
}

article.office-card a {
    color: #354045;
    display: block;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 20px;
    transition: 0.4s all ease;
}

article.office-card a.phone {
    background-image: url("../img/svg/phone.svg");
    background-position: 1px;
}

article.office-card a.phone-2 {
    background-image: url("../img/svg/fax.svg");
    background-position: 2px;
}

article.office-card a.email {
    background-image: url("../img/svg/mail2.svg");
    background-size: 13px 10px;
    background-position: 2px 7px;
}

article.office-card a.Website {
    background-image: url("../img/svg/Website.png");
    background-size: 13px 10px;
    background-position: 2px 7px;
}

article.office-card a:hover {
    color: var(--c-ui--1);
}

article.post-card {
    display: flex;
    flex-direction: column;
}

article.post-card figure {
    position: relative;
    overflow: hidden;
}

article.post-card figure img {
    display: block;
    aspect-ratio: 348/229;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 600ms ease-in-out;
}

article.post-card figure a {
    display: block;
}

article.post-card figure:hover img {
    transform: scale(1.1);
}

article.post-card .wrap {
    padding: 25px 35px;
    background: #fff;
    border-bottom: 2px solid #1274FF;
    flex-grow: 1;
    height: 150px;
}

article.post-card .meta {
    display: flex;
    align-items: center;
    color: var(--c-text-navy);
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    flex-wrap: wrap;
    margin-bottom: 17px;
    gap: 7px 15px;
}

article.post-card .sep {
    width: 1px;
    height: 12px;
    background: #000;
    opacity: 0.2;
}

article.post-card .date,
article.post-card .category {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

article.post-card .category .circle {
    width: 6.8px;
    height: 6.8px;
    border-radius: 50%;
    background: var(--c-ui--2);
}

article.post-card .date i {
    font-size: 0.625rem;
}

article.post-card h6.title {
    color: var(--c-text-navy);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: -0.03em;
}

article.post-card h6.title a {
    transition: color 400ms ease-in-out;
}

article.post-card h6.title a:hover {
    color: var(--c-ui--2);
}

section.posts-packery article.post-card .wrap {
    padding: 24px 0 0;
    border: none;
    background: none;
}

section.posts-packery article.post-card .meta {
    margin-bottom: 22px;
}

section.posts-packery article.post-card h6.title {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    article.post-card h6.title {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}

@media (min-width: 960px) {
    section.posts-packery article.post-card {
        max-width: 345px;
    }

    section.posts-packery article.post-card figure img {
        aspect-ratio: 345/183;
    }

    section.posts-packery article.post-card .wrap {
        padding: 20px 0 0;
        border: none;
    }

    section.posts-packery article.post-card .meta {
        margin-bottom: 15px;
    }

    section.posts-packery article.post-card h6.title {
        font-size: 1.25rem;
    }
}

section.case-study-listing article.post-card .wrap {
    padding: 50px 40px;
}

article.product-card {
    padding: 25px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--c-ui--1);
}

article.product-card figure {
    position: relative;
}

article.product-card figure img {
    aspect-ratio: 228/228;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
}

article.product-card figure a {
    display: block;
}

article.product-card .wrap {
    padding: 0;
    background: transparent;
}

article.product-card h6.title {
    line-height: 1.3;
    margin-bottom: 20px;
}

article.product-card .desc {
    font-size: 0.8125rem;
    line-height: 1.25;
    margin-bottom: 25px;
}

article.search-card {
    display: flex;
    align-items: center;
    background: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #BFC2C4;
}

article.search-card .image {
    margin-right: 13px;
    flex: 0 0 120px;
    max-width: 120px;
}

article.search-card .image img {
    display: block;
    aspect-ratio: 220/190;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

article.search-card .content {
    flex: 1;
}

article.search-card .content .sub-label {
    color: var(--c-text-navy);
    margin-bottom: 5px;
    opacity: 0.8;
}

article.search-card .content .label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--c-text-navy);
}

article.search-card .descr {
    font-size: 0.9375rem;
    margin-bottom: 30px;
    max-width: 635px;
    line-height: 1.38;
    opacity: 0.9;
}

@media (min-width: 960px) {
    article.search-card {
        padding: 30px 0;
    }

    article.search-card .image {
        margin-right: 30px;
        flex: 0 0 220px;
        max-width: 220px;
    }

    article.search-card .content .sub-label {
        margin-bottom: 10px;
    }

    article.search-card .content .label {
        font-size: 1.75rem;
    }

    article.search-card .descr {
        font-size: 1rem;
    }
}

article.team-member-card figure {
    position: relative;
}

article.team-member-card figure img {
    display: block;
    aspect-ratio: 344/344;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

article.team-member-card figure a {
    display: block;
}

article.team-member-card .wrap {
    padding: 25px 35px;
    background: #fff;
    border-bottom: 2px solid #1274FF;
    height: 150px;
}

article.team-member-card .meta {
    display: flex;
    color: #127BFF;
    font-size: 0.875rem;
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    flex-wrap: wrap;
}

article.team-member-card h6.title {
    line-height: 1.33;
    letter-spacing: -0.03em;
}

article.team-member-card h6.title a {
    color: var(--c-text-navy);
}

aside.contact-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 800px;
    max-width: 100%;
    height: 100vh;
    min-height: 500px;
    transform: translateX(100%);
    background-color: #08005A;
    transition: 0.5s all ease;
    overflow-y: scroll;
    color: #fff;
    z-index: 9999;
}

body.popup-opened aside.contact-popup {
    transform: translateX(0);
}

aside.contact-popup .inner {
    padding: 68px 135px;
}

aside.contact-popup .gform .gform_heading {
    display: block;
}

@media (max-width: 768px) {
    aside.contact-popup .inner {
        padding: 40px 20px;
    }
}

aside.side-header {
    display: none;
}

@media (max-width: 960px) {
    aside.side-header {
        display: none !important;
    }
}

@media (min-width: 960px) {
    aside.side-header {
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        max-width: 770px;
        background: var(--c-ui--1);
        color: #fff;
        padding: 80px 15px 0;
        z-index: 5;
    }

    aside.side-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100%;
        background: #0C0C0C;
        opacity: 0.7;
        pointer-events: none;
    }

    aside.side-header .wrap {
        max-width: 395px;
        margin: 0 auto;
        height: calc(100vh - 80px);
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    aside.side-header .menu {
        font-weight: 500;
        font-size: 2.75rem;
        line-height: 0.92;
        letter-spacing: -0.12198rem;
        margin-bottom: 20px;
    }

    aside.side-header .menu .menu-item:not(:last-child) {
        border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    }

    aside.side-header .menu .menu-item a {
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

    aside.side-header .menu .menu-item a i {
        font-size: 0.5em;
        margin: 0.4em 0 0 0.6em;
    }
}

aside.team-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 800px;
    max-width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #08005A;
    transition: 0.5s all ease;
    overflow-y: scroll;
    color: #fff;
    z-index: 9999;
}

aside.team-popup.popup-opened {
    transform: translateX(0);
}

aside.team-popup .inner {
    padding: 40px 20px;
}

aside.team-popup figure {
    position: relative;
    margin-bottom: 20px;
}

aside.team-popup figure img {
    aspect-ratio: 344/344;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

aside.team-popup figure a {
    display: block;
}

aside.team-popup .meta {
    display: flex;
    color: #127BFF;
    font-size: 0.875rem;
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

aside.team-popup h6.title {
    line-height: 1.33;
    letter-spacing: -0.03em;
    color: #fff;
}

aside.team-popup .descr {
    line-height: 1.38;
}

aside.team-popup .inner {
    padding: 68px 135px;
    max-width: 700px;
}

aside.team-popup .nav-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

aside.team-popup .nav-buttons .button {
    cursor: pointer;
}

aside.team-popup .nav-buttons .next {
    text-align: right;
    margin-left: auto;
}

aside.team-popup .nav-buttons .arrow {
    display: block;
    color: #127BFF;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1175rem;
    margin-bottom: 8px;
}

aside.team-popup .nav-buttons h6 {
    font-weight: 500;
    font-size: 1.375rem;
}

@media (min-width: 960px) {
    aside.team-popup figure {
        margin-bottom: 40px;
    }

    aside.team-popup h6.title {
        font-size: 2.25rem;
        margin-bottom: 10px;
    }

    aside.team-popup .meta {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    aside.team-popup .inner {
        padding: 40px 20px;
    }
}

div.breadcrumbs {
    display: inline-flex;
    align-items: center;
    background: rgba(217, 217, 217, 0.1);
    color: var(--c-ui--2);
    padding: 5px 15px;
    font-weight: 500;
    font-size: 0.6875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    height: 37px;
    border-radius: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    max-width: 100%;
}

.branding-page div.breadcrumbs {
    color: var(--bc--2);
}

div.breadcrumbs>div {
    display: inline-flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
}

div.breadcrumbs>div::-webkit-scrollbar {
    display: none;
}

div.breadcrumbs i.imp-icon-home {
    display: inline-block;
    font-size: 0.625rem;
    margin-top: -3px;
}

div.breadcrumbs ul {
    display: flex;
    align-items: center;
}

div.breadcrumbs a,
div.breadcrumbs i,
div.breadcrumbs span {
    vertical-align: middle;
}

div.breadcrumbs i.imp-icon-right2 {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.4375rem;
}

div.breadcrumbs .breadcrumb_last {
    color: #fff;
}

@media (min-width: 960px) {
    div.breadcrumbs {
        padding: 5px 23px;
        height: 47px;
        margin-bottom: 30px;
    }
}

body.page-template-template_basic div.breadcrumbs,
body.page-template-template_case-study div.breadcrumbs,
body.page-template-template_products div.breadcrumbs,
body.single-product div.breadcrumbs,
body.tax-product_cat div.breadcrumbs,
body.post-type-archive-product div.breadcrumbs {
    background: transparent;
    padding: 5px 0;
    margin-bottom: 10px;
}

body.page-template-template_basic div.breadcrumbs .breadcrumb_last,
body.page-template-template_case-study div.breadcrumbs .breadcrumb_last,
body.page-template-template_products div.breadcrumbs .breadcrumb_last,
body.single-product div.breadcrumbs .breadcrumb_last,
body.tax-product_cat div.breadcrumbs .breadcrumb_last,
body.post-type-archive-product div.breadcrumbs .breadcrumb_last {
    color: var(--c-text-navy);
}

div.header-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(var(--header-height) + 25px);
    padding-bottom: 30px;
    background: var(--c-ui--1);
    color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
}

div.header-search:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0C0C0C;
    opacity: 0.7;
    pointer-events: none;
}

div.header-search.opened {
    opacity: 1;
    visibility: visible;
}

div.header-search .title {
    display: none;
}

@media (min-width: 768px) {
    div.header-search {
        padding-bottom: 45px;
    }

    div.header-search .wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    div.header-search .title {
        display: block;
    }

    div.header-search .search-form {
        flex: 1;
    }
}

div.language-switcher {
    display: none;
    position: relative;
    z-index: 2;
}

div.language-switcher button {
    position: relative;
    font-size: 0.6875rem;
    color: inherit;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.625rem;
    letter-spacing: 0.10046rem;
}

div.language-switcher button i {
    font-size: 0.625rem;
    margin-left: 12px;
    transition: transform 400ms ease-in-out;
}

div.language-switcher .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: var(--c-text-navy);
    margin-top: 5px;
    min-width: 40px;
    font-size: 0.875rem;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    letter-spacing: 0.10046rem;
    transform: translateY(10px);
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility, transform;
    z-index: 10;
}

div.language-switcher .dropdown li a {
    display: block;
    padding: 5px 15px;
    transition: color 400ms ease-in-out;
}

div.language-switcher .dropdown li a.active,
div.language-switcher .dropdown li a:hover {
    color: var(--c-ui--1);
}

div.language-switcher.opened button i {
    transform: rotate(180deg);
}

div.language-switcher.opened .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 768px) {
    div.language-switcher {
        display: block;
        margin-right: 35px;
        margin-left: 5px;
    }
}

@media (max-width: 960px) {
    header.primary div.language-switcher {
        transition: opacity 400ms ease-in-out;
    }

    header.primary div.language-switcher.hide {
        opacity: 0;
    }
}

div.listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

@media (min-width: 960px) {
    div.listing-bottom {
        /* margin: 80px 0 0; */
        margin: 80px 0 15px;
    }
}

div.listing-bottom .found-posts {
    color: #A3A2AF;
}

div.listing-bottom .found-posts span {
    color: #2A274B;
    font-weight: 600;
}

div.listing-bottom ul.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 1.375rem;
    color: #fff;
    gap: 1px;
    margin: 1px;
}

div.listing-bottom ul.pagination li {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0;
    cursor: pointer;
}

div.listing-bottom ul.pagination li>a,
div.listing-bottom ul.pagination li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: transparent;
    outline: 1px solid #D9D9D9;
    transition: 400ms ease-in-out;
    transition-property: color, background;
    color: var(--c-text-navy);
}

div.listing-bottom ul.pagination li>a {
    cursor: pointer;
}

div.listing-bottom ul.pagination li>span {
    cursor: default;
}

div.listing-bottom ul.pagination li>a:hover,
div.listing-bottom ul.pagination li>span {
    background: var(--c-ui--2);
    color: #fff;
}

div.listing-bottom .prev.pagination i,
div.listing-bottom .next.pagination i {
    font-size: 0.875rem;
}

@media (max-width: 480px) {
    div.listing-bottom {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        margin-top: 20px;
    }

    div.listing-bottom ul.pagination {
        margin-top: 30px;
        justify-content: center;
    }
}

div.offices {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

div.offices .office-item {
    flex: 1;
}

div.offices .office-item .title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

div.offices .office-item .contact {
    font-size: 0.8125rem;
    line-height: 1.38;
    opacity: 0.6;
}

@media (min-width: 960px) {
    div.offices .office-item .title {
        font-size: 1.5rem;
    }
}

div.share-block .inner {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

div.share-block .label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

div.share-block .links {
    align-items: center;
    display: flex;
    align-items: center;
}

div.share-block .links a {
    display: inline-flex;
    font-size: 2.75rem;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 400ms ease-in-out;
}

div.share-block .links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

div.share-block .links a img {
    max-height: 0.455em;
    max-width: 0.455em;
}

div.small-posts-carousel {
    display: flex;
    background: var(--c-ui--1);
    color: #fff;
}

div.small-posts-carousel .swiper {
    min-width: 0;
    flex: 1;
}

div.small-posts-carousel .swiper-slide {
    padding: 35px 20px;
}

div.small-posts-carousel .swiper-slide .date {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 13px;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    color: var(--c-ui--2);
}

div.small-posts-carousel .swiper-slide .title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.28;
    max-width: 215px;
}

div.stock-info {
    position: relative;
    padding: 25px 20px 30px;
    background: var(--c-ui--6);
    color: #fff;
}

div.stock-info .value {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 8px;
    line-height: 1;
}

div.stock-info .meta {
    display: flex;
    font-size: 0.9375rem;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 7px;
    align-items: center;
}

div.stock-info .meta div i {
    display: inline-block;
    font-size: 0.4375rem;
    vertical-align: middle;
    margin-top: -3px;
}

div.stock-info .meta .sep {
    height: 14px;
    width: 1px;
    background: #fff;
    opacity: 0.3;
}

div.stock-info .date {
    opacity: 0.6;
    font-size: 0.6875rem;
    white-space: nowrap;
}

div.stock-info .more-info {
    margin-top: 20px;
}

div.stock-info .more-info .btn:not(:hover) {
    background: #1069DE;
}

@media (min-width: 960px) {
    div.stock-info {
        padding: 23px 40px;
    }
}

section.products-carousel .nav-arrows .prev,
section.posts-carousel .nav-arrows .prev,
section.history-carousel .nav-arrows .prev,
section.downloads-carousel .nav-arrows .prev,
div.swiper-navigation .prev,
section.products-carousel .nav-arrows .next,
section.posts-carousel .nav-arrows .next,
section.history-carousel .nav-arrows .next,
section.downloads-carousel .nav-arrows .next,
div.swiper-navigation .next {
    width: 42px;
    height: 42px;
    box-shadow: 0 0 0 1px var(--c-ui--2);
    color: var(--c-ui--1);
    font-size: 0.9375rem;
    transform: rotate(-90deg);
    transition: 400ms ease-in-out;
    transition-property: color, background-color;
}

section.products-carousel .nav-arrows .prev:hover,
section.posts-carousel .nav-arrows .prev:hover,
section.history-carousel .nav-arrows .prev:hover,
section.downloads-carousel .nav-arrows .prev:hover,
div.swiper-navigation .prev:hover,
section.products-carousel .nav-arrows .next:hover,
section.posts-carousel .nav-arrows .next:hover,
section.history-carousel .nav-arrows .next:hover,
section.downloads-carousel .nav-arrows .next:hover,
div.swiper-navigation .next:hover {
    color: #fff;
    background: var(--c-ui--2);
}

section.products-carousel .nav-arrows .prev,
section.posts-carousel .nav-arrows .prev,
section.history-carousel .nav-arrows .prev,
section.downloads-carousel .nav-arrows .prev,
div.swiper-navigation .prev {
    margin-right: 1px;
}

section.testimonials .slider .slider-arrows,
section.intro-feature .statistics .slider-arrows,
div.small-posts-carousel .slider-arrows {
    flex-direction: column;
    flex: 0 0 90px;
    font-size: 1.5rem;
    gap: 35px;
    background: #0F73E4;
}

section.testimonials .slider .slider-arrows .prev,
section.intro-feature .statistics .slider-arrows .prev,
div.small-posts-carousel .slider-arrows .prev,
section.testimonials .slider .slider-arrows .next,
section.intro-feature .statistics .slider-arrows .next,
div.small-posts-carousel .slider-arrows .next {
    cursor: pointer;
    transition: color 400ms ease-in-out;
    color: #fff;
}

section.testimonials .slider .slider-arrows .prev:hover,
section.intro-feature .statistics .slider-arrows .prev:hover,
div.small-posts-carousel .slider-arrows .prev:hover,
section.testimonials .slider .slider-arrows .next:hover,
section.intro-feature .statistics .slider-arrows .next:hover,
div.small-posts-carousel .slider-arrows .next:hover {
    color: var(--c-ui--1);
}

div.swiper-navigation {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

div.swiper-navigation.light .prev,
div.swiper-navigation.light .next {
    color: #fff;
}

div.swiper-navigation.light .progress-bar:before {
    background: #fff;
}

div.swiper-navigation .progress-bar {
    position: relative;
    margin-left: 20px;
    flex: 1;
    overflow: hidden;
    width: 100%;
}

div.swiper-navigation .progress-bar:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0.2;
}

div.swiper-navigation .progress-bar span {
    display: block;
    height: 3px;
    background: var(--c-ui--2);
    transform-origin: 0 50%;
}

@media (min-width: 960px) {
    section.posts-packery div.swiper-navigation {
        display: none;
    }
}

div.video-carousel h3.title {
    margin-bottom: 15px;
}

div.video-carousel .swiper-slide {
    position: relative;
    width: 260px;
}

div.video-carousel .swiper-slide .image {
    position: relative;
    margin-bottom: 15px;
}

div.video-carousel .swiper-slide .image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 310/214;
    -o-object-fit: cover;
    object-fit: cover;
}

div.video-carousel .swiper-slide .image i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--c-ui--2);
    color: #fff;
    font-size: 1.625rem;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    padding-top: 5px;
}

div.video-carousel .swiper-slide h5.title {
    font-weight: 500;
    font-size: 1.375rem;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    div.video-carousel .swiper-slide {
        width: auto;
    }
}

@media (min-width: 960px) {
    div.video-carousel h3.title {
        font-size: 2.5625rem;
        margin-bottom: 33px;
    }

    div.video-carousel .swiper-slide .image {
        margin-bottom: 15px;
    }

    div.video-carousel .swiper-slide h5.title {
        font-weight: 500;
        font-size: 1.75rem;
    }

    div.video-carousel div.swiper-navigation {
        margin-top: 45px;
    }
}

form.search-form {
    position: relative;
}

form.search-form input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 40px;
    height: 60px;
    padding: 0 70px 0 20px;
    font-family: inherit;
    font-size: 0.875rem;
    width: 100%;
    min-width: 0;
}

form.search-form input:placeholder {
    color: var(--c-ui--1);
    opacity: 0.9;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--c-ui--2);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 7px;
}

@media (min-width: 768px) {
    form.search-form input {
        height: 80px;
        padding: 0 27px;
        font-size: 1rem;
    }

    form.search-form button {
        width: 54px;
        height: 54px;
        font-size: 1rem;
        margin: 13px;
    }
}

nav.footer-navigation {
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: -0.0625rem;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--c-ui--1);
}

nav.footer-navigation li:not(:last-child) {
    margin-bottom: 10px;
}

nav.footer-navigation a {
    transition: color 400ms ease-in-out;
}

nav.footer-navigation a:hover {
    color: var(--c-ui--2);
}

@media (min-width: 960px) {
    nav.footer-navigation {
        font-size: 1.5rem;
    }

    nav.footer-navigation li:not(:last-child) {
        margin-bottom: 15px;
    }
}

nav.primary-navigation {
    display: none;
}

@media (min-width: 960px) {
    nav.primary-navigation {
        display: block;
        margin: 0 auto;
        transition: 400ms ease-in-out;
        transition-property: opacity, visibility;
        font-weight: 500;
        font-size: 1rem;
        z-index: 2;
    }

    nav.primary-navigation ul.menu {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    nav.primary-navigation ul.menu li a {
        position: relative;
        display: flex;
        color: inherit;
        transition: 400ms ease-in-out;
        transition-property: background, color, padding, font-size, height;
        cursor: pointer;
        gap: 3px;
        align-items: center;
        z-index: 1;
    }

    nav.primary-navigation ul.menu li a i {
        font-size: 0.375rem;
        margin-top: 1px;
    }

    nav.primary-navigation ul.menu li a:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -10px;
        width: calc(100% + 20px);
        height: 65px;
        background: var(--c-ui--3);
        z-index: -1;
        transition: transform 400ms ease-in-out;
        transform: scaleY(0);
        transform-origin: 0 100%;
    }

    nav.primary-navigation ul.menu li a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        width: calc(100% + 20px);
        transform: translateY(-50%);
        height: var(--header-height);
    }

    nav.primary-navigation ul.menu li.opened a {
        color: #020130;
    }

    nav.primary-navigation ul.menu li.opened a:before {
        transform: scaleY(1);
    }
}

.primary-navigation-submenu {
    display: none;
}

@media (min-width: 960px) {
    .primary-navigation-submenu {
        position: absolute;
        top: var(--header-height);
        left: 0;
        width: 100%;
        background: var(--c-ui--3);
        color: var(--c-text-navy);
    }

    .primary-navigation-submenu.opened {
        display: block;
    }

    .primary-navigation-submenu .wrapper {
        display: flex;
        max-width: 1162px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .primary-navigation-links {
        padding: 70px 0;
    }

    .primary-navigation-links .wrapper {
        gap: 45px;
        justify-content: space-between;
    }

    .primary-navigation-links .title-col {
        max-width: 275px;
        flex: 0 0 275px;
    }

    .primary-navigation-links .title-col h4 {
        font-size: 2.375rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 15px;
    }

    .primary-navigation-links .title-col .description {
        font-size: 0.8125rem;
        line-height: 1.38;
        color: #4D4A65;
    }

    .primary-navigation-links .title-col .description p {
        margin: 1em 0;
    }

    .primary-navigation-links .title-col .description p:first-child {
        margin-top: 0;
    }

    .primary-navigation-links .title-col .description p:last-child {
        margin-bottom: 0;
    }

    .primary-navigation-links .links-col {
        display: grid;
        flex: 1;
        max-width: 700px;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .primary-navigation-links .links-col a {
        position: relative;
        display: flex;
        align-items: center;
        background: #fff;
        font-weight: 500;
        font-size: 1.75rem;
        letter-spacing: -0.05em;
        padding: 15px;
        justify-content: space-between;
        transition: color 400ms ease-in-out;
        z-index: 1;
    }

    .primary-navigation-links .links-col a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 400ms ease-in-out;
        background: var(--c-ui--1);
        transform: scaleY(0);
        transform-origin: 0 100%;
        z-index: -1;
    }

    .primary-navigation-links .links-col a i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.625rem;
        width: 43px;
        height: 43px;
        background: var(--c-ui--2);
        color: #fff;
        border-radius: 50%;
        margin-left: 15px;
    }

    .primary-navigation-links .links-col a:hover {
        color: #fff;
    }

    .primary-navigation-links .links-col a:hover:before {
        transform: scaleY(1);
    }

    .primary-navigation-industries {
        padding: 45px 0;
    }

    .primary-navigation-industries .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .primary-navigation-categories .wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px 40px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .primary-navigation-categories .nav-category-item {
        background: #fff;
        border-top: 2px solid #1274FF;
        padding: 25px 35px;
    }

    .primary-navigation-categories .nav-category-item .head-link {
        font-weight: 500;
        font-size: 1.625rem;
        letter-spacing: -0.0625rem;
    }

    .primary-navigation-categories .nav-category-item .sub-links {
        font-size: 0.8125rem;
        line-height: 1.38;
        margin-top: 11px;
    }

    .primary-navigation-categories .nav-category-item .sub-links li {
        position: relative;
        padding-left: 15px;
    }

    .primary-navigation-categories .nav-category-item .sub-links li:not(:last-child) {
        margin-bottom: 5px;
    }

    .primary-navigation-categories .nav-category-item .sub-links li:before {
        content: "\e903";
        position: absolute;
        top: 2px;
        left: 0;
        font-family: "imp-icons";
        font-size: 0.625rem;
        color: #1274FF;
        transform: rotate(90deg);
    }

    /* IR 메뉴 스타일 */

    .primary-navigation-IR_menu .wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px 40px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .primary-navigation-IR_menu .nav-category-item {
        background: #fff;
        border-top: 2px solid #1274FF;
        padding: 25px 35px;
        min-height: 160px;
    }

    .primary-navigation-IR_menu .nav-category-item .head-link {
        font-weight: 500;
        font-size: 1.625rem;
        letter-spacing: -0.0625rem;
    }

    .primary-navigation-IR_menu .nav-category-item .sub-links {
        font-size: 0.8125rem;
        line-height: 1.38;
        margin-top: 11px;
    }

    .primary-navigation-IR_menu .nav-category-item .sub-links li {
        position: relative;
        padding-left: 15px;
    }

    .primary-navigation-IR_menu .nav-category-item .sub-links li:not(:last-child) {
        margin-bottom: 5px;
    }

    .primary-navigation-IR_menu .nav-category-item .sub-links li:before {
        content: "\e903";
        position: absolute;
        top: 2px;
        left: 0;
        font-family: "imp-icons";
        font-size: 0.625rem;
        color: #1274FF;
        transform: rotate(90deg);
    }

    .primary-navigation-IR_menu figure img {
        width: 100%;
        max-height: 170px;
        object-fit: cover;
    }




}

div.mobile-navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 552px;
    background: var(--c-ui--1);
    color: #fff;
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 5;
}

@media (min-width: 960px) {
    div.mobile-navigation {
        display: none;
    }
}

div.mobile-navigation.opened {
    opacity: 1;
    visibility: visible;
}

div.mobile-navigation div.language-switcher {
    position: absolute;
    top: 24px;
    left: 20px;
    display: block;
}

div.mobile-navigation div.language-switcher .dropdown {
    left: 0;
    right: auto;
}

div.mobile-navigation button.back-button {
    position: absolute;
    top: 24px;
    left: 15px;
    color: inherit;
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    z-index: 2;
}

div.mobile-navigation button.back-button.opened {
    opacity: 1;
    visibility: visible;
}

div.mobile-navigation button.back-button:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    background: var(--c-ui--1);
    z-index: -1;
}

div.mobile-navigation button.back-button i {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(217, 217, 217, 0.3);
    margin-right: 15px;
    border-radius: 30px;
}

div.mobile-navigation button.back-button span {
    font-size: 1rem;
}

div.mobile-navigation .menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    font-weight: 500;
    font-size: 2.625rem;
    line-height: 0.92;
    letter-spacing: -0.12198rem;
    padding: 0 15px;
    background: var(--c-ui--1);
    overflow: hidden;
    overflow-y: auto;
}

div.mobile-navigation .menu[data-submenu] {
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
    opacity: 0;
    visibility: hidden;
}

div.mobile-navigation .menu[data-submenu].opened {
    opacity: 1;
    visibility: visible;
}

div.mobile-navigation .menu .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(248, 248, 248, 0.2);
}

div.mobile-navigation .menu .menu-item a {
    padding: 20px 0;
}

div.mobile-navigation .menu .menu-item a i {
    font-size: 0.5em;
    margin: 0.4em 0 0 0.6em;
}

div.mobile-navigation .menu .sub-links {
    font-size: 0.5em;
    padding-bottom: 15px;
}

div.mobile-navigation .menu .sub-links a {
    padding: 10px 0;
}

nav.secondary-footer-navigation {
    font-weight: 300;
    font-size: 0.9375rem;
    color: var(--c-ui--1);
    margin-bottom: 25px;
}

nav.secondary-footer-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav.secondary-footer-navigation li:not(:last-child):after {
    content: "•";
    margin: 0 6px;
}

nav.secondary-footer-navigation a:hover {
    color: var(--c-ui--2);
}

ul.social-links {
    display: flex;
    gap: 10px;
}

ul.social-links li a {
    width: 40px;
    height: 40px;
    font-size: 0.9375rem;
    color: #000;
    border-radius: 50%;
    transition: 400ms ease-in-out;
    transition-property: background, color;
    background: rgba(8, 1, 80, 0.1);
    cursor: pointer;
}

ul.social-links li a.imp-icon-facebook {
    font-size: 0.6875rem;
}

ul.social-links li a.imp-icon-whatsapp {
    font-size: 0.8125rem;
}

ul.social-links li a:hover {
    background: var(--c-ui--2);
    color: #fff;
}

ul.social-links.light li a:not(:hover) {
    background: #fff;
}

footer.primary {
    padding-top: 60px;
    padding-bottom: 35px;
    background: #fff;
}

footer.primary .primary-logo {
    margin-bottom: 15px;
}

footer.primary .primary-logo a {
    display: block;
    width: 137px;
}

footer.primary .primary-logo svg {
    display: block;
}

footer.primary .contact-form {
    margin-bottom: 40px;
}

footer.primary .contact-form h6.title {
    margin-bottom: 20px;
    max-width: 300px;
}

footer.primary .contact-form form {
    position: relative;
    max-width: 430px;
}

footer.primary .contact-form form .gfield.hidden_label .gfield_label {
    display: none;
}

footer.primary .contact-form form .gfield input {
    background: #EFF0F5;
    color: var(--c-ui--1);
    font-size: 0.8125rem;
    font-weight: 300;
    padding: 5px 18px;
    min-width: 0;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

footer.primary .contact-form form .gfield input::-moz-placeholder {
    color: inherit;
}

footer.primary .contact-form form .gfield input::placeholder {
    color: inherit;
}

footer.primary .contact-form form .gfield_type_consent .ginput_container_consent input:checked+label:before {
    background: var(--c-ui--2);
}

footer.primary .contact-form form .gfield_type_consent .ginput_container_consent label:before {
    width: 17px;
    height: 17px;
    border-color: #EFF0F5;
    box-shadow: inset 0 0 0 4px #EFF0F5;
    background: #EFF0F5;
}

footer.primary .contact-form form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    margin: 0;
}

footer.primary .contact-form form .gform_footer .gform_button {
    background: var(--c-ui--2);
    /* width: 32px; */
    height: 32px;
    border-radius: 50%;
    margin: 0;
    /* padding-top: 4px; */
    font-size: 0.8125rem;
    color: #fff;
    /* transform: rotate(-90deg); */
    transition: backgrpund 400ms ease-in-out;
    padding: 7px;

}

footer.primary .contact-form form .gform_footer .gform_button:hover {
    background: var(--c-ui--1);
}

footer.primary hr {
    height: 1px;
    margin: 5px 0 0;
    background: #000;
    opacity: 0.1;
    margin-bottom: 25px;
}

footer.primary .social-links {
    margin-bottom: 25px;
    justify-content: center;
}

footer.primary .copyright {
    font-weight: 300;
    font-size: 0.8125rem;
    text-align: center;
    margin-bottom: 25px;
    color: var(--c-ui--1);
}

@media (min-width: 480px) {
    footer.primary .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer.primary .primary-logo,
    footer.primary .contact-form,
    footer.primary .secondary-footer-navigation,
    footer.primary ul.social-links,
    footer.primary .copyright {
        flex: 0 0 100%;
    }

    footer.primary div.offices {
        flex: 0 0 285px;
    }

    footer.primary hr {
        flex: 0 0 100%;
    }
}

@media (min-width: 960px) {
    footer.primary {
        padding: 100px 0 55px;
    }

    footer.primary .primary-logo {
        margin-bottom: 25px;
    }

    footer.primary .contact-form {
        flex: 0 0 370px;
    }

    footer.primary .contact-form h6.title {
        max-width: 100%;
        margin-bottom: 27px;
    }

    footer.primary .contact-form form {
        max-width: 325px;
    }

    footer.primary div.offices {
        flex: 0 0 250px;
        max-width: 250px;
        flex-wrap: wrap;
    }

    footer.primary div.offices .office-item {
        flex: 0 0 100%;
    }

    footer.primary div.offices .office-item .contact {
        max-width: 160px;
    }

    footer.primary .secondary-footer-navigation,
    footer.primary ul.social-links,
    footer.primary .copyright {
        flex: 0 0 auto;
        align-self: center;
    }
}

header.primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transition: 400ms ease-in-out;
    transition-property: color, background, transform;
    --header-height: 73px;
    transform: translateY(-100%);
    z-index: 999;
}

body.page-loaded header.primary {
    transform: translateY(0%);
}

header.primary.fixed {
    background: var(--c-ui--1);
}

.branding-page header.primary.fixed {
    background: var(--bc--1);
}

header.primary>.wrapper {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    height: var(--header-height);
}

header.primary .primary-logo {
    position: relative;
    margin-right: auto;
    z-index: 2;
}

@media (min-width: 960px) {
    header.primary .primary-logo {
        margin-right: 0;
    }
}

header.primary .primary-logo svg {
    display: block;
    width: 143px;
}

header.primary .header-burger {
    position: relative;
    width: 53px;
    height: 53px;
    background: var(--c-ui--2);
    flex: 0 0 53px;
    flex-direction: column;
    z-index: 10;
}

header.primary .header-burger span {
    background: #fff;
    width: 24px;
    height: 1px;
    transition: transform 300ms ease-in-out;
    transform-origin: 50% 50%;
}

header.primary .header-burger span:nth-child(2) {
    margin: 3px 0;
}

header.primary .header-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

header.primary .header-burger.active span:nth-child(2) {
    transform: scaleX(0);
}

header.primary .header-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -3px);
}

header.primary .search-button {
    position: relative;
    font-size: 1rem;
    width: 53px;
    height: 53px;
    margin-right: 30px;
    color: inherit;
    z-index: 2;
}

header.primary .search-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    height: 30px;
    width: 1px;
    background: #F2F2F2;
    opacity: 0.3;
    margin-top: -15px;
}

body.page-template-default:not(.home) header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.page-template-template_basic header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.page-template-template_case-study header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.page-template-template_products header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.single-product header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.tax-product_cat header.primary:not(.fixed):not(.opened) svg path:not(#icon),
body.post-type-archive-product header.primary:not(.fixed):not(.opened) svg path:not(#icon) {
    fill: var(--c-text-navy);
}

body.page-template-default:not(.home) header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.page-template-template_basic header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.page-template-template_case-study header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.page-template-template_products header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.single-product header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.tax-product_cat header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a,
body.post-type-archive-product header.primary:not(.fixed):not(.opened) .primary-navigation .menu-item a {
    color: var(--c-text-navy);
}

body.page-template-default:not(.home) header.primary:not(.fixed):not(.opened) .language-switcher,
body.page-template-template_basic header.primary:not(.fixed):not(.opened) .language-switcher,
body.page-template-template_case-study header.primary:not(.fixed):not(.opened) .language-switcher,
body.page-template-template_products header.primary:not(.fixed):not(.opened) .language-switcher,
body.single-product header.primary:not(.fixed):not(.opened) .language-switcher,
body.tax-product_cat header.primary:not(.fixed):not(.opened) .language-switcher,
body.post-type-archive-product header.primary:not(.fixed):not(.opened) .language-switcher {
    color: var(--c-text-navy);
}

body.page-template-default:not(.home) header.primary:not(.fixed):not(.opened) .search-button,
body.page-template-template_basic header.primary:not(.fixed):not(.opened) .search-button,
body.page-template-template_case-study header.primary:not(.fixed):not(.opened) .search-button,
body.page-template-template_products header.primary:not(.fixed):not(.opened) .search-button,
body.single-product header.primary:not(.fixed):not(.opened) .search-button,
body.tax-product_cat header.primary:not(.fixed):not(.opened) .search-button,
body.post-type-archive-product header.primary:not(.fixed):not(.opened) .search-button {
    color: var(--c-text-navy);
}

body.page-template-template_basic,
body.page-template-template_case-study {
    background: var(--c-ui--3);
}

section.accordion-content {
    background-color: var(--c-ui--1);
    padding: 100px 0;
}

section.accordion-content .wrapper {
    flex-flow: row-reverse;
}

section.accordion-content figure {
    position: relative;
    z-index: 5;
}

section.accordion-content figure img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 415px;
    width: 100%;
}

section.accordion-content .content {
    position: relative;
    padding: 0 15px;
    margin-top: 40px;
    z-index: 2;
}

section.accordion-content .content>*:last-child {
    margin-bottom: 0;
}

section.accordion-content .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.accordion-content .title {
    margin-bottom: 50px;
    color: #fff;
}

section.accordion-content .item {
    display: flex;
    margin-bottom: 33px;
}

section.accordion-content .item.active .item-title {
    color: #fff;
    opacity: 1;
}

section.accordion-content .item img {
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-right: 25px;
}

section.accordion-content .item-title {
    line-height: 2.125rem;
    cursor: pointer;
    color: var(--c-ui--3);
    opacity: 0.7;
}

section.accordion-content .item-content {
    display: none;
    margin-top: 15px;
    color: var(--c-ui--3);
    opacity: 0.7;
}

section.accordion-content .info {
    width: calc(100% - 75px);
}

@media (min-width: 768px) {
    section.accordion-content {
        padding-top: 120px;
    }

    section.accordion-content .wrapper {
        display: flex;
        padding: 0 15px;
        align-items: center;
        gap: 75px;
    }

    section.accordion-content figure {
        flex: 0 0 50%;
    }

    section.accordion-content figure img {
        aspect-ratio: 545/595;
        height: auto;
    }

    section.accordion-content .content {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

section.accordion-with-side-image {
    padding: 0 0 40px;
}

.branding-page section.accordion-with-side-image .accordion-item.opened {
    border-top-color: var(--bc--3);
}

.branding-page section.accordion-with-side-image .accordion-item.opened .toggle-button {
    color: var(--bc--3);
}

.branding-page section.accordion-with-side-image .accordion-item.opened .toggle-button i {
    transform: rotate(90deg);
}

.branding-page section.accordion-with-side-image .accordion-item .wrap .button-block a {
    background: var(--bc--3);
}

.branding-page section.accordion-with-side-image .accordion-item .wrap .button-block a:hover {
    background: var(--bc--1);
}

section.accordion-with-side-image .images-col {
    margin: 0 -15px 45px;
}

section.accordion-with-side-image figure {
    position: relative;
    height: 440px;
    overflow: hidden;
}

section.accordion-with-side-image figure .item {
    display: none;
}

section.accordion-with-side-image figure .item img {
    display: block;
    height: 440px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.accordion-with-side-image .accordion-item {
    border-top: 1px solid rgba(24, 23, 70, 0.2);
    padding: 10px 0;
    transition: border-top-color 400ms ease-in-out;
}

section.accordion-with-side-image .accordion-item.opened {
    border-top-color: var(--c-ui--2);
}

section.accordion-with-side-image .accordion-item.opened .toggle-button {
    color: var(--c-ui--2);
}

section.accordion-with-side-image .accordion-item.opened .toggle-button i {
    transform: rotate(90deg);
}

section.accordion-with-side-image .accordion-item .toggle-button {
    display: flex;
    gap: 26px;
    color: var(--c-ui--1);
    align-items: center;
    padding: 20px 0;
    width: 100%;
    transition: color 400ms ease-in-out;
}

section.accordion-with-side-image .accordion-item .toggle-button i {
    font-size: 1.6875rem;
    transition: transform 400ms ease-in-out;
}

section.accordion-with-side-image .accordion-item .wrap {
    display: none;
    padding-left: 52px;
    padding-bottom: 30px;
}

section.accordion-with-side-image .accordion-item .wrap>*:last-child {
    margin-bottom: 0;
}

section.accordion-with-side-image .accordion-item .wrap .ct {
    line-height: 1.38;
    margin-bottom: 30px;
    max-width: 345px;
}

@media (min-width: 768px) {
    section.accordion-with-side-image {
        padding: 80px 0 115px;
    }

    section.accordion-with-side-image .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    section.accordion-with-side-image .images-col {
        position: relative;
        order: 2;
        flex: 1;
        max-width: 568px;
        margin: 0;
    }

    section.accordion-with-side-image .images-col:before {
        content: "";
        position: absolute;
        top: -90px;
        left: 50%;
        background: var(--c-ui--1);
        height: 570px;
        width: 50vw;
    }

    .page-template-template_industry-details section.accordion-with-side-image .images-col:before {
        background: var(--c-ui--3);
    }

    section.accordion-with-side-image figure {
        height: 655px;
    }

    section.accordion-with-side-image figure .item img {
        height: 655px;
    }

    section.accordion-with-side-image .accordion {
        flex: 0 0 410px;
        max-width: 410px;
    }

    section.accordion-with-side-image .accordion-item .wrap .ct {
        margin-bottom: 20px;
    }
}

section.application-grid {
    padding: 60px 0;
}

section.intro-text+section.application-grid {
    padding-top: 0;
}

section.application-grid .sub-title {
    margin-bottom: 25px;
}

.branding-page section.application-grid .sub-title {
    color: var(--bc--2);
}

.branding-page section.application-grid .sub-title:before {
    background: var(--bc--2);
}

section.application-grid h2.title {
    font-size: calc(2.5625rem + 23 * (100vw - 48rem) / 512);
    line-height: 0.94;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 50px;
}

@media screen and (min-width: 1280px) {
    section.application-grid h2.title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    section.application-grid h2.title {
        font-size: 2.5625rem;
    }
}

section.application-grid .items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

@media (min-width: 960px) {
    section.application-grid {
        padding: 125px 0;
    }

    section.application-grid h2.title {
        margin-bottom: 70px;
    }

    section.application-grid .items {
        gap: 40px;
    }
}

section.application-process {
    background: #EFF0F5;
    padding: 25px 0;
}

section.application-process .container>.wrap>.items>.item {
    display: none;
}

section.application-process .nav-buttons {
    margin-bottom: 15px;
}

section.application-process .nav-buttons .wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

section.application-process .nav-buttons .wrap::-webkit-scrollbar {
    display: none;
}

section.application-process .nav-buttons button {
    height: 45px;
    min-width: auto;
}

section.application-process .nav-buttons button.current {
    background: var(--c-ui--2);
    color: #fff;
}

section.application-process .row-items {
    display: none;
}

section.application-process .column-items .item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

section.application-process .column-items .item h5.title {
    font-weight: 500;
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    color: var(--c-ui--2);
    margin-bottom: 10px;
}

section.application-process .column-items .item .description {
    font-size: 1rem;
    line-height: 1.38;
    opacity: 0.9;
}

@media (min-width: 960px) {
    section.application-process .row-items {
        display: flex;
        overflow-x: auto;
        gap: 87px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    section.application-process .row-items .item {
        text-align: center;
    }

    section.application-process .row-items .item:not(:last-child) .icon:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        width: 90px;
        height: 1px;
        background: #D6D8DA;
    }

    section.application-process .row-items .item .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border: 2px solid #D6D8DA;
        width: 132px;
        height: 132px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    section.application-process .row-items .item .icon img {
        width: 47px;
        height: 47px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    section.application-process .row-items .item div.title {
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1.62;
        letter-spacing: -0.02em;
    }

    section.application-process .column-items .item {
        display: flex;
        gap: 30px;
        min-height: 90px;
    }

    section.application-process .column-items .item h5.title {
        flex: 0 0 250px;
        max-width: 250px;
        margin-bottom: 0;
    }
}

section.benefits {
    background: #EFF0F5;
    padding: 25px 0;
}

section.benefits .container>.wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

section.benefits .item .icon {
    margin-bottom: 15px;
}

section.benefits .item .icon img {
    display: block;
    width: 74px;
    height: 74px;
    -o-object-fit: contain;
    object-fit: contain;
}

section.benefits .item .title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
}

section.benefits .item .description {
    font-size: 1rem;
    line-height: 1.38;
    opacity: 0.9;
}

@media (min-width: 960px) {
    section.benefits .container>.wrap {
        gap: 45px 30px;
    }
}

section.call-to-action {
    display: flex;
    align-items: center;
    background: var(--c-ui--1);
    color: #fff;
    overflow: hidden;
    padding: 50px 15px;
    min-height: 350px;
}

section.call-to-action .wrapper {
    z-index: 1;
}

section.call-to-action .decor {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -355px;
    width: 485px;
    margin-top: -225px;
    opacity: 0.5;
    z-index: -1;
}

section.call-to-action .decor svg,
section.call-to-action .decor img {
    display: block;
    width: 100%;
    height: auto;
}

section.call-to-action .title {
    font-weight: 500;
    font-size: 2.375rem;
    letter-spacing: -0.1325rem;
    line-height: 1;
}

section.call-to-action .title b {
    font-weight: inherit;
}

section.call-to-action .button-block {
    margin-top: 25px;
}

@media (min-width: 768px) {
    section.call-to-action {
        padding: 150px 0;
    }

    section.call-to-action .decor {
        min-height: 525px;
        width: 725px;
        margin-top: -290px;
        margin-left: 200px;
    }

    section.call-to-action .title {
        font-size: 6.25rem;
        letter-spacing: -0.19519rem;
        line-height: 0.9;
    }

    section.call-to-action .button-block {
        margin-top: 35px;
    }
}

section.case-study-listing {
    background: inherit;
    padding: 0 0 85px;
}

@media (min-width: 960px) {
    section.case-study-listing {
        padding: 0 0 100px;
    }
}

section.case-study-listing .searchandfilter {
    margin-bottom: 60px;
    display: block;
}

@media (max-width: 768px) {
    section.case-study-listing .searchandfilter {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    section.case-study-listing .searchandfilter>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

section.case-study-listing .searchandfilter>ul>li {
    padding-bottom: 6px;
    padding-top: 6px;
}

section.case-study-listing .searchandfilter select.sf-input-select {
    display: none !important;
}

@media (max-width: 768px) {
    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category label {
        display: block;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select {
        background: none;
        border: none !important;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-selected {
        min-width: 230px;
        font-size: 0.9375rem;
        padding-right: 40px;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-selected:before {
        content: "\e912";
        top: 50%;
        right: 15px;
        margin-top: -0.5em;
        font-family: "imp-icons" !important;
        width: 1em;
        height: 1em;
        font-size: 0.625rem;
        background: none;
        line-height: 1;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-selected:after {
        display: none;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options {
        background: inherit;
        border: 1px solid rgba(223, 223, 223, 0.1);
        border-radius: 10px;
        margin-top: 2px;
        padding: 10px 0;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option {
        font-size: 0.8125rem;
        color: var(--c-text-navy);
        border-radius: 20px;
        padding: 10px 20px;
        background-color: rgba(8, 0, 90, 0.1);
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option:hover,
    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }
}

@media (min-width: 768px) {
    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-selected {
        display: none;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options {
        position: relative;
        display: block;
        background: none;
        border: none;
        padding: 0;
        display: flex;
        margin: 0;
        font-size: 0.8125rem;
        font-weight: 700;
        overflow: visible;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option {
        position: relative;
        opacity: 1;
        transition: all 400ms ease-in-out;
        color: var(--c-text-navy);
        border-radius: 20px;
        padding: 8px 20px;
        background-color: rgba(8, 0, 90, 0.1);
        font-size: 0.8125rem;
        font-weight: 400;
        cursor: pointer;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option:hover,
    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }

    section.case-study-listing .searchandfilter .sf-field-taxonomy-case_study_category .dk-select-options .dk-option:not(:last-child) {
        margin-right: 15px;
    }
}

section.case-study-listing .toggler {
    display: none;
}

@media (max-width: 768px) {
    section.case-study-listing .filters {
        border: 1px solid #d9d9d9;
        border-radius: 30px;
        text-align: center;
        padding: 20px 40px 0 40px;
        margin-bottom: 40px;
    }

    section.case-study-listing .filters .dk-selected {
        display: none;
    }

    section.case-study-listing .filters .dk-option {
        margin-bottom: 10px;
    }

    section.case-study-listing .filters .toggler {
        font-weight: 500;
        margin-bottom: 20px;
        display: block;
        color: var(--c-text-navy);
    }

    section.case-study-listing .filters .toggler:before {
        content: "";
        display: inline-block;
        background-image: url("../img/svg/filter-icon.svg");
        width: 14px;
        height: 8px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 8px;
        transform: translateY(-1px);
    }

    section.case-study-listing .filters .searchandfilter {
        display: none;
    }
}

section.case-study-listing .row {
    display: grid;
    gap: 50px 40px;
}

@media (min-width: 960px) {
    section.case-study-listing .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

section.clients {

    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #eff0f5;
}

section.clients .content {
    position: relative;
    color: #fff;
    padding: 50px 0 35px;
}

section.clients .content::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 100vw;
    height: 100%;
    background: var(--c-ui--1);
    z-index: -1;
}

section.clients h2.title {
    margin-bottom: 15px;
    color: inherit;
}

section.clients h2.title b {
    font-weight: inherit;
}

section.clients .description {
    color: var(--c-ui--3);
    opacity: 0.7;
    margin-bottom: 30px;
    max-width: 335px;
}

section.clients .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

section.clients .buttons .button {
    height: 33px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: -0.02385rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    justify-content: center;
    transition: 400ms ease-in-out;
    transition-property: background, color;
    padding: 0 15px;
}

section.clients .buttons .button.current {
    color: var(--c-ui--1);
    background: #fff;
}

section.clients .logos {
    position: relative;
    min-width: 0;
    overflow: visible;
}

section.clients .logos::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100vw;
    height: 100%;
    background: var(--c-ui--3);
    z-index: -1;
}

section.clients .swiper {
    min-width: 0;
    width: 100%;
}

section.clients .swiper-wrapper {
    overflow: hidden;
}

section.clients .logo-group {
    background: var(--c-ui--3);
    transition-property: opacity, transform;
    pointer-events: none;
}

section.clients .logo-group.swiper-slide-active {
    pointer-events: all;
}

section.clients .items {
    display: grid;
    padding: 40px 15px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    max-width: 495px;
    margin: 0 auto;
}

section.clients .items .item {
    position: relative;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

section.clients .items .item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

section.clients .items .item a {
    border-radius: 50%;
}

section.clients .items .item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
    section.clients .buttons {
        flex-direction: row;
    }

    section.clients .buttons .button {
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) {
    section.clients .wrapper {
        display: grid;
        grid-template-columns: 395px auto;
        min-height: 600px;
    }

    section.clients .content,
    section.clients .logos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 0 50px;
    }

    section.clients .content {
        padding-right: 30px;
    }

    section.clients .items {
        grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
        padding-left: 0;
        padding-right: 0;
        /* max-width: 405px; */
        max-width: 507px;
    }

    section.clients .logos {
        flex: 1;
        padding-left: 30px;
    }

    section.clients .items {
        margin-left: auto;
    }

    section.clients .swiper-wrapper {
        align-items: center;
        height: auto !important;
    }

    section.clients .logos:before {
        left: 0;
    }
}

@media (min-width: 960px) {
    section.clients .items {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (min-width: 1024px) {
    section.clients .wrapper {
        grid-template-columns: 525px auto;
        min-height: 720px;
    }
}

section.contact-form {
    position: relative;
    background: #EFF0F5;
    padding: 25px 0;
    z-index: 5;
}

section.contact-form h3.sub-title {
    margin-bottom: 20px;
}

section.contact-form .content-col .description {
    max-width: 340px;
    margin-bottom: 30px;
}

section.contact-form .gravity-theme {
    color: var(--c-ui--5);
}

section.contact-form .gravity-theme .gform_fields.left_label .gfield .gfield_label,
section.contact-form .gravity-theme .gfield.gfield--width-full .gfield_label {
    width: 130px;
}

section.contact-form .gravity-theme .gform_fields.left_label fieldset .ginput_container {
    flex: 1;
    width: auto;
}

section.contact-form .gravity-theme .gform_fields.left_label fieldset.gfield_type_consent .ginput_container {
    padding-left: 130px;
    width: auto;
    margin: 0;
}

section.contact-form .gravity-theme .ginput_container_fileupload {
    margin-bottom: 0;
}

section.contact-form .gravity-theme fieldset.gfield_type_consent {
    padding: 5px 0;
}

section.contact-form .gravity-theme .gfield_type_date .ginput_container_date {
    max-width: 110px;
}

section.contact-form .gravity-theme .gform_footer.left_label {
    margin: 0;
    padding: 16px 0 16px 130px;
}

@media (max-width: 768px) {

    section.contact-form .gravity-theme fieldset,
    section.contact-form .gravity-theme .gfield {
        display: block !important;
    }

    section.contact-form .gravity-theme fieldset .gfield_label,
    section.contact-form .gravity-theme .gfield .gfield_label {
        margin-bottom: 10px;
        float: none !important;
    }

    section.contact-form .gravity-theme .gform_fields.left_label fieldset.gfield_type_date .ginput_complex {
        display: block;
        float: none;
    }

    section.contact-form .gravity-theme .gform_fields.left_label fieldset.gfield_type_date .ginput_container_date {
        max-width: 100%;
        float: none;
    }

    section.contact-form .gravity-theme .gform_fields.left_label fieldset.gfield_type_date .ginput_container_date:not(:last-child) {
        margin: 0 0 10px;
    }

    section.contact-form .gravity-theme .gform_fields.left_label fieldset.gfield_type_consent .ginput_container,
    section.contact-form .gravity-theme .gform_footer.left_label {
        padding-left: 0 !important;
    }
}

@media (min-width: 960px) {
    section.contact-form .container>.wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    section.contact-form h3.sub-title {
        flex: 0 0 100%;
    }

    section.contact-form .form-col {
        flex: 1;
        max-width: 560px;
    }
}

section.content-grid {
    padding: 50px 0 75px;
    background: var(--c-ui--1);
    color: #fff;
}

section.content-grid .sub-title {
    margin-bottom: 30px;
}

section.content-grid h2.title {
    margin-bottom: 40px;
    max-width: 820px;
}

section.content-grid .items {
    overflow: visible;
}

section.content-grid article.content-card {
    max-width: 280px;
}

@media (min-width: 960px) {
    section.content-grid {
        padding: 135px 0 125px;
    }

    section.content-grid h2.title {
        margin-bottom: 45px;
    }

    section.content-grid .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    section.content-grid article.content-card {
        max-width: none;
    }

    section.content-grid div.swiper-navigation {
        display: none;
    }
}

@media (min-width: 1024px) {
    section.content-grid .swiper-wrapper {
        gap: 40px;
    }
}

/*Light Style*/
section.content-grid.light {
    background-color: #fff;
    color: var(--c-ui--1);
}

section.content-grid.light .description {
    color: var(--c-ui--1);
    opacity: 1;
}

.text-with-image+section.content-grid {
    padding-top: 0;
}

section.cta-simple {
    background: var(--c-ui--2);
    color: #fff;
}

.branding-page section.cta-simple {
    background: var(--bc--2);
}

.branding-page section.cta-simple .button-block .btn {
    color: var(--bc--2);
}

.branding-page section.cta-simple .button-block .btn:hover {
    background: var(--bc--1);
}

section.cta-simple .wrapper {
    padding-bottom: 45px;
    padding-top: 45px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.cta-simple .title {
    font-weight: 500;
    font-size: 3.125rem;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

section.cta-simple .button-block .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-ui--1);
    font-size: 1.125rem;
    background: #fff;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    transition: 400ms ease-in-out;
}

section.cta-simple .button-block .btn:hover {
    color: #fff;
    background: var(--c-ui--1);
}

@media (min-width: 960px) {
    section.cta-simple .wrapper {
        min-height: 210px;
    }

    section.cta-simple .title {
        font-size: 5rem;
    }
}

section.discover-cards {
    padding: 0 0 60px 0;
    background-color: var(--c-ui--3);
}

section.discover-cards .wrapper {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

section.discover-cards article.discovery-card {
    width: calc(33.3% - 27px);
    margin-bottom: 70px;
}

@media (max-width: 960px) {
    section.discover-cards article.discovery-card {
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    section.discover-cards article.discovery-card {
        width: 100%;
    }
}

section.downloads-carousel {
    padding: 60px 0;
    background: #EFF0F5;
}

section.downloads-carousel .sub-title {
    margin-bottom: 30px;
}

section.downloads-carousel .top-line {
    margin-bottom: 45px;
}

section.downloads-carousel h2.title {
    margin-bottom: 0;
    line-height: 0.75;
}

section.downloads-carousel .nav-arrows {
    display: none;
    margin-left: auto;
}

section.downloads-carousel .swiper {
    overflow: visible;
}

section.downloads-carousel article.download-card {
    max-width: 320px;
}

@media (min-width: 768px) {
    section.downloads-carousel {
        padding: 120px 0;
    }

    section.downloads-carousel .top-line {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }

    section.downloads-carousel .nav-arrows {
        display: flex;
    }

    section.downloads-carousel article.download-card {
        max-width: 375px;
    }

    section.downloads-carousel div.swiper-navigation {
        display: none;
    }
}

section.faq {
    background: var(--c-ui--1);
    color: #fff;
    padding: 55px 0 30px;
}

.branding-page section.faq {
    background: var(--bc--3);
}

.branding-page section.faq .sub-title {
    color: var(--bc--2);
}

.branding-page section.faq .sub-title:before {
    background: var(--bc--2);
}

.branding-page section.faq .items .item.opened button,
.branding-page section.faq .items .item .num {
    color: var(--bc--2);
}

section.faq .sub-title {
    margin-bottom: 15px;
}

section.faq h2.title {
    margin-bottom: 50px;
}

section.faq .items .item {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    padding-left: 60px;
}

section.faq .items .item.opened button {
    transform: rotate(90deg);
    color: var(--c-ui--2);
}

section.faq .items .item .num,
section.faq .items .item .title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

section.faq .items .item .num {
    position: absolute;
    top: 25px;
    left: 0;
    color: var(--c-ui--2);
}

section.faq .items .item .title {
    padding-right: 50px;
    cursor: pointer;
}

section.faq .items .item button {
    position: absolute;
    top: 21px;
    right: 0;
    font-size: 1.625rem;
    color: inherit;
    transition: 400ms ease-in-out;
    transition-property: color, transform;
}

section.faq .items .item .content {
    padding-top: 20px;
    opacity: 0.8;
    padding-right: 40px;
    display: none;
    max-width: 575px;
}

@media (min-width: 960px) {
    section.faq {
        padding: 110px 0 90px;
    }

    section.faq h2.title {
        margin-bottom: 80px;
    }

    section.faq .items .item {
        padding: 55px 0;
        padding-left: 190px;
    }

    section.faq .items .item .num {
        top: 53px;
        font-size: 2.25rem;
    }

    section.faq .items .item .title {
        font-size: 2rem;
    }

    section.faq .items .item button {
        top: 58px;
    }
}

section.features {
    background: #EFF0F5;
}

section.features .wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
}

section.features .sub-title {
    margin-bottom: 22px;
}

section.features h2.title {
    margin-bottom: 25px;
    max-width: 480px;
}

section.features .description {
    margin-bottom: 30px;
    max-width: 305px;
}

section.features .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 40px 25px;
}

section.features .items .icon {
    width: 117px;
    height: 117px;
    background: #05003A;
    border-radius: 50%;
    margin-bottom: 27px;
}

section.features .items .icon img {
    display: block;
    width: 47px;
    height: 47px;
    -o-object-fit: contain;
    object-fit: contain;
}

section.features .items .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.03em;
    margin-bottom: 11px;
}

section.features .items .desc {
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: 0.9;
}

section.features .items .icons {
    display: none;
}

@media (min-width: 960px) {
    section.features .wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
        padding-bottom: 80px;
        padding-top: 230px;
    }

    section.features .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        width: 100vw;
        height: 110px;
        background: #fff;
    }

    section.features .content {
        flex: 1;
    }

    section.features .description {
        max-width: 365px;
    }

    section.features .items {
        position: relative;
        flex: 0 0 580px;
        padding-left: 290px;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    section.features .items .title {
        font-size: 2rem;
        line-height: 1.12;
        margin-bottom: 10px;
    }

    section.features .items .desc {
        font-size: 1rem;
        line-height: 1.38;
    }

    section.features .items>.item .icon {
        display: none;
    }

    section.features .items .icons {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
    }

    section.features .items .icons .item {
        padding: 50px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%);
        border-radius: 50%;
    }

    section.features .items .icons .item:nth-child(odd) {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%);
    }

    section.features .items .icons .item:not(:last-child) {
        margin-bottom: -50px;
    }

    section.features .items .icons .icon {
        margin: 0;
    }
}

section.hero-contact {
    position: relative;
    background: var(--c-ui--1);
    color: #fff;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 60px;
}

section.hero-contact .wrapper {
    padding-top: 180px;
}

section.hero-contact .container {
    display: flex;
    flex-flow: column;
}

section.hero-contact .content {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

section.hero-contact .tabs.gfield {
    margin-bottom: 40px;
}

section.hero-contact .tabs.gfield .gfield_label {
    display: none;
}

section.hero-contact .tabs.gfield .gfield_radio {
    max-width: 300px;
}

section.hero-contact .tabs.gfield .gfield_radio label {
    color: #fff;
}

section.hero-contact .tabs.gfield .gchoice {
    margin-bottom: 3px;
    padding: 10px 20px;
    background: #1D1667;
    display: flex;
    align-items: center;
    min-height: 50px;
    gap: 16px;
    position: relative;
}

section.hero-contact .tabs.gfield .gfield_radio li {
    padding-right: 10px !important;
    width: auto;
    margin-bottom: 20px;
}

section.hero-contact .tabs.gfield .gfield_radio li label {
    margin-left: 10px;
    width: auto;
}

section.hero-contact .tabs.gfield input[type=radio] {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

section.hero-contact .tabs.gfield input[type=radio]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #d6d6d6;
}

section.hero-contact .tabs.gfield input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--c-ui--5);
    transform: translate(-50%, -50%);
    visibility: visible;
}

section.hero-contact .tabs.gfield input[type=radio]:checked+label:before {
    transform: scaleX(1);
}

section.hero-contact .tabs.gfield input[type=radio]+label {
    font-size: 1.25rem;
    cursor: pointer;
}

section.hero-contact .tabs.gfield input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--c-ui--6);
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 400ms ease-in-out;
}

section.hero-contact .tabs.gfield input[type=radio]+label:after {
    content: "";
}

section.hero-contact .sidebar {
    width: 100%;
    padding-bottom: 50px;
}

section.hero-contact svg,
section.hero-contact .wrapper>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 305px;
    height: auto;
    margin-left: 50px;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.4;
}

section.hero-contact h1.title {
    line-height: 1;
    margin-bottom: 15px;
}

section.hero-contact h1.title b {
    font-weight: inherit;
}

section.hero-contact .button-block {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

section.hero-contact .button-block .button i {
    transform: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}

section.hero-contact .gform,
section.hero-contact .html-form {
    background-color: #fff;
    padding: 50px 25px;
}

section.hero-contact .gform .gfield.tabs,
section.hero-contact .html-form .gfield.tabs {
    display: none !important;
}

section.hero-contact .html-form {
    display: none;
}

@media (min-width: 768px) {

    section.hero-contact .gform,
    section.hero-contact .html-form {
        padding: 50px 75px;
    }
}

@media (min-width: 960px) {
    section.hero-contact .wrapper {
        padding-top: 155px;
    }

    section.hero-contact .container {
        justify-content: space-between;
        flex-flow: row;
        margin-top: 80px;
    }

    section.hero-contact aside.sidebar {
        width: 30%;
        padding-right: 40px;
    }

    section.hero-contact .content {
        margin-bottom: 35px;
        width: 60%;
    }

    section.hero-contact svg,
    section.hero-contact .wrapper>img {
        top: -35px;
        width: 785px;
        margin-left: 175px;
        transform: none;
        z-index: 10;
    }
}

section.hero-home {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100vh;
}

section.hero-home.loaded .slider-navigation {
    display: none;
    transition-delay: 0.7s;
    transform: translateY(0);
}

section.hero-home .image-slider {
    background: var(--c-ui--5);
}

section.hero-home .image-slider .swiper-slide {
    position: relative;
}

.page-loaded section.hero-home .image-slider .swiper-slide.swiper-slide-active img {
    transition-delay: 400ms;
    transition-duration: 5000ms;
    transform: scale(1.1);
}

section.hero-home .image-slider .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
    transition: transform 300ms linear;
    transition-delay: 800ms;
}

section.hero-home .image-slider .swiper-slide:before,
section.hero-home .image-slider .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
}

section.hero-home .image-slider .swiper-slide:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 1, 80, 0) 0%, var(--c-ui--5) 100%), linear-gradient(180deg, rgba(8, 1, 80, 0) 0%, var(--c-ui--5) 100%);
}

section.hero-home .image-slider .swiper-slide:after {
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(270deg, rgba(8, 1, 80, 0) 0%, var(--c-ui--5) 100%);
    opacity: 0.5;
}

section.hero-home .content-slider {
    position: relative;
    padding: 0;
    z-index: 5;
}

section.hero-home .content-slider .swiper-slide {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100vh;
    min-height: 460px;
    max-height: 855px;
    color: #fff;
    padding: 50px 15px;
}

section.hero-home .content-slider .swiper-slide:last-child {
    margin-bottom: 0;
}

section.hero-home .content-slider .title {
    font-weight: 500;
    font-size: 3.5rem;
    letter-spacing: -0.18565rem;
    line-height: 1;
    margin-bottom: 15px;
}

section.hero-home .content-slider .title b {
    font-weight: inherit;
}

section.hero-home .content-slider .description {
    font-size: 1.03347rem;
    line-height: 1.38;
    opacity: 0.9;
    max-width: 480px;
    margin-bottom: 26px;
}

section.hero-home .content-slider .description b {
    font-weight: 600;
}

.page-loaded section.hero-home .content-slider .description {
    opacity: 1;
    transition-delay: 0.5s;
}

section.hero-home .slider-navigation {
    position: relative;
    display: flex;
    height: 175px;
    max-width: 620px;
    z-index: 15;
    background: var(--c-ui--2);
    color: #fff;
    margin-left: auto;
    transform: translateY(100%);
    transition: transform 400ms ease-in-out;
}

section.hero-home .slider-navigation .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 35px 25px;
    flex: 1;
}

section.hero-home .slider-navigation .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--c-text-navy);
    margin-bottom: 8px;
}

section.hero-home .slider-navigation .title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.22;
}

section.hero-home .slider-navigation .arrows {
    flex-direction: column;
    flex: 0 0 90px;
    font-size: 1.5rem;
    gap: 35px;
    background: #0F73E4;
}

section.hero-home .slider-navigation .arrows .prev,
section.hero-home .slider-navigation .arrows .next {
    cursor: pointer;
    transition: color 400ms ease-in-out;
    color: #fff;
}

section.hero-home .slider-navigation .arrows .prev:hover,
section.hero-home .slider-navigation .arrows .next:hover {
    color: var(--c-ui--1);
}

section.hero-home .slider-navigation .image {
    display: none;
    position: relative;
}

section.hero-home .slider-navigation .image>div {
    background: 50%/cover no-repeat;
}

@media (min-width: 590px) {
    section.hero-home .slider-navigation .content {
        max-width: 300px;
    }

    section.hero-home .slider-navigation .image {
        display: block;
        flex: 1;
    }
}

@media (min-width: 768px) {
    section.hero-home .slider-navigation .content {
        padding: 30px 35px;
    }

    section.hero-home .slider-navigation .title {
        font-size: 1.25rem;
    }
}

@media (min-width: 960px) {
    section.hero-home .image-slider .swiper-slide:before {
        height: 73%;
    }

    section.hero-home .image-slider .swiper-slide:after {
        opacity: 1;
    }

    section.hero-home .content-slider .swiper-slide {
        justify-content: center;
    }

    section.hero-home .content-slider .title {
        font-size: 6.25rem;
        margin-bottom: 30px;
        line-height: 0.9;
        transition: opacity 600ms ease-in-out;
        opacity: 0;
    }

    .page-loaded section.hero-home .content-slider .title {
        opacity: 1;
        transition-delay: 0.3s;
    }

    section.hero-home .content-slider .description {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 40px;
        transition: opacity 600ms ease-in-out;
        opacity: 0;
    }

    .page-loaded section.hero-home .content-slider .description {
        opacity: 1;
        transition-delay: 0.3s;
    }

    section.hero-home .content-slider .button-block {
        transition: opacity 600ms ease-in-out;
        opacity: 0;
    }

    .page-loaded section.hero-home .content-slider .button-block {
        opacity: 1;
        transition-delay: 0.7s;
    }

    section.hero-home .slider-navigation {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
}

section.hero-internal-basic {
    position: relative;
    background: var(--c-ui--1);
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

section.hero-internal-basic.light {
    background: var(--c-ui--3);
    color: var(--c-text-navy);
}

section.hero-internal-basic.light div.breadcrumbs {
    background: none;
    padding: 0;
    border-radius: 0;
}

section.hero-internal-basic.light div.breadcrumbs .breadcrumb_last {
    color: inherit;
}

section.hero-internal-basic.products-hero {
    background: transparent;
}

section.hero-internal-basic.products-hero .wrapper {
    padding-top: 90px;
}

section.hero-internal-basic.products-hero .breadcrumbs {
    display: flex;
    border-bottom: 1px solid rgba(42, 39, 75, 0.11);
    border-radius: 0;
}

section.hero-internal-basic.products-hero .description {
    max-width: 665px;
}

@media (min-width: 960px) {
    section.hero-internal-basic.products-hero .wrapper {
        padding-top: 135px;
    }

    section.hero-internal-basic.products-hero .breadcrumbs {
        padding-bottom: 20px;
        margin-bottom: 5px;
    }

    section.hero-internal-basic.products-hero .description {
        margin-bottom: 80px;
    }
}

.page-template-template_careers section.hero-internal-basic {
    margin-bottom: 50px;
}

@media (min-width: 960px) {
    .page-template-template_careers section.hero-internal-basic {
        margin-bottom: 105px;
    }
}

.branding-page section.hero-internal-basic {
    background: var(--bc--3);
}

.error404 section.hero-internal-basic div.breadcrumbs {
    display: none;
}

.error404 section.hero-internal-basic .wrapper {
    padding-bottom: 60px;
}

@media (min-width: 960px) {
    .error404 section.hero-internal-basic .wrapper {
        padding-bottom: 205px;
        padding-top: 255px;
    }

    .error404 section.hero-internal-basic .wrapper svg,
    .error404 section.hero-internal-basic .wrapper .content>img {
        top: -115px;
        width: 1075px;
    }
}

section.hero-internal-basic .wrapper {
    padding-top: 180px;
}

section.hero-internal-basic .content {
    position: relative;
    margin-bottom: 30px;
}

section.hero-internal-basic svg,
section.hero-internal-basic .content>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 305px;
    height: auto;
    margin-left: 50px;
    transform: translateY(-50%);
    z-index: -1;
}

section.hero-internal-basic h1.title {
    line-height: 1;
    margin-bottom: 15px;
}

section.hero-internal-basic h1.title b {
    font-weight: inherit;
}

section.hero-internal-basic .description {
    margin: 10px 0 15px;
}

section.hero-internal-basic .button {
    margin-top: 15px;
}

section.hero-internal-basic figure {
    display: block;
    margin: 0 -15px;
}

section.hero-internal-basic figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 375/170;
    min-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 960px) {
    section.hero-internal-basic .wrapper {
        padding-top: 155px;
    }

    section.hero-internal-basic .content {
        margin-bottom: 35px;
    }

    section.hero-internal-basic .content svg,
    section.hero-internal-basic .content img {
        top: -35px;
        width: 785px;
        margin-left: 175px;
        transform: none;
        z-index: 10;
    }

    section.hero-internal-basic figure {
        position: relative;
    }

    section.hero-internal-basic figure:before {
        content: "";
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 50vw;
        height: 50%;
        background: #fff;
    }
}

@media (min-width: 1155px) {
    section.hero-internal-basic figure {
        margin: 0;
        margin-right: calc((50vw - 50%) / -1);
    }

    section.hero-internal-basic figure img {
        height: 655px;
    }
}

body.page-template-template_products section.hero-internal-basic svg,
body.page-template-template_products section.hero-internal-basic .content>img,
body.page-template-template_our-team section.hero-internal-basic svg,
body.page-template-template_our-team section.hero-internal-basic .content>img,
body.page-template-template_basic section.hero-internal-basic svg,
body.page-template-template_basic section.hero-internal-basic .content>img,
body.page-template-template_case-study section.hero-internal-basic svg,
body.page-template-template_case-study section.hero-internal-basic .content>img,
body.tax-product_cat section.hero-internal-basic svg,
body.tax-product_cat section.hero-internal-basic .content>img,
body.post-type-archive-product section.hero-internal-basic svg,
body.post-type-archive-product section.hero-internal-basic .content>img {
    display: none;
}

body.search section.hero-internal-basic {
    padding-bottom: 100px;
}

section.hero-internal {
    background: var(--c-ui--1);
    color: #fff;
}

.branding-page section.hero-internal {
    background: var(--bc--3);
}

section.hero-internal .wrapper {
    padding-top: 120px;
}

section.hero-internal h1.title {
    line-height: 1;
    margin-bottom: 15px;
    max-width: 625px;
}

section.hero-internal h1.title b {
    font-weight: inherit;
}

section.hero-internal .description {
    font-size: 1.125rem;
    line-height: 1.33;
    opacity: 0.9;
    max-width: 430px;
    color: #EFF0F5;
}

section.hero-internal figure {
    position: relative;
    margin: 45px -15px 0;
}

section.hero-internal figure svg {
    display: none;
}

section.hero-internal figure img {
    display: block;
    width: 100%;
    height: 375px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 960px) {
    section.hero-internal .wrapper {
        display: flex;
        padding-bottom: 220px;
        padding-top: 220px;
        min-height: 890px;
        flex-direction: column;
        justify-content: center;
    }

    section.hero-internal .wrapper:before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 0;
        width: 100vw;
        height: 180px;
        background: #fff;
    }

    section.hero-internal figure {
        position: absolute;
        top: 160px;
        left: 100%;
        width: 600px;
        margin-left: -460px;
        z-index: 1;
    }

    section.hero-internal figure svg {
        position: absolute;
        top: -28px;
        left: -41px;
        width: 834px;
        display: block;
        z-index: 1;
    }

    section.hero-internal figure img {
        aspect-ratio: 1/1;
        height: auto;
    }
}

section.hero-investors {
    position: relative;
    background: var(--c-ui--1);
    color: #fff;
    z-index: 1;
    overflow: hidden;
}

section.hero-investors:before {
    content: "";
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background: linear-gradient(180deg, rgba(8, 1, 80, 0) 0%, #06013F 82.27%);
}

section.hero-investors .first-wrapper {
    position: relative;
    padding-top: 290px;
    padding-bottom: 30px;
}

section.hero-investors .bg-image {
    z-index: -1;
    opacity: 0.6;
    -o-object-fit: cover;
    object-fit: cover;
}

section.hero-investors .second-wrapper {
    padding: 0;
}

section.hero-investors h1.title {
    font-weight: 500;
    font-size: 4.375rem;
    letter-spacing: -0.18862rem;
    line-height: 1.15;
}

@media (min-width: 960px) {
    section.hero-investors {
        padding-bottom: 130px;
    }

    section.hero-investors:before {
        top: 40px;
        height: calc(100% - 40px);
    }

    section.hero-investors .bg-image {
        height: 100%;
    }

    section.hero-investors .first-wrapper {
        position: static;
        padding-bottom: 40px;
    }

    section.hero-investors h1.title {
        font-size: 6.25rem;
    }

    section.hero-investors .second-wrapper {
        padding: 0 15px;
    }

    section.hero-investors .small-posts-carousel {
        padding: 5px 50px;
    }

    section.hero-investors .bottom-row {
        display: flex;
    }

    section.hero-investors .bottom-row:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 100%;
        width: 100vw;
        height: 130px;
        background: #EFF0F5;
    }

    section.hero-investors .bottom-row .small-posts-carousel {
        flex: 1;
        min-width: 0;
    }

    section.hero-investors .bottom-row .small-posts-carousel .slider-arrows {
        display: none;
    }

    section.hero-investors .bottom-row .stock-info {
        flex: 0 0 285px;
    }

    section.hero-investors .bottom-row .stock-info:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 50vw;
        height: 100%;
        background: var(--c-ui--6);
    }
}

section.hero-post {
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    height: auto;
    background: var(--c-ui--1);
}

section.hero-post .bg-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.hero-post .bg-image:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 1, 80, 0) 0%, #08005A 100%);
    z-index: 2;
}

section.hero-post .wrapper {
    position: relative;
    display: flex;
    height: 100%;
    align-items: flex-end;
    z-index: 2;
    padding-top: 140px;
}

section.hero-post .content {
    margin-bottom: 30px;
    max-width: 720px;
}

section.hero-post .meta {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    flex-wrap: wrap;
    margin-bottom: 17px;
    gap: 7px 15px;
}

section.hero-post .sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
}

section.hero-post .date,
section.hero-post .category {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

section.hero-post .category .circle {
    width: 6.8px;
    height: 6.8px;
    border-radius: 50%;
    background: var(--c-ui--2);
}

section.hero-post .date i {
    font-size: 0.625rem;
}

section.hero-post h1.title {
    margin-bottom: 15px;
}

section.hero-post .button {
    margin-top: 15px;
}

section.hero-post .image-mobile {
    display: none;
}

@media (min-width: 960px) {
    section.hero-post {
        height: 550px;
    }

    section.hero-post .wrapper {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    section.hero-post .bg-image {
        display: none;
    }

    section.hero-post .image-mobile {
        display: block;
    }

    section.hero-post .image-mobile img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        max-height: 350px;
        aspect-ratio: 345/183;
    }

    section.hero-post+.post-overview {
        padding-top: 0;
    }
}

body.single-post {
    background-color: var(--c-ui--1);
}

section.history-carousel {
    background: #fff;
    padding: 110px 0 60px 0;
}

section.history-carousel .sub-title {
    margin-bottom: 30px;
}

section.history-carousel .top-line {
    margin-bottom: 45px;
}

section.history-carousel h2.title {
    margin-bottom: 0;
    line-height: 0.75;
}

section.history-carousel .nav-arrows {
    display: none;
    margin-left: auto;
}

section.history-carousel .swiper {
    overflow: visible;
}

section.history-carousel article.history-card {
    max-width: 320px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
    section.history-carousel {
        padding: 115px 0 110px 0;
    }

    section.history-carousel .top-line {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }

    section.history-carousel .nav-arrows {
        display: flex;
    }

    section.history-carousel article.history-card {
        max-width: 350px;
    }

    section.history-carousel div.swiper-navigation {
        display: none;
    }
}

section.image-with-content {
    padding: 70px 0;
    background: var(--c-ui--1);
}

.branding-page section.image-with-content {
    background: var(--c-ui--3);
}

.branding-page section.image-with-content .content .button-block .btn {
    background: var(--bc--2);
}

.branding-page section.image-with-content .content .button-block .btn:hover {
    background: var(--bc--1);
}

section.image-with-content .wrapper {
    overflow: hidden;
    z-index: 1;
}

section.image-with-content figure img {
    display: block;
    aspect-ratio: 345/208;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.image-with-content .content {
    padding: 30px 30px 45px;
    background: #fff;
}

section.image-with-content .content>*:last-child {
    margin-bottom: 0;
}

section.image-with-content .content .title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 2.4375rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

section.image-with-content .content .description {
    margin-bottom: 25px;
}

@media (min-width: 960px) {
    section.image-with-content {
        padding: 130px 0;
    }

    section.image-with-content figure {
        position: absolute;
        top: 0;
        left: 17%;
        width: calc(83% - 15px);
        height: 100%;
        display: flex;
        z-index: -1;
    }

    section.image-with-content figure.image-on-left {
        left: auto;
        right: 17%;
    }

    section.image-with-content figure.image-on-left+.content {
        margin-left: auto;
    }

    section.image-with-content figure img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    section.image-with-content .content {
        width: 520px;
        margin: 120px 0;
        padding: 65px 70px;
    }

    section.image-with-content .content .title {
        font-size: 3.25rem;
    }
}

section.image-with-content.light {
    background-color: var(--c-ui--3);
    color: var(--c-text-navy);
}

section.image-with-content.light p {
    color: #354045;
}

.home section.industries {
    padding: 75px 0;
}

section.industries h2.title {
    margin-bottom: 15px;
}

section.industries .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
}

@media (min-width: 960px) {
    .home section.industries {
        padding: 125px 0;
    }

    section.industries h2.title {
        margin-bottom: 70px;
    }

    section.industries .items {
        gap: 16px;
    }
}

section.intro-feature .wrapper {
    padding: 0;
}

section.intro-feature .image-col img {
    display: block;
    width: 100%;
    height: 365px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.intro-feature .statistics {
    display: flex;
    background: var(--c-ui--2);
    color: #EFF0F5;
    min-height: 195px;
}

.branding-page section.intro-feature .statistics {
    background: var(--bc--2);
}

section.intro-feature .statistics .swiper {
    flex: 1;
    min-width: 0;
}

section.intro-feature .statistics .swiper-slide {
    padding: 45px 20px;
}

section.intro-feature .statistics .swiper-slide .value {
    font-weight: 500;
    font-size: 4.8125rem;
    letter-spacing: -0.15845rem;
    line-height: 0.77;
    margin-bottom: 12px;
}

section.intro-feature .statistics .swiper-slide .label {
    font-size: 1rem;
}

section.intro-feature .statistics .slider-arrows {
    flex: 0 0 90px;
}

.branding-page section.intro-feature .statistics .slider-arrows {
    background: var(--bc--1);
}

section.intro-feature .content {
    position: relative;
    padding: 45px 15px;
    z-index: 5;
}

section.intro-feature .content>*:last-child {
    margin-bottom: 0;
}

section.intro-feature .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.intro-feature .title {
    margin-bottom: 25px;
}

section.intro-feature .title b {
    font-weight: inherit;
    color: var(--c-ui--2);
}

section.intro-feature .description {
    margin-bottom: 30px;
    max-width: 425px;
}

@media (min-width: 768px) {
    section.intro-feature {
        padding: 40px 0;
    }

    section.intro-feature .wrapper {
        display: flex;
        padding: 0 15px;
        align-items: center;
        gap: 40px;
    }

    section.intro-feature .content {
        padding-left: 0;
        padding-right: 0;
        flex: 0 0 340px;
    }

    section.intro-feature .image-col {
        position: relative;
        order: -1;
        flex: 1;
    }

    section.intro-feature .image-col figure {
        margin-left: -15px;
    }

    section.intro-feature .statistics {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 410px;
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    section.intro-feature .wrapper {
        gap: 70px;
    }

    section.intro-feature .content {
        flex: 0 0 420px;
    }

    section.intro-feature .image-col img {
        height: 500px;
    }
}

@media (min-width: 1155px) {
    section.intro-feature {
        padding: 0;
    }

    section.intro-feature .wrapper {
        gap: 165px;
    }

    section.intro-feature .image-col figure {
        margin-left: calc(562px - 50vw);
    }

    section.intro-feature .image-col img {
        height: 700px;
    }

    section.intro-feature .statistics {
        right: -90px;
    }

    section.intro-feature .statistics .swiper-slide {
        padding: 46px 56px;
    }
}

section.intro-text {
    margin: 45px 0;
}

section.intro-text .wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

section.intro-text .title {
    position: relative;
    padding-left: 15px;
}

section.intro-text .title:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    bottom: 0.05em;
    width: 1px;
    background: var(--c-ui--2);
}

.branding-page section.intro-text .title:before {
    background: var(--bc--1);
}

section.intro-text .title.with-content {
    max-width: 590px;
    max-width: 655px;
}

@media (min-width: 960px) {
    section.intro-text {
        margin: 85px 0;
    }

    section.intro-text .wrapper {
        flex-direction: row;
        gap: 50px;
    }

    section.intro-text .title {
        padding-left: 17px;
    }

    section.intro-text .description {
        width: calc(50% - 15px);
        margin-left: auto;
        max-width: 350px;
    }
}

section.job-roles {
    background: #EFF0F5;
    padding: 25px 0;
}

section.job-roles .nav-buttons {
    margin-bottom: 15px;
}

section.job-roles .nav-buttons .wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

section.job-roles .nav-buttons .wrap::-webkit-scrollbar {
    display: none;
}

section.job-roles .nav-buttons button {
    height: 45px;
    min-width: auto;
}

section.job-roles .nav-buttons button.current {
    background: var(--c-ui--2);
    color: #fff;
}

section.job-roles .role-items {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
}

section.job-roles .role-item {
    border-top: 2px solid var(--c-ui--2);
    padding: 20px 22px;
    background: #EFF0F5;
}

section.job-roles .video-carousel {
    margin-top: 30px;
}

@media (min-width: 960px) {
    section.job-roles .nav-buttons {
        margin-bottom: 35px;
    }

    section.job-roles .role-item {
        padding: 30px 32px;
    }

    section.job-roles .video-carousel {
        margin-top: 48px;
        margin-bottom: 40px;
    }
}

section.offices-hotspots {
    padding: 30px 0 60px 0;
    color: var(--c-text-navy);
    background-color: var(--c-ui--3);
}

@media (min-width: 768px) {
    section.offices-hotspots {
        padding: 30px 0 100px 0;
    }
}

section.offices-hotspots .section-title {
    font-size: calc(1.625rem + 16 * (100vw - 26.25rem) / 860);
    font-weight: 500;
    line-height: 1.1;
    margin-top: 30px;
    border-top: 1px solid var(--c-ui--2);
    padding-top: 30px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
    section.offices-hotspots .section-title {
        font-size: 2.625rem;
    }
}

@media screen and (max-width: 420px) {
    section.offices-hotspots .section-title {
        font-size: 1.625rem;
    }
}

section.offices-hotspots .image-mapping {
    position: relative;
    width: 100%;
}

section.offices-hotspots .hotspots {
    position: relative;
}

@media (max-width: 768px) {
    section.offices-hotspots .hotspots {
        display: none;
    }
}

section.offices-hotspots .hotspot {
    position: absolute;
}

section.offices-hotspots .pin {
    position: absolute;
    width: 12px;
    height: 12px;
    transform: translate(-6px, -6px);
    background-color: #1180FE;
    border-radius: 50%;
}

section.offices-hotspots .pin.sales_offices {
    background-color: #D5CC81;
}

section.offices-hotspots .pin.sister_companies {
    background-color: #22D1C8;
}

section.offices-hotspots .offices {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

section.offices-hotspots .hotspot-popup {
    background-color: var(--c-ui--3);
    padding: 20px 20px;
    border-bottom: 2px solid var(--c-ui--2);
    outline: 1px solid #fff;
    width: 192px;
    max-width: 100%;
    display: none;
}

section.offices-hotspots .hotspot-popup h3.title {
    font-size: calc(1rem + 4 * (100vw - 48rem) / 512);
    margin-bottom: 10px;
    line-height: 1.2;
}

@media screen and (min-width: 1280px) {
    section.offices-hotspots .hotspot-popup h3.title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    section.offices-hotspots .hotspot-popup h3.title {
        font-size: 1rem;
    }
}

section.offices-hotspots .hotspot-popup .address {
    font-size: 0.8125rem;
    color: #354045;
    line-height: 1.125rem;
    margin-bottom: 15px;
    max-width: 180px;
}

section.offices-listing {
    padding: 60px 0 0 0;
    color: var(--c-text-navy);
    background-color: var(--c-ui--3);
}

@media (min-width: 768px) {
    section.offices-listing {
        padding: 100px 0 20px 0;
    }
}

@media (min-width: 960px) {
    section.offices-listing .section-title {
        margin-bottom: 50px;
    }
}

section.offices-listing .offices-row {
    margin-top: 30px;
    border-top: 1px solid var(--c-ui--2);
    padding-top: 30px;
}

section.offices-listing .offices-row>.title {
    font-size: calc(1.625rem + 16 * (100vw - 26.25rem) / 860);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
    section.offices-listing .offices-row>.title {
        font-size: 2.625rem;
    }
}

@media screen and (max-width: 420px) {
    section.offices-listing .offices-row>.title {
        font-size: 1.625rem;
    }
}

section.offices-listing .offices-row .offices {
    display: grid;
    flex: 0 0 615px;
    max-width: 615px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 1024px) {
    section.offices-listing .offices-row {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-top: 50px;
        padding-top: 50px;
    }

    section.offices-listing .offices-row>.title {
        margin-top: -0.2em;
    }

    section.offices-listing .offices-row .offices {
        flex: 0 0 736px;
        max-width: 736px;
    }
}

section.post-overview {
    background: var(--c-ui--1);
    padding-top: 60px;
    padding-bottom: 60px;
}

section.post-overview .wrapper {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    /* max-width: 2000px; */
}

section.post-overview .back-button {
    margin-bottom: 10px;
}

section.post-overview .sidebar {
    /* width: 17%; */
    padding-right: 65px;
    margin-top: 40px;
    color: #fff;
}

section.post-overview .content {
    /* width: 83%; */
    background: #fff;
    padding: 50px 15px;
    margin: 0 -15px;
}

@media (min-width: 960px) {
    section.post-overview {
        padding-bottom: 110px;
    }

    section.post-overview .wrapper {

        flex-flow: row;
    }

    section.post-overview .wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(100% - 20px);
        height: 100%;
        width: calc((100vw - 1100px) / 2);
        /* background: #fff; */
    }

    section.post-overview .sidebar {
        width: 26%;
        margin-top: 0;
    }

    section.post-overview .content {
        width: 76%;
        padding: 70px 90px;
        margin: 0;
    }
}


/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

section.posts-carousel {
    background: var(--c-ui--3);
}

body.single-post section.posts-carousel {
    padding-bottom: 60px;
}

section.posts-carousel .sub-title {
    margin-bottom: 30px;
}

section.posts-carousel .top-line {
    margin-bottom: 45px;
}

section.posts-carousel h2.title {
    margin-bottom: 0;
    line-height: 0.75;
}

section.posts-carousel .nav-arrows {
    display: none;
    margin-left: auto;
}

section.posts-carousel .swiper {
    overflow: visible;
}

section.posts-carousel article.post-card {
    max-width: 320px;
    margin-right: 20px;
}

section.posts-carousel article.post-card .category,
section.posts-carousel article.post-card .sep {
    display: none;
}

section.posts-carousel.blue {
    background: var(--c-ui--1);
    color: #fff;
}

@media (min-width: 768px) {
    section.posts-carousel {
        padding: 0 0 120px 0;
    }

    section.posts-carousel .top-line {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }

    section.posts-carousel .nav-arrows {
        display: flex;
    }

    body.single-post section.posts-carousel .nav-arrows .prev,
    body.single-post section.posts-carousel .nav-arrows .next {
        color: #fff;
    }

    section.posts-carousel article.post-card {
        max-width: 350px;
        margin-right: 40px;
    }

    section.posts-carousel article.post-card .wrap {
        padding: 35px 25px 40px 25px;
    }

    section.posts-carousel div.swiper-navigation {
        display: none;
    }
}

section.posts-listing {
    color: #fff;
    background: var(--c-ui--3);
    padding: 30px 0 85px;
}

@media (min-width: 960px) {
    section.posts-listing {
        padding: 80px 0 100px;
    }
}

/*Filters*/
section.posts-listing .searchandfilter {
    display: block;
}

@media (max-width: 768px) {
    section.posts-listing .searchandfilter {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    section.posts-listing .searchandfilter>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

section.posts-listing .searchandfilter>ul>li {
    padding-bottom: 6px;
    padding-top: 6px;
}

section.posts-listing .searchandfilter select.sf-input-select {
    display: none !important;
}

@media (max-width: 768px) {
    section.posts-listing .searchandfilter .sf-field-category label {
        display: block;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select {
        background: none;
        border: none !important;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-selected {
        min-width: 230px;
        font-size: 0.9375rem;
        padding-right: 40px;
        text-align: left;
        display: none;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-selected:before {
        content: "\e912";
        top: 50%;
        right: 15px;
        margin-top: -0.5em;
        font-family: "imp-icons" !important;
        width: 1em;
        height: 1em;
        font-size: 0.625rem;
        background: none;
        line-height: 1;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-selected:after {
        display: none;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options {
        background: inherit;
        border: 1px solid rgba(223, 223, 223, 0.1);
        border-radius: 10px;
        margin-top: 0;
        padding: 10px 0;
        position: relative;
        display: block;
        max-height: 100%;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option {
        font-size: 0.8125rem;
        color: var(--c-text-navy);
        border-radius: 20px;
        padding: 10px 20px;
        margin: 10px 0;
        background-color: rgba(8, 0, 90, 0.1);
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option:hover,
    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }
}

/*Desktop*/
@media (min-width: 768px) {
    section.posts-listing .searchandfilter .sf-field-category .dk-select {
        width: 100%;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-selected {
        display: none;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options {
        position: relative;
        background: none;
        border: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        font-size: 1rem;
        overflow: visible;
        gap: 8px;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option {
        position: relative;
        opacity: 1;
        transition: all 400ms ease-in-out;
        color: var(--c-text-navy);
        background-color: #fff;
        border-radius: 30px;
        line-height: 1.1;
        padding: 12px 18px;
        white-space: nowrap;
    }

    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option:hover,
    section.posts-listing .searchandfilter .sf-field-category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }
}

section.posts-listing .toggler {
    display: none;
}

section.posts-listing .filters {
    margin-bottom: 40px;
}

section.posts-listing .filters .wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*Sort Dropdown*/
section.posts-listing .sf-field-sort_order .dk-select .dk-selected {
    padding-left: 0;
}

section.posts-listing .sf-field-sort_order .dk-selected {
    text-align: left;
}

@media (max-width: 768px) {
    section.posts-listing {
        padding-top: 40px;
    }

    section.posts-listing .filters {
        background: transparent;
        border: 1px solid #d9d9d9;
        border-radius: 30px;
        text-align: center;
        padding: 20px 40px 0 40px;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    section.posts-listing .filters .wrapper {
        padding: 0;
    }

    /*         .dk-selected {
           display: none;
        }*/
    section.posts-listing .filters .dk-selected-options {
        position: relative;
    }

    section.posts-listing .filters .toggler {
        font-weight: 500;
        margin-bottom: 20px;
        display: block;
        color: var(--c-text-navy);
    }

    section.posts-listing .filters .toggler:before {
        content: "";
        display: inline-block;
        background-image: url("../img/svg/filter-icon.svg");
        width: 14px;
        height: 8px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 8px;
        transform: translateY(-1px);
    }

    section.posts-listing .filters .searchandfilter {
        display: none;
    }
}

section.posts-listing .row {
    display: grid;
    gap: 50px 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

section.posts-packery {
    padding: 55px 0 65px;
    background: var(--c-ui--3);
}

section.posts-packery h2.title {
    margin-bottom: 15px;
}

section.posts-packery .swiper {
    overflow: visible;
}

@media (min-width: 960px) {
    section.posts-packery {
        padding: 100px 0 115px;
    }

    section.posts-packery h2.title {
        margin-bottom: 65px;
    }

    section.posts-packery .swiper-wrapper {
        display: grid;
        grid-template-areas: "a ." "a .";
        grid-template-columns: auto 330px;
        gap: 40px 50px;
    }

    section.posts-packery article.post-card:first-child {
        grid-area: a;
        max-width: 100%;
    }

    section.posts-packery article.post-card:first-child .wrap {
        padding: 35px 0 0;
    }

    section.posts-packery article.post-card:first-child .meta {
        margin-bottom: 30px;
    }

    section.posts-packery article.post-card:first-child h6.title {
        font-size: 2.76341rem;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }
}

body.page-template-template_news section.posts-packery {
    padding-top: 90px;
    background-color: var(--c-ui--1);
    color: #fff;
}

@media (min-width: 960px) {
    body.page-template-template_news section.posts-packery {
        padding-top: 150px;
    }
}

body.page-template-template_news section.posts-packery .meta {
    color: #EFF0F5;
    align-items: center;
}

body.page-template-template_news section.posts-packery .sep {
    background-color: #EFF0F5;
    opacity: 0.3;
}

body.page-template-template_news section.posts-packery h6.title {
    color: #fff;
}

section.product-details {
    background: #fff;
    color: var(--c-text-navy);
}

section.product-details .wrapper {
    padding-top: 110px;
}

section.product-details .container {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

section.product-details .container.top {
    border-top: 1px solid rgba(42, 39, 75, 0.11);
    padding-top: 35px;
    padding-bottom: 65px;
}

section.product-details .meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    display: flex;
    line-height: 1.1;
}

section.product-details .category {
    margin-right: 30px;
}

section.product-details .status {
    position: relative;
}

section.product-details .status:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -17px;
}

section.product-details .status:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #E1A93C;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
}

section.product-details .status.green:before {
    background: #2D974B;
}

section.product-details h1.title {
    line-height: 1;
    margin-bottom: 15px;
}

section.product-details h1.title b {
    font-weight: inherit;
}

section.product-details .buttons {
    display: none;
}

@media (min-width: 960px) {
    section.product-details h1.title {
        margin-bottom: 20px;
    }

    section.product-details .buttons {
        display: flex;
    }

    section.product-details .buttons .button {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: #fff;
        color: var(--c-text-navy);
        border: 1px solid var(--c-ui--2);
        text-align: center;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.075;
        margin-left: 11px;
        padding: 10px;
        transition: 400ms ease-in-out;
        transition-property: color, background, border-color;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    section.product-details .buttons .button.solid {
        background: var(--c-ui--2);
        color: #fff;
    }

    section.product-details .buttons .button.solid:hover,
    section.product-details .buttons .button:hover {
        background: var(--c-ui--1);
        border-color: var(--c-ui--1);
        color: #fff;
    }

    section.product-details .buttons .button span {
        margin-top: 35px;
        display: inline-block;
    }
}

@media (min-width: 960px) {
    section.product-details .container {
        display: flex;
        flex-flow: row;
    }

    section.product-details .image-column {
        width: 52%;
        padding-right: 8%;
    }

    section.product-details .descr-column {
        width: 50%;
    }
}

section.product-details .descr .title {
    margin-bottom: 20px;
}

section.product-details .descr p {
    line-height: 1.375rem;
}

section.product-details .descr .button {
    margin-top: 30px;
}

section.product-details .image {
    position: relative;
    background-color: #F6F6F6;
    margin-bottom: 30px;
    border: 1px solid rgba(151, 151, 151, 0.3);
}

/* &:before {
			content: '';
			position: absolute;
			top: 20px;
			right: 20px;
			size: 20px;
			background-image: url("../img/svg/3d-view.svg");
		} */
section.product-details .image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

section.product-details .accordion {
    margin-top: 50px;
}

section.product-details .accordion-item {
    border-top: 1px solid #d8d8d8;
    padding: 20px 0;
    transition: border-top-color 400ms ease-in-out;
    color: var(--c-text-navy);
}

section.product-details .accordion-item.opened .toggle-button i {
    transform: rotate(90deg);
    color: var(--c-ui--2);
}

section.product-details .accordion-item .toggle-button {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: color 400ms ease-in-out;
}

section.product-details .accordion-item .toggle-button i {
    font-size: 1.6875rem;
    color: var(--c-text-navy);
    transition: transform 400ms ease-in-out;
}

section.product-details .accordion-item .item-content {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.product-details .accordion-item .item-content>*:last-child {
    margin-bottom: 0;
}

section.product-details .resource-item {
    border: 1px solid #D8D8D8;
    color: #020130;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    display: block;
    padding-right: 50px;
}

section.product-details .resource-item p {
    padding: 15px;
    display: inline-block;
}

section.product-details .resource-item span {
    position: absolute;
    background-image: url("../img/svg/download.svg");
    background-repeat: no-repeat;
    background-size: 16px 22px;
    height: 52px;
    width: 50px;
    right: 0;
    background-position: center;
    border-left: 1px solid #D8D8D8;
}

section.product-details .application-item {
    font-size: 1rem;
    padding: 10px 0 10px 10px;
    position: relative;
}

section.product-details .application-item:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

section.product-details .application-item:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--c-text-navy);
}

@media (min-width: 960px) {
    section.product-details .wrapper {
        padding-top: 140px;
        padding-bottom: 60px;
    }
}

section.product-spec {
    margin-top: 30px;
}

section.product-spec h2.title {
    margin-bottom: 40px;
}

section.product-spec .table {
    width: 100%;
    border-top: 1px solid transparent;
    overflow: auto;
}

section.product-spec table {
    min-width: 500px;
    font-size: 0.8125rem;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

section.product-spec table th,
section.product-spec table td {
    padding: 15px 25px;
}

section.product-spec table th {
    background: var(--c-ui--5);
    color: #fff;
}

section.product-spec table tbody th {
    width: 340px;
}

section.product-spec table tbody tr {
    background: #E5E7EE;
}

section.product-spec table tbody tr:nth-child(even) {
    background: #F7F7FB;
}

section.product-spec table tbody tr:nth-child(even) th {
    background: #201A61;
}

section.products-carousel {
    background: var(--c-ui--3);
    padding: 80px 0;
}

body.single-product section.products-carousel {
    margin-top: 80px;
    background: var(--c-ui--1);
    color: #fff;
}

.page-template-template_industry-details section.products-carousel {
    position: relative;
    background: var(--bc--3);
    color: #fff;
}

@media (min-width: 960px) {
    .page-template-template_industry-details section.products-carousel h2.title {
        font-size: 5rem;
    }
}

.page-template-template_industry-details section.products-carousel article.product-card {
    background: transparent;
}

.page-template-template_industry-details section.products-carousel .nav-arrows .prev,
.page-template-template_industry-details section.products-carousel .nav-arrows .next {
    box-shadow: 0 0 0 1px var(--bc--2);
}

.page-template-template_industry-details section.products-carousel .nav-arrows .prev:hover,
.page-template-template_industry-details section.products-carousel .nav-arrows .next:hover {
    background: var(--bc--2);
}

section.products-carousel .sub-title {
    margin-bottom: 30px;
}

section.products-carousel .top-line {
    margin-bottom: 45px;
}

section.products-carousel h2.title {
    margin-bottom: 0;
    line-height: 0.75;
}

section.products-carousel .nav-arrows {
    display: none;
    margin-left: auto;
}

section.products-carousel .nav-arrows .prev,
section.products-carousel .nav-arrows .next {
    color: #fff;
}

section.products-carousel article.product-card {
    max-width: 275px;
    margin-right: 0;
}

@media (min-width: 768px) {
    section.products-carousel .top-line {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }

    section.products-carousel .nav-arrows {
        display: flex;
    }

    body.single-post section.products-carousel .nav-arrows .prev,
    body.single-post section.products-carousel .nav-arrows .next {
        color: #fff;
    }

    section.products-carousel article.product-card {
        max-width: 100%;
    }

    section.products-carousel div.swiper-navigation {
        display: none;
    }
}

section.products-roadmap {
    padding: 40px 0;
}

.branding-page section.products-roadmap .sub-title {
    color: var(--bc--2);
}

.branding-page section.products-roadmap .sub-title:before {
    background: var(--bc--2);
}

section.products-roadmap h2.title {
    margin-bottom: 15px;
    letter-spacing: -0.18851rem;
}

section.products-roadmap .chart {
    position: relative;
    margin: 0 -60px 0px -30px;
}

section.products-roadmap .chart .wrap {
    overflow: auto;
}

section.products-roadmap .chart .wrap div {
    min-width: 600px;
}

section.products-roadmap .chart canvas {
    height: 600px;
}

section.products-roadmap .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    color: #354045;
    width: 240px;
    display: none;
}

section.products-roadmap .tooltip .label {
    font-size: 1rem;
}

section.products-roadmap .tooltip .available {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(53, 64, 69, 0.49);
    gap: 6px;
    font-size: 0.8125rem;
}

section.products-roadmap .tooltip .available:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E1A93C;
}

section.products-roadmap .tooltip .available.green:before {
    background: #00FF25;
}

section.products-roadmap .tooltip .desc {
    margin-top: 12px;
    font-size: 0.8125rem;
    line-height: 1.38;
}

@media (min-width: 960px) {
    section.products-roadmap {
        padding: 120px 0 130px;
    }

    section.products-roadmap .sub-title {
        margin-bottom: 25px;
    }
}

section.products .category-filter {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -15px;
    margin-bottom: 35px;
}

section.products .category-filter::-webkit-scrollbar {
    display: none;
}

section.products .category-filter .wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 13px;
}

section.products .category-filter button {
    min-width: auto;
    padding: 5px 25px;
    white-space: nowrap;
}

section.products .category-filter button[value=""] {
    order: -1;
}

section.products .category-filter button:not(:hover):not(.current) {
    background: #F2F2F5;
    color: #020130;
}

section.products .filter-col {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    margin-bottom: 40px;
}

section.products .filter-col h6.title {
    display: none;
}

section.products .filter-col button.toggle-filter {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 1rem;
    letter-spacing: -0.04099rem;
    font-weight: 500;
    padding: 20px;
    width: 100%;
}

section.products .filter-col.opened form.searchandfilter {
    display: block;
}

section.products form.searchandfilter {
    display: none;
    padding: 0 18px 30px;
}

section.products form.searchandfilter .sf-field-taxonomy-product_cat,
section.products form.searchandfilter .sf-field-sort_order {
    display: none !important;
}

section.products form.searchandfilter ul>li {
    background: #F2F2F5;
    margin-bottom: 1px;
    color: #131336;
    padding: 0;
}

section.products form.searchandfilter ul>li>h4 {
    position: relative;
    padding: 14px 0;
    padding-left: 53px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
}

section.products form.searchandfilter ul>li>h4:before {
    content: "\e906";
    position: absolute;
    top: 50%;
    left: 17px;
    font-family: "imp-icons";
    font-size: 0.5rem;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    margin-top: -11px;
}

section.products form.searchandfilter ul>li>h4 ul li {
    padding: 10px 0;
}

section.products form.searchandfilter ul>li>ul,
section.products form.searchandfilter ul>li .sf-meta-range {
    display: none;
    padding: 0 20px 15px;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li label,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 32px;
}

section.products form.searchandfilter [data-sf-field-input-type=checkbox]>ul>li label:before,
section.products form.searchandfilter [data-sf-field-input-type=radio]>ul>li label:before {
    top: 0.5em;
    margin-top: -3px;
}

section.products form.searchandfilter .sf-meta-range input.sf-input-range-number {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: none;
}

section.products form.searchandfilter .sf-meta-range input.sf-input-range-number::-webkit-outer-spin-button,
section.products form.searchandfilter .sf-meta-range input.sf-input-range-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.products form.searchandfilter .meta-slider {
    max-width: none;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px;
    height: 4px;
    margin: 25px 0 15px;
}

section.products form.searchandfilter .meta-slider .noUi-connect {
    background: var(--c-ui--2);
}

section.products form.searchandfilter .meta-slider .noUi-handle {
    border-color: #fff;
    background: var(--c-ui--2);
    box-shadow: none;
    top: -10px;
    right: -12px;
    cursor: pointer;
}

section.products form.searchandfilter .meta-slider .noUi-handle:before,
section.products form.searchandfilter .meta-slider .noUi-handle:after {
    background: #fff;
}

section.products form.searchandfilter .sf-field-reset {
    padding: 15px 20px;
}

section.products form.searchandfilter .sf-field-reset input {
    text-align: center;
    width: 100%;
}

section.products .products-table {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
    /* cursor:url("../img/customCursor2.png") 10 2, auto; */
}

.arrow_wrap {
    position: relative;
}

.arrow_wrap .two_wray_arrow {
    background-image: url("../img/twowrayArrow.png");
    width: 400px;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    left: 270px;
    top: 100px;
    text-align: center;
    line-height: 190px;
    color: white;
    font-size: 35px;
    pointer-events: none;
}

section.products .products-table::-webkit-scrollbar {
    display: none;
}

section.products .products-table table {
    width: 100%;
    white-space: nowrap;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9375rem;
    color: #020130;

    white-space: normal;
    line-height: 1;
}

section.products .products-table table thead td,
section.products .products-table table tbody td {
    text-align: center;
}

section.products .products-table table thead td.first,
section.products .products-table table tbody td.first {
    position: sticky;
    left: 0;
    background: #F7F7FB;
    text-align: left;
}

section.products .products-table table thead td.first a,
section.products .products-table table tbody td.first a {
    white-space: nowrap;
}

section.products .products-table table thead td.status,
section.products .products-table table tbody td.status {
    text-align: left;
}

section.products .products-table table thead {
    font-size: 0.8125rem;
    background: #2A274B;
    color: #fff;
}

section.products .products-table table thead td {
    padding: 10px 20px;
    padding: 4px 12px;
    height: 45px;
    scroll-snap-align: start;
}

section.products .products-table table thead td[data-value] {
    cursor: pointer;
}

section.products .products-table table thead td span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    gap: 4px;
}

section.products .products-table table thead td.first {
    background: #2A274B;
}

section.products .products-table table thead td:nth-child(15) {
    padding: 0px 50px;
}

section.products .products-table table thead td:nth-child(14) {
    padding: 0px 27px;
}

section.products .products-table table thead td:not(:last-child) {
    border-right: 1px solid rgba(229, 231, 238, 0.2);
}

section.products .products-table table tbody tr {
    background: #F7F7FB;
    height: 70px;
}

section.products .products-table table tbody tr:nth-child(even) {
    background: #E5E7EE;
}

section.products .products-table table tbody tr:nth-child(even) td.first {
    background: #E5E7EE;
    /* display: block; */
    /* width: 220px; */
    /* line-height: 30px; */
}

section.products .products-table table tbody tr .status {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

section.products .products-table table tbody tr .status:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #E1A93C;
    border-radius: 50%;
}

section.products .products-table table tbody tr .status.green:before {
    background: #2D974B;
}

section.products .products-table table tbody tr .datasheet,
section.products .products-table table tbody tr .cad-file {
    text-align: center;
}

section.products .products-table table tbody tr .datasheet a,
section.products .products-table table tbody tr .cad-file a {
    font-size: 1.375rem;
    color: var(--c-ui--6);
}

section.products .products-table table tbody td {
    /* padding: 20px; */
    padding: 12px;
    height: 50px;
}

@media (min-width: 960px) {
    section.products .wrapper {
        display: flex;
        gap: 45px 40px;
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    section.products .category-filter {
        flex: 0 0 100%;
    }

    section.products .filter-col {
        flex: 0 0 225px;
        max-width: 225px;
        background: none;
        border: none;
        padding: 0;
    }

    section.products .filter-col h6.title {
        display: block;
        font-weight: 500;
        font-size: 1.5625rem;
        letter-spacing: -0.04099rem;
        margin-bottom: 25px;
    }

    section.products .filter-col button.toggle-filter {
        display: none;
    }

    section.products form.searchandfilter {
        display: block;
        padding: 0;
    }

    /* 20250205 */
    section.products .products-col {
        /* flex: 0 0 calc(100% - 265px); */
        /* max-width: calc(100% - 265px); */
        max-width: calc(100% - 0px);
        min-width: 1200px;
    }
}

section.search-results {
    background: var(--c-ui--3);
    padding-bottom: 90px;
}

section.search-results .search-form {
    margin-top: -45px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

@media (min-width: 960px) {
    section.search-results .search-form {
        margin: -42px auto 65px;
        max-width: 967px;
    }
}

section.search-results .row {
    display: flex;
}

section.search-results .listing-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.search-results .filter {
    display: none;
}

@media (min-width: 960px) {
    section.search-results .filter {
        display: block;
        flex: 0 0 145px;
        margin-right: 150px;
        font-size: 0.9375rem;
        letter-spacing: -0.00625rem;
        color: var(--c-text-navy);
    }

    section.search-results .filter .item {
        position: relative;
        margin-bottom: 20px;
        opacity: 0.6;
        transition: opacity 400ms ease-in-out;
        cursor: pointer;
    }

    section.search-results .filter .item::before {
        content: "";
        position: absolute;
        top: 0.5em;
        left: -15px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--c-ui--2);
        margin-top: -3px;
        transition: opacity 400ms ease-in-out;
        opacity: 0;
    }

    section.search-results .filter .item.current {
        opacity: 1;
    }

    section.search-results .filter .item.current:before {
        opacity: 1;
    }
}

section.search-results .group-block {
    margin-bottom: 65px;
}

section.search-results .group-block.hide {
    position: absolute;
    left: 99999px;
}

@media (min-width: 960px) {
    section.search-results .group-block {
        margin-bottom: 70px;
    }
}

section.search-results .items {
    flex: 1;
}

section.search-results .items .group-title {
    color: var(--c-text-navy);
    margin-bottom: 18px;
}

@media (min-width: 960px) {
    section.search-results .items .group-title {
        margin-bottom: 28px;
    }
}

section.search-results .nothing-found {
    text-align: center;
}

section.search-results .nothing-found h2 {
    color: var(--c-text-navy);
    margin-bottom: 30px;
}

section.search-results .nothing-found p {
    font-size: 1rem;
    margin-bottom: 30px;
}

section.search-results .nothing-found .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

section.stock-information {
    padding: 50px 0;
}

section.stock-information h2.title {
    margin-bottom: 15px;
}

section.stock-information .row {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

section.stock-information .tooltips,
section.stock-information .chart {
    flex: 0 0 100%;
}

section.stock-information .chart canvas {
    max-width: 100%;
}

section.stock-information .tooltip {
    background: #f2f2f2;
    border-radius: 13px;
    padding: 22px 38px 32px;
}

section.stock-information .tooltip .value {
    font-weight: 500;
    font-size: 3.75rem;
    margin-bottom: 8px;
    line-height: 1;
}

section.stock-information .tooltip .meta {
    display: flex;
    font-size: 0.9375rem;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 7px;
    align-items: center;
}

section.stock-information .tooltip .meta div i {
    display: inline-block;
    font-size: 0.4375rem;
    vertical-align: middle;
    margin-top: -3px;
}

section.stock-information .tooltip .meta .sep {
    height: 14px;
    width: 1px;
    background: #020130;
    opacity: 0.3;
}

section.stock-information .tooltip .date {
    opacity: 0.6;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    section.stock-information .chart {
        flex: 1;
    }

    section.stock-information .tooltips {
        flex: 0 0 300px;
        padding-top: 20px;
    }
}

@media (min-width: 960px) {
    section.stock-information {
        padding: 95px 0;
    }

    section.stock-information h2.title {
        margin-bottom: 40px;
    }

    section.stock-information .tooltips {
        flex: 0 0 348px;
    }

    section.stock-information .tooltip .title {
        font-size: 3.25rem;
    }
}

section.talent {
    background: #EFF0F5;
    padding: 25px 0;
}

section.talent .icons {
    display: none;
}

section.talent .items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

section.talent .items .item .icon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

section.talent .items .item .icon:before {
    content: "";
    background: var(--c-ui--2);
    opacity: 0.8;
    z-index: -1;
}

section.talent .items .item .icon img {
    display: block;
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

section.talent .items .item .title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
}

section.talent .items .item .text {
    font-size: 0.875rem;
    line-height: 1.38;
    opacity: 0.9;
}

@media (min-width: 960px) {
    section.talent .container>.wrap {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    section.talent .icons {
        display: flex;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    section.talent .icons .item {
        flex: 1;
    }

    section.talent .icons .item .icon {
        position: relative;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    section.talent .icons .item .icon:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        background: var(--c-ui--2);
        opacity: 0.8;
        border-radius: 50%;
    }

    section.talent .icons .item .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -37px 0 0 -37px;
        width: 74px;
        height: 74px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    section.talent .items .item .icon {
        display: none;
    }
}

section.team-listing {
    position: relative;
    background: var(--c-ui--3);
    padding: 0;
}

@media (min-width: 960px) {
    section.team-listing {
        padding: 0 0 100px;
    }
}

section.team-listing .searchandfilter {
    display: block;
}

@media (max-width: 768px) {
    section.team-listing .searchandfilter {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    section.team-listing .searchandfilter>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

section.team-listing .searchandfilter>ul>li {
    padding-bottom: 6px;
    padding-top: 6px;
}

section.team-listing .searchandfilter select.sf-input-select {
    display: none !important;
}

@media (max-width: 768px) {
    section.team-listing .searchandfilter .sf-field-taxonomy-team_category label {
        display: block;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select {
        background: none;
        border: none !important;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-selected {
        min-width: 230px;
        font-size: 0.9375rem;
        padding-right: 40px;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-selected:before {
        content: "\e912";
        top: 50%;
        right: 15px;
        margin-top: -0.5em;
        font-family: "imp-icons" !important;
        width: 1em;
        height: 1em;
        font-size: 0.625rem;
        background: none;
        line-height: 1;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-selected:after {
        display: none;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options {
        background: inherit;
        border-radius: 10px;
        margin-top: 2px;
        padding: 10px 0;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option {
        font-size: 0.8125rem;
        color: var(--c-text-navy);
        border-radius: 20px;
        padding: 8px 20px;
        background-color: #fff;
        cursor: pointer;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option:hover,
    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }
}

@media (min-width: 768px) {
    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-selected {
        display: none;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options {
        position: relative;
        display: block;
        background: none;
        border: none;
        padding: 0;
        display: flex;
        margin: 0;
        font-size: 0.8125rem;
        font-weight: 700;
        overflow: visible;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option {
        position: relative;
        opacity: 1;
        transition: all 400ms ease-in-out;
        color: #fff;
        border-radius: 20px;
        padding: 8px 20px;
        background-color: rgba(250, 250, 255, 0.1);
        font-size: 0.8125rem;
        cursor: pointer;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option:hover,
    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option.dk-option-selected {
        color: #fff;
        background: var(--c-ui--2) !important;
    }

    section.team-listing .searchandfilter .sf-field-taxonomy-team_category .dk-select-options .dk-option:not(:last-child) {
        margin-right: 15px;
    }
}

section.team-listing .toggler {
    display: none;
}

section.team-listing .filters {
    background-color: var(--c-ui--1);
    color: #fff;
    margin-bottom: 90px;
}

section.team-listing .filters .wrapper {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}

section.team-listing .filters .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    section.team-listing {
        padding-top: 0;
    }

    section.team-listing .filters {
        position: relative;
        background: transparent;
        border: 1px solid #D9D9D9;
        border-radius: 30px;
        text-align: center;
        padding: 20px 40px 0 40px;
        margin-bottom: 90px;
        margin-left: 15px;
        margin-right: 15px;
    }

    section.team-listing .filters:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 60px);
        background: var(--c-ui--1);
        z-index: -1;
    }

    section.team-listing .filters .wrapper {
        padding: 0;
    }

    section.team-listing .filters .wrapper:before {
        display: none;
    }

    section.team-listing .filters .dk-selected {
        display: none;
    }

    section.team-listing .filters .dk-option {
        margin-bottom: 10px;
    }

    section.team-listing .filters .toggler {
        font-weight: 500;
        margin-bottom: 20px;
        display: block;
        color: #fff;
    }

    section.team-listing .filters .toggler:before {
        content: "\e91e";
        font-family: "imp-icons";
        font-size: 0.8125rem;
        margin-right: 5px;
    }

    section.team-listing .filters .searchandfilter {
        display: none;
    }
}

section.team-listing .row {
    display: grid;
    gap: 50px 40px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 480px) {
    section.team-listing .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    section.team-listing .row {
        grid-template-columns: repeat(3, 1fr);
    }
}

section.testimonials {
    background-color: var(--c-ui--3);
}

.page-template-template_careers section.testimonials {
    padding-top: 50px;
}

@media (max-width: 1230px) {
    section.testimonials .wrapper {
        padding-left: 0;
    }
}

section.testimonials .wrapper {
    padding-left: calc((100% - 1125px) / 2);
    position: relative;
}

section.testimonials .slider {
    background: var(--c-ui--2);
    color: #EFF0F5;
    min-height: 195px;
}

@media (min-width: 768px) {
    section.testimonials .slider {
        display: flex;
        align-items: flex-end;
    }
}

section.testimonials .slider .swiper {
    flex: 1;
    min-width: 0;
}

section.testimonials .slider .swiper-slide {
    padding: 95px 195px 110px 125px;
}

@media (max-width: 1024px) {
    section.testimonials .slider .swiper-slide {
        padding: 70px 25px 110px 25px;
    }
}

section.testimonials .slider .swiper-slide .quote {
    margin: 0 0 30px;
    max-width: 870px;
}

section.testimonials .slider .swiper-slide .quote:before {
    content: "";
    display: block;
    background-image: url("../img/svg/quote.svg");
    width: 52px;
    height: 41px;
    background-size: 52px 41px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.testimonials .slider .swiper-slide .title,
section.testimonials .slider .swiper-slide .subname {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1125rem;
}

section.testimonials .slider .slider-arrows {
    flex: 0 0 90px;
    height: 190px;
    bottom: 0;
}

@media (max-width: 768px) {
    section.testimonials .slider .slider-arrows {
        flex: 0 0 150px;
        gap: 5px;
        flex-direction: row;
        height: 90px;
        width: 150px;
        right: 0;
        left: auto;
        position: absolute;
    }
}

section.accordion-content+section.testimonials {
    position: relative;
}

section.accordion-content+section.testimonials:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: var(--c-ui--1);
}

section.history-carousel+section.testimonials {
    position: relative;
    padding-bottom: 120px;
}

section.history-carousel+section.testimonials:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: #fff;
}

section.text-with-image-full {
    position: relative;
}

.page-template-template_careers section.text-with-image-full {
    padding-bottom: 75px;
}

.page-template-template_careers section.text-with-image-full:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: #EFF0F5;
}

@media (max-width: 960px) {
    .page-template-template_careers section.text-with-image-full .wrapper {
        display: flex;
        flex-direction: column;
    }

    .page-template-template_careers section.text-with-image-full figure {
        order: 2;
    }
}

section.text-with-image-full .wrapper {
    padding: 0;
}

section.text-with-image-full figure {
    position: relative;
}

section.text-with-image-full figure img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 415px;
    width: 100%;
}

section.text-with-image-full .content {
    position: relative;
    padding: 40px 15px;
    padding-right: calc((100% - 1155px) / 2);
    z-index: 5;
}

section.text-with-image-full .content>*:last-child {
    margin-bottom: 0;
}

section.text-with-image-full .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.text-with-image-full .title {
    margin-bottom: 25px;
    font-weight: 500;
}

section.text-with-image-full .title b {
    font-weight: inherit;
    color: var(--c-ui--2);
}

section.text-with-image-full .description {
    margin-bottom: 30px;
    max-width: 425px;
}

@media (max-width: 1230px) {
    section.text-with-image-full .content {
        padding: 50px 15px !important;
    }
}

@media (min-width: 960px) {
    section.text-with-image-full .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 75px;
    }

    section.text-with-image-full figure {
        flex: 0 0 50%;
    }

    section.text-with-image-full figure img {
        aspect-ratio: 545/595;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        /* max-height: 805px; */
        max-width: 800px;
    }
}

section.text-with-image-full .right {
    background: #eff0f5;
}

section.text-with-image-full .right .wrapper {
    flex-direction: row-reverse;
}

section.text-with-image-full .right .content {
    padding-left: calc((100% - 1155px) / 2);
    padding-right: 15px;
}

section.text-with-image {
    position: relative;
    z-index: 1;
}

.home section.text-with-image .decor {
    display: none;
}

.branding-page section.text-with-image .sub-title {
    color: var(--bc--2);
}

.branding-page section.text-with-image .button-block .btn {
    background: var(--bc--2);
}

.branding-page section.text-with-image .button-block .btn:hover {
    background: var(--bc--1);
}

.page-template-template_investors section.text-with-image .wrapper:before,
.page-template-template_industry-details section.text-with-image .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--c-ui--3);
}

.page-template-template_investors section.text-with-image .wrapper {
    display: flex;
    flex-direction: column;
}

.page-template-template_investors section.text-with-image figure {
    order: 2;
}

section.text-with-image .wrapper {
    padding: 0;
}

section.text-with-image figure {
    position: relative;
    z-index: 5;
}

section.text-with-image figure img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 415px;
    width: 100%;
}

section.text-with-image .content {
    position: relative;
    padding: 40px 15px;
    z-index: 5;
}

section.text-with-image .content>*:last-child {
    margin-bottom: 0;
}

section.text-with-image .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.text-with-image .title {
    margin-bottom: 25px;
}

section.text-with-image .title b {
    font-weight: inherit;
    color: var(--c-ui--2);
}

section.text-with-image .description {
    margin-bottom: 30px;
    max-width: 425px;
}

@media (min-width: 768px) {
    section.text-with-image {
        padding: 120px 0;
    }

    .home section.text-with-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        background: var(--c-ui--5);
        height: 100%;
        z-index: 1;
    }

    .home section.text-with-image .decor {
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: 195px;
        display: block;
        transform: translateY(-50%);
        z-index: 2;
    }

    .home section.text-with-image .decor svg,
    .home section.text-with-image .decor img {
        width: 830px;
    }

    .page-template-template_industry-details section.text-with-image .wrapper:before,
    .page-template-template_investors section.text-with-image .wrapper:before {
        top: -120px;
        height: calc(100% + 240px);
    }

    .page-template-template_industry-details section.text-with-image .wrapper:before {
        left: 50%;
        margin-left: -215px;
    }

    .page-template-template_investors section.text-with-image .wrapper {
        flex-direction: row;
    }

    .page-template-template_investors section.text-with-image figure {
        order: inherit;
    }

    .page-template-template_investors section.text-with-image figure div {
        margin-left: -15px;
    }

    .page-template-template_investors section.text-with-image figure img {
        height: 740px;
    }

    section.text-with-image .wrapper {
        display: flex;
        padding: 0 15px;
        align-items: center;
        gap: 75px;
    }

    section.text-with-image figure {
        flex: 0 0 50%;
    }

    section.text-with-image figure img {
        aspect-ratio: 545/595;
        height: auto;
    }

    section.text-with-image .content {
        padding-left: 0;
        padding-right: 0;
    }

    section.text-with-image.image-on-right .wrapper {
        flex-direction: row-reverse;
    }

    .page-template-template_industry-details section.text-with-image.image-on-right .wrapper:before,
    .page-template-template_investors section.text-with-image.image-on-right .wrapper:before {
        transform: scaleX(-1);
        transform-origin: 0% 50%;
        margin-left: 215px;
    }
}

@media (min-width: 960px) {
    .page-template-template_investors section.text-with-image {
        margin-top: -120px;
    }

    .page-template-template_investors section.text-with-image .wrapper:before {
        left: 15px;
    }

    .page-template-template_investors section.text-with-image figure div {
        margin-left: -52px;
    }
}

@media (min-width: 1230px) {
    .page-template-template_investors section.text-with-image .wrapper {
        gap: 100px;
    }

    .page-template-template_investors section.text-with-image figure div {
        margin-left: calc((50vw - 562px) * -1);
    }
}

section.titled-text .wrapper {
    padding-top: 80px;
    padding-bottom: 140px;
}

section.titled-text .wrapper .item {
    display: flex;
    flex-flow: column;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

section.titled-text .wrapper .item:not(:last-child) {
    padding-bottom: 100px;
}

section.titled-text .wrapper .item .content {
    line-height: 1.375rem;
}

section.titled-text .wrapper .item .content p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    section.titled-text .wrapper .item {
        flex-flow: row;
    }

    section.titled-text .wrapper .item .title {
        width: 40%;
        padding-right: 30px;
    }

    section.titled-text .wrapper .item .content {
        width: 60%;
    }
}

#posts-carousel .wrapper {
    overflow: hidden;
    padding-top: 10px;
}


/*# sourceMappingURL=style.css.map*/

/* Background Logo edit */
section.hero-contact svg,
section.hero-contact .wrapper>img {
    z-index: 0 !important;
}

section.hero-contact .wrapper>img {
    z-index: 0 !important;
}

/* Background Logo edit end */


/*새로운템플릿*/
section.hero-custompage {
    background: var(--c-ui--1);
    padding-top: 60px;
    padding-bottom: 60px;
    /* padding: 200px 400px; */
}

section.hero-custompage .wrapper {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    /* max-width: 2000px; */
}

section.hero-custompage .back-button {
    margin-bottom: 10px;
}

section.hero-custompage .sidebar {
    /* width: 17%; */
    padding-right: 65px;
    margin-top: 40px;
    color: #fff;
}

section.hero-custompage .content {
    /* width: 83%; */
    background: #fff;
    padding: 50px 15px;
    margin: 0 -15px;
}

@media (min-width: 960px) {
    section.hero-custompage {
        /* padding-bottom: 110px; */
        /* padding: 200px 400px; */
    }

    section.hero-custompage .wrapper {

        flex-flow: row;
    }

    section.hero-custompage .wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(100% - 20px);
        height: 100%;
        width: calc((100vw - 1100px) / 2);
        /* background: #fff; */
    }

    section.hero-custompage .sidebar {
        width: 26%;
        margin-top: 0;
    }

    section.hero-custompage .content {
        width: 76%;
        padding: 70px 90px;
        margin: 0;
    }
}

section.hero-custompage .content img {
    max-width: 100%;

}

















/* section_text_with_image2 2025-04-09 */
section.text-with-image2 figure {
    position: relative;
    z-index: 5;
}


section.text-with-image2 .content {
    position: relative;
    padding: 40px 15px;
    z-index: 5;
}



section.text-with-image2 .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.text-with-image2 .title {
    margin-bottom: 25px;
}

section.text-with-image2 .title b {
    font-weight: inherit;
    color: var(--c-ui--2);
}

section.text-with-image2 .wrapper .content .image_wrap {
    margin-top: 40px;
    /* padding: 20px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 650px;
}

section.text-with-image2 .wrapper .content .image_wrap img {
    margin-right: 20px;

}

section.text-with-image2 .wrapper .content .image_wrap .content_wrap {
    flex: 0 0 48%;
    min-width: 200px;
    max-width: 310px;
}

section.text-with-image2 .wrapper .content .image_wrap .content_wrap p {
    color: #777589;
}

section.text-with-image2 .wrapper .content .image_wrap .content_wrap h2 {
    font-weight: 600;
    margin: 15px 0px 10px;
}

/* mobile */
@media screen and (max-width: 768px) {
    section.text-with-image2 .wrapper .content .image_wrap {
        margin: 0px;
        padding: 0px;
    }

    .mobile-hide-br {
        display: none;
    }

    .home section.text-with-image2 .decor {
        display: none;
    }

    section.text-with-image2 figure {
        position: relative;
        z-index: 5;
    }

    section.text-with-image2 figure img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        height: 415px;
        width: 100%;

    }

    section.text-with-image2 .content {
        position: relative;
        padding: 40px 15px;
        z-index: 5;
    }

    section.text-with-image2 .content>*:last-child {
        margin-bottom: 0;
    }

    section.text-with-image2 .sub-title {
        font-weight: 500;
        font-size: 0.875rem;
        letter-spacing: 0.1175rem;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: var(--c-ui--2);
    }

    section.text-with-image2 .title {
        margin-bottom: 25px;
        font-size: 2rem;
    }

    section.text-with-image2 .title b {
        font-weight: inherit;
        color: var(--c-ui--2);
    }

    section.text-with-image2 .description {
        margin-bottom: 30px;
        max-width: 425px;
    }

    section.text-with-image2 .wrapper .content .image_wrap .content_wrap {
        display: flex;
        flex: 1;
    }
}


@media (min-width: 768px) {
    section.text-with-image2 {
        padding: 120px 0;
        position: relative;
        margin-bottom: 70px;
    }

    .home section.text-with-image2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        background: var(--c-ui--5);
        height: 80%;
        z-index: 1;
    }

    .home section.text-with-image2 .decor {
        position: absolute;
        /* top: 50%; */
        right: -28%;
        margin-right: 195px;
        display: block;
        transform: translateY(-50%);
        z-index: 2;
    }

    .home section.text-with-image2 .decor svg,
    .home section.text-with-image2 .decor img {
        width: 830px;
    }

    section.text-with-image2 .wrapper {
        display: flex;
        padding: 0px 15px;
        /* max-width: 1400px; */
        max-width: 1155px;
        margin: auto;
        justify-content: flex-end;
        position: relative;
    }

    section.text-with-image2 figure img {
        aspect-ratio: 630/600;
        height: auto;
        width: 780px;
        object-fit: cover;
        position: absolute;
        left: -630px;
    }

    section.text-with-image2 .content {
        padding: 50px 0px 50px 250px;
        max-width: 900px;
    }

}


/* @media (min-width: 2140px) {
    .home section.text-with-image2 .decor {
        right: 5%;
    }

    .home section.text-with-image2:before {
        width: 31%;
    }

    .home section.text-with-image2 .decor img {
        width: 1000px;
    }

    section.text-with-image2 figure img {
        aspect-ratio: 900 / 595;
        width: 1300px;
    }
    section.text-with-image2 .wrapper{
        padding: 0px 15px;
        max-width: 1155px;
    }
} */

/* 
@media (min-width: 960px) {
    .page-template-template_investors section.text-with-image2 {
        margin-top: -120px;
    }

    .page-template-template_investors section.text-with-image2 .wrapper:before {
        left: 15px;
    }

    .page-template-template_investors section.text-with-image2 figure div {
        margin-left: -52px;
    }
}

@media (min-width: 1230px) {
    .page-template-template_investors section.text-with-image2 .wrapper {
        gap: 100px;
    }

    .page-template-template_investors section.text-with-image2 figure div {
        margin-left: calc((50vw - 562px) * -1);
    }
} */




/* 세션3 */
.text-with-image3 {
    background: var(--c-ui--1);
}



.text-with-image3 .wrapper .content {
    color: white;

}

.text-with-image3 .wrapper .content .contact {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.9375rem;
    min-width: 156px;
    padding: 0 16px;
    border-radius: 30px;
    height: 43px;
    background: var(--c-ui--2);
    color: #fff;
    gap: 15px;
    transition: 400ms ease-in-out;
    transition-property: background, color;
}

.text-with-image3 .wrapper .content .contact i {
    font-size: 0.6875rem;

}


.text-with-image3 .wrapper .content .contact:hover {
    background: #034291;
    color: #fff;
}


.text-with-image3 .wrapper .image-slider-wrapper {
    position: relative;
}

.text-with-image3 .wrapper .image-slider-wrapper .slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

/* .text-with-image3 .wrapper .image-slider-wrapper .slides-container .slide_wrap {
    box-sizing: border-box;
} */



section.text-with-image3 .slide_wrap img {
    height: 100%;
}

section.text-with-image3 .slider-arrows {
    background: #0F73E4;
    /* height: 200px; */
    position: absolute;
    bottom: 0;
    font-size: 1.5rem;
}

section.text-with-image3 .slider-arrows button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;

}

section.text-with-image3 .slider-arrows button:hover {
    color: black;

}

section.text-with-image3 .sub-title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.1175rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--c-ui--2);
}

section.text-with-image3 .title {
    margin-bottom: 25px;
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 500;

}

section.text-with-image3 .title b {
    font-weight: inherit;
    background: linear-gradient(90deg, #3a8fff, #00f5d4);
    /* 파란~청록 계열 그라데이션 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

section.text-with-image3 .description {
    margin-bottom: 30px;
    /* max-width: 425px; */
    color: #c5c6df;
}


/* 모바일 */
@media screen and (max-width: 768px) {
    section.text-with-image3 .slide_wrap img {
        /* width: 500px; */
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100vw;
    }

    section.text-with-image3 .slider-arrows {
        right: 0;
        display: flex;
        flex-direction: row;
        /* gap: 5px; */
        justify-content: center;
    }

    section.text-with-image3 .slider-arrows .prev {
        padding-left: 10px;
    }

    section.text-with-image3 .slider-arrows .next {
        padding-right: 10px;
    }

    section.text-with-image3 .slider-arrows button {
        width: 72px;
        height: 72px;
    }

    .text-with-image3 .wrapper .image-slider-wrapper .slides-container .slide_wrap {
        max-width: 100%;
    }

    .text-with-image3 .wrapper .content {
        padding: 70px 15px;
    }

    section.text-with-image3 .title {
        font-size: 2rem;
    }

}

@media (min-width: 768px) {
    .text-with-image3 .wrapper .image-slider-wrapper .slides-container .slide_wrap {
        max-width: 100%;
    }

    .text-with-image3 .wrapper .image-slider-wrapper {
        overflow: hidden;
        max-width: 900px;
        position: absolute;
        right: -375px;
    }

    section.text-with-image3 .slide_wrap img {
        max-width: 900px;
    }

    section.text-with-image3 .slider-arrows {
        left: 0;
        display: flex;
        flex-direction: column;
        gap: 35px;
        flex: 0 0 90px;
        justify-content: center;
        width: 90px;
        height: 190px;
    }


    .text-with-image3 .wrapper {
        display: flex;
        /* justify-content: right; */
        /* max-width: 1400px; */
        max-width: 1155px;
        margin: auto;
        min-height: 600px;
        padding: 0px 15px;
        position: relative;
    }

    .text-with-image3 .wrapper .content {
        width: 600px;
        display: flex;
        align-items: center;
    }

}


/* 2025-12-31 비씨티원 작성 */

.select-wrap {
    max-width: 1155px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 80px;
}

.tabs {
    display: flex;
    justify-content: space-around;
    padding: 0 140px;
    font-size: 20px;

}

.tabs span {
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;

}

.tabs b {
    color: #cfcfcf;
    font-size: 30px;
    font-weight: 100;
}

.active {
    color: #107dfd;
}

.tab-panel {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.tab-panel.panalActive {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
    margin-bottom: 80px;
}

/* 공통 테이블 */
.report-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    color: #222;
}

/* 헤더 */
.report-table thead th,
.report-table thead td {
    padding: 14px 10px;
    background-color: #f5f6f8;
    font-weight: 600;
    text-align: center;
    border-top: 3px solid #222;
}

/* 바디 */
.report-table tbody td {
    padding: 16px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

/* 제목 컬럼만 좌측 정렬 */
.report-table tbody td:nth-child(2),
.report-table thead td:nth-child(2) {
    text-align: left;
}

/* hover 효과 */
.report-table tbody tr:hover {
    background-color: #f9fbff;
}

/* 마지막 행 하단 강조 */
.report-table tbody tr:last-child td {
    border-bottom: 3px solid #222;
}

.tab-content {
    min-height: 800px;
}





/* =========CPT 커스텀 포스트 타입 디테일 스타일=============== */

.analystReport-wrap {
    min-height: 500px;
    max-width: 1155px;
    padding: 0 15px;
    margin: 80px auto 0;
    font-family: 'Noto Sans KR', sans-serif;
}

/* 제목 */
.analystReport-wrap h1 {
    font-size: 40px;
    font-weight: bold;
    color: #2a274b;
    margin-bottom: 10px;
}

/* 날짜 */
.analystReport-wrap .date {
    display: block;
    font-size: 14px;
    color: #2b264c;
    margin: 25px 0px;
}

/* 파일 영역 */
.analystReport-wrap .file {
    padding: 20px 0;
    border-top: 1px solid #bdbdc2;
    border-bottom: 3px solid #bdbdc2;
    font-size: 15px;
    color: #2a274b;
    cursor: pointer;
}

/* 본문 */
.analystReport-wrap .content {
    font-size: 15px;
    line-height: 1.8;
    color: #2a274b;
    margin-bottom: 60px;
    padding: 30px 35px 50px;
    border-bottom: 3px solid #bdbdc2;
}

/* 버튼 영역 */
.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 공통 버튼 */
.btn-wrap button {
    min-width: 90px;
    height: 38px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 8px;
}

/* 이전 / 다음 */
.btn-line {
    background: #fff;
    border: 1px solid #bdbdc2;
    color: #2a274b;
}

.btn-line:hover {
    background: #b5b5bf;
    border: 1px solid #b5b5bf;
    color: #7a7a83;
}


.btn-primary:hover {
    background: #1080fe;
    border: none;
    color: #fff;
}

.btn-primary {
    background: #fff;
    border: 1px solid #1080fe;
    color: #1080fe;
}

/* 오른쪽 버튼 간격 */
.btn-right button:last-child {
    margin-right: 0;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
}

.pagination a img {
    height: 14px;
}

.pagination .current {
    background: #f8f8f8;
    color: #1279fd;
}