:root {
    --utma-primary-color: #B6B7C2;
    --utma-primary-color-darker: #7A7A7A;
    --utma-primary-color-text: black;
    --utma-primary-color-text-shadow: 1px 1px 3px #000000; /* If font visibility is low then use 1px 1px 3px #000000; */
    --utma-border-radius: 3px;
    --utma-primary-color-border: 1px solid #000000;
    --utma-primary-font: "Oswald", serif;

}
body {
    font-family: var(--utma-primary-font);
    margin:0;
    padding:0;
}
a {
    color: var(--utma-primary-color);
    text-decoration:none;
}
button {
    font-family: var(--utma-primary-font);
}
input, select {
    font-family: var(--utma-primary-font);
    border-radius:0;
    border:2px solid #EBEBEB;
    padding:5px;
}
input:focus, select:focus {
    border-radius:0;
    outline:none;
    border:2px solid var(--utma-primary-color);
}
main {
    min-height:90vh;
}
footer {
    background-image: url(../images/footer.webp);
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
footer::before {
    background-color: #000000a6;
    --background-overlay: '';
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.footer-inner {
    width: 1140px;
    box-sizing: border-box;
    margin: auto;
    padding: 2em 0;
    z-index: 3;
    position: relative;
    max-width: 90%;
}
.footer-top-container {
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
}
.footer-top-logo-container {
    margin-right: 145px;
}
.footer-utma-logo {
    width: 200px;
}
.footer-social-links {
    display:flex;
    gap:5px;
}
.footer-social-links a {
    color: black;
    background-color: var(--utma-primary-color);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.3s all;
    cursor: pointer;
}
footer a:hover:not(.nozoom) {
    color:white;
    scale:1.1;
}
.footer-links-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-links-container p {
    font-size:14px;
    color:white;
    text-transform: uppercase;
    font-weight: 900;
}
.footer-links-container a {
    font-weight: 400;
    transition: 0.3s all;
    cursor: pointer;
}
.footer-bottom-container {
    border-top: 1px solid var(--utma-primary-color);
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.footer-bottom-container div {
    display:flex;
    gap:40px;
}
.footer-bottom-container div a {
    transition: 0.3s all;
}
.footer-bottom-container p {
    color:white;
    margin-block:0;
}
.header-mobile {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 3;
    margin-right: 5px;
    cursor:pointer;
    outline:none;
    -webkit-tap-highlight-color: transparent;
    margin-left: auto;
    display:none;
    padding:10px;
}
.utma-nav-lines {
    width: 25px;
    border-radius: 15px;
    background-color: var(--utma-primary-color);
    height: 4px;
    top: 20px;
    position: absolute;
    transition: 0.5s all;
    user-select:none;
    pointer-events: none;
}
.utma-nav-lines:before {
    width: 25px;
    border-radius: 15px;
    background-color: var(--utma-primary-color);
    height: 4px;
    top: -9px;
    left: -4px;
    position: absolute;
    transition: 0.5s all;
    content: " ";
}
.utma-nav-lines:after {
    width: 25px;
    border-radius: 15px;
    background-color: var(--utma-primary-color);
    height: 4px;
    top: 10px;
    left: -4px;
    position: absolute;
    transition: 0.5s all;
    content: " ";
}
.open .utma-nav-lines {
    background-color:transparent;
}
.open .utma-nav-lines:before {
    transform: rotateZ(-45deg) translateX(-5.5px) translateY(5px);
}
.open .utma-nav-lines:after {
    transform: rotateZ(45deg) translateX(-8px) translateY(-8px);
}
.header-top-addon {
    width:100%;
    background-color:var(--utma-primary-color);
    color:var(--utma-primary-color-text);
}
.header-top-addon a{
    display:block;
    max-width: 1920px;
    text-align:center;
    padding: 7px;
    margin: 0 auto;
    font-size:14px;
    color:var(--utma-primary-color-text);
    text-decoration: none;
}
.header {
    background:black;
    padding:0 11px;
}
.header-utma-logo {
    max-width:115px;
    margin-right:115px;
    padding-top: 12px;
    padding-bottom: 4px;
}
@media only screen and (max-width: 1080px) {
    .header-utma-logo {
        margin-right:30px;
    }
}
.header-inner {
    max-width:1920px;
    margin:auto;
    display:flex;
    align-items:center;
    padding-left:55px;
}
.header-inner i {
    display:none;
    color: var(--utma-primary-color);
    transition:0.3s all;
}
.header-inner-2 {
    display:flex;
}
.header-inner-2 a {
    color: white;
    font-size: 14px;
    line-height: 0;
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    padding: 32px 23px;
    box-sizing: border-box;
    text-decoration: none;
}
.header-inner-2 a:hover {
    color:var(--utma-primary-color);
    transition:0.3s all;
}
.header-inner-2 a:hover:after {
    background: var(--utma-primary-color);
    transition:0.3s all;
}
.header-inner-2 a:after {
    height: 3px;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom:0;
    content:"";
    display:block;
    position:absolute;
    transition:0.3s all;
}
.page-title {
    width:100%;
    background:#EBEBEB;
}
.page-title h1 {
    font-weight: 700;
    color: black;
    text-align: center;
    margin-block: 0;
    font-size: 40px;
    padding-top: 20px;
    margin-block-end: 0;
}
.page-title h2 {
    text-align:center;
    padding-bottom:20px;
    margin-block:0;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    font-size:20px;
}
.page-title h2 img {
    filter: invert(1);
    width: 12px;
    padding-top: 3px;
}
.utma-results-switcher {
    display:flex;
    margin:20px auto;
    gap:10px;
    justify-content: center;
    flex-wrap:wrap;
    padding: 0 20px;
}
.utma-results-switcher a {
    background-color: #EBEBEB;
    outline:none;
    border:0;
    color:#7F7D86;
    font-weight:700;
    cursor:pointer;
    transition:0.3s all;
    text-decoration: none;
    text-align: center;
    padding: 12px 40px;
    font-size: 20px;
}
.utma-results-switcher .active {
    color:var(--utma-primary-color-text);
    background-color:var(--utma-primary-color);
    transition:0.3s all;
}
.btn-primary {
    color:var(--utma-primary-color-text);
    font-weight:bold;
    font-size:14px;
    padding:10px 30px;
    background-color: var(--utma-primary-color);
    outline:none;
    border:0;
    cursor:pointer;
    user-select:none;
    transition:0.3s all;
    display:block;
    line-height:100%;
}
.btn-primary:hover {
    color:black;
    background-color: #EBEBEB;
    transition:0.3s all;
}
.btn-secondary {
    color:black;
    font-weight:bold;
    font-size:14px;
    padding:10px 30px;
    background-color: #EBEBEB;
    outline:none;
    border:0;
    cursor:pointer;
    user-select:none;
    display:block;
    line-height:100%;
}
.btn-secondary:hover {
    color:var(--utma-primary-color-text);
    background-color: var(--utma-primary-color);
    transition:0.3s all;
}
.btn-third {
    color:white;
    font-weight:bold;
    font-size:14px;
    padding:10px 30px;
    background-color: black;
    outline:none;
    border:0;
    cursor:pointer;
    user-select:none;
    display:block;
    line-height:100%;
}
.btn-third:hover {
    background-color: var(--utma-primary-color);
    transition:0.3s all;
}
.vs-with-line {
    width:100px;
    height:100px;
    border-radius:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--utma-primary-color);
    color:var(--utma-primary-color-text);
    font-size:40px;
    font-weight:bold;
    line-height:100%;
    user-select:none;
}
.vs-small {
    width:51px;
    min-width:51px;
    height:51px;
    border-radius:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--utma-primary-color);
    color:var(--utma-primary-color-text);
    font-size:16px;
    font-weight:bold;
    line-height:100%;
    user-select:none;
}
.spin {
    transform: rotate(90deg);
}
@media only screen and (max-width: 1030px) {
    .header-inner {
        padding-left:0;
    }
    .header-mobile {
        display: block;
    }
    .header-inner-2 {
        display: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 7px;
        background: linear-gradient(135.68deg, rgba(39, 41, 44, 0.87) 17.62%, rgba(29, 30, 32, 0.91) 53.18%, #1D1E20 101.92%);
        border: 1px solid rgba(135, 135, 135, 0.22);
        backdrop-filter: blur(9px);
        width: 97%;
        z-index: 2;
    }
    .header-inner-2 a {
        display:block;
    }
}
@media only screen and (max-width: 950px) {
    .page-title h1 {
        font-size:35px;
    }
    .page-title h2 {
        font-size:16px;
    }
    .page-title h2 img {
        width: 8px;
        padding-top: 4px;
    }
}
@media only screen and (max-width: 840px) {
    .footer-top-logo-container {
        margin-right:0px;
    }
}
@media only screen and (max-width: 700px) {
    .utma-results-switcher a {
        min-width:210px;
    }
    .footer-top-logo-container {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-top-container {
        justify-content: center;
        row-gap: 20px;
    }
}
