@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Variable.woff2') format('woff2'),
         url('../fonts/Satoshi/Satoshi-Variable.woff') format('woff'),
         url('../fonts/Satoshi/Satoshi-Variable.ttf') format('truetype');
        font-weight: 300 900;
        font-display: swap;
        font-style: normal;
}

:root {
    --white: #fff;
    --white-80: rgba(255, 255, 255, 0.80);
    --white-30: rgba(255, 255, 255, 0.30);
    --white-15: rgba(255, 255, 255, 0.15);

    --black: #0B0B0B;
    --black-80: rgba(11, 11, 11, 0.80);
    --black-60: rgba(11, 11, 11, 0.60);
    --black-50: rgba(11, 11, 11, 0.50);
    --black-40: rgba(11, 11, 11, 0.40);
    --black-30: rgba(11, 11, 11, 0.30);
    --black-15: rgba(11, 11, 11, 0.15);

    --orange: #EF7825;
    --orange-80: rgba(239, 120, 37, 0.8);
    --orange-light: #F39757;
    --orange-dark: #B45D31;

    --lgray: #F8F6F0;
    --lgray-90: rgba(248, 246, 240, 0.90);

    --green-moss: #5F7A57;
    --purple: #6D6289;
}

/* Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: var(--black-80);
    background: var(--white);
}
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;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;
    width: 32px;
    height: 32px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 26px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--white);
}
.header-dark .hamburger-inner,
.header-dark .hamburger-inner:after,
.header-dark .hamburger-inner:before,
.header-scrolled .hamburger-inner,
.header-scrolled .hamburger-inner:after,
.header-scrolled .hamburger-inner:before,
.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before  {
    background-color: var(--orange);
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.grid-container {
	width: 100%;
    max-width: 1272px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 10;
}

header {
    position: fixed;
    top: 0; right: 0; left: 0;
    background: transparent;
    padding: 0 0;
    z-index: 900;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid var(--black-15);
}
header.is-active,
header.header-scrolled {
    background: var(--white);
}
header.header-scrolled .header-nav > ul > li > a,
header.header-dark .header-nav > ul > li > a {
    color: var(--black);
}
header.header-scrolled .header-nav > ul > li a:hover,
header.header-dark .header-nav > ul > li a:hover {
    color: var(--orange);
}
header.header-dark:not(.header-scrolled) .header-nav > ul ul {
    background: var(--white);
}
header.header-dark:not(.header-scrolled) .header-nav > ul ul li a {
    color: var(--black);
}
header .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-logo {
    margin-right: 24px;
}
.header-logo a {
    display: block;
    line-height: 0;
}
.header-logo img {
    max-height: 40px;
}
.header-right {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-nav > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 24px;
}
.header-nav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
.header-nav > ul > li.menu-item-has-children > a::after {
    content: '';
    width: 16px; height: 16px;
    background: url(../img/icon-chev-16-orange.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
header.header-dark .header-nav > ul > li.menu-item-has-children > a::after,
header.header-scrolled .header-nav > ul > li.menu-item-has-children > a::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.header-nav > ul > li.menu-item-has-children:hover > a::after {
    filter: none !important;
    transform: translateY(-50%) rotate(180deg);
}
.header-nav > ul > li a {
    display: block;
    padding: 26px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.48px;
    color: var(--white);
    transition: 0.2s ease-in-out;
}
.header-nav > ul > li a:hover,
.header-nav > ul > li:hover > a {
    color: var(--orange) !important;
}
.header-nav > ul ul {
    margin: 0;
    position: absolute;
    top: 100%; left: -24px;
    min-width: 210px;
    padding: 24px;
    background: var(--black);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.header-nav > ul ul li:not(:last-child) {
    margin-bottom: 16px;
}
.header-nav > ul ul li a {
    padding: 0;
    color: var(--white);
}
.header-nav > ul > li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-hold {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background: var(--white);
    z-index: 899;
    padding: 64px 0 50px;
    display: none;
}
.mobile-nav-hold .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;

    height: 100%;
    padding: 0;
}
.mobile-nav-hold .grid-container > div {
    width: 100%;
    padding: 0 16px;
}
.mobile-nav-btn {
    margin-top: 24px;
}
.mobile-nav-btn a {
    width: 100%;
}
.mobile-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 

    overflow: auto;
}
.mobile-nav > ul > li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 28px 0;
    border-bottom: 1px solid var(--black-15);
}
.mobile-nav > ul > li > a {
    display: inline-block;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.56px;
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.mobile-nav > ul > li > a:hover {
    color: var(--black);
}
.mobile-nav > ul > li span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;

    display: inline-block;
    height: 42px;
    position: relative;
    cursor: pointer;
}
.mobile-nav > ul > li span::before {
    content: '';
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--orange) url(../img/icon-arrow-up-right-black.svg) no-repeat center center / 24px;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.mobile-nav > ul > li.menu-item-has-children > span::before {
    background: var(--orange);
}
.mobile-nav > ul > li.menu-item-has-children > span::after {
    content: '';
    width: 24px; height: 24px;
    background: url(../img/icon-plus-black.svg) no-repeat center center / 24px;
    position: absolute;
    top: 50%; right: 6px;
    transform: translateY(-50%);
}
.mobile-nav > ul > li.menu-item-has-children > span.is-active::after {
    background: url(../img/icon-minus-black.svg) no-repeat center center / 24px;
}
.mobile-nav > ul ul {
    width: 100%;
    margin: 0;
    display: none;
}
.mobile-nav > ul ul li:first-child {
    margin-top: 24px;
}
.mobile-nav > ul ul li {
    margin-top: 24px;
}
.mobile-nav > ul ul li a {
    font-size: 20px;
    line-height: 1.3;
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.mobile-nav > ul ul li a:hover {
    color: var(--black);
}

footer {
    background: var(--white);
    padding: 64px 0;
}
.footer-logo {
    margin-bottom: 32px;
}
.footer-logo img {
    max-height: 40px;
}
.footer-copywrite {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.39px;
    color: var(--black-50);
}
.global-socials {
    margin-bottom: 32px;
}
.global-socials ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.global-socials ul li:not(:last-child) {
    margin-right: 20px;
}
.global-socials ul li a {
    display: block;
    width: 32px; height: 32px;
    border-radius: 50%;
    background-color: var(--orange);
    position: relative;
    transition: 0.2s ease-in-out;
}
.global-socials ul li a:hover {
    background: var(--orange-light);
}
.global-socials ul li a img {
    width: 20px; height: 20px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.footer-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-nav ul li:not(:last-child) {
    margin-right: 24px;
}
.footer-nav ul li a {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.48px;
    color: var(--black);
    transition: 0.2s ease-in-out;
    font-weight: 500;
}
.footer-nav ul li a:hover {
    color: var(--orange);
}

.btn-orange,
.btn-orange:focus,
.btn-orange:active {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 17px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black) !important;
    background: var(--orange);
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid var(--orange);
}
.btn-orange:hover {
    color: var(--orange) !important;
    background: transparent;
}
.btn-slim,
.btn-slim:focus,
.btn-slim:active {
    padding: 11px 20px;
}
.btn-orange-arrow,
.btn-orange-arrow:focus,
.btn-orange-arrow:active {
    padding-right: 57px;
}
.btn-orange-arrow:before,
.btn-orange-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 14px;
    opacity: 1;
    transform: translate(0, 0);
    transition: transform .65s 0.2s cubic-bezier(.475,.425,0,.995), opacity 0.65s 0.2s cubic-bezier(.475,.425,0,.995);
}
.btn-orange-arrow::before {
    background: url(../img/icon-arrow-up-right-black.svg) no-repeat center center / contain;
}
.btn-orange-arrow::after {
    background: url(../img/icon-arrow-up-right-orange.svg) no-repeat center center / contain;
    transform: translate(-16px, 16px);
    opacity: 0;
}
.btn-orange-arrow:hover:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
.btn-orange-arrow:hover:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}
a:hover .btn-orange-arrow:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
a:hover .btn-orange-arrow:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}

.btn-black-border,
.btn-black-border:focus,
.btn-black-border:active {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 17px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    background: transparent;
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid var(--black);
}
.btn-black-border:hover {
    color: var(--black);
    background: var(--orange);
    border-color: var(--orange);
}
.btn-black-border-arrow,
.btn-black-border-arrow:focus,
.btn-black-border-arrow:active {
    padding-right: 57px;
}
.btn-black-border-arrow:before,
.btn-black-border-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icon-arrow-up-right-black.svg) no-repeat center center / contain;
    right: 25px;
    top: 14px;
    opacity: 1;
    transform: translate(0, 0);
    transition: transform .65s 0.2s cubic-bezier(.475,.425,0,.995), opacity 0.65s 0.2s cubic-bezier(.475,.425,0,.995);
}
.btn-black-border-arrow:after {
    transform: translate(-16px, 16px);
    opacity: 0;
}
.btn-black-border-arrow:hover:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
.btn-black-border-arrow:hover:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}
a:hover .btn-black-border-arrow:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
a:hover .btn-black-border-arrow:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}

.title-h1 {
    font-size: 71px;
    line-height: 1.05;
    letter-spacing: -1.42px;
    margin-bottom: 32px;
    color: var(--black);
}
.title-h1-lg {
    font-size: 80px;
    line-height: 1.05;
    letter-spacing: -1.42px;
    margin-bottom: 32px;
    color: var(--black);
}
.title-h2 {
    font-size: 59px;
    line-height: 1.05;
    letter-spacing: -1.18px;
    margin-bottom: 32px;
    color: var(--black);
    font-weight: 500;
}
.title-h4 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.7px;
    margin-bottom: 32px;
    color: var(--black);
}
.title-h5 {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.54px;
    margin-bottom: 24px;
    color: var(--black);
    font-weight: 500;
}
.text-regular {
    color: var(--black-80);
    margin-bottom: 32px;
}
.text-regular p:not(:last-child) {
    margin-bottom: 10px;
}
.text-regular a {
    color: var(--black-80);
    transition: 0.2s ease-in-out;
}
.text-regular a:hover {
    color: var(--orange);
}
.text-quote {
    font-size: 47px;
    line-height: 1.1;
    color: var(--black);
}
.text-large {
    font-size: 24px;
    line-height: 1.3;
}
.text-xlarge {
    font-size: 32px;
    line-height: 1.3;
}
.text-xlarge p:not(:last-child) {
    margin-bottom: 40px;
}
.text-xsmall {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.39px;
}

.section-white {
    background: var(--white);
}
.section-black {
    background: var(--black);
    color: var(--white);
}
.section-black * {
    color: var(--white);
}
.section-lgray {
    background: var(--lgray);
}
.section-dotted-l3 {
    background: url(../img/bg-dots-p-l3.svg) repeat;
    position: relative;
}
.section-dotted-l3:not(.section-dotted-l3-no-after)::after {
    content: '';
    width: 100%; height: 240px;
    position: absolute;
    right: 0; bottom: 0; left: 0;
    background: linear-gradient(180deg, rgba(248, 246, 240, 0.00) 0, #F8F6F0 100%);
    pointer-events: none;
}

.padding-top-large {
    padding-top: 224px;
}
.padding-top-medium {
    padding-top: 144px;
}
.padding-top-small {
    padding-top: 96px;;
}
.padding-top-xsmall {
    padding-top: 64px;
}

.padding-bottom-large {
    padding-bottom: 224px;
}
.padding-bottom-medium {
    padding-bottom: 144px;
}
.padding-bottom-small {
    padding-bottom: 96px;
}
.padding-bottom-xsmall {
    padding-bottom: 64px;
}

.section-top {
    margin-bottom: 48px;
}
.section-top.mb-lg {
    margin-bottom: 64px;
}

.overflow-hidden {
    overflow: hidden;
}

.mb-32 {
    margin-bottom: 32px !important;
}
.mb-48 {
    margin-bottom: 48px !important;
}

.rounded-lg > img {
    border-radius: 16px;
}
.rounded-lg {
    border-radius: 16px;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.owl-has-nav .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-has-nav .owl-nav button.owl-next, 
.owl-has-nav .owl-nav button.owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--lgray);
    transition: 0.2s ease-in-out;
    position: relative;
}
.owl-has-nav .owl-nav button::before {
    content: '';
    width: 54px; height: 54px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.owl-has-nav .owl-nav button.owl-prev::before {
    background: url(../img/icon-owl-prev-black.svg) no-repeat center center / contain; 
}
.owl-has-nav .owl-nav button.owl-next::before {
    background: url(../img/icon-owl-next-black.svg) no-repeat center center / contain;
}
.owl-has-nav .owl-nav button:hover {
    background: var(--orange);
}
.section-lgray .owl-has-nav .owl-nav button {
    background: transparent !important;
    border: 1px solid var(--black);
}
.section-lgray .owl-has-nav .owl-nav button:hover{
    background: var(--orange) !important;
    border-color: var(--orange);
}
.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}
.owl-has-nav .owl-nav button span {
    display: none;
}

.link-orange-arrow,
.link-orange-arrow:focus,
.link-orange-arrow:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative;
    padding-right: 32px;
}
.link-orange-arrow:hover {
    color: var(--orange-dark);
}
.link-orange-arrow:before,
.link-orange-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icon-arrow-up-right-orange-dark.svg) no-repeat center center;
    right: 0;
    top: -2px;
    opacity: 1;
    transform: translate(0, 0);
    transition: transform .65s 0.2s cubic-bezier(.475,.425,0,.995), opacity 0.65s 0.2s cubic-bezier(.475,.425,0,.995);
}
.link-orange-arrow:after {
    transform: translate(-16px, 16px);
    opacity: 0;
}
.link-orange-arrow:hover:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
.link-orange-arrow:hover:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}
a:hover .link-orange-arrow:before {
    transform: translate(16px, -16px);
    opacity: 0;
    transition: transform .45s cubic-bezier(.475,.425,0,.995), opacity .45s cubic-bezier(.475,.425,0,.995);
}
a:hover .link-orange-arrow:after {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform .45s 0.2s cubic-bezier(.475,.425,0,.995), opacity .45s 0.2s cubic-bezier(.475,.425,0,.995);
}

.scale-effect {
    overflow: hidden;
    position: relative;
}
.scale-effect img {
    width: 100%; height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s ease-in-out;
}
a:hover .scale-effect img {
    transform: translate(-50%, -50%) scale(1.1);
}

.tag-inside-image {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 12px;
    background: var(--lgray-90);
    color: var(--black);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.39px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 5;
}

.hero-homepage-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    
    min-height: 100vh;
    padding: 96px 0 122px;
    position: relative;
}
.hero-homepage-section .grid-container {
    pointer-events: none;
}
.hero-homepage-section .grid-container div {
    pointer-events: all;
}
.hero-homepage-section .text-regular {
    margin-bottom: 32px;
}
.hero-homepage-section .hero-homepage-owl {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.hero-homepage-section .hero-homepage-owl .owl-stage-outer,
.hero-homepage-section .hero-homepage-owl .owl-stage-outer div {
    height: 100%;
}
.hero-homepage-section .section-btns {
    display: inline-block;
}
.hero-homepage-owl {
    position: relative;
}
.hero-homepage-owl .item {
    position: relative;
}
.hero-homepage-owl .item::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.hero-homepage-owl .item::after {
    content: '';
    width: 100%; height: 68.3%;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 9, 0.00)), to(#090909));
    background: -o-linear-gradient(top, rgba(9, 9, 9, 0.00) 0%, #090909 100%);
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.00) 0%, #090909 100%);
    position: absolute;
    bottom: 0; left: 0;
}
.hero-homepage-image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.hero-homepage-image::before {
    content: '';
    width: 100%; height: 280px;
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, left bottom, from(#090909), to(rgba(9, 9, 9, 0.00)));
    background: -o-linear-gradient(top, #090909 0%, rgba(9, 9, 9, 0.00) 100%);
    background: linear-gradient(180deg, #090909 0%, rgba(9, 9, 9, 0.00) 100%);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.hero-homepage-image::after {
    content: '';
    width: 100%; height: 44%;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 9, 0.00)), to(#090909));
    background: -o-linear-gradient(top, rgba(9, 9, 9, 0.00) 0%, #090909 100%);
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.00) 0%, #090909 100%);
    position: absolute;
    bottom: 0; left: 0;
}
.hero-homepage-owl .owl-dots {
    width: 100%;
    max-width: 1276px;
    padding-left: 18px;
    padding-right: 18px;
    position: absolute;
    bottom: 64px; 
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
}
.hero-homepage-owl.owl-carousel button.owl-dot {
    display: inline-block;
    width: 22px;
    height: 20px;
    padding: 8px 3px !important;
    line-height: 0;
    position: relative;
    pointer-events: all;
    transition: 0.2s ease-in-out;
}
.hero-homepage-owl.owl-carousel button.owl-dot.active {
    width: 44px;
}
.hero-homepage-owl.owl-carousel button.owl-dot span {
    display: none;
}
.hero-homepage-owl.owl-carousel button.owl-dot::after {
    content: '';
    background-color: var(--white);
    position: absolute;
    top: 8px; right: 4px; left: 4px; bottom: 8px;
    border-radius: 999px;
}
.hero-homepage-owl.owl-carousel button.owl-dot.active::after {
    background-color: var(--orange);
}

.highlight-3row-section-top {
    margin-bottom: 125px;
}
.highlight-3row-section-top-centered {
    margin-bottom: 48px;
}
.highlight-3row-list {
    overflow: hidden;
}
.highlight-3row-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 40px;
}
.highlight-3row-list ul li {
    width: calc(33.333% - 27px);
    border-radius: 16px;
    background: var(--white);
    padding: 24px 40px 40px;
}
.section-white .highlight-3row-list ul li {
    background: var(--lgray);
}
.highlight-3row-list ul li > :last-child {
    margin-bottom: 0;
}
.highlight-3row-list-icon {
    margin-bottom: 24px;
    height: 112px;
}
.highlight-3row-list-icon img {
    max-height: 112px;
}
.highlight-3row-list ul li .title-h5 {
    margin-bottom: 12px;
}
.highlight-3row-section-img-hold {
    padding-left: 8px;
    position: relative;
}
.highlight-3row-section-img {
    padding-bottom: 60.15%;
    border-radius: 16px;
    overflow: hidden;
}
.logo-list {
    margin-top: 65px;
}
.logo-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 0 100px;
    margin-bottom: -40px;
}
.logo-list ul li {
    margin-bottom: 40px;
}
.logo-list ul li img {
    max-height: 74px;
}

.logo-sliders > div {
    margin-top: 24px;
}
.logo-sliders .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.logo-sliders .item {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 100px;
}
.logo-sliders .item span {
    display: inline-block;
}
.logo-sliders .item img {
    max-height: 74px;
}

.links-list ul li:not(:last-child) {
    margin-bottom: 8px;
}
.links-list ul li a {
    display: block;
    padding: 20px 84px 20px 20px;
    border-radius: 16px;
    background: var(--lgray);
    color: var(--black);
    margin-bottom: 0;
    position: relative;
    transition: 0.2s ease-in-out;
}
.section-lgray .links-list ul li a {
    background: var(--white);
}
.links-list ul li a::before,
.links-list ul li a::after {
    content: '';
    width: 40px; height: 40px;
    position: absolute;
    top: 50%; right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}
.links-list ul li a::before {
    background: var(--orange);
}
.links-list ul li a::after {
    background: url(../img/icon-arrow-up-right-black.svg) no-repeat center center / 24px;
}
.links-list ul li a:hover {
    color: var(--black);
    background: var(--orange);
}
.links-list ul li a:hover::before {
    background: var(--black);
}
.links-list ul li a:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.links-section-img-hold {
    padding-left: 8px;
}
.links-section-img {
    overflow: hidden;
    border-radius: 16px;
    padding-bottom: 122.2%;
}

.portfolio-owl {
    padding-right: 33.80%;
    margin-bottom: 58px;
}
.portfolio-owl .owl-stage-outer {
    overflow: visible;
}
.portfolio-owl .owl-item.active .portfolio-owl-textbox {
    opacity: 1
}
.portfolio-owl .item {
    display: block;
    height: 100%;
}

.portfolio-owl-img {
    display: block;
    padding-bottom: 60.95%;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}
.portfolio-owl-img span {
    display: inline-block;
    position: absolute;
    bottom: 16px; left: 16px;
    border-radius: 8px;
    background: var(--lgray);
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.39px;
    color: var(--black);
}
.portfolio-owl .item .title-h4 {
    margin-bottom: 12px;
}
.portfolio-owl .item .text-regular {
    margin-bottom: 0;
}
.portfolio-owl-textbox {
    transition: 0.2s ease-in-out;
    opacity: 0;
}
.portfolio-owl-textbox-box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 34px;
}

.portfolio-owl .owl-nav {
    position: absolute;
    bottom: -58px; right: 0;
}

.section-cta-box {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
}
.section-white .section-cta-box {
    background: var(--lgray);
}
.section-cta-textbox {
    padding: 88px 100px;
}
.section-cta-imghold {
    padding-right: 10px;
}
.section-cta-img {
    padding-bottom: 68.9%;
    height: 100%;
}

.hero-text-only {
    padding: 244px 0 0;
}

.section-text .entry {
    width: calc(100% - 295px);
    padding-right: 125px;
}
.section-text .entry-toc {
    width: 295px;
}
.entry-toc ul {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-left: 1px solid var(--black-15);
}
.entry-toc ul li a {
    display: block;
    padding: 16px 16px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.48px;
    color: var(--black-50);
    transition: 0.2s ease-in-out;
}
.entry-toc ul li.is-current a,
.entry-toc ul li a:hover {
    color: var(--orange);
}
.entry-toc ul li a::before {
    content: '';
    width: 3px; height: 100%;
    background: var(--orange);
    position: absolute;
    top: 0; 
    left: -2px;
    bottom: 0;
    opacity: 0;
}
.entry-toc ul li.is-current a::before {
    opacity: 1;
}
.entry > :first-child {
    margin-top: 0;
}
.entry > :last-child {
    margin-bottom: 0;
}
.entry-iframe {
    position: relative;
    padding-bottom: 56.2%;
}
.entry iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.entry h1,
.entry h2,
.entry h3 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}
.entry h1 {
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.96px;
}
.entry h2 {
    font-size: 35px;
    letter-spacing: -0.7px;
}
.entry h3 {
    font-size: 27px;
    letter-spacing: -0.54px;
    font-weight: 500;
}
.entry p {
   margin-bottom: 24px;
}
.entry img {
    margin: 24px 0;
    border-radius: 16px;
}
.entry p + h1, .entry p + h2, .entry p + h3, .entry p + h4, .entry p + h5, .entry p + h6,
.entry ul + h1, .entry ul + h2, .entry ul + h3, .entry ul + h4, .entry ul + h5, .entry ul + h6,
.entry ol + h1, .entry ol + h2, .entry ol + h3, .entry ol + h4, .entry ol + h5, .entry ol + h6,
.entry .table-scroll + h1, .entry .table-scroll + h2, .entry .table-scroll + h3, .entry .table-scroll + h4, .entry .table-scroll + h5, .entry .table-scroll + h6,
.entry iframe + h1, .entry iframe + h2, .entry iframe + h3, .entry iframe + h4, .entry iframe + h5, .entry iframe + h6 {
    margin-top: 64px;
}
.entry a {
    color: var(--orange);
    transition: 0.2s ease-in-out;
}
.entry a:hover {
    color: var(--orange-light);
}
.entry ul,
.entry ol {
    margin-left: 0;
    margin-top: 24px;
}
.entry > ul,
.entry > ol {
    margin-bottom: 24px;
    margin-top: 0;
}
.entry ul li ,
.entry ol li  {
    position: relative;
    margin-bottom: 24px;
    padding-left: 28px;
}
.entry ol {
    counter-reset: item;
}
.entry ul > li:before  {
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--black-80);
}
.entry ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}
.entry ol ol li {
    padding-left: 38px;
}
.entry .table-scroll {
    margin-bottom: 24px;
}
.entry table {
    width: 100%;
}
.entry table tr {
    background: transparent !important;
}
.entry table th {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color: var(--black-80);
    padding: 16px 28px;
    border-bottom: 1px solid var(--black);
}
.entry table tbody, 
.entry table tfoot, 
.entry table thead {
    border: none;
    background-color: transparent;
}
.entry table td {
    border-bottom: 1px solid var(--black);
    padding: 20px 28px 16px;
    font-size: 16px;
    line-height: normal;
}
.entry table p {
    margin-bottom: 0;
}

.section-404 .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between;

    min-height: calc(100vh - 220px);
    padding-top: 216px;
    padding-bottom: 40px;
}
.section-404 .grid-container > div {
    width: 100%;
}
.section-404-img {
    padding-top: 17px;
}

.portfolio-filter {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.portfolio-filter > span {
    display: inline-block;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.54px;
    color: var(--black);
    margin-right: 32px;
}
.portfolio-filter-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 

    position: relative;
    z-index: 2;
}
.portfolio-filter-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 16px;
}
.portfolio-filter-list ul li {
    padding: 7px 20px;
    border: 1px solid var(--black);
    border-radius: 43px;
    font-size: 20px;
    line-height: 1.3;
    color: var(--black);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.portfolio-filter-list ul li.is-active {
    background: var(--black);
    color: var(--white);
    pointer-events: none;
}
.portfolio-filter-list ul li:hover {
    background: var(--orange);
    border-color: var(--orange);
}
.portfolio-filter-trigger {
    display: none;
    padding: 8px 48px 8px 20px;
    font-size: 16px;
    line-height: 1.3;
    color: var(--black);
    border-radius: 43px;
    border: 1px solid var(--black);
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
}
.portfolio-filter-trigger::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/icon-chev-16-orange.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.portfolio-filter-trigger.is-active {
    background: var(--white);
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
    transition: none;
}
.portfolio-filter-trigger.is-active::after {
    transform: translateY(-50%) rotate(180deg);
}
.portfolio-filter-section {
    position: relative;
    z-index: 11;
}
.portfolio-list {
    overflow: hidden;
}
.portfolio-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 20px);
    margin-bottom: -48px;
}
.portfolio-list ul li {
    width: calc(33.333% - 20px);
    margin: 0 20px 48px 0;
}
.portfolio-list ul li a {
    display: block;
    width: 100%; height: 100%;
}
.portfolio-list ul li a:hover .portfolio-list-title {
    text-shadow: 1px 0 0 #B45D31;
}
.portfolio-list-img {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 80%;
}
.portfolio-list-img .tag-inside-image {
    color: var(--orange-dark);
}
.portfolio-list-title {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.7px;
    color: var(--orange-dark);
    transition: 0.2s ease-in-out;
}
.portfolio-filtered-list ul li {
    display: none;
}
.portfolio-filtered-more {
    margin-top: 48px;
}

.hero-secondary {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    position: relative;
    padding: 151px 0 96px;
    min-height: 600px;
}
.hero-secondary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, #000 100%);
}
.hero-secondary-box > div {
    margin-bottom: 32px;
}
.hero-secondary-box > div:last-child {
    margin-bottom: 0;
}

.text-stats-left {
    padding-right: 9.2%;
}
.text-stats-right {
    padding-left: 10px;
}
.stats-list-item {
    border-top: 1px solid var(--black-15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    margin-bottom: 30px;
}
.stats-list-item:last-child {
    margin-bottom: 0px;
}
.stats-list-item-title {
    width: calc(50% + 10px);
    opacity: 0.8;
}
.stats-list-item-text {
    padding-top: 8px;
    width: calc(50% - 10px);
    font-size: 20px;
    line-height: 1.3;
}
.stats-list-item:nth-child(3n+1) .stats-list-item-title {
    color: var(--orange-dark);
}
.stats-list-item:nth-child(3n+2) .stats-list-item-title {
    color: var(--green-moss);
}
.stats-list-item:nth-child(3n) .stats-list-item-title {
    color: var(--purple);
}

.accordion-full-section .section-top > :last-child {
    margin-bottom: 0;
}
.acc-full .accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}
.acc-full .accordion-title {
    padding: 20px 50px 20px 0;
    border: none;
    border-bottom: 0;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--black);
    transition: 0.2s;
    background: transparent;
}
.acc-full .is-active > .accordion-title {
    padding: 32px 50px 32px 0;
}
.acc-full .accordion-item {
    border-bottom: 1px solid var(--black);
}
.acc-full .accordion-content {
    padding: 0;
    padding-bottom: 32px;
    border: none;
    background-color: transparent;
    color: var(--black);
}
.acc-full .accordion-content .text-regular {
    margin-bottom: 0;
    max-width: 922px;
    color: var(--black);
}
.acc-full :last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}
.acc-full :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.acc-full .accordion-title:focus {
    background-color: transparent;
}
.acc-full .accordion-title:hover {
    background-color: transparent;
}
.acc-full .accordion-item:not(.is-active) .accordion-title:hover {
    background-color: var(--orange);
    padding-left: 32px;
}
.acc-full .accordion-item:not(.is-active) .accordion-title:hover:before,
.acc-full .accordion-item:not(.is-active) .accordion-title:hover:after {
    right: 32px;
}
.acc-full .accordion-title::before,
.acc-full .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    transition: right 0.2s;
}
.acc-full .accordion-title::before {
    background: url(../img/acc-plus.svg) no-repeat center center / 100% auto;
}
.acc-full .accordion-title::after {
    background: url(../img/acc-minus.svg) no-repeat center center / 100% auto;
    opacity: 0;
}
.acc-full .is-active>.accordion-title::before {
    content: "";
    opacity: 0;
}
.acc-full .is-active>.accordion-title::after {
    opacity: 1;
}
.acc-full-image {
    margin-top: 48px;
    padding-bottom: 49.62%;
}
.acc-full-image::after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(58.27%, rgba(0, 0, 0, 0.00)), color-stop(86.51%, rgba(0, 0, 0, 0.30)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 58.27%, rgba(0, 0, 0, 0.30) 86.51%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.27%, rgba(0, 0, 0, 0.30) 86.51%);
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.acc-full-image span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 32px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.01em;
    font-weight: 500;
    z-index: 8;
    bottom: 32px;
    text-align: right;
}

.testimonials-section .text-regular {
    max-width: 542px;
}
.testimonials-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.testimonials-carousel-left {
    width: 50%;
    padding-right: 54px;
    padding-top: 64px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.testimonials-carousel-right {
    width: 50%;
    padding-left: 10px;
}
.testimonials-carousel-item .text-quote {
    max-width: 550px;
}
.testimonials-carousel-image {
    padding-bottom: 123.725%;
}
.testimonials-carousel-logo {
    margin-bottom: 40px;   
}
.testimonials-carousel-logo img {
    max-height: 31px;
}
.testimonials-carousel-author {
    margin-top: 40px;
    color: var(--black);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding-right: 148px;
}
.testimonials-carousel-author span {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.testimonials-carousel .owl-nav {
    position: absolute;
    right: calc(50% + 54px);
    bottom: 68px;
}
.testimonials-carousel-top .text-quote {
    margin-top: 0;
}

.resources-carousel-item-image {
    padding-bottom: 66.794%;
    margin-bottom: 32px;
}
.resources-carousel-item {
    width: 524px;
}
.resources-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -104px;
}
.resources-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.resources-carousel-section {
    position: relative;
    overflow: hidden;
}

.hero-tertiary {
    padding: 216px 0 144px;
}
.hero-tertiary-img {
    margin-top: 48px;
    padding-bottom: 45.162%;
}

.portfolio-overview-section-left {
    padding-right: 64px;
}

.full-width-image-owl-section {
    position: relative;
}
.full-width-image-owl .item {
    height: 100vh;
    padding: 34px 0;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.full-width-image-owl .item .grid-container > div {
    padding-right: 50%;
}
.full-width-image-owl .tag-inside-image {
    color: var(--orange-dark);
    position: relative;
    bottom: 0; left: 0;
}
.full-width-image-owl-controls {
    position: absolute;
    right: 0; bottom: 34px; left: 0;
    z-index: 5;
}
.full-width-image-owl-controls-items {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    height: 35.5px;
}
.full-width-image-owl-controls .owl-dots {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0 19px;
}
.full-width-image-owl-controls .owl-dots .owl-dot {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 8px 3px;
    cursor: pointer;
}
.full-width-image-owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    width: 14px; height: 4px;
    border-radius: 999px;
    background: var(--white);
    transition: 0.2s ease-in-out;
}
.full-width-image-owl-controls .owl-dots .owl-dot.active span {
    background: var(--orange);
    width: 36px;
}
.full-width-image-owl-controls-items > span {
    display: inline-block;
    width: 14px; height: 24px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.full-width-image-owl-controls-items > span.custom-owl-nav-prev {
    background: url(../img/icon-chev-left-orange.svg) no-repeat center center / contain;
}
.full-width-image-owl-controls-items > span.custom-owl-nav-next {
    background: url(../img/icon-chev-right-orange.svg) no-repeat center center / contain;
}
.full-width-image-owl-controls-items > span:hover {
    -webkit-filter: none;
    filter: none;
}

.entry-xlarge {
    font-size: 32px;
    line-height: 1.3;
}
.entry-xlarge h3 {
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    color: var(--black);
    margin-bottom: 34px;
}
.entry-xlarge p {
    margin-bottom: 40px;
}
.entry-xlarge a {
    color: var(--orange);
    transition: 0.2s ease-in-out;
}
.entry-xlarge a:hover {
    color: var(--orange-light);
}
.entry-xlarge ul,
.entry-xlarge ol {
    margin-left: 0;
}
.entry-xlarge > ul,
.entry-xlarge > ol {
    margin-bottom: 40px;
    margin-top: 0;
}
.entry-xlarge ul li,
.entry-xlarge ol li  {
    position: relative;
    padding-left: 48px;
}
.entry-xlarge ol {
    counter-reset: item;
}
.entry-xlarge ul > li:before  {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--black-80);
}
.entry-xlarge ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 9px;
}
.entry-xlarge ol ol li {
    padding-left: 78px;
}

.text-stats-section-reverse .grid-container.grid-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.text-stats-section-reverse .text-stats-right {
    padding-left: 0;
    padding-right: 10px;
}
.text-stats-section-reverse .text-stats-left {
    padding-right: 0;
    padding-left: 9.2%;
}

.features-list-section .section-top {
    margin-bottom: 85px;
}
.features-list {
    overflow: hidden;
}
.features-list > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 40px);
    margin-bottom: -106px;
}
.features-list > ul > li {
    width: calc(33.333% - 40px);
    margin: 0 40px 106px 0;
}
.features-list > ul > li .title-h2 {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--black);
    color: var(--orange-dark);
    margin-bottom: 12px;
}
.features-list > ul > li .title-h5 {
    margin-bottom: 12px;
}
.features-list > ul > li .text-regular {
    color: var(--black);
    margin-bottom: 0;
}
.features-list-img {
    padding-bottom: 67%;
}

.team-list {
    overflow: hidden;
}
.team-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 74px);
    margin-bottom: -50px;
}
.team-list ul li {
    width: calc(33.333% - 74px);
    margin: 0 74px 50px 0;
}
.team-list-img {
    padding-bottom: 100%;
    margin-bottom: 24px;
}
.team-list ul li .text-large {
    margin-bottom: 12px;
}
.team-list ul li > :last-child {
    margin-bottom: 0;
}

.map-section-left .title-h2 {
    margin-bottom: 48px;
}

.license-list {
    overflow: hidden;
}
.license-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 48px);
    margin-bottom: -48px;
}
.license-list ul li {
    width: calc(50% - 48px);
    margin: 0 48px 48px 0;
}
.license-list ul li * {
    color: var(--black);
}
.license-list ul li > div {
    margin-bottom: 20px;
}
.license-list ul li > div:last-child {
    margin-bottom: 0;
}
.license-list-img {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 167px;
    padding: 16px 42px;
    background: var(--white);
    border-radius: 16px;
}
.license-list-img img {
    max-height: 100%;
}
.section-white .license-list-img {
    background: var(--lgray);
}

.contact-section-intro {
    padding: 220px 0 0;
    position: relative;
    z-index: 11;
}
.contact-section-intro-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.contact-section-intro-bg::after {
    content: '';
    width: 100%; height: 100%;
    background: #000;
    opacity: 0.75;
    position: absolute;
    top: 0; left: 0;
}
.contact-section-intro-left {
    padding-top: 80px;
    padding-bottom: 112px;
}
.contact-section-intro-right {
    padding-left: 11px;
    position: relative;
}
.contact-form-box {
    padding: 56px 48px;
    background: var(--lgray);
    position: absolute;
    top: 0; right: 0; left: 10px;
}
.contact-form-box .title-h4 {
    margin-bottom: 48px;
}
.contact-section-content {
    padding: 86px 0 144px;
    min-height: 490px;
}
.contact-section-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: -48px;
}
.contact-section-list ul li {
    width: calc(50% - 38px);
    margin: 0 38px 48px 0;
}
.contact-section-list ul li .text-regular {
    margin-bottom: 0;
}

.form-style .form-element input,
.form-style .form-element input:focus,
.form-style .form-element textarea,
.form-style .form-element textarea:focus,
.form-style .form-element select,
.form-style .form-element select:focus {
    box-shadow: none;
    outline: none;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 16px;
    height: 45px;
    padding: 11px 24px;
    font-size: 17px;
    line-height: 1.3;
    color: var(--black);
    transition: 0.2s ease-in-out;
    background: var(--white);
}
.form-style .form-element input:focus,
.form-style .form-element textarea:focus,
.form-style .form-element select:focus {
    border-color: var(--orange);
}
.form-style .form-element textarea,
.form-style .form-element textarea:focus {
    resize: none;
    height: 135px;
}
.form-style .form-element select,
.form-style .form-element select:focus {
    padding-right: 64px;
    background: var(--white) url(../img/icon-select-dropdown-black.svg) no-repeat center right 22px;
}
.form-style .form-element select option:first-child {
    display: none !important;
}
.form-style .form-element {
    margin-bottom: 20px;
}
.form-style .form-element-btn button {
    width: 100%;
}

.form-style .form-element input::placeholder,
.form-style .form-element textarea::placeholder {
    color: var(--black);
    opacity: 1;
}
.form-style .form-element input::-webkit-input-placeholder,
.form-style .form-element textarea::-webkit-input-placeholder {
    color: var(--black);
    opacity: 1;
}
.form-style .form-element input::-moz-placeholder,
.form-style .form-element textarea::-moz-placeholder {
    color: var(--black);
    opacity: 1;
}
.form-style .form-element input:-ms-input-placeholder,
.form-style .form-element textarea:-ms-input-placeholder {
    color: var(--black);
    opacity: 1;
}
.form-style .form-element input:-moz-placeholder,
.form-style .form-element textarea:-moz-placeholder {
    color: var(--black);
    opacity: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
   border: none !important;
   float: left !important;
   margin: 10px 0 !important;
   padding: 0 !important;
   color: #df0631 !important;
}
div.wpcf7-mail-sent-ok {
   float: left !important;
   border: none !important;
   padding: 0 !important;
   margin: 10px 0 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
span.wpcf7-list-item {
   margin: 0 !important;
}
.form-element .wpcf7-not-valid,
.form-element .wpcf7-not-valid:focus {
   border-color: #df0631 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    border: none !important;
}

.top-cta-banner {
    background: var(--orange);
    padding: 11px 0;
}
.top-cta-banner a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 64px;
    width: 100%;
    color: var(--black);
}
.link-black-arrow,
.link-black-arrow:focus,
.link-black-arrow:active {
    color: var(--black);
    white-space: nowrap;
}
.link-black-arrow:hover {
    color: var(--orange);
}
.link-black-arrow::before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.top-cta-banner .link-black-arrow:hover {
    color: var(--black);
}
.top-cta-banner .link-black-arrow::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.top-cta-banner p {
    position: relative;
    top: -2px;
    color: var(--black);
}

.home-intro-logo {
    margin-bottom: 32px;
}
.home-intro-logo img {
    max-height: 90px;
}
.highlight-3row-list-centered.highlight-3row-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-services-experiance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    border-bottom: 2px solid var(--black-30);
}
.section-black .content-services-experiance-item {
    border-color: var(--white-30);
}
.content-services-experiance-item:last-child {
    border-bottom: none;
}
.content-services-experiance-item:first-child .content-services-experiance-item-left,
.content-services-experiance-item:first-child .content-services-experiance-item-right {
    padding-top: 0;
}
.content-services-experiance-item:last-child .content-services-experiance-item-left,
.content-services-experiance-item:last-child .content-services-experiance-item-right {
    padding-bottom: 0;
}
.content-services-experiance-item-left {
    width: 63.459%;
    padding: 53px 53px 53px 0;
    border-right: 2px solid var(--black-30);
}
.section-black .content-services-experiance-item-left {
    border-color: var(--white-30);
}
.content-services-experiance-item-left-img {
    padding-bottom: 50.89%;
}
.content-services-experiance-item-list ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.7px;
}
.content-services-experiance-item-list ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--orange);
    position: absolute;
    top: 16px; left: 0;
}
.content-services-experiance-item-right {
    width: 36.451%;
    padding: 53px 0 53px 53px;
}
.content-services-experiance-item-right-img {
    padding-bottom: 93.8%;
}

/* Others */
.text-white {
    color: var(--white);
}
.text-white-80 {
    color: var(--white-80);
}
.text-black-80 {
    color: var(--black-80);
}
.last-no-mrg-b > :last-child {
    margin-bottom: 0;
}
/* Media */
@media only screen and (max-width: 1139px) {
    body {
        font-size: 18px;
    }
    .title-h1, .title-h1-lg {
        font-size: 56px;
        letter-spacing: -1.12px;
    }
} /* end of max-width 1139 */

@media only screen and (min-width: 1024px) {
    .portfolio-filter-list ul {
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 1023px) {
    body {
        font-size: 16px;
    }
    .entry ul li, .entry ol li {
        margin-bottom: 12px;
    }
    header {
        padding: 12px 0;
    }
    header.header-dark {
        background: var(--white);
        border-bottom: none;
    }
    .header-logo img {
        max-height: 32px;
    }
    .hamburger {
		display: inline-block;
	}
    .header-nav {
        display: none;
    }
    .header-btns {
        display: none;
    }
    .title-h2 {
        font-size: 40px;
        letter-spacing: -0.8px;
        margin-bottom: 24px;
    }
    .title-h4 {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .title-h5 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }
    .text-regular {
        margin-bottom: 24px;
    }
    .text-xlarge {
        font-size: 20px;
    }
    .text-xlarge p:not(:last-child) {
        margin-bottom: 16px;
    }
    .text-large {
        font-size: 20px;
    }

    .padding-top-large {
        padding-top: 100px;
    }
    .padding-top-medium {
        padding-top: 80px;
    }
    .padding-top-small {
        padding-top: 80px;
    }
    .padding-top-xsmall {
        padding-top: 48px;
    }
    .padding-bottom-large {
        padding-bottom: 100px;
    }
    .padding-bottom-medium {
        padding-bottom: 80px;
    }
    .padding-bottom-small {
        padding-bottom: 80px;
    }
    .padding-bottom-xsmall {
        padding-bottom: 48px;
    }

    .hero-homepage-owl .owl-dots {
        max-width: 100%;
        bottom: 32px;
        left: 0; right: 0;
        transform: none;
        padding: 0 18px;
    }
    .highlight-3row-textbox {
        padding-bottom: 48px;
    }
    .highlight-3row-section-img-hold {
        padding-left: 0;
    }
    .highlight-3row-section-top {
        margin-bottom: 80px;
    }
    .highlight-3row-section-top-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .highlight-3row-section-top-reverse .highlight-3row-textbox {
        padding: 48px 0 0;
    }
    .highlight-3row-list ul {
        gap: 20px;
    }
    .highlight-3row-list ul li {
        width: 100%;
        padding: 24px 20px 20px;
    }
    .links-section-img-hold {
        padding-left: 0;
    }
    .links-list {
        margin: 32px 0 48px;
    }
    .text-quote {
        margin-top: 48px;
        font-size: 32px;
    }
    .logo-list {
        margin-top: 48px;
    }
    .logo-list ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    
        gap: 0 24px;
        margin-bottom: -24px;
    }
    .logo-list ul li {
        margin-bottom: 24px;
    }
    .logo-list ul li img {
        max-height: 54px;
    }
    .portfolio-owl-textbox-box {
        display: block;
    }
    .portfolio-owl-textbox-box a {
        margin-top: 32px;
    }
    .section-cta-imghold {
        padding-right: 0;
    }
    .section-cta-img {
        padding-bottom: 84.2%;
    }
    .section-cta-textbox {
        padding: 40px;
    }
    .global-socials ul,
    .footer-nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-nav {
        margin-bottom: 32px;
    }
    .hero-text-only {
        padding: 136px 0 0;
    }
    .section-404 .grid-container {
        min-height: calc(100vh - 339px);
        padding-top: 136px;
        padding-bottom: 30px;
    }
    .section-404-img {
        padding-top: 96px;
    }
    .section-404 .section-btns {
        padding-top: 8px;
    }
    .section-text .entry-toc {
        width: 100%;
        margin-bottom: 48px;
    }
    .section-text .entry {
        width: 100%;
        padding-right: 0;
    }
    .entry-toc ul {
        border-left: none;
    }
    .entry-toc ul li a::before {
        display: none;
    }
    .entry-toc ul li a {
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 500;
    }
    .entry > ul > li::before {
        top: 9px;
    }
    .portfolio-list ul li {
        width: calc(50% - 20px);
    }
    .portfolio-list-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .portfolio-filter-list ul li {
        font-size: 16px;
    }
    .hero-secondary {
        padding: 80px 0;
    }
    .text-stats-left {
        padding-right: 0;
        margin-bottom: 48px;
    }
    .text-stats-section .title-h2 {
        margin-bottom: 16px;
    }
    .acc-full .accordion-title {
        font-size: 28px;
    }
    .acc-full-image span {
        padding: 0 16px;
        font-size: 20px;
        letter-spacing: 0.2px;
        bottom: 16px;
    }
    .section-top.mb-lg {
        margin-bottom: 48px;
    }
    .testimonials-carousel-left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: block;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .testimonials-carousel-right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 48px;
    }
    .testimonials-carousel-logo {
        margin-bottom: 24px;
    }
    .testimonials-carousel-top .text-quote {
        margin-top: 0;
    }
    .testimonials-carousel .owl-nav {
        right: 0;
        bottom: 0;
    }
    .testimonials-carousel-author {
        margin-top: 24px;
        font-size: 24px;
        letter-spacing: -0.48px;
    }
    .testimonials-carousel-author span {
        font-size: 16px;
    }
    .hero-tertiary {
        padding: 176px 0 80px;
    }
    .hero-tertiary-img {
        padding-bottom: 76.22%;
    }
    .portfolio-overview-section-left {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .full-width-image-owl .item .grid-container > div {
        padding-right: 0;
        text-align: center;
    }
    .full-width-image-owl .item {
        padding: 68px 0;
    }
    .full-width-image-owl-controls {
        bottom: 24px;
    }
    .full-width-image-owl-controls-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        height: auto;
    }
    .full-width-image-owl-controls .owl-dots {
        margin: 0 16px;
    }
    .entry-xlarge {
        font-size: 20px;
    }
    .entry-xlarge h3 {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -0.64px;
        margin-bottom: 20px;
    }
    .entry-xlarge p {
        margin-bottom: 32px;
    }
    .entry-xlarge > ul,
    .entry-xlarge > ol {
        margin-bottom: 32px;
    }
    .entry-xlarge ul li,
    .entry-xlarge ol li  {
        padding-left: 28px;
    }
    .entry-xlarge ul > li:before  {
        top: 12px;
        left: 10px;
        width: 5px;
        height: 5px;
    }
    .entry-xlarge ol > li:before {
        left: 0;
    }
    .entry-xlarge ol ol li {
        padding-left: 38px;
    }
    .features-list > ul {
        margin-bottom: -64px;
    }
    .features-list > ul > li {
        width: calc(50% - 40px);
        margin-bottom: 64px;
    }
    .features-list-section .section-top {
        margin-bottom: 64px;
    }
    .text-stats-section-reverse .text-stats-left {
        padding-left: 0;
    }
    .text-stats-section-reverse .text-stats-right {
        padding-right: 0;
    }
    .team-list ul {
        width: calc(100% + 48px);
        margin-bottom: -50px;
    }
    .team-list ul li {
        width: calc(50% - 48px);
        margin: 0 48px 50px 0;
    }
    .map-section-left {
        margin-bottom: 48px;
    }
    .license-list-section-left {
        margin-bottom: 48px;
    }
    .contact-section-intro {
        padding: 120px 0 0;
    }
    .contact-section-intro-left {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 48px;
    }
    .contact-section-intro-right {
        position: relative;
        padding: 0 10%;
    }
    .contact-section-intro-right::after {
        content: '';
        background: var(--white);
        position: absolute;
        right: -16px; bottom: 0; left: -16px;
        height: 65%;
        z-index: -1;
    }
    .contact-form-box {
        padding: 56px 16px;
        position: relative;
        left: 0;
    }
    .contact-section-content {
        padding: 48px 0 68px;
        min-height: 1px;
    }
    .hero-text-only + .section-text {
        padding-top: 60px;
    }
    .logo-sliders .item {
        min-width: 240px;
    }
    .logo-sliders .item img {
        max-height: 54px;
        width: 100%;
    }
    .top-cta-banner {
        position: relative;
        top: -12px;
    }
    .top-cta-banner a {
        gap: 32px;
    }
    .overview-section-left {
        margin-bottom: 40px;
    }
    .logo-sliders .item {
        gap: 64px;
    }
    .content-services-experiance-item-left {
        width: 100%;
        padding: 40px 0;
        border: none;
    }
    .content-services-experiance-item-right {
        width: 100%;
        padding: 40px 0;
    }
    .content-services-experiance-item-list ul li:last-child {
        margin-bottom: 0;
    }
} /* end of max-width 1023 */

@media screen and (max-width:639px) {

	.entry iframe {
		max-width: 100%;
	}
    .highlight-3row-section-top {
        margin-bottom: 40px;
    }
    .portfolio-owl {
        padding-right: 0;
        margin-bottom: 0;
    }
    .portfolio-owl .owl-nav {
        position: relative;
        margin-top: 32px;
        bottom: 0;
        
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .section-cta-textbox {
        padding: 24px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-logo img {
        max-height: 32px;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav ul li:not(:last-child) {
        margin: 0 0 24px;
    }
    .section-404 .grid-container {
        min-height: calc(100vh - 370px);
    }
    .portfolio-list ul {
        width: 100%;
        margin-bottom: 0;
    }
    .portfolio-list ul li {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .portfolio-filtered-more {
        margin-top: 24px;
    }
    .portfolio-filter > span {
        font-size: 24px;
        letter-spacing: -0.48px;
        margin-right: 16px;
    }
    .portfolio-filter-trigger {
        display: block;
    }
    .portfolio-filter-list ul {
        display: none;
        position: absolute;
        top: 100%; right: 0; left: 0;
        background: var(--white);
        border: 1px solid var(--black);
        border-radius: 8px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top: none;
        padding: 8px 20px 0;
    }
    .portfolio-filter-list ul li {
        padding: 0;
        border: none;
        border-radius: 0;
        font-size: 16px;
        line-height: 1.3;
        color: var(--black);
        margin-bottom: 16px;
        background: transparent !important;
        color: var(--black) !important;
    }
    .portfolio-filter-list ul li.is-active {
        display: none;
    }
    .owl-has-nav.owl-carousel .owl-nav button.owl-prev {
        margin-right: 12px;
    }
    .stats-list-item {
        display: block;
        padding: 16px 0;
        margin-bottom: 0;
    }
    .stats-list-item:last-child {
        padding-bottom: 0;
    }
    .stats-list-item-title {
        width: 100%;
        margin-bottom: 16px;
    }
    .stats-list-item-text {
        width: 100%;
        padding-top: 0;
    }
    .acc-full-image {
        padding-bottom: 54.2%;
    }
    .testimonials-carousel .owl-nav {
       position: relative;
       margin-top: 20px;
    }
    .testimonials-carousel-author {
        padding-right: 0;
    }
    .resources-carousel-item {
        width: 100%;
    }
    .resources-carousel .owl-nav {
        position: relative;
        right: 0;
        top: 0;
        
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .resources-carousel-section .section-top {
        margin-bottom: 24px;
    }
    .resources-carousel {
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .resources-carousel .owl-stage-outer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

        margin-top: 48px;
    }
    .features-list > ul {
        width: 100%;
        margin-bottom: 0;
    }
    .features-list > ul > li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .features-list > ul > li:last-child {
        margin-bottom: 0;
    }
    .features-list > ul > li .title-h2 {
        padding-bottom: 16px;
    }
    .team-list ul {
        width: 100%;
        margin-bottom: 0;
    }
    .team-list ul li {
        width: 100%;
        margin: 0 0 52px 0;
    }
    .team-list ul li:last-child {
        margin-bottom: 0;
    }
    .map-section-left .title-h2 {
        margin-bottom: 24px;
    }
    .license-list ul {
        width: 100%;
        margin-bottom: 0;
    }
    .license-list ul li {
        width: 100%;
        margin: 0 0 48px 0;
    }
    .license-list ul li:last-child {
        margin-bottom: 0;
    }
    .license-list-img {
        height: 199px;
        padding: 22px 50px;
    }
    .contact-section-list ul {
        margin-bottom: 0;
    }
    .contact-section-list ul li {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .contact-section-list ul li:last-child {
        margin-bottom: 0;
    }
    .contact-section-intro-right {
        padding: 0;
    }
    .form-style .form-element input,
    .form-style .form-element input:focus,
    .form-style .form-element textarea,
    .form-style .form-element textarea:focus,
    .form-style .form-element select,
    .form-style .form-element select:focus {
        padding: 11px 18px;
        font-size: 13px;
    }
    
    .top-cta-banner a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 16px;
    }
    .top-cta-banner p {
        font-size: 14px;
        top: -1px;
    }
    .home-intro-logo img {
        max-height: 60px;
    }
    .hero-homepage-section {
        padding: 160px 0 96px;
    }
    .logo-sliders .item {
        gap: 40px;
    }
} /* end of max-width 639 */