﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 2.125rem;
    margin: 0;
    background: linear-gradient(45deg, #9B5EA2, #7D2584);
    color: #fff;
    font-weight: 400;
    padding: .625rem .625rem;
    margin: 1.25rem 0 1.25rem;
}

h2 {
    font-size: 1rem;
    margin: 0 0 .625rem;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul > li {
    padding-left: 1.875rem
}

ul > li:before {
    content: "";
    float: left;
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: .437rem;
    background: #000;
    margin-left: -1rem;
    top: .437rem;
}

#wrapper > article > ul:nth-child(7) > li:nth-child(3) > ul > li:nth-child(1) {
    margin-top: 1.25rem;
}

ul > li > ul > li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: .437rem;
    border: .062rem thin #000;
    margin-left: -1rem;
    top: .437rem;
    background: transparent;
    border: 1px solid #000;
}

ul > li > ul > li > ul > li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 0;
    border: .062rem thin #000;
    margin-left: -1rem;
    top: .437rem;
    background: #000
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 71.875rem;
    margin: 1rem auto;
    background-color: #ECECED;
}

header {
    padding: 1.25rem;
    background: #fff;
}

header a {
    display: block;
    width: 10.625rem
}

article {
    padding: 3.125rem 6.875rem
}

address {
    margin: 1.25rem 0;
}

p a {
    color: #7E2685;
}

a:hover {
    text-decoration: underline;
}

article > a {
    padding: .75rem 1.25rem;
    border-radius: .437rem;
    color: #fff;
    background: #791F82;
    display: block;
    width: 9.687rem;
    margin: 0 2.5rem 0 auto;
}

@media only screen and (max-width:71.812rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    article,
    header {
        padding: .625rem;
    }

    h1 {
        padding: .625rem;
        font-size: 1.75rem;
        text-align: center;
    }

    h1,
    address {
        margin: .625rem -.625rem;
    }

    iframe {
        margin: 1.25rem 0;
        width: 100%;
    }

    ul {
        margin-bottom: .625rem;
    }

    #wrapper > article > ul:nth-child(7) > li:nth-child(3) > ul > li:nth-child(1) {
        margin-top: .625rem;
    }

}

@media only screen and (max-width:29.937rem) {}