@font-face {
    font-family: 'NotoSans-Light';
    src: url('../webfonts/NotoSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../webfonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../webfonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../webfonts/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../webfonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-ExtraBold';
    src: url('../webfonts/NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "NotoSans-Regular", Helvetica, sans-serif;
    font-size: 1.1875rem;
}

h1 {
    font-family: "NotoSans-Bold", Helvetica, sans-serif !important;
    font-size: 3rem !important;
    line-height: 3.25rem !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    margin: 0 0 2rem 0 !important;
}

h2 {
    font-family: "NotoSans-Medium", Helvetica, sans-serif;
    font-weight: 500 !important;
    margin-bottom: 2rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: normal !important;
}

.home-h2 {
    font-family: "NotoSans-Bold", Helvetica, sans-serif;
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
}

p {
    margin: 0 0 1rem 0 !important;
}

.primary-copy {
    margin-bottom: 2rem;
}

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

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

#menu h2 {
    color: #81D3F8 !important;
}

#menu ul li {
    border-bottom: 1px solid #81d3f8;
}

#menu .inner {
    padding: 3rem !important;
}

.header-pt 
{
    padding: 2em 0 0.1em 0 !important;
}

.subheader-pt 
{
    padding: 2em 0 0.1em 0 !important;
}

header .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#header nav {
    position: unset !important;
}

#header nav a {
    background-color: transparent !important;
}

#header nav ul li a[href="#menu"]::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23FFFFFF%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
}

.subheader-pt nav ul li a[href="#menu"]::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23333333%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E") !important;
}

@media screen and (max-width: 736px) 
{
    .header-pt 
    {
        padding: 1em 0 0.1em 0 !important;
    }
}

.header-pt .title-pt 
{
    font-family: "NotoSans-ExtraBold", sans-serif !important;
    color: #81d3f8;
    font-weight: 900;
    line-height: 1.5rem;
}

.subheader-pt .logo {
    margin: 0 0 2rem 0 !important;
}

.subheader-pt .title-pt 
{
    font-family: "NotoSans-ExtraBold", sans-serif !important;
    color: #6d82c1;
    font-weight: 900;
    line-height: 1.5rem;
}

#header .logo .symbol img {
    display: block;
    width: 3.25rem;
    height: 3.625rem;
}

.inner-wrapper {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 32px;
}

.wrapper-pt {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-wrapper {
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("../../images/background-sliced.png");
    color: #ffffff !important;
}

.index-wrapper h1 {
    color: #ffffff;
}

.index-wrapper h2 {
    color: #ffffff;
}

.subpage-banner {
    position: relative;
    background-image: url(../../images/background-scaled.png);
    background-position: center;
    background-size: cover;
    color: white;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: visible; /* Important to contain the banner while allowing image overflow */
}

.subpage-banner-content {
    display: flex;
    position: relative;
    z-index: 1; /* Keep content above any background elements */
}

.subpage-banner-text {
    width: 60%;
    padding-right: 30px;
}

.subpage-banner-image-container {
    width: 40%;
    position: relative;
}

.subpage-banner-image-container img {
    position: absolute;
    top: -1rem; /* Extend above the banner */
    right: -60px; /* Extend beyond the right edge */
    width: 130%; /* Make image larger than its container */
    height: auto;
    max-height: 130%; /* Control how much taller than the banner it can be */
    object-fit: cover;
}

/* Media query for screens below 1024px */
@media (max-width: 1024px) {
    .subpage-banner-content {
        flex-direction: column;
    }

    .subpage-banner-image-container {
        visibility: hidden;
    }

    .subpage-banner-text {
        padding-right: 0;
        width: 100%;
    }
}

.subpage-main {
    padding: 0 !important;
}

.subpage-content {
    margin: 3rem 1rem;
    font-size: 1.125rem;
}

.subpage-content h2 {
    font-family: "NotoSans-Bold", Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 2rem !important;
    color: #333 !important;
}

.architecture-img {
    height: 640px;
    width: auto !important;
    position: absolute;
    top: -6rem;
    right: -4rem;
}

.main-pt {
    display: flex;
}

.footer-pt {
    background-color: #333333 !important;
}

#wrapper > * > .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 736px) {

    #wrapper > * > .inner {
        padding: 0;
    }

}

article {
    overflow: visible !important;
}

article > .image::after {
    content: none;
}

article > .image::before {
    content: none;
}

.tiles {
    display: grid !important;
    grid-template-columns: repeat(12,minmax(0,1fr)) !important;
    gap: 2rem;
    margin: 4rem 0 0 0 !important;
}

.services-tiles {
    display: grid !important;
    grid-template-columns: repeat(12,minmax(0,1fr)) !important;
    gap: 2rem;
    margin: 4rem 0 0 0 !important;
}

article a h2 {
    color: #000 !important;
}

article a .content {
    color: #000 !important;
    opacity: 1.0 !important;
    max-height: unset !important;
}

body:not(.is-touch) article:hover .content {
    max-height: max-content !important;
}

article.style1 > .image:before {
    background-color: unset !important;
}

article.style2 > .image:before {
    background-color: unset !important;
}

article.style3 > .image:before {
    background-color: unset !important;
}

article.style4 > .image:before {
    background-color: unset !important;
}

article.style5 > .image:before {
    background-color: unset !important;
}

article.style6 > .image:before {
    background-color: unset !important;
}

body:not(.is-touch) article:hover > .image:before {
    background-color: unset !important;
    opacity: 1.0 !important;
}

body:not(.is-touch) article:hover > .image {
    transform: none !important;
}

article {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    grid-column: span 4/span 4;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    overflow-x: hidden;
}

.services-tiles article {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    grid-column: span 3/span 3;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    overflow-x: hidden;
}

@media screen and (max-width: 1023px) 
{
    article 
    {
        grid-column: span 6/span 6;
    }
}

@media screen and (max-width: 767px) 
{
    article 
    {
        grid-column: span 12/span 12;
    }
}

.article-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff !important;
    border-radius: 10px !important;
    transition: none !important;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.article-image-wrapper img 
{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.style1 .article-image-wrapper img 
{
    top: -3rem;
    left: -3.5rem;
    width: 80% !important;
    height: 80% !important;
}

.style2 .article-image-wrapper img 
{
    top: -6rem;
    left: -4.5rem;
}

.style3 .article-image-wrapper img 
{
    top: -5.5rem;
    left: -3.5rem;
}

.style4 .article-image-wrapper img 
{
    top: -6rem;
    left: -2.5rem;
}

.style5 .article-image-wrapper img 
{
    top: -5.5rem;
    left: -5rem;
}

@media screen and (max-width: 1023px) 
{
    .style1 .article-image-wrapper img 
    {
        top: -4rem;
        left: -4.5rem;
    }

    .style2 .article-image-wrapper img 
    {
        top: -7rem;
        left: -5.5rem;
    }

    .style3 .article-image-wrapper img 
    {
        top: -6.5rem;
        left: -4.5rem;
    }

    .style4 .article-image-wrapper img 
    {
        top: -7rem;
        left: -3.5rem;
    }

    .style5 .article-image-wrapper img 
    {
        top: -6.5rem;
        left: -6rem;
    }
}

@media screen and (max-width: 899px) 
{
    .style1 .article-image-wrapper img 
    {
        top: -3rem;
        left: -3.5rem;
    }

    .style2 .article-image-wrapper img 
    {
        top: -6rem;
        left: -4.5rem;
    }

    .style3 .article-image-wrapper img 
    {
        top: -5.5rem;
        left: -3.5rem;
    }

    .style4 .article-image-wrapper img 
    {
        top: -6rem;
        left: -2.5rem;
    }

    .style5 .article-image-wrapper img 
    {
        top: -5.5rem;
        left: -5rem;
    }
}

article:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
}

article:hover a .article-image-wrapper {
    transform: scale(1.1);
}

article .article-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 2rem !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
    display: unset !important;
    height: max-content !important;
    top: unset !important;
    text-align: start !important;
}

#footer {
    padding:3rem 0 3.5rem 0
}

footer textarea {
    min-height: 8rem;
}

footer h2 {
    color: #ffffff !important;
}

footer .button {
    border: 1px solid white;
    color: white !important;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    font-size: 1rem !important;
    padding: 0 3rem;
    font-family: "NotoSans-Regular", Helvetica, sans-serif !important;
}

footer #contactForm .actions {
    margin-top: 1rem;
}

footer #contactForm .fields {
    width: unset !important;
    margin: 0 !important;
}

footer #contactForm .fields .split-fields {
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer #contactForm .fields {
    width: unset !important;
    margin: 0 !important;
    gap: 1rem;
}

footer #contactForm .fields .field {
    border: 1px solid white;
    padding: 0 1rem;
    width: 100%;
}

footer #contactForm .fields .half {
    width: 50% !important;
}

input[type="text"], input[type="password"], input[type="email"], select {
    height: 3rem;
    color: #fff !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    border: none !important;
    color: #fff !important;
}

.copyright {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem !important;
    color: #aaaaaa !important;
}

@media screen and (max-width: 1023px) 
{
    .copyright {
        flex-direction: column;
    }
}

.tel-btn {
    border-radius: 0 !important;
    word-spacing: 0.125rem !important;
}

.services-pt {
    background: rgba(109, 130, 193, 0.05);
    width: 100%;
    padding: 2rem 0;
}

.services-heading {
    margin-bottom: 2rem;
    font-family: "NotoSans-Bold", "Noto Sans Bold", sans-serif;
    font-weight: 700;
    color: #333333;
    line-height: normal;
}

.services-tiles a h2 
{
    font-family: "NotoSans-Bold", "Noto Sans Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    font-style: normal;
    margin: 0 !important;
}

.services-tiles a .content {
    font-family: "NotoSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
}

.services-tiles .style1 .article-image-wrapper img 
{
    top: -3rem;
    left: -0.5rem;
    width: 80% !important;
    height: 80% !important;
}

.services-tiles .style2 .article-image-wrapper img 
{
    top: -5rem;
    left: -2.5rem;
}

.services-tiles .style3 .article-image-wrapper img 
{
    top: -4.5rem;
    left: -2rem;
}

.services-tiles .style4 .article-image-wrapper img 
{
    top: -5rem;
    left: -1.5rem;
}

.services-tiles .style5 .article-image-wrapper img 
{
    top: -6rem;
    left: -3.5rem;
}

@media screen and (max-width: 1023px) 
{
    .services-tiles article {
        grid-column: span 6/span 6;
    }

    .services-tiles .style1 .article-image-wrapper img 
    {
        top: -3rem;
        left: -0.5rem;
        width: 80% !important;
        height: 80% !important;
    }

    .services-tiles .style2 .article-image-wrapper img 
    {
        top: -5rem;
        left: -2.5rem;
    }

    .services-tiles .style3 .article-image-wrapper img 
    {
        top: -4.5rem;
        left: -2rem;
    }

    .services-tiles .style4 .article-image-wrapper img 
    {
        top: -5rem;
        left: -1.5rem;
    }

    .services-tiles .style5 .article-image-wrapper img 
    {
        top: -6rem;
        left: -3.5rem;
}
}

@media screen and (max-width: 640px) 
{
    .services-tiles article {
        grid-column: span 12/span 12;
    }

    .services-tiles .style1 .article-image-wrapper img 
    {
        top: -3rem;
        left: -0.5rem;
        width: 80% !important;
        height: 80% !important;
    }

    .services-tiles .style2 .article-image-wrapper img 
    {
        top: -5rem;
        left: -2.5rem;
    }

    .services-tiles .style3 .article-image-wrapper img 
    {
        top: -4.5rem;
        left: -2rem;
    }

    .services-tiles .style4 .article-image-wrapper img 
    {
        top: -5rem;
        left: -1.5rem;
    }

    .services-tiles .style5 .article-image-wrapper img 
    {
        top: -6rem;
        left: -3.5rem;
    }
}

@media screen and (max-width: 414px) 
{
    .services-tiles article {
        max-width: 300px;
    }
}