<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Medium.16c1a5b7a203.woff2") format('woff2'),
        url("../fonts/Montserrat-Medium.0a6aaa828663.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.3255356e2ef8.woff2") format('woff2'),
        url("../fonts/Montserrat-Bold.323f5fb651a1.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    position: relative;
    background-color: #FFF;
    min-height: 100vh;
    overflow-anchor: none;
}
body, body a {
    color: #000;
}
body.scroll-off {
    overflow: hidden;
}
strong, b {
    font-weight: bold;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
}
.duration {
    -webkit-transition-duration:.3s;
        -o-transition-duration:.3s;
            transition-duration:.3s;
}
.pc {
    display: none;
}

/* header */
header {
    padding: 20px;
    background: #5566A6;
}
/* /header */

/* logo */
#logo {
	margin: 0 auto;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */

/* title */
#title {
    text-align: center;
    padding: 20px;
}
#title h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
#title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
    color: #282828;
}
#title h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 15px;
}
/* /title */

/* content */
#content {
    padding: 0 15px 20px;
    overflow: hidden;
}
#content .items {
    -ms-flex-direction: column;
        flex-direction: column;
}
#content .item {
    -webkit-box-shadow: inset 0 0 0 2px #5566A6;
            box-shadow: inset 0 0 0 2px #5566A6;
    padding: 20px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 15px;
}
#content .item:hover {
    -webkit-box-shadow: inset 0 0 0 2px #748FF5;
            box-shadow: inset 0 0 0 2px #748FF5;
}
#content .item .content-item {
    width: 160px;
    margin: 0 auto;
    flex-direction: column;
}
#content .item .logo {
    overflow: hidden;
    height: 40px;
    margin: 0 0 25px;
}
#content .item .info {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#content .item .logo svg,
#content .item .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}
#content .item ul {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#content .item ul li {
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    margin-top: 10px;
}
#content .item ul li:first-child {
    margin-top: 0;
}
#content .item ul li .icon {
    margin-right: 10px;
}
#content .item ul li .text {
    font-size: 12px;
    line-height: 15px;
    color: #282828;
}
#content .item ul li .text.bold {
    font-weight: 700;
}
#content .item .item-btn {
    position: relative;
    z-index: 20;
    margin-top: 20px;
}
#content .item .item-btn .btn {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #5566A6;
    border-radius: 30px;
    color: #FFFFFF;
}
#content .item .item-btn .btn:hover {
    background-color: #748FF5;
}
#content .item .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
/* /content */

/* footer */
footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
  }
  /* /footer */

@media (min-width: 720px) {
    /* content */
    #content .items {
        
    }
    #content .item {
        width: 100%;
        box-sizing: border-box;
        flex-direction: row;
        align-items: center;
        padding: 25px 20px;
    }
    #content .item .content-item {
        flex-direction: row;
        align-items: center;
        width: auto;
        margin: 0;
        flex-grow: 1;
    }
    #content .item .logo {
        flex-grow: 1;
        width: 100%;
        height: 100px;
        margin: 0;
    }
    #content .item ul {
        width: 160px;
        flex-shrink: 0;
        margin: 0 0 0 65px;
    }
    #content .item ul li {
        margin-top: 20px;
    }
    #content .item ul li .text {
        font-size: 16px;
        line-height: 20px;
    }
    #content .item .item-btn {
        margin: 0 0 0 65px;
        width: 190px;
        flex-shrink: 0;
    }
    #content .item .item-btn .btn {
        line-height: 60px;
    }
    /* /content */
}

@media (min-width: 900px) {
    .mob {
        display: none;
    }
    .pc {
        display: block;
    }
    .inner {
        margin: 0 130px;
    }
    /* header */
    header {
        padding: 30px 0;
    }
    /* /header */

    /* title */
    #title {
        padding: 60px 0 50px;
    }
    /* /title */

    /* content */
    #content {
        padding: 0 0 100px;
    }
    #content .items {
        
    }
    /* /content */

    /* footer */
    footer {
      padding: 40px 20px;
    }
    /* /footer */
}

@media (min-width: 1000px) {
    .mob {
        display: none;
    }
    .pc {
        display: block;
    }
    /* title */
    #title p {
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
    }
    /* /title */
}

@media (min-width: 1200px) {
    /* content */
    #content .item ul {
        flex-direction: row;
        width: 500px;
        justify-content: space-between;
    }
    #content .item ul li {
        margin: 0;
    }
    /* /content */
}

@media (min-width: 1450px) {
    .inner {
        width: 1200px;
        margin: 0 auto;
    }

    /* footer */
    footer {
      padding: 50px 20px;
    }
    /* /footer */
}
</pre></body></html>