@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('fonts/ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1;
    letter-spacing: 0.03em;
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
:focus{
    outline:none
}

:root {
    --Founders-Blue-80: #304F5F;
    --Founders-Blue-100: #193B4D;
    --Border-Blue: #2A5064;
    --Gradient-Blue-linear: linear-gradient(156deg, #2A5064 -1.03%, rgba(42, 80, 100, 0.20) 100%);
    --Gradient-Blue-linear-2: linear-gradient(69deg, rgba(25, 58, 76, 0.80) 14.87%, rgba(25, 58, 76, 0.10) 100%);
    --Proxima-Red: #AA000B;
    --Proxima-Blue: var(--Founders-Blue-100);
    --Proxima-Red-Dark: #4D0005;
    --Industry-Steel-40: #E8EBED;
    --Industry-Steel-60: #D1D8DB;
    --Industry-Steel-80: #ADBAC0;
    --Industry-Steel-100: #90A3A3;
    --Legacy-40: #FBFBF4;
    --Legacy-100: #F3F0DB;
    --transparent-blue-16: rgba(48, 79, 95, 0.16);
    --transparent-blue-48: rgba(42, 80, 100, 0.48);
    --container-width: 1204px;
    --editor-container-width: 796px;

    --wp--style--gallery-gap-default: 25px;
}

html,body{
    background:#ffffff;
    font-family:'Proxima Nova',sans-serif;
    font-size:18px;
    color: var(--Founders-Blue-80);
    margin:0;
    padding:0;
    height:100%;
    scroll-behavior: smooth;
    line-height: 140%;

    --swiper-theme-color: var(--Proxima-Blue);
    --swiper-pagination-bullet-inactive-color: var(--Industry-Steel-40);
    --swiper-pagination-bottom: -40px;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-bullet-inactive-opacity: 1;
}
html{
    overflow-y:scroll
}
a{
    color:#1e22aa;
    color:inherit;
    text-decoration:none;
    cursor:pointer
}
a:hover{
    cursor:pointer;
    text-decoration:underline
}
input{
    vertical-align:middle
}
input,textarea,button {
    -webkit-appearance: none;
    font-family: 'Proxima Nova', sans-serif;
}
textarea {
    resize: vertical;
}
input[type="submit"],
button {
    cursor: pointer;
    font-size: 1em;
}
.alignright{
    float:right
}
.alignleft{
    float:left
}
.aligncenter{
    margin:0 auto;
    text-align:center
}
img.aligncenter{
    display:block
}
.clearfix:after {
    content:'';
    display:block;
    clear:both
}
.clear{
    clear:both
}
b,strong,.strong{
    font-weight:700
}
i,em{
    font-style:italic
}
p{
    margin:0 0 1.2em
}
img.alignright{
    margin:10px 0 10px 10px
}
img.alignleft{
    margin:10px 10px 10px 0
}
img {
    max-width: 100%;
    height: auto;
}
.wp-block-image img {
    height: auto;
}
.body-content {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.screen-reader-response {
    display: none;
}
.no-transitions * {
    transition: none!important;
}
.wp-block-quote {
    font-family: "IBM Plex Serif";
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 45px;
    line-height: 1.4;
    background: url(graphics/mark-color.svg) no-repeat 0 10px;
}

h1 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 58px;
    line-height: 110%; 
    letter-spacing: -0.01em;
    color: var(--Founders-Blue-100);
    margin-bottom: 0.45em;
}
h2, 
.h2 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%; 
    letter-spacing: -0.01em;
    color: var(--Founders-Blue-100);
    margin-bottom: 0.45em;
}
h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%; 
    letter-spacing: -0.01em;
    color: var(--Founders-Blue-100);
    margin-bottom: 0.9em;
}
h4,
.h4 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: var(--Founders-Blue-100);
}
h5 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--Proxima-Red);
}
.wp-block-list {
    margin: 1em 0 1em 1.5em;
}
.wp-block-list li {
    margin: 0.5em 0;
}
ul.wp-block-list {
    list-style-type: disc;
}
ul.wp-block-list ul {
    list-style-type: circle
}
ol.wp-block-list {
    list-style-type: decimal;
}
.theme-button, .wp-block-button__link {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    background-image: url(graphics/proicons_chevron-right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-color: var(--Proxima-Red );
    color: #fff;
    display: inline-flex;
    height: 48px;
    padding: 12px 39px 12px 17px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: background-color 0.25s, background-position 0.25s;
}
.theme-button:hover, .wp-block-button__link:hover {
    background-position: calc(100% - 6px) center;
    text-decoration: none;
    background-color: var(--Proxima-Red-Dark);
}
.theme-button-alt {
    background-color: var(--Founders-Blue-100);
}
.theme-button-md {
    padding-right: 79px;
    padding-left: 57px;
    background-position: calc(100% - 52px) center;
}
.theme-button-md:hover {
    background-position: calc(100% - 46px) center;
}
.editor-content * + h2,
.editor-content * + h3,
.editor-content * + h4,
.editor-content * + h5 {
    margin-top: 1.2em;
}
.editor-content + .footer-get-in-touch {
    margin-top: 150px;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.wp-block-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed,
.wp-block-gallery {
    margin: 40px 0;
}
.wp-block-embed:first-child {
    margin-top: 0;
}

.container {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}
.editor-content {
    max-width: var(--editor-container-width);
    margin-left: auto;
    margin-right: auto;
}
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
}
.main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
}
.main-nav a {
    transition: color 0.25s;
    display: block;
}
.main-nav li:hover > a,
.main-nav li a:hover {
    color: var(--Proxima-Red);
    text-decoration: none;
}
.main-nav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.main-nav .sub-menu {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
    display: block;
    position: absolute;
    left: -20px;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
    height: auto;
    padding: 10px 0;
    line-height: 180%;
    pointer-events: none;
}
.main-nav .sub-menu li {
    background: var(--Legacy-40);
    padding: 0 24px;
}
.main-nav .sub-menu li:first-child {
    padding-top: 14px;
}
.main-nav .sub-menu li:last-child {
    padding-bottom: 14px;
}
.menu-item-has-children {
    background: url(graphics/proicons_chevron-down.svg) no-repeat right center;
    padding-right: 20px;
    background-size: 12px;
    position: relative;
}

body *[id*="gform_wrapper"][data-form-index].gform-theme {
    --gf-radius: 0!important;
    --gf-ctrl-border-color: var(--Industry-Steel-40)!important;
    --gf-ctrl-shadow: none!important;
    --gf-color-out-ctrl-dark: var(--Founders-Blue-100)!important;
    --gf-font-weight-tertiary: 500!important;
    --gf-font-size-tertiary: 14px!important;
    --gf-ctrl-label-color-primary: var(--Proxima-Blue)!important;
    --gf-ctrl-label-color-secondary: var(--Proxima-Blue)!important;
    --gf-ctrl-label-color-tertiary: var(--Proxima-Blue)!important;
    --gf-ctrl-size-md: 42px!important;
    --gf-label-space-primary: 4px!important;
    --gf-label-space-secondary: 4px!important;
    --gf-label-space-tertiary: 4px!important;
    --gf-desc-space: 4px!important;
    --gf-form-gap-y: 14px!important;
    --gf-color-primary: var(--Founders-Blue-100)!important;
    --gf-color-primary-darker: var(--Proxima-Red-Dark)!important;
    --gf-ctrl-btn-bg-color-primary: var(--Founders-Blue-100)!important;
    --gf-ctrl-outline-width-focus: 0!important;
}
.gfield_required {
    display: none!important;
}
.gfield textarea.large {
    min-block-size: 10em!important;
}
.gform_button {
    font-size: 16px!important;
}
.site_header__menu-buttons {
    display: none;
}

.site-header {
    padding: 5px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    background: rgba(255, 255, 255, 1);
    transition: background-color 0.25s, box-shadow 0.25s;
}
.home .site-header {
    background-color: transparent;
}
.scrolled .site-header {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.site-header .row {
    align-items: center;
}
.page:not(.home) .site-header-and-page-hero + section {
    padding-top: 20px;
}
.page:not(.home) .awards-block {
    padding-bottom: 20px;
}
.site-header .lottie-logo {
    width: 287px;
    height: 75px;
    margin-left: -12px;
}

.page-hero {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 50px;
    background-color: var(--Proxima-Blue);
    padding-top: 85px;
    overflow: hidden;
}
.page-hero .container {
    max-width: var(--editor-container-width);
}
.page-hero__bg.page-hero--default-bg {
    background-image: url(graphics/bg-block.svg);
    background-position: 50% 50%;
    background-size: 1337px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.page-hero__bg.page-hero--default-image {
    background-image: url(graphics/default-hero.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
}

/* Fade slideshow styles for multiple backgrounds */
.page-hero__bg--slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.page-hero__bg--slide.active {
    opacity: 1;
} 
.admin-bar .page-hero__bg {
    top: 63px;
}
.page-hero > *:not(.page-hero__bg):not(.page-hero__overlay) {
    position: relative;
    z-index: 3;
}
.single .page-hero {
    margin-bottom: 80px;
}
.page-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Gradient-Blue-linear);
}
.page-hero.page-hero--default-bg .page-hero__overlay {
    display: none;
}
.page-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    height: 430px;
    position: relative;
}
.page-hero__title {
    margin: 0 0 20px;
    color: inherit;
}
.page-hero__parent.tag {
    color: inherit;
    margin-bottom: 10px;
}
.single-team .page-hero .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    max-width: 900px;
}
.single-team .page-hero__title {
    margin: 0;
    text-align: left;
}
.single-team .page-hero__subtitle {
    font-family: "IBM Plex Serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1em;
}
.page-hero__thumbnail {
    flex: 0 0 376px;
    width: 376px;
    height: 376px;
    margin: 0 40px 0 0;
}
.page-hero__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 50%;
}
.single-team .page-hero__content {
    align-items: flex-start;
}
.page-hero__social-links {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 0;
}
.page-hero__social-link {
    opacity: 0.6;
    transition: opacity 0.25s;
}
.page-hero__social-link:hover {
    opacity: 1;
}
.page-hero__social-link img {
    display: block;
}

.tag {
    color: var(--Proxima-Red);
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.pre-footer__columns {
    display: flex;
    justify-content: space-between;
}
.pre-footer__col--contacts {
    flex: 0 0 40%;
    padding: 60px 0 0;
}
.pre-footer__contacts {
    margin-top: 45px;
}
.pre-footer__label {
    margin-bottom: 6px;
}
.pre-footer__tag {
    color: inherit;
}
.pre-footer__icon {
    flex: 0 0 40px;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px 8px 8px 8px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100%;
    background: var(--Legacy-100);
    margin-right: 15px;
}
.pre-footer__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.pre-footer__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 140%;
    margin: 30px 0 0;
}
.pre-footer__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--Industry-Steel-40);

}
.footer-get-in-touch {
    background: url(graphics/prefooter-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 0!important;
}
.pre-footer {
    background: var(--Gradient-Blue-linear-2);
    backdrop-filter: blur(3px);
    padding: 70px 0;
}
.pre-footer__title,
.pre-footer__label {
    color: inherit;
}
.pre-footer__col--contact-widget {
    flex: 0 0 41%;
    box-sizing: border-box;
    padding: 32px;
    background: #fff;
    color: var(--Founders-Blue-80, #304F5F);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.pre-footer__contact-widget h3 {
    margin-bottom: 15px;
    font-size: 24px;
}
.pre-footer__contact-widget p {
    margin-bottom: 12px;
}

.site-footer {
    background: var(--Proxima-Blue) url(graphics/bg-stars.svg) no-repeat 50% 50%;
    background-size: auto 100%;
    color: var(--Legacy-100);
    padding: 80px 0 40px;
}
.site-footer__menu {
    flex: 0 0 40.5%;
    line-height: 200%;
}
.site-footer__menu a {
    transition: color 0.25s;
}
.site-footer__menu a:hover {
    color: #fff;
    text-decoration: none;
}
.site-footer .row--about {
    margin: 75px 0 10px;
    padding: 25px 0 0;
    border-top: 1px solid #3F4C53;
    font-size: 14px;
    color: var(--Industry-Steel-100);
}
.site-footer .row--legal {
    font-size: 14px;
    color: var(--Industry-Steel-100);
    padding: 0 0 5px;
}
.text-social-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.text-social-link:hover {
    text-decoration: none;
    color: #fff;
}
.text-social-link:hover path {
    stroke: #fff;
}
.text-social-link,
.text-social-link path {
    transition: color 0.25s, stroke 0.25s;
}

.site-header__menu-button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 12px;
    border: 1px solid var(--Founders-Blue-100);
}
.site-header__menu-button-open,
.site-header__menu-button-close {
    border-color: transparent;
    width: 24px;
    height: 24px;
    padding: 8px;
}
.site-header__menu-button-close {
    display: none;
}
.site-header__menu-button svg {
    width: 100%;
    height: 100%;
}
.site-header__nav-button {
    display: none;
}

@media screen and (max-width: 1250px) {
    :root {
        --container-width: 980px;
    }
}
@media screen and (max-width: 1000px) {
    :root {
        --container-width: 796px;
    }
    .site-header__nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: #fff;
        padding: 95px 0 100px;
        box-sizing: border-box;
        display: none;
    }
    .menu-open .site-header__nav {
        display: block;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    }
    .menu-open .site-header__menu-button-close {
        display: block;
    }
    .menu-open .site-header__menu-button-phone,
    .menu-open .site-header__menu-button-open {
        display: none;
    }
    .site-header .theme-button {
        display: none;
    }
    .pre-footer__col--contacts {
        flex: 0 0 42%;
    }
    .pre-footer__col--contact-widget {
        flex: 0 0 53%;
    }

    .site-header-and-page-hero {
        position: relative;
        z-index: 5;
    }
    .site_header__menu-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 1;
    }
    .site_header__menu-buttons svg {
        display: block;
    }
    .site-header__nav-button,
    .site-header__nav-menu {
        max-width: var(--container-width);
        margin: 0 auto;
    }
    .site_header__menu-buttons,
    .site-header__logo {
        position: relative;
        z-index: 1;
    }
    .menu-item-has-children {
        background: none;
        padding-right: 0;
    }
    .site-header__nav-button {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .main-nav {
        display: block;
    }
    .site-header__nav-menu li {
        margin: 0 0 26px;
    }
    .site-header__nav-menu .sub-menu li {
        margin: 0 0 2px;
    }
    .site-header__nav-menu a {
        padding: 5px 0;
        display: block;
        color: var(--Founders-Blue-80);
        font-family: "IBM Plex Serif";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
    }
    .site-header__nav-menu .sub-menu {
        display: block;
        position: static;
        opacity: 1;
        transform: none;
        padding: 0;
        margin: 5px 0 0;
    }
    .main-nav .sub-menu li:first-child {
        padding-top: 0;
    }
    .main-nav .sub-menu li:last-child {
        padding-bottom: 0;
    }
    .site-header__nav-menu .sub-menu li {
        background: none;
    }
    .site-header__nav-menu .sub-menu a {
        font-size: 15px;
    }
        
}
@media screen and (max-width: 820px) {
    :root {
        --container-width: auto;
        --editor-container-width: auto;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .page-hero__content {
        min-height: 33vw;
        height: auto;
    }
    .theme-button-wrapper--mobile-fullwidth {
        width: 100%;
        text-align: center;
    }
    .pre-footer {
        padding: 50px 0;
    }
    .pre-footer__col--contacts {
        padding: 0;
        margin-top: 0;
    }
    .pre-footer__columns {
        display: block;
    }
    .pre-footer__container {
        max-width: 600px;
        padding: 0 15px;
    }
    .pre-footer__contacts {
        margin-top: 0;
    }
    .pre-footer__item {
        margin: 25px 0;
    }
    .pre-footer__col--contact-widget {
        margin-top: 40px;
    }
    .site-footer {
        padding: 47px 0 40px;
        background-position: 100% 0;
    }
    .site-footer .row {
        display: block;
    }
    .site-footer .is-layout-flex {
        display: block;
        text-align: center;
    }
    .site-footer .wp-block-column + .wp-block-column {
        border-top: 1px solid #3F4C53;   
        margin-top: 34px;
    }
    .site-footer__menu {
        margin: 45px 0 18px;
    }
    .site-footer__menu li {
        margin: 22px 0;
    }
    .site-footer .site-footer__menu .wp-block-column + .wp-block-column li {
        margin: 5px 0;
        font-size: 14px;
    }
    .site-footer .row--about {
        margin-top: 0;
    }

    .single-team .page-hero {
        position: relative;
        margin-bottom: 150px;
        padding-bottom: 125px;
    }
    .page-hero__thumbnail {
        margin: 10px 0 0;
        flex: 0 0 250px;
        width: 250px;
        height: 250px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
    }
    .single-team .page-hero__content {
        align-items: center;
        min-height: 0;
    }
    .single-team .page-hero .container {
        flex-direction: column;
        text-align: center;
    }
    .page-hero__social-links {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    :root {
        --container-width: 345px;
        --editor-container-width: 345px;
    }
    .container{
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 31px;
    }
    h2, 
    .h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }

    .page-hero__content {
        min-height: 40vw;
    }
    .site-header .lottie-logo {
        width: 212px;
        height: 56px;
    }

    .theme-button-wrapper--mobile-fullwidth {
        display: block;
    }
    .theme-button-wrapper--mobile-fullwidth .theme-button {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: none;
        padding: 0 20px;
    }
    .theme-button-wrapper--mobile-fullwidth .theme-button::after {
        content: '';
        display: block;
        background: url(graphics/proicons_chevron-right.svg) no-repeat center center;
        width: 16px;
        height: 16px;
    }

    .row {
        gap: 5px;
    }

    .site-header__logo {
        margin: 9px 0;
    }
    .site-header__logo  {
        flex: 0 0 207px;
    }
    .site-header__logo img {
        width: 100%;
        height: 48px;
    }
    .wp-block-quote {
        font-size: 18px;
    }

    .page-hero {
        margin-bottom: 20px;
    }

    .pre-footer__container {
        max-width: var(--container-width);
    }
    .pre-footer__col--contact-widget {
        padding: 16px;
    }
    .site-footer__logo .logo {
        width: 174px;
        height: 40px;
        display: block;
    }
}
@media screen and (max-width: 374px) {
    :root {
        --container-width: 300px;
        --editor-container-width: 300px;
    }
}