/*----------------------------------------
                Global properties
---------------------------------------- */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0 none;
    border: 0;
    outline: 0;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border-collapse: collapse;
    border: none;
}

img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

embed {
    vertical-align: top;
}

body.agc {
    font-family: "Arial";
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #252122;
    min-height: 100vh;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}



/*----------------------------------------
                General properties
---------------------------------------- */

.agc .bg-gradient {
    /*    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 1%, #dcdcde 100%);
    background: -webkit-linear-gradient(left, #ffffff 1%,#dcdcde 100%);
    background: linear-gradient(to right, #ffffff 1%,#dcdcde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcde',GradientType=1 );
    box-sizing : border-box;
    width : 100%;*/
    margin: 0 auto;
    min-height: 100vh;
}

@media (min-width: 1000px) {
    .agc .bg-gradient {
        max-width: 960px;
        box-sizing: border-box;
    }
}

.agc .container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .agc .container {
        max-width: 960px;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

.agc a {
    text-decoration: none;
    word-wrap: break-word;
}

.agc p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #252122;
}

.agc p.extra-p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #252122;
}

.agc sup {
    font-size: 10px;
}

.agc h1 sup {
    font-size: 14px;
}

.agc h2 sup {
    font-size: 12px;
}

.agc sub {
    font-size: 12px;
}

.agc ul li {
    margin-bottom: 15px;
}

.agc ol {
    list-style-position: inside;
    list-style: decimal;
    padding-left: 20px;
    font-family: sans-serif;
}

.agc ol li {
    margin-bottom: 10px;
}

.agc .no-list-style {
    position: relative;
    list-style: none;
}

.agc .no-list-style:before {
    display: none;
}



/*----------------------------------------
                Headings
---------------------------------------- */

.agc h1 {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    font-family: "Arial";
}

@media (min-width: 600px) {
    .agc h1 {
        font-size: 32px;
    }
}

@media (min-width: 800px) {
    .agc h1 {
        font-size: 36px;
    }
}

@media (min-width: 1000px) {
    .agc h1 {
        font-size: 40px;
    }
}

.agc h2 {
    font-size: 18px;
    font-weight: 800;
    font-family: "Arial";
    line-height: 1.2;
}

.agc h2.extra-h2 {
    font-size: 24px;
    line-height: 1.2;
    font-family: "Arial";
    color: #000;
    font-weight: 400;
}

@media (min-width: 600px) {
    .agc h2.extra-h2 {
        font-size: 28px;
    }
}

@media (min-width: 800px) {
    .agc h2.extra-h2 {
        font-size: 32px;
    }
}

@media (min-width: 1000px) {
    .agc h2.extra-h2 {
        font-size: 36px;
    }
}

.agc h3 {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.agc h3.extra-h3 {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Arial";
    font-weight: 800;
    border-bottom: 1px solid #41b5f0;
    border-top: 1px solid #41b5f0;
    padding: 5px 0;
}

.agc h4 {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}



/*----------------------------------------
                Header
---------------------------------------- */

.agc #header {
    /*background: #f68f21;*/
    padding: 20px 20px;
    text-align: center;
}



/*----------------------------------------
                Content
---------------------------------------- */

.agc #content {
    padding: 30px 0;
}

@media (min-width: 750px) {
    .agc #content {
        padding: 40px 0;
    }
}

@media (min-width: 1000px) {
    .agc #content {
        padding: 50px 0;
    }
}

.agc .violet-disc-style li,
.agc .lightblue-disc-style li,
.agc .pink-disc-style li,
.agc .brown-disc-style li,
.agc .black-disc-style li,
.agc .green-disc-style li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 7px;
}

.agc .violet-disc-style li:before,
.agc .grey-disc-style li:before,
.agc .lightblue-disc-style li:before,
.agc .black-disc-style li:before,
.agc .brown-disc-style li:before,
.agc .green-disc-style li:before,
.agc .pink-disc-style li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #633191;
    top: 8px;
    left: 0;
}

.agc .lightblue-disc-style li:before {
    background-color: #12b6b9;
}

.agc .brown-disc-style li:before {
    background-color: #6f5f5e;
}

.agc .green-disc-style li:before {
    background-color: #51b046;
}

.agc .black-disc-style li:before {
    background-color: #000;
}

.agc .pink-disc-style li:before {
    background-color: #c71982;
}

.agc .grey-disc-style li:before {
    background-color: grey;
}

.agc .grey-box-wrap {
    border: 1px solid #a8a9ad;
    padding: 5px;
    background-color: #fff;
}

.agc .brown-box-wrap {
    border: 1px solid #6f5f5e;
    padding: 5px;
    background-color: #fff;
}


.agc .pink-box-wrap {
    border: 1px solid #c71982;
    background-color: #fff;
    position: relative;
}

.agc .grey-box {
    background-color: #e7e7e8;
}



.agc .left-part-of-box,
.agc .right-part-of-box {
    width: 100%;
    box-sizing: border-box;
}


@media (min-width: 550px) {
    .agc .left-part-of-box,
    .agc .right-part-of-box {
        width: 50%;
    }
}

.agc .border-5w {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.agc .border-bottom-none {
    border-bottom: none;
}

.agc .border-top-none {
    border-top: none;
}

.agc .border-right-none {
    border-right: none;
}

.agc .border-left-none {
    border-left: none;
}

.agc .border-left-2pxw {
    border-left: 2px solid #fff;
}

.agc .border-right-2pxw {
    border-right: 2px solid #fff;
}

@media (min-width: 550px) {
    .agc .inner-box.border-left-none {
        border-left: none;
    }
    .agc .inner-box.border-right-none {
        border-right: none;
    }
}

@media (max-width: 549px) {
    .agc .inner-box.border-left-2pxw {
        border-left: none;
    }
    .agc .inner-box.border-right-2pxw {
        border-right: none;
    }
}


.agc .inner-box {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.agc .img-box {
    box-sizing: border-box;
    width: 100%
}

.agc .text-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

@media (min-width: 800px) {
    .agc .img-box {
        width: 50%;
        float: left;
        border: 1px solid #000;
    }
    .agc .text-box {
        float: right;
        width: 50%;
    }
}

.agc .img-box.style-2 {
    width: 50%;
    float: left;
    border: 1px solid #000;
}

@media (min-width: 650px) {

    .agc .img-box.style-2 {
        width: 35%;
        float: left;
    }

    .agc .text-box.style-2 {
        width: 65%;
        padding: 10px 30px;
        float: right;
    }
}

.agc .text-box.style-3 {
    width: 29%;
    padding: 10px;
    float: left;
}

.agc .box-wrap.style-4 .img-wrap {
    width: 100%;
}

.agc .box-wrap.style-4 .text-box {
    width: 100%;
}

.agc .box-wrap.style-4 .img-wrap.pt-30 {
    padding-top: 0px;
}

@media (min-width: 700px) {
    .agc .box-wrap.style-4 .img-wrap {
        width: 35%;
    }
    .agc .box-wrap.style-4 .img-wrap.pt-30 {
        padding-top: 30px;
    }
    .agc .box-wrap.style-4 .text-box {
        width: 65%;
    }
}

.agc .text-box.style-5 {
    width: 100%;
    float: left;
}

.agc .img-box.style-5 {
    width: 100%;
    float: left;
    border: 1px solid #000;
}

@media (min-width: 650px) {

    .agc .img-box.style-5 {
        width: 35%;
        float: left;
    }

    .agc .text-box.style-5 {
        width: 65%;
        padding: 10px 30px;
        float: right;
    }
}


.agc .text-box.style-6 {
    width: 100%;
    float: left;
}

@media (min-width: 650px) {
    .agc .text-box.style-6 {
        width: 29%;
        padding: 10px;
        float: right;
    }
}

.agc .img-box.style-6 {
    width: 100%;
    float: left;
    border: 1px solid #000;
    margin-bottom: 5px;
}

@media (min-width: 650px) {
    .agc .img-box.style-6 {
        width: 35%;
        float: left;
        margin-bottom: 0;
    }
}


.agc .rotated-notice {
    position: absolute;
    right: -117px;
    bottom: 102px;
    transform: rotate(270deg);
    overflow: hidden;
    margin: 0;
    font-size: 12px !important;
}

@media (min-width: 1000px) {
    .agc .rotated-notice {
        right: -117px;
    }
}

.agc .rotated-notice.style-2 {
    right: -130px;
}

@media (max-width: 799px) {
    .agc .mobile-heading-fix {
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 10px !important;
        color: #000 !important;
        background-color: transparent !important;
    }
}

.agc .blue-border-bottom {
    border-bottom: 1px solid #41b5f0;
}


.agc .left-text-box,
.agc .right-text-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}



@media (min-width: 650px) {
    .agc .left-text-box,
    .agc .right-text-box {
        width: 50%;
        box-sizing: border-box;
    }
    .agc .left-text-box {
        padding-right: 10px;
    }
    .agc .right-text-box {
        padding-left: 10px;
    }
}

.agc .col-count-2 {
    column-count: 1;
}

@media (min-width: 720px) {
    .agc .col-count-2 {
        column-count: 2;
    }
}

.agc .white-box {
    padding: 5px;
}

.agc .style-7 .box-wrap {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.agc .style-7 .img-box {
    padding: 5px;
    width: 100%;
}

.agc .style-7 .box-wrap .img-box.blue-border a {
    border: 7px solid #41b5f0;
    display: block;
}

.agc .style-7 .rotated-notice.right-box {
    top: 106px;
    bottom: auto;
    left: auto;
    right: -120px;
}

.agc .style-7 .rotated-notice.left-box {
    top: 106px;
    bottom: auto;
    left: auto;
    right: -115px;
}

@media (min-width: 700px) {
    .agc .style-7 .rotated-notice.left-box {
        top: 106px;
        bottom: auto;
        left: -120px;
        right: auto;
    }

    .agc .style-7 .rotated-notice.right-box {
        top: 106px;
        bottom: auto;
        left: auto;
        right: -125px;
    }

    .agc .style-7 .box-wrap {
        width: calc(50% - 42px);
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
    }
}

.agc .color-disc-incl li {
    position: relative;
}

.agc .color-disc {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 7px;
    position: absolute;
    top: 1px;
    left: -24px;
}

.agc .dig_in_circle {
    background: #fff;
    color: brown;
    border-radius: 50%;
    width: 21px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 10px;
}

.agc .marker-wrap {
    position: relative;
    padding-left: 15px;
}

.agc .marker {
    position: absolute;
    left: 0;
    top: 0;
}

.agc .pink-box-wrap.vertical-pink-line {
    border: 2px solid #c71982;
}

.agc .pink-box-wrap.vertical-pink-line:after {
    height: 31px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    content: "";
    border-left: 2px solid #c71982;
    box-sizing: border-box;
}

.agc .pink-box-wrap.vertical-pink-line.pink-line-60:after {
    height: 62px;
}

.agc .pink-border-2px {
    border: 2px solid #c71982 !important;
}

.agc .brown-border-b-2px {
    border-bottom: 2px solid #6f5f5e !important;
}

.agc .border-bottom-grey {
    border-bottom: 1px solid #a8a9ad;
}

@media (max-width: 599px) {
    .agc .grey-box-wrap.style-8.w-50 {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        box-sizing: border-box;
    }
    .agc .img-wrap.w-75.style-9 {
        width: 100%;
    }
}

@media (max-width: 899px) {
    .agc .grey-box-wrap.style-9.w-70 {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        box-sizing: border-box;
    }
}

.agc .bg-bottom-line:before {
    width: 100%;
    height: 1px;
    background-color: #000;
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
}

.agc .bg-bottom-line span {
    padding-right: 5px;
    background-color: #fff;
    position: relative;
}

.agc .info-box {
    display: block;
    align-items: center;
    justify-content: center;
    background: #6f5f5e;
}

.agc .info-box .left-part-box {
    text-align: center;
    display: block;
    float: none !important;
}

.agc .info-box .right-part-box {
    background: #fff;
}

@media (min-width: 500px) {
    .agc .info-box {
        display: flex;
        align-items: center;
        justify-content: left;
        background: #6f5f5e;
    }

    .agc .info-box .left-part-box {
        text-align: center;
        display: block;
        float: left;
    }

    .agc .info-box .right-part-box {
        background: #fff;
        width: 100%;
    }
}

.agc .author-list li {
    margin: 0 0 3px 0;
}


.agc .pb-0 {
    padding-bottom: 0px;
}

.agc .pb-10 {
    padding-bottom: 10px;
}

.agc .pb-20 {
    padding-bottom: 20px;
}

.agc .pb-30 {
    padding-bottom: 30px;
}

.agc .pb-40 {
    padding-bottom: 40px;
}

.agc .pb-50 {
    padding-bottom: 50px;
}

.agc .pt-0 {
    padding-top: 0px;
}

.agc .pt-5 {
    padding-top: 5px;
}

.agc .pt-20 {
    padding-top: 20px;
}

.agc .pt-30 {
    padding-top: 30px;
}

.agc .pr-5 {
    padding-right: 5px;
}

.agc .pr-15 {
    padding-right: 15px;
}

.agc .pl-5 {
    padding-left: 5px;
}

.agc .pl-10 {
    padding-left: 10px;
}

.agc .pl-12 {
    padding-left: 12px;
}

.agc .pr-10 {
    padding-right: 10px;
}

.agc .px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.agc .px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.agc .px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.agc .py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.agc .py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.agc .py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.agc .p-0 {
    padding: 0px;
}

.agc .p-5 {
    padding: 5px;
}

.agc .p-10 {
    padding: 10px;
}

.agc .p-20 {
    padding: 20px;
}

.agc .p-30 {
    padding: 30px;
}

.agc .m-0 {
    margin: 0px;
}

.agc .mt-20 {
    margin-top: 20px;
}

.agc .ml-20 {
    margin-left: 20px;
}

.agc .ml-m5 {
    margin-left: -5px;
}

.agc .ml-6p {
    margin-left: 6%;
}

.agc .mt-5 {
    margin-top: 5px;
}

.agc .mb-3 {
    margin-bottom: 3px;
}

.agc .mb-5 {
    margin-bottom: 5px;
}

.agc .mb-10 {
    margin-bottom: 10px;
}

.agc .mb-15 {
    margin-bottom: 15px;
}

.agc .mb-20 {
    margin-bottom: 20px;
}

.agc .mb-30 {
    margin-bottom: 30px;
}

.agc .mb-40 {
    margin-bottom: 40px;
}

.agc .mb-50 {
    margin-bottom: 50px;
}

.agc .mb-60 {
    margin-bottom: 60px;
}

.agc .mr-5 {
    margin-right: 5px;
}

.agc .mr-10 {
    margin-right: 10px;
}

.agc .text-white {
    color: #ffffff;
}

.agc .text-black {
    color: #4d4d4f;
}

.agc .text-orange {
    color: #f68f21;
}

.agc .text-violet {
    color: #633191;
}

.agc .text-green {
    color: #51b046 !important;
}

.agc .text-pink {
    color: #c71982 !important;
}

.agc .text-blue {
    color: #00adee !important;
}

.agc .text-lightblue {
    color: #12b6b9 !important;
}

.agc .text-darkblue {
    color: #004d95 !important;
}

.agc .text-brown {
    color: #6f5f5e !important;
}

.agc .text-center {
    text-align: center;
}

.agc .text-left {
    text-align: left;
}

.agc .text-bold {
    font-weight: bold !important;
}

.agc .fs-14 {
    font-size: 14px !important;
}

.agc .fs-12 {
    font-size: 12px;
}

.agc .fs-18 {
    font-size: 18px;
}

.agc .fs-20 {
    font-size: 20px;
}

.agc .fs-40 {
    font-size: 40px;
}

.agc .bg-orange {
    background: #f68f21;
}

.agc .bg-violet {
    background: #633191;
}

.agc .bg-green {
    background: #51b046;
}

.agc .bg-grey {
    background: #e7e7e8;
}

.agc .bg-brown {
    background: #6f5f5e;
}

.agc .bg-blue {
    background: #00adee;
}

.agc .bg-lightblue {
    background: #12b6b9;
}

.agc .bg-darkblue {
    background: #004d95;
}

.agc .bg-pink {
    background: #c71982;
}

.agc .bg-lightgrey {
    background: #dcdcde;
}

.agc .bg-lightbrown {
    background: #ece9e9;
}

.agc .bg-extralightbrown {
    background: #d7d3d3 !important;
}

.agc .pull-left {
    float: left;
}

.agc .pull-right {
    float: right;
}


.agc .block-center {
    margin: 0 auto !important;
}

.agc .d-block {
    display: block;
}

.agc .sup-link {
    cursor: pointer;
}

.agc .pos-r {
    position: relative;
}

.agc .w-100 {
    width: 100%;
}

.agc .w-60 {
    width: 60%;
}

.agc .w-75 {
    width: 75%;
}

.agc .w-70 {
    width: 70%;
}

.agc .w-50 {
    width: 50%;
}

.agc .w-30 {
    width: 30%;
}

.agc .mh-105 {
    min-height: 105px;
}

.agc .mh-125 {
    min-height: 125px;
}

.agc .mh-135 {
    min-height: 135px;
}

.agc .mh-145 {
    min-height: 145px;
}

.agc .mh-155 {
    min-height: 155px;
}

.agc .mh-166 {
    min-height: 166px;
}

.agc .mh-186 {
    min-height: 186px;
}


@media (max-width: 549px) {
    .agc .left-part-of-box .mh-186,
    .agc .right-part-of-box .mh-186,
    .agc .left-part-of-box .mh-125,
    .agc .right-part-of-box .mh-125,
    .agc .left-part-of-box .mh-145,
    .agc .right-part-of-box .mh-145 {
        min-height: auto;
    }
}



/*----------------------------------------
                Tables
---------------------------------------- */

.agc table td {
    vertical-align: middle;
}

.agc .table-wrap.style-1 table {
    width: 100%;
}

.agc .table-wrap.style-1 table tr {
    border-bottom: 1px solid #a8a9ad;
    border-top: 1px solid #a8a9ad;
}

.agc .table-wrap.style-1 table tr td {
    padding: 5px 0;
}

.agc .table-wrap.style-1 table tr td:nth-child(1) {
    color: #51b046;
    font-weight: bold;
}

.agc .table-wrap.style-2 table {
    min-width: 100%;
    text-align: left;
    margin-left: -10px;
    margin-right: -10px;
}

.agc .table-wrap.style-2 table tr td {
    padding: 5px;
}

.agc .table-wrap.style-2 table tr {
    border-bottom: 1px solid #a8a9ad;
}

.agc .table-wrap.style-2 table tr th span {
    color: #51b046;
}

.agc .table-wrap.style-2 table tr th,
.agc .table-wrap.style-2 table tr .text-green {
    font-size: 11px
}

.agc .table-wrap.style-2 table tr td {
    font-size: 12px;
}

@media (min-width: 600px) {
    .agc .table-wrap.style-2 table tr th,
    .agc .table-wrap.style-2 table tr .text-green {
        font-size: 14px;
    }

    .agc .table-wrap.style-2 table tr td {
        font-size: 14px;
    }

    .agc .table-wrap.style-2 table {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 800px) {
    .agc .table-wrap.style-2 table tr th,
    .agc .table-wrap.style-2 table tr .text-green {
        font-size: 16px;
    }

    .agc .table-wrap.style-2 table tr td {
        font-size: 16px;
    }

    .agc .table-wrap.style-3 table tr td:nth-child(1) {
        width: 15%;
    }
}

.agc .table-wrap.style-3 table {
    min-width: 100%;
    border-top: 3px solid #a8a9ad;
    border-bottom: 3px solid #a8a9ad;
}

.agc .table-wrap.style-3 table tr td {
    padding: 5px;
}

.agc .table-wrap.style-3 table tr td:nth-child(1) {
    width: 28%;
}

@media (min-width: 800px) {
    .agc .table-wrap.style-3 table tr td:nth-child(1) {
        width: 15%;
    }
}

@media (max-width: 749px) {
    .agc .table-wrap.style-4 table {
        width: 100%;
    }
    .agc .table-wrap.style-4 table tr {
        border-bottom: 1px solid #adadad;
        display: block;
        padding: 5px;
        background: #ece9e9;
    }
    .agc .table-wrap.style-4 table tr td {
        width: 100%;
        display: block;
        padding: 2px 10px;
        margin: 0 !important;
    }
}

@media (min-width: 750px) {

    .agc .table-wrap.style-4 table {
        width: 100%;
    }
    .agc .table-wrap.style-4 table tr {
        background: #ece9e9;
    }
    .agc .table-wrap.style-4 table tr td:nth-child(1) {
        width: 200px;
        padding: 7px 10px;
    }
}


.agc .table-wrap.style-5 table td {
    width: 100%;
    display: block;
}

@media (min-width: 650px) {
    .agc .table-wrap.style-5 table {
        width: 100%;
    }
    .agc .table-wrap.style-5 table td {
        width: 50%;
        vertical-align: top;
        display: table-cell;
    }
    .agc .table-wrap.style-5 table tr td:nth-child(1) {
        padding-right: 10px;
    }
    .agc .table-wrap.style-5 table tr td:nth-child(2) {
        padding-left: 10px;
    }
}


.agc .table-wrap.style-6 table td {
    width: 100%;
    display: block;
}

@media (min-width: 700px) {
    .agc .table-wrap.style-6 table {
        width: 100%;
    }
    .agc .table-wrap.style-6 table td {
        width: 50%;
        vertical-align: top;
        display: table-cell;
    }
    .agc .table-wrap.style-6 table tr td:nth-child(1) {
        padding-right: 10px;
    }
    .agc .table-wrap.style-6 table tr td:nth-child(2) {
        padding-left: 10px;
    }
}



/*----------------------------------------
                Tooltip
---------------------------------------- */

.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}



/* ANIMATIONS */


/* Open/close animations */


/* fade */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}



/* grow */

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}



/* swing */

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}



/* fall */

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}



/* slide */

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}



/* Update animations */


/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */


/* fade */

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}



/* rotate */

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}



/* scale */

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}



/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */


/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}



/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}



/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}



/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}



/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}



/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}



/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    width: 12px;
    height: 6px;
    margin-left: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    width: 6px;
    height: 12px;
    margin-top: -6px;
    margin-left: 0;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px;
}

.tooltipster-sidetip.tooltipster-shadow {
    padding: 0 15px;
    box-sizing: border-box;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #fff;
    border: 1px solid grey;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1pc;
    padding: 15px;
    color: #333;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: grey;
}



/*----------------------------------------
                Clearfix
---------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}
