/* TM CMS Page */
:root {
    --darkest-color: #182334;
    --dark-color: #2a3443;
    --primary-color: #636974; 
    --secondary-color: #b5b5b7;
    --tertiary-color: #e0e0e0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

h1, h2 {
    text-transform: uppercase;
}

h1 {
    font-size: 32px; padding: 0px 0px 20px 0px;
}

h2 {
    font-size: 18px; padding: 0px 0px 20px 0px;
}

body {
    /* background-color: #636974; */
    font-family: sans-serif;
    color: var(--dark-color);
    /* background-image: linear-gradient(var(--primary-color), var(--secondary-color)); */
    background-image: linear-gradient(red, yellow);
}

a {
    color: var(--darkest-color);
    text-decoration: none;
}

p {
    padding: 0px 0px 20px 0px;
    line-height: 150%;
}

.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    padding-top: 100px;
}

.splash {
    width: 80%;
    max-width: 660px;
    text-align: center;
    height: calc(100vh / 2);
}

.splash .splash-inner {
    background-color: #ffffff85;
    padding: 40px 60px;
    border-radius: 15px;
}

.splash .splash-inner div.autima-icon {
    padding: 0px 0px 40px 0px;
}

.splash .splash-inner div.autima-icon svg#autima-icon           { width: 35%; }
.splash .splash-inner div.autima-icon svg#autima-icon .line-1   { stroke-width: 1.25px; }
.splash .splash-inner div.autima-icon svg#autima-icon .line-1, 
.splash .splash-inner div.autima-icon svg#autima-icon .line-2 { fill: none; stroke: #231f20; stroke-miterlimit: 10;}
.splash .splash-inner div.autima-icon svg#autima-icon .line-2 { stroke-width: 5px; }

.splash .splash-inner div.autima-title {
    padding: 0px 0px 40px 0px;
}
.splash .splash-inner div.autima-title svg#autima-title { width: 100%; }
.splash .splash-inner div.autima-title svg#autima-title .cls-1 { fill: #231f20; }

.splash .splash-inner .splash-content {
    padding: 10px 0px 0px 0px;
}

.splash .splash-inner .splash-content section {
    padding: 0px 0px 60px 0px;
    display: none;
}

.splash .splash-inner .splash-content section.active {
    display: block;
}

.services {
    position: relative;
    width: 90%;    
    padding: 40px 0px;
    margin: 0px auto;
}

.services .service-columns {
    position: relative;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    padding: 0px 0px;
    margin: 0px auto;
    gap: 40px;
}

.services .service-columns div {
    text-align: center;
    width: 50%;
    line-height: 150%;
}