/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
.gradient_bg > .gradient_bg {
    background: transparent !important;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype=text].quote {
    z-index: 1;
    border-left: 12px solid <?=$aphrodite['colors']['corp_2']?>;
    padding: 18px 18px 18px 24px;
    -webkit-box-shadow: 0 0 24px 0px rgba(<?=$aphrodite['colors']['rgb_gray'][900]?>, 0.25);
    -moz-box-shadow:    0 0 24px 0px rgba(<?=$aphrodite['colors']['rgb_gray'][900]?>, 0.25);
    box-shadow:         0 0 24px 0px rgba(<?=$aphrodite['colors']['rgb_gray'][900]?>, 0.25);
}
/* -------------------------------------------------------------------------- */
body > * > div[otype=pages_links] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
body > * > div[otype=pages_links] > div {
    max-width: 1260px;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype].new_mwidth {
    width: calc(100% - 0px);
    padding: 0;
    overflow: hidden;
}
main > .new_mwidth .gw6 {
    max-width: calc(100%/12*6 - 24px) !important;
    padding: 12px !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 999px){
    main > .new_mwidth .gw6 {
        max-width: calc(100% - 0px) !important;
        margin: 0 -12px 0 -12px !important;
        padding: 12px !important;
    }
    main > .new_mwidth .gw6:nth-child(1) { order: 1; }
    main > .new_mwidth .gw6:nth-child(2) { order: 2; }
    main > .new_mwidth .gw6:nth-child(3) { order: 3; }

    main > .new_mwidth .gw6:nth-child(4) { order: 5; }
    main > .new_mwidth .gw6:nth-child(5) { order: 4; }

    main > .new_mwidth .gw6:nth-child(6) { order: 6; }
    main > .new_mwidth .gw6:nth-child(7) { order: 7; }

    main > .new_mwidth .gw6:nth-child(8) { order: 9; }
    main > .new_mwidth .gw6:nth-child(9) { order: 8; }
}
main > .new_mwidth .gw6 > * {
    max-width: 640px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    #cid32 img {
        width: 250px;
    }
}
@media only screen and (max-width: 424px) {
    #cid32 img {
        width: 200px;
    }
}
/* -------------------------------------------------------------------------- */
#cid60 {
    margin-top: -204px;
}
#cid60 a {
    width: calc(33% - 24px);
    flex: 0 0 calc(33% - 24px);
    max-width: none;
    margin: 12px;
    padding: 0;
    border-radius: 16px;
    position: relative;
    overflow: visible;
    z-index: 1;
    -webkit-box-shadow: 0 0 48px 0px rgba(38,50,56,.25);
    -moz-box-shadow:    0 0 48px 0px rgba(38,50,56,.25);
    box-shadow:         0 0 48px 0px rgba(38,50,56,.25);
}
#cid60 a:hover {
    -webkit-box-shadow: 0 0 32px 0px rgba(38,50,56,.45);
    -moz-box-shadow:    0 0 32px 0px rgba(38,50,56,.45);
    box-shadow:         0 0 32px 0px rgba(38,50,56,.45);
}
/* -------------------------------------------------------------------------- */
#cid60 a > p {
    position: absolute;
    top: -72px;
    left: calc(50% - 144px/2);
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 12px 40px 0px rgba(38,50,56,.25), 6px 6px 0 0 rgba(54,61,142,.1);
    -moz-box-shadow:    0 12px 40px 0px rgba(38,50,56,.25), 6px 6px 0 0 rgba(54,61,142,.1);
    box-shadow:         0 12px 40px 0px rgba(38,50,56,.25), 6px 6px 0 0 rgba(54,61,142,.1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#cid60 a > p > img {
    width: 104px;
    height: 104px;
    margin: 18px 0 0 28px;
}
#cid60 a#cid62 > p > img {
    margin: 18px 0 0 22px;
}
/* -------------------------------------------------------------------------- */
#cid60 a > b {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 24px;
    color: #363d8e !important;
    width: calc(100% - 32px);
    height: calc(160px - 24px);
    padding: 0 16px 24px 16px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(0deg, rgba(254,244,204,1) 0%, rgba(255,255,255,1) 100%);
}
#cid60 a:before {
    display: block;
    content: '';
    width: 100%;
    height: 36px;
    background-image: url(/d/i/pulse-y.png);
    background-position: center;
    position: absolute;
    top: 140px;
    left: 0;
}
#cid60 a:after {
    display: block;
    content: '';
    width: 291px;
    height: 28px;
    background-image: url(/d/i/shadow-h.png);
    background-position: top left;
    position: absolute;
    bottom: -28px;
    left: 28px;
}
/* -------------------------------------------------------------------------- */
#cid60 a > font {
    height: 32px;
    margin-bottom: 20px;
    font-family: 'Gilroy', serif;
    font-weight: 700;
    text-transform: uppercase;
}
#cid60 a > font > i {
    font-size: 32px;
}
#cid60 a > font:hover > i {
    color: #fbc600;
}
/* -------------------------------------------------------------------------- */
#cid60 [otype=advantage] > span {
    width: calc(100% - 36px);
    padding: 0 18px 0 18px;
    margin: 12px 0 18px 0;
}
#cid60 .ia_prefs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin: 12px 0 0 0;
}
#cid60 .ia_prefs + br ,
#cid60 .ia_prefs br {
    display: none;
}
#cid60 .ia_prefs i {
    color: #4caf50;
    margin: -1px 8px 0 0;
}
#cid60 .ia_prefs span {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    line-height: 18px;
    color: #263238;
    text-align: left;
    margin: 4px 8px 0 0;
}
#cid60 .ia_prefs font {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    font-size: 16px;
    line-height: 18px;
    color: #263238;
    text-align: left;
    white-space: nowrap;
}
#cid60 .ia_prefs font:nth-child(2) {
    margin-top: -12px;
}
#cid60 .ia_prefs font b {
    font-size: 24px;
    line-height: 18px;
    font-weight: 800;
    color: #4caf50;
    margin: 0 8px 0 6px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
    #cid60 .ia_prefs span ,
    #cid60 .ia_prefs font {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        line-height: 17px;
    }
    #cid60 a > p {
        top: -80px;
        left: calc(50% - 130px/2);
        width: 130px;
        height: 130px;
    }
    #cid60 a > p > img {
        width: 92px;
        height: 92px;
    }
    #cid60 a#cid62 > p > img {
        margin: 16px 0 0 22px;
    }
    #cid60 a#cid63 > p > img {
        margin: 16px 0 0 26px;
    }
    #cid60 a > b {
        align-items: center;
        height: calc(160px - 64px);
        padding: 50px 16px 12px 16px;
    }
}
@media only screen and (max-width: 1023px) {
    #cid60 a > b {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        line-height: 22px;
    }
    #cid60 .ia_prefs {
        flex-wrap: wrap;
    }
    #cid60 .ia_prefs i {
        height: 16px;
    }
    #cid60 .ia_prefs span ,
    #cid60 .ia_prefs font {
        font-size: 14px;
        line-height: 16px;
    }
    #cid60 .ia_prefs span {
        flex: 0 0 calc(100% - 42px);
        min-height: unset;
        margin: 4px 0 0 0;
    }
    #cid60 .ia_prefs font {
        width: 100%;
        margin: 4px 0 0 32px;
    }
    #cid60 .ia_prefs font:nth-child(2) {
        margin-top: -8px;
    }
    #cid60 a:after {
        width: calc(100% - 48px);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 849px) {
    #cid60 a > b {
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 699px) {
    #cid60 a {
        width: calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        margin: 12px 12px 80px 12px;
    }
    #cid60 a:last-child {
        margin: 12px 12px -12px 12px;
    }
    #cid60 a > b {
        font-size: 22px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 599px) {
    #cid60 a {
        width: calc(100% - 24px);
        flex: 0 0 calc(100% - 24px);
    }
    #cid60 a > b {
        font-family: 'Gilroy', serif;
        font-size: 24px;
        line-height: 1;
    }
    #cid60 .ia_prefs {
        flex-wrap: nowrap;
    }
    #cid60 .ia_prefs i {
        margin: 0 8px 0 0;
    }
    #cid60 .ia_prefs span ,
    #cid60 .ia_prefs font {
        font-size: 14px;
        line-height: 16px;
    }
    #cid60 .ia_prefs span {
        flex: 1 1 auto;
        margin: 4px 0 0 0;
    }
    #cid60 .ia_prefs font {
        width: auto;
        margin: 0 0 0 auto;
        min-height: 21px;
    }
    #cid60 .ia_prefs font:nth-child(2) {
        margin-top: -8px;
        margin-left: auto;
    }

}










@media only screen and (max-width: 359px) {
    #cid60 a > b {
        font-size: 22px;
    }
    #cid60 .ia_prefs {
        flex-wrap: wrap;
    }
    #cid60 .ia_prefs i {
        height: 16px;
    }
    #cid60 .ia_prefs span ,
    #cid60 .ia_prefs font {
        font-size: 14px;
        line-height: 16px;
    }
    #cid60 .ia_prefs span {
        flex: 0 0 calc(100% - 42px);
        min-height: unset;
        margin: 4px 0 0 0;
    }
    #cid60 .ia_prefs font {
        width: 100%;
        margin: 4px 0 0 32px;
    }
    #cid60 .ia_prefs font:nth-child(2) {
        margin-top: -8px;
        margin-left: 32px;
    }
}




/* -------------------------------------------------------------------------- */
#cid99_x2 div[otype=header] > img {
    max-width: 64px;
    max-height: 64px;
}
/* -------------------------------------------------------------------------- */
#cid93 {
    position: relative;
    padding: 0 12px;
}
#cid93 > a {
    position: absolute;
    top: -76px;
    left: 287px;
}
@media only screen and (max-width: 559px) {
    #cid93 {
        padding: 12px;
    }
    #cid99_x2 div[otype=button] > a {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
}
/* -------------------------------------------------------------------------- */
#cid105 {
    border-bottom: 7px solid #fff;
    position: relative;
}
#cid105:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    width: 18px;
    height: 18px;
    background: #fbc600;
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
    transform: rotate(45deg);
    transform-origin: center center;
}
#cid106 > div {
    border-bottom: none;
}
#cid106 > div > * {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
#cid107 {
    padding: 12px 12px;
    background-image: url(/d/i/pulse-w.png);
    background-repeat: no-repeat;
    background-position: -40px 111px;
}
#cid107 div > div[otype=advantage] {
    max-width: 190px;
    margin: 12px 0;
}
#cid107 [otype=advantage] > p {
    width: 100%;
    border-bottom: 3px solid #fbc600;
    margin: 0 0 18px 0;
}
#cid107 [otype=advantage] > p i {
    font-size: 36px;
}
#cid107 [otype=advantage] > p i.advantage_icon_3 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    left: calc(50% + 20px);
}
#cid107 [otype=advantage] > b {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    padding: 0 8px;
}
#cid107 [otype=advantage] > b > b {
    color: #fbc600;
}
@media only screen and (max-width: 1879px) {
    #cid107 {
        background-image: none;
    }
}
@media only screen and (max-width: 767px) {
    #cid107 div > div[otype=advantage] {
        max-width: 170px;
    }
}
@media only screen and (max-width: 424px) {
    #cid107 div > div[otype=advantage] {
        max-width: calc(50% - 26px);
        margin: 0;
        padding: 8px 12px;
    }
    #cid107 [otype=advantage] > b {
        font-size: 14px;
    }
    #cid107 div > div[otype=advantage]:last-child {
        margin-bottom: 24px;
    }
}
/* -------------------------------------------------------------------------- */
#cid164 {
    padding-top: 0px;
}
/* -------------------------------------------------------------------------- */
#cid167 {
    padding-top: 0px;
}
/* -------------------------------------------------------------------------- */
#cid238 h3 {
    margin-bottom: 24px;
    line-height: 1.1;
}
div[otype=header] a {
    color: #363d8e;
    border-bottom: 1px solid #363d8e;
    white-space: nowrap;
}
div[otype=header] a:hover {
    color: #f44336;
    border-bottom: 1px solid transparent;
}
/* -------------------------------------------------------------------------- */
[otype=faq] .get_price {
    display: flex !important;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-family: 'Gilroy', serif;
    font-size: 16px;
    font-weight: 700;
    color: #37474f;
    border: 1px solid #b0bec5;
    background: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    width: 200px;
    margin: 0 auto;
    padding: 10px 0;
}
[otype=faq] .get_price:hover {
    color: #fff;
    border: 1px solid #4caf50;
    background: #4caf50;
}
[otype=faq] .get_price > em {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #4caf50;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin: 0 8px 0 0;
}
[otype=faq] .get_price:hover > em {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    [otype=faq] .get_price {
        width: 90px;
        flex-direction: column;
        font-size: 13px;
        white-space: normal;
        text-align: center;
        line-height: 1;
        padding: 6px 0;
    }
    [otype=faq] .get_price > em {
        margin: 0 0 4px 0;
    }
}
/* -------------------------------------------------------------------------- */
[otype=advantages] .get_price {
    margin-top: auto !important;
    margin-bottom: 12px !important;
    color: #37474f;
}
[otype=advantages] .get_price:hover {
    background: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}
[otype=advantages] .get_price > i {
    font-size: 24px !important;
    color: #4caf50;
}
[otype=advantages] .get_price:hover > i {
    color: #fff !important;
}
[otype=advantages] .get_price + font {
    margin-top: 0 !important;
}
/* -------------------------------------------------------------------------- */
#cid76 .collapsible-header {
    font-family: 'Gilroy', serif;
    font-size: 24px;
    font-weight: 700;
    color: #363d8e;
    padding: 10px 42px 10px 10px;
}
#cid76 li.active .collapsible-header {
    color: #fff;
}
#cid76 .collapsible-header > i {
    width: 82px;
    flex: 0 0 82px;
    height: 82px;
    position: relative;
    color: transparent !important;
    border-radius: 50%;
}
#cid76 li.active .collapsible-header > i {
    background: #fff;
}
#cid76 li .collapsible-header > i:before {
    display: block;
    content: '';
    background-size: 56px 56px;
    background-position: center center;
    position: absolute;
    left: calc(50% - 56px/2);
    top: calc(50% - 56px/2);
    width: 56px;
    height: 56px;
}
#cid76 li:nth-child(1) .collapsible-header > i:before {
    background-image: url('/d/i/price1.svg');
}
#cid76 li:nth-child(2) .collapsible-header > i:before {
    background-image: url('/d/i/price2.svg');
}
#cid76 li:nth-child(3) .collapsible-header > i:before {
    background-image: url('/d/i/price3.svg');
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 599px) {
    #cid76 .collapsible-header {
        font-size: 20px;
    }
    #cid76 .collapsible-body [otype=table] {
        margin: -11px;
        width: calc(100% + 22px);
        max-width: unset;
        padding: 0;
    }
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div#cid66 > div[otype=text] {
    padding: 4px 12px;
}
body > * > div[otype] > div#cid68 > div[otype=text] {
    padding: 8px 12px;
}
/* -------------------------------------------------------------------------- */
